-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jul 22, 2026 at 02:09 AM
-- Server version: 11.4.12-MariaDB-cll-lve-log
-- PHP Version: 8.4.22

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


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

--
-- Database: `mrarqpph_hartgarnermdn`
--

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

--
-- Table structure for table `wpha_commentmeta`
--

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

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

--
-- Table structure for table `wpha_comments`
--

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

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

--
-- Table structure for table `wpha_e_events`
--

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

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

--
-- Table structure for table `wpha_e_notes`
--

CREATE TABLE `wpha_e_notes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) DEFAULT NULL,
  `route_post_id` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `author_id` bigint(20) UNSIGNED DEFAULT NULL,
  `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) NOT NULL DEFAULT 'publish',
  `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext DEFAULT NULL,
  `is_resolved` tinyint(1) NOT NULL DEFAULT 0,
  `is_public` tinyint(1) NOT NULL DEFAULT 1,
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpha_e_notes_users_relations`
--

CREATE TABLE `wpha_e_notes_users_relations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpha_e_submissions`
--

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

--
-- Dumping data for table `wpha_e_submissions`
--

INSERT INTO `wpha_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(1, 'submission', 'f60d7aa7-5610-4043-b447-2ccd49184538', 4, 183, 'https://mrarif.me/hartgarnermdn/contact-us/', 'Contact Us - Hart Garner, MD neurosurgeon - Minnesota Spinal Neurosurgeon', '707ef75c', 'Schedule an Appointment', 0, 1, '45.120.96.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"183\"}', '2026-07-21 08:07:17', '2026-07-21 08:07:17', '2026-07-21 08:07:17', '2026-07-21 08:07:17'),
(2, 'submission', '615f31d9-e6b9-4046-8b52-235a5d0f37d5', 9, 889, 'https://mrarif.me/hartgarnermdn/refer-a-patient/', 'Refer a Patient - Hart Garner, MD neurosurgeon - Minnesota Spinal Neurosurgeon', 'e63fe2f', 'Refer a Patient', 0, 1, '45.120.96.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"889\"}', '2026-07-21 08:11:22', '2026-07-21 08:11:22', '2026-07-21 08:11:22', '2026-07-21 08:11:22');

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

--
-- Table structure for table `wpha_e_submissions_actions_log`
--

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

--
-- Dumping data for table `wpha_e_submissions_actions_log`
--

INSERT INTO `wpha_e_submissions_actions_log` (`id`, `submission_id`, `action_name`, `action_label`, `status`, `log`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(1, 1, 'email', 'Email', 'success', NULL, '2026-07-21 08:07:17', '2026-07-21 08:07:17', '2026-07-21 08:07:17', '2026-07-21 08:07:17'),
(2, 2, 'email', 'Email', 'success', NULL, '2026-07-21 08:11:22', '2026-07-21 08:11:22', '2026-07-21 08:11:22', '2026-07-21 08:11:22');

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

--
-- Table structure for table `wpha_e_submissions_values`
--

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

--
-- Dumping data for table `wpha_e_submissions_values`
--

INSERT INTO `wpha_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(1, 1, 'name', 'Jone'),
(2, 1, 'field_b94c01e', 'Hosen'),
(3, 1, 'email', '02541000000'),
(4, 1, 'field_cc1facf', 'Test@gmail.com'),
(5, 1, 'message', 'test'),
(6, 2, 'name', 'anche'),
(7, 2, 'field_b94c01e', 'jone'),
(8, 2, 'field_0e431b2', '10000000000000'),
(9, 2, 'field_cc1facf', 'Test@gmail.com'),
(10, 2, 'field_7e34097', 'done'),
(11, 2, 'field_dd73410', '0000000000000000000001'),
(12, 2, 'field_9a76550', 'Consultation'),
(13, 2, 'message', 'test');

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

--
-- Table structure for table `wpha_links`
--

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

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

--
-- Table structure for table `wpha_litespeed_url`
--

CREATE TABLE `wpha_litespeed_url` (
  `id` bigint(20) NOT NULL,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpha_litespeed_url_file`
--

CREATE TABLE `wpha_litespeed_url_file` (
  `id` bigint(20) NOT NULL,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  `expired` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpha_options`
--

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

--
-- Dumping data for table `wpha_options`
--

INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:16:{i:1784700594;a:2:{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: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:1784700603;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:1784700608;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:1784700909;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784701250;a:1:{s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1784701269;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784701271;a:1:{s:29:\"wpseo_detect_default_seo_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784704194;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1784705994;a:1:{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;}}}i:1784707794;a:1:{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:1784730886;a:1:{s:22:\"mwp_update_public_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:1785046294;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:1785046871;a:1:{s:28:\"wpseo_expiring_store_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1785132594;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:1785324090;a:1:{s:26:\"wpcode_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on'),
(2, 'siteurl', 'https://mrarif.me/hartgarnermdn', 'on'),
(3, 'home', 'https://mrarif.me/hartgarnermdn', 'on'),
(4, 'blogname', 'Hart Garner, MD neurosurgeon', 'on'),
(5, 'blogdescription', 'Welcome', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'arifwebsols@gmail.com', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', '', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:143:{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:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"elementor_component/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"elementor_component/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"elementor_component/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"elementor_component/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"elementor_component/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"elementor_component/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"elementor_component/([^/]+)/embed/?$\";s:52:\"index.php?elementor_component=$matches[1]&embed=true\";s:40:\"elementor_component/([^/]+)/trackback/?$\";s:46:\"index.php?elementor_component=$matches[1]&tb=1\";s:48:\"elementor_component/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementor_component=$matches[1]&paged=$matches[2]\";s:55:\"elementor_component/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementor_component=$matches[1]&cpage=$matches[2]\";s:44:\"elementor_component/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementor_component=$matches[1]&page=$matches[2]\";s:36:\"elementor_component/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"elementor_component/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"elementor_component/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"elementor_component/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"elementor_component/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"elementor_component/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"e_global_class/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e_global_class/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e_global_class/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e_global_class/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e_global_class/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e_global_class/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e_global_class/([^/]+)/embed/?$\";s:47:\"index.php?e_global_class=$matches[1]&embed=true\";s:35:\"e_global_class/([^/]+)/trackback/?$\";s:41:\"index.php?e_global_class=$matches[1]&tb=1\";s:43:\"e_global_class/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e_global_class=$matches[1]&paged=$matches[2]\";s:50:\"e_global_class/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e_global_class=$matches[1]&cpage=$matches[2]\";s:39:\"e_global_class/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e_global_class=$matches[1]&page=$matches[2]\";s:31:\"e_global_class/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e_global_class/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e_global_class/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e_global_class/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e_global_class/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e_global_class/[^/]+/([^/]+)/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:41:\"index.php?&page_id=1027&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\";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:7:{i:0;s:15:\"worker/init.php\";i:1;s:85:\"conditional-fields-for-elementor-form/class-conditional-fields-for-elementor-form.php\";i:2;s:31:\"elementor-pro/elementor-pro.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:35:\"litespeed-cache/litespeed-cache.php\";i:5;s:41:\"powerpack-elements/powerpack-elements.php\";i:6;s:24:\"wordpress-seo/wp-seo.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', 'a:3:{i:0;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra-child/css/overwrite.css\";i:1;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra-child/style.css\";i:3;s:0:\"\";}', 'off'),
(41, 'template', 'astra', 'on'),
(42, 'stylesheet', 'astra-child', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '61833', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'page', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '0', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(80, 'uninstall_plugins', 'a:5:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:27:\"wp-optimize/wp-optimize.php\";a:2:{i:0;s:13:\"WPO_Uninstall\";i:1;s:7:\"actions\";}s:20:\"worker/functions.php\";s:13:\"mwp_uninstall\";s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '585', 'on'),
(83, 'page_on_front', '1027', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '1358', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1799993394', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'wp_notes_notify', '1', 'on'),
(102, 'initial_db_version', '61833', 'on'),
(103, 'wpha_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:76:{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:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_update_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;s:20:\"wpseo_manage_options\";b:1;s:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:40:{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:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:14:{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:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:9:{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:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:42:{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:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:40:{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:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'on'),
(104, 'fresh_site', '0', 'off'),
(105, 'user_count', '1', 'off'),
(106, '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;}', 'auto'),
(107, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}', 'auto'),
(108, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(121, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(125, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1784441507;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\";}}}}', 'off'),
(128, 'recovery_keys', 'a:0:{}', 'off'),
(139, 'can_compress_scripts', '1', 'on'),
(154, 'finished_updating_comment_type', '1', 'auto'),
(161, 'current_theme', 'Astra Child', 'auto'),
(162, 'theme_mods_astra', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1784441585;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}', 'off'),
(163, 'theme_switched', '', 'auto'),
(166, 'bsf_usage_migrated', '1', 'off'),
(167, 'astra-settings', 'a:29:{s:18:\"theme-auto-version\";s:6:\"4.13.6\";s:22:\"is_theme_queue_running\";b:0;s:16:\"body-font-family\";s:23:\"\'Open Sans\', sans-serif\";s:16:\"body-font-weight\";s:3:\"400\";s:17:\"body-font-variant\";s:11:\"400,600,500\";s:20:\"headings-font-family\";s:21:\"\'Poppins\', sans-serif\";s:21:\"headings-font-variant\";s:27:\"100,300,400,500,600,700,800\";s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";i:54;s:6:\"tablet\";i:30;s:6:\"mobile\";i:30;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";i:38;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";i:34;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";i:28;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"underline-content-links\";b:0;s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";i:22;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:20:\"global-color-palette\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#115488\";i:1;s:7:\"#1baaa8\";i:2;s:7:\"#000000\";i:3;s:7:\"#666666\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#f0f4f8\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}s:4:\"flag\";b:0;}s:11:\"theme-color\";s:7:\"#073559\";s:12:\"button-color\";s:25:\"var(--ast-global-color-4)\";s:14:\"button-h-color\";s:25:\"var(--ast-global-color-4)\";s:15:\"button-bg-color\";s:25:\"var(--ast-global-color-0)\";s:17:\"button-bg-h-color\";s:25:\"var(--ast-global-color-1)\";s:18:\"font-family-button\";s:23:\"\'Open Sans\', sans-serif\";s:18:\"font-extras-button\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:1:\"1\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"36\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"36\";}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"button-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:2:\"30\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"heading-base-color\";s:25:\"var(--ast-global-color-0)\";s:31:\"archive-post-ast-content-layout\";s:20:\"full-width-container\";s:30:\"single-post-ast-content-layout\";s:20:\"full-width-container\";}', 'on'),
(168, 'astra_notices_allowed', 'a:2:{i:0;s:21:\"astra-sites-on-active\";i:1;s:18:\"astra-optin-notice\";}', 'auto'),
(169, 'astra_usage_installed_time', '1784441508', 'off'),
(176, 'theme_mods_astra-child', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:3;s:11:\"mobile_menu\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:65;}', 'on'),
(187, 'elementor_onboarded', '1', 'auto'),
(188, 'elementor_active_kit', '7', 'auto'),
(189, 'elementor_font_display', 'swap', 'auto'),
(192, 'recently_activated', 'a:6:{s:35:\"insert-headers-and-footers/ihaf.php\";i:1784647533;s:27:\"wp-optimize/wp-optimize.php\";i:1784559273;s:41:\"wordpress-importer/wordpress-importer.php\";i:1784555831;s:29:\"pro-elements/pro-elements.php\";i:1784533314;s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";i:1784533090;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1784533087;}', 'off'),
(194, 'elementor_landing_pages_activation', '0', 'auto'),
(195, 'elementor_checklist', '{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":true,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}', 'auto'),
(196, 'elementor_version', '4.1.5', 'auto'),
(197, 'elementor_install_history', 'a:1:{s:5:\"4.1.5\";i:1784441710;}', 'auto'),
(198, '_elementor_pro_free_trial_data', 'a:2:{s:7:\"timeout\";i:1784536915;s:5:\"value\";s:575:\"[{\"status\":\"inactive\",\"heading\":\"You\\u2019ve come this far. Why stop here?\",\"subheading\":\"Elementor Pro Free Trial\",\"introduction\":\"Take your site beyond the basics with a free 7-day Elementor Pro trial with no strings attached:\",\"listItems\":[\"100+ widgets\",\"Theme Builder\",\"Advanced design controls\",\"Custom CSS for pixel-perfect sites - and more\"],\"ctaText\":\"Unlock my free trial\",\"ctaUrl\":\"https:\\/\\/go.elementor.com\\/go-pro-free-trial-popup\\/\",\"secondaryAction\":\"Not now\",\"image\":\"https:\\/\\/assets.elementor.com\\/pro-free-trial-popup\\/v1\\/images\\/free_trial_banner.png\"}]\";}', 'off'),
(199, 'elementor_events_db_version', '1.0.0', 'off'),
(200, 'elementor_atomic_widgets_db_version', '1', 'auto'),
(201, 'elementor_global_classes_db_version', '3', 'auto'),
(202, '_elementor_installed_time', '1784441711', 'auto'),
(203, 'elementor_connect_site_key', '586f0339355243405ca64b47ccd0a4d5', 'auto'),
(204, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Introducing Angie: Agentic AI for WordPress\";s:7:\"excerpt\";s:365:\"Meet Angie, agentic AI purpose-built for WordPress. Angie understands your site, connects to your tools, and takes real actions on your behalf. Its first capability, Angie Code, lets you describe any WordPress feature you can imagine and have it built for you in minutes. Production-ready, fully integrated with your site, and safe to test before it ever goes live.\";s:7:\"created\";i:1774270910;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:142:\"https://elementor.com/blog/introducing-angie-agentic-ai-for-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(215, 'elementor_pro_version', '4.1.3', 'auto'),
(216, 'elementor_pro_install_history', 'a:2:{s:5:\"4.1.0\";i:1784441898;s:5:\"4.1.3\";i:1784555818;}', 'auto'),
(217, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(218, 'elementor_submissions_db_version', '5', 'auto'),
(219, 'elementor_notes_db_version', '5', 'auto'),
(222, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"28.0\";}', 'auto');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(223, 'wpseo', 'a:124:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"28.0\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:12:\"ahrefsverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1784442069;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:31:\"https://mrarif.me/hartgarnermdn\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:3:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:19:\"elementor_font_type\";s:19:\"elementor_font_type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:4:{i:0;s:15:\"optimizeSeoData\";i:1;s:18:\"siteRepresentation\";i:2;s:14:\"socialProfiles\";i:3;s:19:\"personalPreferences\";}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1784442071;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"e-floating-buttons\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}s:23:\"last_known_no_unindexed\";a:5:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1784620210;s:27:\"wpseo_total_unindexed_terms\";i:1784447121;s:31:\"wpseo_unindexed_post_link_count\";i:1784620210;s:31:\"wpseo_unindexed_term_link_count\";i:1784620210;s:35:\"wpseo_total_unindexed_general_items\";i:1784620210;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:3:\"yes\";s:41:\"site_kit_tracking_first_interaction_stage\";s:7:\"install\";s:40:\"site_kit_tracking_last_interaction_stage\";s:7:\"install\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;s:25:\"ai_free_sparks_started_on\";N;s:15:\"enable_llms_txt\";b:0;s:15:\"last_updated_on\";b:0;s:17:\"default_seo_title\";a:5:{i:0;i:1302;i:1;i:1272;i:2;i:1291;i:3;i:1248;i:4;i:1234;}s:21:\"default_seo_meta_desc\";a:5:{i:0;i:1302;i:1;i:1272;i:2;i:1291;i:3;i:1248;i:4;i:1234;}s:18:\"first_activated_by\";i:1;s:34:\"enable_schema_aggregation_endpoint\";b:0;s:38:\"schema_aggregation_endpoint_enabled_on\";N;s:16:\"enable_task_list\";b:1;s:13:\"enable_schema\";b:1;}', 'auto'),
(224, 'wpseo_titles', 'a:151:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:27:\"Hart Garner MD neurosurgeon\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:70:\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/logo-1.webp\";s:12:\"company_name\";s:27:\"Hart Garner MD neurosurgeon\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";i:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:24:\"title-e-floating-buttons\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-e-floating-buttons\";s:0:\"\";s:26:\"noindex-e-floating-buttons\";b:0;s:37:\"display-metabox-pt-e-floating-buttons\";b:1;s:37:\"post_types-e-floating-buttons-maintax\";i:0;s:35:\"schema-page-type-e-floating-buttons\";s:7:\"WebPage\";s:38:\"schema-article-type-e-floating-buttons\";s:4:\"None\";s:31:\"social-title-e-floating-buttons\";s:9:\"%%title%%\";s:37:\"social-description-e-floating-buttons\";s:0:\"\";s:35:\"social-image-url-e-floating-buttons\";s:0:\"\";s:34:\"social-image-id-e-floating-buttons\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:9;s:17:\"company_logo_meta\";a:10:{s:5:\"width\";i:400;s:6:\"height\";i:200;s:8:\"filesize\";i:7144;s:3:\"url\";s:70:\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/logo-1.webp\";s:4:\"path\";s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2026/07/logo-1.webp\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:9;s:3:\"alt\";s:0:\"\";s:6:\"pixels\";i:80000;s:4:\"type\";s:10:\"image/webp\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}', 'auto'),
(225, 'wpseo_social', 'a:20:{s:13:\"facebook_site\";s:55:\"https://www.facebook.com/profile.php?id=100085046918759\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:2:{i:0;s:50:\"https://www.linkedin.com/in/hart-garner-a3633a117/\";i:1;s:54:\"https://www.youtube.com/user/MidwestSpineInst/featured\";}s:12:\"mastodon_url\";s:0:\"\";}', 'auto'),
(226, 'wpseo_llmstxt', 'a:7:{s:23:\"llms_txt_selection_mode\";s:4:\"auto\";s:13:\"about_us_page\";i:0;s:12:\"contact_page\";i:0;s:10:\"terms_page\";i:0;s:19:\"privacy_policy_page\";i:0;s:9:\"shop_page\";i:0;s:20:\"other_included_pages\";a:0:{}}', 'auto'),
(227, 'wpseo_tracking_only', 'a:3:{s:25:\"task_list_first_opened_on\";s:0:\"\";s:22:\"task_first_actioned_on\";s:0:\"\";s:36:\"frontend_inspector_first_actioned_on\";s:0:\"\";}', 'auto'),
(248, 'WPLANG', '', 'auto'),
(249, 'new_admin_email', 'arifwebsols@gmail.com', 'auto'),
(262, 'wp_calendar_block_has_published_posts', '1', 'auto'),
(263, 'category_children', 'a:0:{}', 'auto'),
(264, 'elementor_library_category_children', 'a:0:{}', 'auto'),
(267, 'elementor_fonts_manager_font_types', 'a:0:{}', 'auto'),
(268, 'elementor_fonts_manager_fonts', 'a:0:{}', 'auto'),
(269, 'elementor_custom_icon_sets_config', 'a:0:{}', 'auto'),
(306, 'e_editor_counter', '99', 'auto'),
(307, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1784659774;s:5:\"value\";s:12640:\"[{\"id\":\"angie-super-community\",\"title\":\"Angie Community Library\",\"description\":\"Browse a library of snippets and widgets built by other Angie users, import any of them into your site, without consuming any credits or remix them with a prompt to match your brief. Every snippet is vetted by the Elementor team. You can also submit your own work for the community to discover.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-community.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-community\\/\",\"readMoreText\":\"Browse library\"},{\"id\":\"4.1-atomic-form\",\"title\":\"Generate Atomic Forms\",\"description\":\"Ask Angie to generate forms for lead generation, contact, bookings, promotions and more. Use the new atomic form elements like date picker, radio button, and file upoad.\",\"topic\":\"Atomic Editor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/41-atomic-form-angie.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.1-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.1-atomic-form\",\"title\":\"Generate Atomic Forms\",\"description\":\"Ask Angie to generate forms for lead generation, contact, bookings, promotions and more. Use the new atomic form elements like date picker, radio button, and file upoad.\",\"topic\":\"Atomic Editor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/41-atomic-form-angie.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.1-blog\\/\",\"readMoreText\":\"Learn more\",\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.1-atomic-form\\/\"},{\"id\":\"cookie-consent-launch\",\"title\":\"Introducing Cookie Consent\",\"description\":\"Add a cookie consent banner to your site in minutes. Scan for cookies, manage scripts based on visitor consent, and customize the banner to match your site, or design it in the Editor with Elementor Popups. Free to get started, with more features in Elementor One.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cookie-launch.png\",\"chipTags\":[\"New feature\"],\"cta\":\"Get Cookie Consent\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/cookie-consent-in-editor-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"cookiez\\/cookiez.php\",\"operator\":\"!=\"}]]},{\"id\":\"angie-super-admin\",\"title\":\"Super Admin Mode\",\"description\":\"Revolutionize your WordPress workflow with Super Admin Mode. Perform root-level WordPress operations through natural language - bulk post and product updates, PHP error diagnosis, and more.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-super-admin.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-super-admin\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-default\",\"title\":\"The new default\",\"description\":\"New sites now start with version 4.0 and atomic features enabled by default. Existing sites can choose to manually activate. Nothing happens to your existing layouts and sites.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-default.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-revisions\",\"title\":\"Restore snippets precisely with Revisions\",\"description\":\"Restore any previous version of your snippets to its exact saved state. Each time you revise, Angie preserves a complete snapshot of the snippet\'s code, structure, and configuration. Open version history, select any saved state, and return to it in one click.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-notification-revision.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-revisions\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-atomic-form.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-atomic-forms\\/\"},{\"id\":\"angie-cloud-library\",\"title\":\"Introducing Angie Cloud Library\",\"description\":\"Your Angie snippets are now available across every site you manage. Save any asset you build to your account and pull it into a new project in a few clicks, fully editable and ready to adapt. Available to all users with free daily credits.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-cloud-library.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-cloud-library\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-interactions\\/\"},{\"id\":\"4.0-sync-design-system\",\"title\":\"Sync and share design systems\",\"description\":\"Export and import Variables and Classes between sites, and sync them with v3 Global Styles. Maintain a consistent design system across projects and across versions.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-sync-design-system.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-launch\",\"title\":\"Introducing Angie Code.\",\"description\":\"Create custom Elementor widgets, and snippets for custom site functionality from a simple description. Built natively for WordPress, and Elementor. Preview safely, refine through conversation, and publish when ready.\",\"topic\":\"Angie Code\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-launch.png\",\"chipTags\":[\"New launch\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-angie-launch\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"partner-program\",\"title\":\"Partner with Elementor. Grow your business.\",\"description\":\"Join to unlock exclusive access, secure visibility, benefit from marketing opportunities, and create additional revenue from the work you have already done. Join for free and start benefiting!\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/notification-partner.png\",\"chipTags\":[\"Partner Program\"],\"cta\":\"Apply now\",\"ctaLink\":\"https:\\/\\/my.elementor.com\\/agency\\/\"},{\"id\":\"manage-launch\",\"title\":\"Introducing Manage\",\"description\":\"Monitor, optimize and maintain all your sites from one centralized dashboard. Track performance, perform bulk updates and detect security risks to stay ahead of issues.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/manage.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Start free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/manage\\/whatsnew\"},{\"id\":\"components-3.35\",\"title\":\"Components\",\"description\":\"Build modular, reusable sections that update everywhere and decide how much control to give away to your team or clients.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/components-3-35.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-components-3.35-blog\",\"readMoreText\":\"Learn More\"},{\"id\":\"one-launch\",\"title\":\"Introducing Elementor One\",\"description\":\"The complete website building experience. All the tools to create, optimize, and manage websites, unified under one roof.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-launch.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Explore Elementor One\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/launch-whats-new\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}', 'off'),
(320, 'elementor_log', 'a:12:{s:32:\"fa16de921296cabab515dcc967a46cd5\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-07-19 06:57:18\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:31:\"Element type already registered\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:40;s:14:\"\0*\0times_dates\";a:40:{i:0;s:19:\"2026-07-19 06:57:18\";i:1;s:19:\"2026-07-19 07:16:57\";i:2;s:19:\"2026-07-19 07:22:09\";i:3;s:19:\"2026-07-19 07:41:58\";i:4;s:19:\"2026-07-19 09:09:02\";i:5;s:19:\"2026-07-19 09:14:43\";i:6;s:19:\"2026-07-19 09:23:35\";i:7;s:19:\"2026-07-19 09:29:36\";i:8;s:19:\"2026-07-19 09:31:02\";i:9;s:19:\"2026-07-19 09:49:54\";i:10;s:19:\"2026-07-19 10:32:41\";i:11;s:19:\"2026-07-19 11:18:20\";i:12;s:19:\"2026-07-19 12:41:50\";i:13;s:19:\"2026-07-19 14:10:09\";i:14;s:19:\"2026-07-20 05:47:44\";i:15;s:19:\"2026-07-20 06:12:20\";i:16;s:19:\"2026-07-20 06:43:26\";i:17;s:19:\"2026-07-20 08:09:45\";i:18;s:19:\"2026-07-20 09:08:06\";i:19;s:19:\"2026-07-20 09:33:33\";i:20;s:19:\"2026-07-20 09:50:43\";i:21;s:19:\"2026-07-20 10:02:45\";i:22;s:19:\"2026-07-20 10:12:59\";i:23;s:19:\"2026-07-20 10:25:12\";i:24;s:19:\"2026-07-20 10:40:35\";i:25;s:19:\"2026-07-20 10:46:51\";i:26;s:19:\"2026-07-20 11:28:40\";i:27;s:19:\"2026-07-20 11:46:14\";i:28;s:19:\"2026-07-20 13:58:25\";i:29;s:19:\"2026-07-20 14:03:28\";i:30;s:19:\"2026-07-20 14:06:31\";i:31;s:19:\"2026-07-20 14:11:26\";i:32;s:19:\"2026-07-20 14:13:29\";i:33;s:19:\"2026-07-20 14:15:36\";i:34;s:19:\"2026-07-20 14:32:47\";i:35;s:19:\"2026-07-20 14:40:07\";i:36;s:19:\"2026-07-21 06:49:51\";i:37;s:19:\"2026-07-21 08:21:20\";i:38;s:19:\"2026-07-21 14:13:14\";i:39;s:19:\"2026-07-21 14:15:28\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1784444238\";s:7:\"message\";s:31:\"Element type already registered\";s:3:\"url\";s:94:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.1.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"928094\";}s:7:\"\0*\0file\";s:94:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.1.5\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"928094\";}s:32:\"694e812599f043426d682503ba65737d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-07-19 07:10:06\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:30:\"r.startsWith is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2026-07-19 07:10:06\";i:1;s:19:\"2026-07-19 07:16:53\";i:2;s:19:\"2026-07-19 09:14:38\";i:3;s:19:\"2026-07-21 08:02:55\";i:4;s:19:\"2026-07-21 08:05:17\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1784445006\";s:7:\"message\";s:30:\"r.startsWith is not a function\";s:3:\"url\";s:93:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/admin.min.js?ver=4.1.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"42329\";}s:7:\"\0*\0file\";s:93:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/admin.min.js?ver=4.1.5\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"42329\";}s:32:\"8c714fac5f337ed34edbecea3ee69a2d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-07-19 08:06:28\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:107:\"Failed to execute &#039;querySelector&#039; on &#039;Document&#039;: &#039;#&#039; is not a valid selector.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:9;s:14:\"\0*\0times_dates\";a:9:{i:0;s:19:\"2026-07-19 08:06:28\";i:1;s:19:\"2026-07-19 08:06:28\";i:2;s:19:\"2026-07-19 09:17:09\";i:3;s:19:\"2026-07-19 09:17:09\";i:4;s:19:\"2026-07-19 09:17:09\";i:5;s:19:\"2026-07-19 09:24:19\";i:6;s:19:\"2026-07-19 09:24:19\";i:7;s:19:\"2026-07-19 09:50:22\";i:8;s:19:\"2026-07-19 09:50:22\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1784448388\";s:7:\"message\";s:77:\"Failed to execute \'querySelector\' on \'Document\': \'#\' is not a valid selector.\";s:3:\"url\";s:94:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.1.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"982924\";}s:7:\"\0*\0file\";s:94:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.1.5\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"982924\";}s:32:\"e53e08c5f457b52eb49e353e443b81c0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-07-19 13:56:29\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:35:\"this.ui.input.val is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2026-07-19 13:56:29\";i:1;s:19:\"2026-07-20 12:14:32\";i:2;s:19:\"2026-07-20 13:09:31\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1784469389\";s:7:\"message\";s:35:\"this.ui.input.val is not a function\";s:3:\"url\";s:94:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.1.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"248754\";}s:7:\"\0*\0file\";s:94:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.1.5\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"248754\";}s:32:\"2c10d832d9124f39713a05e71d97217a\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-07-20 09:45:19\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:43:\"C.ui.syncIcon.removeClass is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-20 09:45:19\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1784540719\";s:7:\"message\";s:43:\"C.ui.syncIcon.removeClass is not a function\";s:3:\"url\";s:94:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.1.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"222749\";}s:7:\"\0*\0file\";s:94:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.1.5\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"222749\";}s:32:\"7eba2ec85cd008299e3ea5c46e82492f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-07-20 12:14:32\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;localized&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2026-07-20 12:14:32\";i:1;s:19:\"2026-07-20 12:14:32\";i:2;s:19:\"2026-07-20 13:09:30\";i:3;s:19:\"2026-07-20 13:09:31\";i:4;s:19:\"2026-07-20 13:09:31\";i:5;s:19:\"2026-07-20 13:09:31\";i:6;s:19:\"2026-07-20 13:09:31\";i:7;s:19:\"2026-07-20 13:09:31\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1784549672\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'localized\')\";s:3:\"url\";s:94:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.1.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:7:\"1071916\";}s:7:\"\0*\0file\";s:94:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.1.5\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:7:\"1071916\";}s:32:\"6e5094b6afca2cadd0e212d804fc4ca4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-20 13:56:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.1.0\";s:2:\"to\";s:5:\"4.1.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-20 13:56:57\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.1.0\";s:2:\"to\";s:5:\"4.1.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"36b04595117d776f47cec95861dbd032\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-20 13:56:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-20 13:56:58\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"906a18b5fdb8bd16356c80071aa6830b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-20 13:56:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-20 13:56:58\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ac9328853c0678d251bcae7cd03d4aee\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-20 13:56:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-20 13:56:58\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"bcac3b893f7428e1be942ca359cb8ad0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-20 13:56:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.1.0\";s:2:\"to\";s:5:\"4.1.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-20 13:56:58\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.1.0\";s:2:\"to\";s:5:\"4.1.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"add341293aaf18712b5a4a4e36376f6d\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-07-20 14:06:36\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:36:\"Function utf8_decode() is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:21;s:14:\"\0*\0times_dates\";a:21:{i:0;s:19:\"2026-07-20 14:06:36\";i:1;s:19:\"2026-07-20 14:06:36\";i:2;s:19:\"2026-07-20 14:06:36\";i:3;s:19:\"2026-07-20 14:06:36\";i:4;s:19:\"2026-07-20 14:06:36\";i:5;s:19:\"2026-07-20 14:32:35\";i:6;s:19:\"2026-07-20 14:32:35\";i:7;s:19:\"2026-07-20 14:39:57\";i:8;s:19:\"2026-07-20 14:39:57\";i:9;s:19:\"2026-07-21 08:01:28\";i:10;s:19:\"2026-07-21 08:01:28\";i:11;s:19:\"2026-07-21 08:01:29\";i:12;s:19:\"2026-07-21 08:01:29\";i:13;s:19:\"2026-07-21 08:01:29\";i:14;s:19:\"2026-07-21 08:22:42\";i:15;s:19:\"2026-07-21 08:22:42\";i:16;s:19:\"2026-07-21 08:22:42\";i:17;s:19:\"2026-07-21 08:22:42\";i:18;s:19:\"2026-07-21 08:23:02\";i:19;s:19:\"2026-07-21 08:23:21\";i:20;s:19:\"2026-07-21 08:23:21\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:36:\"Function utf8_decode() is deprecated\";s:4:\"file\";s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/screenshots/module.php\";s:4:\"line\";i:33;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/screenshots/module.php\";s:7:\"\0*\0line\";i:33;}}', 'off'),
(328, '_elementor_element_cache_unique_id', 'ae31e0d154fdbc95c42ce64f42d35f31', 'auto'),
(343, '_elementor_settings_update_time', '1784621118', 'auto'),
(344, 'elementor_cpt_support', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'auto'),
(345, 'elementor_disable_color_schemes', 'yes', 'auto'),
(346, 'elementor_disable_typography_schemes', 'yes', 'auto'),
(347, 'elementor_allow_tracking_last_update', '1784621118', 'auto'),
(348, 'elementor_allow_tracking', 'yes', 'auto'),
(349, 'elementor_google_maps_api_key', '', 'auto'),
(350, 'elementor_pro_recaptcha_site_key', '6LcRrF0tAAAAAFinA6s4ziH2fOSBOz9jDi87yyfD', 'auto'),
(351, 'elementor_pro_recaptcha_secret_key', '6LcRrF0tAAAAABhqBBkYSqz3VsEuETw3tRHqxJtW', 'auto'),
(352, 'elementor_pro_recaptcha_v3_site_key', '', 'auto'),
(353, 'elementor_pro_recaptcha_v3_secret_key', '', 'auto'),
(354, 'elementor_pro_recaptcha_v3_threshold', '0.5', 'auto'),
(355, 'elementor_pro_facebook_app_id', '', 'auto'),
(356, 'elementor_pro_mailchimp_api_key', '', 'auto'),
(357, 'elementor_validate_api_data', '', 'auto'),
(358, 'elementor_pro_drip_api_token', '', 'auto'),
(359, 'elementor_pro_activecampaign_api_key', '', 'auto'),
(360, 'elementor_pro_activecampaign_api_url', '', 'auto'),
(361, 'elementor_pro_getresponse_api_key', '', 'auto'),
(362, 'elementor_pro_convertkit_api_key', '', 'auto'),
(363, 'elementor_pro_mailerlite_api_key', '', 'auto'),
(364, 'elementor_typekit-kit-id', '', 'auto'),
(366, 'elementor_pro_stripe_test_secret_key', '', 'auto'),
(367, 'elementor_validate_stripe_api_test_secret_key_button', '', 'auto'),
(368, 'elementor_pro_stripe_live_secret_key', '', 'auto'),
(369, 'elementor_validate_stripe_api_live_secret_key_button', '', 'auto'),
(370, 'elementor_stripe_legal_disclaimer', '', 'auto'),
(371, 'elementor_editor_break_lines', '', 'auto'),
(372, 'elementor_unfiltered_files_upload', '1', 'auto'),
(373, 'elementor_google_font', '1', 'auto'),
(374, 'elementor_form-submissions', '', 'auto'),
(375, 'elementor_load_fa4_shim', '', 'auto'),
(376, 'elementor_meta_generator_tag', '', 'auto'),
(377, 'elementor_css_print_method', 'external', 'auto'),
(378, 'elementor_optimized_image_loading', '1', 'auto'),
(379, 'elementor_optimized_gutenberg_loading', '1', 'auto'),
(380, 'elementor_lazy_load_background_images', '1', 'auto'),
(381, 'elementor_local_google_fonts', '0', 'auto'),
(382, 'elementor_element_cache_ttl', '24', 'auto'),
(383, 'elementor_experiment-e_panel_promotions', 'default', 'auto'),
(384, 'elementor_experiment-markdown_rendering', 'default', 'auto'),
(385, 'elementor_experiment-container', 'default', 'auto'),
(386, 'elementor_experiment-mega-menu', 'default', 'auto'),
(387, 'elementor_experiment-e_font_icon_svg', 'default', 'auto'),
(388, 'elementor_experiment-additional_custom_breakpoints', 'default', 'auto'),
(389, 'elementor_experiment-e_optimized_markup', 'default', 'auto'),
(390, 'elementor_experiment-theme_builder_v2', 'default', 'auto'),
(391, 'elementor_experiment-nested-elements', 'default', 'auto'),
(401, 'site_logo', '65', 'auto'),
(410, 'pp_license_key', '820357b27bedb9bf31cf47c98f5a04b1', 'auto'),
(411, 'pp_license_status', 'valid', 'auto'),
(412, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(417, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:21:{s:4:\"tmpl\";i:731;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:21:{s:4:\"tmpl\";i:732;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:21:{s:4:\"tmpl\";i:733;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:21:{s:4:\"tmpl\";i:734;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:21:{s:4:\"tmpl\";i:735;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:21:{s:4:\"tmpl\";i:736;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:21:{s:4:\"tmpl\";i:737;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:21:{s:4:\"tmpl\";i:738;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:21:{s:4:\"tmpl\";i:739;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:21:{s:4:\"tmpl\";i:740;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:21:{s:4:\"tmpl\";i:741;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:21:{s:4:\"tmpl\";i:742;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:21:{s:4:\"tmpl\";i:743;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:21:{s:4:\"tmpl\";i:744;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:21:{s:4:\"tmpl\";i:745;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:21:{s:4:\"tmpl\";i:746;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:21:{s:4:\"tmpl\";i:747;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:21:{s:4:\"tmpl\";i:748;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:21:{s:4:\"tmpl\";i:749;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:21:{s:4:\"tmpl\";i:750;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:21:{s:4:\"tmpl\";i:751;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:21:{s:4:\"tmpl\";i:752;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:21:{s:4:\"tmpl\";i:753;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:21:{s:4:\"tmpl\";i:754;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:21:{s:4:\"tmpl\";i:755;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:21:{s:4:\"tmpl\";i:756;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:21:{s:4:\"tmpl\";i:757;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:21:{s:4:\"tmpl\";i:758;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:21:{s:4:\"tmpl\";i:759;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:21:{s:4:\"tmpl\";i:760;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:21:{s:4:\"tmpl\";i:761;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:21:{s:4:\"tmpl\";i:762;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:21:{s:4:\"tmpl\";i:763;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:21:{s:4:\"tmpl\";i:764;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:21:{s:4:\"tmpl\";i:765;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:21:{s:4:\"tmpl\";i:766;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:21:{s:4:\"tmpl\";i:767;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:21:{s:4:\"tmpl\";i:768;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:21:{s:4:\"tmpl\";i:791;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:21:{s:4:\"tmpl\";i:792;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:21:{s:4:\"tmpl\";i:793;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:21:{s:4:\"tmpl\";i:794;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:21:{s:4:\"tmpl\";i:813;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:43;a:21:{s:4:\"tmpl\";i:814;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:21:{s:4:\"tmpl\";i:815;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:21:{s:4:\"tmpl\";i:816;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:21:{s:4:\"tmpl\";i:817;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:21:{s:4:\"tmpl\";i:818;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:21:{s:4:\"tmpl\";i:819;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:49;a:21:{s:4:\"tmpl\";i:820;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:21:{s:4:\"tmpl\";i:821;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:21:{s:4:\"tmpl\";i:822;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:21:{s:4:\"tmpl\";i:578;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:21:{s:4:\"tmpl\";i:619;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:21:{s:4:\"tmpl\";i:625;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:21:{s:4:\"tmpl\";i:626;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:21:{s:4:\"tmpl\";i:627;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:21:{s:4:\"tmpl\";i:628;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:21:{s:4:\"tmpl\";i:629;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:21:{s:4:\"tmpl\";i:630;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:21:{s:4:\"tmpl\";i:631;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:21:{s:4:\"tmpl\";i:632;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:21:{s:4:\"tmpl\";i:633;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:21:{s:4:\"tmpl\";i:634;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:21:{s:4:\"tmpl\";i:635;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:21:{s:4:\"tmpl\";i:636;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:21:{s:4:\"tmpl\";i:637;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:67;a:21:{s:4:\"tmpl\";i:638;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:68;a:21:{s:4:\"tmpl\";i:639;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:21:{s:4:\"tmpl\";i:640;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:21:{s:4:\"tmpl\";i:641;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:21:{s:4:\"tmpl\";i:642;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:21:{s:4:\"tmpl\";i:643;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:21:{s:4:\"tmpl\";i:644;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:21:{s:4:\"tmpl\";i:645;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:21:{s:4:\"tmpl\";i:646;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:21:{s:4:\"tmpl\";i:647;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:21:{s:4:\"tmpl\";i:648;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:21:{s:4:\"tmpl\";i:649;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:21:{s:4:\"tmpl\";i:650;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:21:{s:4:\"tmpl\";i:651;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:21:{s:4:\"tmpl\";i:652;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:21:{s:4:\"tmpl\";i:653;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:21:{s:4:\"tmpl\";i:657;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:21:{s:4:\"tmpl\";i:658;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:21:{s:4:\"tmpl\";i:659;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:21:{s:4:\"tmpl\";i:660;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:21:{s:4:\"tmpl\";i:661;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:21:{s:4:\"tmpl\";i:662;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:21:{s:4:\"tmpl\";i:663;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:21:{s:4:\"tmpl\";i:664;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:21:{s:4:\"tmpl\";i:665;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:21:{s:4:\"tmpl\";i:666;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:21:{s:4:\"tmpl\";i:667;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:21:{s:4:\"tmpl\";i:668;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:21:{s:4:\"tmpl\";i:669;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:21:{s:4:\"tmpl\";i:670;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:21:{s:4:\"tmpl\";i:671;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:21:{s:4:\"tmpl\";i:672;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:21:{s:4:\"tmpl\";i:673;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:21:{s:4:\"tmpl\";i:674;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:21:{s:4:\"tmpl\";i:675;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:21:{s:4:\"tmpl\";i:676;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:21:{s:4:\"tmpl\";i:677;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:21:{s:4:\"tmpl\";i:678;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:21:{s:4:\"tmpl\";i:679;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:21:{s:4:\"tmpl\";i:680;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:21:{s:4:\"tmpl\";i:681;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:21:{s:4:\"tmpl\";i:682;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:21:{s:4:\"tmpl\";i:683;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:21:{s:4:\"tmpl\";i:684;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:21:{s:4:\"tmpl\";i:685;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:21:{s:4:\"tmpl\";i:686;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:21:{s:4:\"tmpl\";i:687;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:21:{s:4:\"tmpl\";i:688;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:21:{s:4:\"tmpl\";i:689;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:21:{s:4:\"tmpl\";i:690;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:21:{s:4:\"tmpl\";i:691;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:21:{s:4:\"tmpl\";i:692;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:21:{s:4:\"tmpl\";i:693;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:21:{s:4:\"tmpl\";i:694;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:21:{s:4:\"tmpl\";i:695;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:21:{s:4:\"tmpl\";i:696;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:21:{s:4:\"tmpl\";i:697;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:21:{s:4:\"tmpl\";i:698;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:21:{s:4:\"tmpl\";i:699;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:21:{s:4:\"tmpl\";i:700;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:21:{s:4:\"tmpl\";i:701;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:21:{s:4:\"tmpl\";i:702;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:21:{s:4:\"tmpl\";i:703;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:21:{s:4:\"tmpl\";i:704;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:21:{s:4:\"tmpl\";i:705;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:21:{s:4:\"tmpl\";i:706;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:21:{s:4:\"tmpl\";i:707;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:21:{s:4:\"tmpl\";i:708;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:21:{s:4:\"tmpl\";i:709;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:21:{s:4:\"tmpl\";i:710;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:21:{s:4:\"tmpl\";i:711;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:21:{s:4:\"tmpl\";i:712;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:21:{s:4:\"tmpl\";i:713;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:21:{s:4:\"tmpl\";i:714;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:21:{s:4:\"tmpl\";i:715;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:21:{s:4:\"tmpl\";i:716;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:21:{s:4:\"tmpl\";i:717;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:144;a:21:{s:4:\"tmpl\";i:718;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:21:{s:4:\"tmpl\";i:719;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:21:{s:4:\"tmpl\";i:720;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:21:{s:4:\"tmpl\";i:721;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:21:{s:4:\"tmpl\";i:722;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:21:{s:4:\"tmpl\";i:723;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:21:{s:4:\"tmpl\";i:724;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:21:{s:4:\"tmpl\";i:725;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:21:{s:4:\"tmpl\";i:726;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:21:{s:4:\"tmpl\";i:727;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:21:{s:4:\"tmpl\";i:728;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:21:{s:4:\"tmpl\";i:729;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:21:{s:4:\"tmpl\";i:730;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:21:{s:4:\"tmpl\";i:482;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:21:{s:4:\"tmpl\";i:593;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:21:{s:4:\"tmpl\";i:769;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:21:{s:4:\"tmpl\";i:770;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:21:{s:4:\"tmpl\";i:771;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:21:{s:4:\"tmpl\";i:772;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:21:{s:4:\"tmpl\";i:773;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:21:{s:4:\"tmpl\";i:774;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:21:{s:4:\"tmpl\";i:775;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:21:{s:4:\"tmpl\";i:776;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:21:{s:4:\"tmpl\";i:777;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:21:{s:4:\"tmpl\";i:778;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:21:{s:4:\"tmpl\";i:779;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:21:{s:4:\"tmpl\";i:795;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:21:{s:4:\"tmpl\";i:798;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:21:{s:4:\"tmpl\";i:420;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:21:{s:4:\"tmpl\";i:334;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:21:{s:4:\"tmpl\";i:481;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:21:{s:4:\"tmpl\";i:581;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:21:{s:4:\"tmpl\";i:803;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:177;a:21:{s:4:\"tmpl\";i:421;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:21:{s:4:\"tmpl\";i:590;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:21:{s:4:\"tmpl\";i:599;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:180;a:21:{s:4:\"tmpl\";i:445;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:21:{s:4:\"tmpl\";i:582;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:21:{s:4:\"tmpl\";i:608;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:183;a:21:{s:4:\"tmpl\";i:422;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:21:{s:4:\"tmpl\";i:589;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:21:{s:4:\"tmpl\";i:606;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:21:{s:4:\"tmpl\";i:355;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:21:{s:4:\"tmpl\";i:584;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:21:{s:4:\"tmpl\";i:612;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:21:{s:4:\"tmpl\";i:796;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:21:{s:4:\"tmpl\";i:387;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:21:{s:4:\"tmpl\";i:381;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:21:{s:4:\"tmpl\";i:583;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:21:{s:4:\"tmpl\";i:797;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:21:{s:4:\"tmpl\";i:318;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:21:{s:4:\"tmpl\";i:591;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:21:{s:4:\"tmpl\";i:594;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:21:{s:4:\"tmpl\";i:493;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:21:{s:4:\"tmpl\";i:586;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:21:{s:4:\"tmpl\";i:801;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:21:{s:4:\"tmpl\";i:811;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:21:{s:4:\"tmpl\";i:512;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:21:{s:4:\"tmpl\";i:592;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:21:{s:4:\"tmpl\";i:433;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:21:{s:4:\"tmpl\";i:587;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:21:{s:4:\"tmpl\";i:610;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:21:{s:4:\"tmpl\";i:354;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:21:{s:4:\"tmpl\";i:588;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:21:{s:4:\"tmpl\";i:607;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:21:{s:4:\"tmpl\";i:463;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:21:{s:4:\"tmpl\";i:585;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:21:{s:4:\"tmpl\";i:604;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:21:{s:4:\"tmpl\";i:328;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:21:{s:4:\"tmpl\";i:580;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:21:{s:4:\"tmpl\";i:605;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:21:{s:4:\"tmpl\";i:492;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:21:{s:4:\"tmpl\";i:513;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:21:{s:4:\"tmpl\";i:812;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:21:{s:4:\"tmpl\";i:808;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:21:{s:4:\"tmpl\";i:410;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:21:{s:4:\"tmpl\";i:518;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:221;a:21:{s:4:\"tmpl\";i:480;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:21:{s:4:\"tmpl\";i:573;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;a:21:{s:4:\"tmpl\";i:804;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:224;a:21:{s:4:\"tmpl\";i:571;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:21:{s:4:\"tmpl\";i:602;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:21:{s:4:\"tmpl\";i:380;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:21:{s:4:\"tmpl\";i:572;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:21:{s:4:\"tmpl\";i:597;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:21:{s:4:\"tmpl\";i:443;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:21:{s:4:\"tmpl\";i:575;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:21:{s:4:\"tmpl\";i:615;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:232;a:21:{s:4:\"tmpl\";i:353;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:21:{s:4:\"tmpl\";i:577;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:21:{s:4:\"tmpl\";i:609;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:21:{s:4:\"tmpl\";i:456;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:21:{s:4:\"tmpl\";i:576;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:21:{s:4:\"tmpl\";i:611;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:21:{s:4:\"tmpl\";i:462;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:21:{s:4:\"tmpl\";i:574;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:21:{s:4:\"tmpl\";i:784;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:21:{s:4:\"tmpl\";i:800;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:242;a:21:{s:4:\"tmpl\";i:532;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;a:21:{s:4:\"tmpl\";i:537;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:21:{s:4:\"tmpl\";i:806;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:21:{s:4:\"tmpl\";i:799;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:246;a:21:{s:4:\"tmpl\";i:266;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:21:{s:4:\"tmpl\";i:310;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:21:{s:4:\"tmpl\";i:525;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:21:{s:4:\"tmpl\";i:267;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:21:{s:4:\"tmpl\";i:516;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:21:{s:4:\"tmpl\";i:787;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:21:{s:4:\"tmpl\";i:540;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:21:{s:4:\"tmpl\";i:595;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:21:{s:4:\"tmpl\";i:264;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:21:{s:4:\"tmpl\";i:531;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:21:{s:4:\"tmpl\";i:618;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:21:{s:4:\"tmpl\";i:263;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:21:{s:4:\"tmpl\";i:515;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:259;a:21:{s:4:\"tmpl\";i:621;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:21:{s:4:\"tmpl\";i:514;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:21:{s:4:\"tmpl\";i:601;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:21:{s:4:\"tmpl\";i:802;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:21:{s:4:\"tmpl\";i:268;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:21:{s:4:\"tmpl\";i:529;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:21:{s:4:\"tmpl\";i:260;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:21:{s:4:\"tmpl\";i:517;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:21:{s:4:\"tmpl\";i:810;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:21:{s:4:\"tmpl\";i:809;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:21:{s:4:\"tmpl\";i:541;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:21:{s:4:\"tmpl\";i:261;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:21:{s:4:\"tmpl\";i:523;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:21:{s:4:\"tmpl\";i:805;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:21:{s:4:\"tmpl\";i:807;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:21:{s:4:\"tmpl\";i:526;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:21:{s:4:\"tmpl\";i:265;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:21:{s:4:\"tmpl\";i:522;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:21:{s:4:\"tmpl\";i:603;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:21:{s:4:\"tmpl\";i:520;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:21:{s:4:\"tmpl\";i:617;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:21:{s:4:\"tmpl\";i:262;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:21:{s:4:\"tmpl\";i:527;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:282;a:21:{s:4:\"tmpl\";i:623;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:21:{s:4:\"tmpl\";i:95;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:21:{s:4:\"tmpl\";i:534;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:21:{s:4:\"tmpl\";i:614;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:21:{s:4:\"tmpl\";i:538;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:21:{s:4:\"tmpl\";i:613;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:21:{s:4:\"tmpl\";i:786;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:21:{s:4:\"tmpl\";i:528;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:290;a:21:{s:4:\"tmpl\";i:150;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:21:{s:4:\"tmpl\";i:569;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:21:{s:4:\"tmpl\";i:782;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:21:{s:4:\"tmpl\";i:783;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:21:{s:4:\"tmpl\";i:90;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:295;a:21:{s:4:\"tmpl\";i:524;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:21:{s:4:\"tmpl\";i:533;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:21:{s:4:\"tmpl\";i:789;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:21:{s:4:\"tmpl\";i:781;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:21:{s:4:\"tmpl\";i:91;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:300;a:21:{s:4:\"tmpl\";i:521;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:21:{s:4:\"tmpl\";i:519;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:21:{s:4:\"tmpl\";i:790;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:21:{s:4:\"tmpl\";i:564;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:21:{s:4:\"tmpl\";i:93;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:305;a:21:{s:4:\"tmpl\";i:560;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:21:{s:4:\"tmpl\";i:788;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:21:{s:4:\"tmpl\";i:780;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:21:{s:4:\"tmpl\";i:106;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:309;a:21:{s:4:\"tmpl\";i:551;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:21:{s:4:\"tmpl\";i:565;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:21:{s:4:\"tmpl\";i:785;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:21:{s:4:\"tmpl\";i:546;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:21:{s:4:\"tmpl\";i:620;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:21:{s:4:\"tmpl\";i:105;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:21:{s:4:\"tmpl\";i:568;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:21:{s:4:\"tmpl\";i:600;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:21:{s:4:\"tmpl\";i:94;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:21:{s:4:\"tmpl\";i:566;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:21:{s:4:\"tmpl\";i:616;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:21:{s:4:\"tmpl\";i:553;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:21:{s:4:\"tmpl\";i:598;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:21:{s:4:\"tmpl\";i:98;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:323;a:21:{s:4:\"tmpl\";i:563;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:21:{s:4:\"tmpl\";i:596;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:21:{s:4:\"tmpl\";i:544;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:21:{s:4:\"tmpl\";i:103;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:21:{s:4:\"tmpl\";i:567;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:328;a:21:{s:4:\"tmpl\";i:622;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:21:{s:4:\"tmpl\";i:570;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:21:{s:4:\"tmpl\";i:554;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:21:{s:4:\"tmpl\";i:104;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:332;a:21:{s:4:\"tmpl\";i:556;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:21:{s:4:\"tmpl\";i:99;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:334;a:21:{s:4:\"tmpl\";i:558;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:21:{s:4:\"tmpl\";i:562;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:21:{s:4:\"tmpl\";i:561;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:21:{s:4:\"tmpl\";i:579;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:21:{s:4:\"tmpl\";i:97;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:339;a:21:{s:4:\"tmpl\";i:504;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:21:{s:4:\"tmpl\";i:555;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:21:{s:4:\"tmpl\";i:92;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:342;a:21:{s:4:\"tmpl\";i:505;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:21:{s:4:\"tmpl\";i:559;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:21:{s:4:\"tmpl\";i:506;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:21:{s:4:\"tmpl\";i:552;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:21:{s:4:\"tmpl\";i:507;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:21:{s:4:\"tmpl\";i:557;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:21:{s:4:\"tmpl\";i:96;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:349;a:21:{s:4:\"tmpl\";i:508;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:21:{s:4:\"tmpl\";i:547;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:21:{s:4:\"tmpl\";i:501;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:21:{s:4:\"tmpl\";i:545;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:21:{s:4:\"tmpl\";i:100;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:354;a:21:{s:4:\"tmpl\";i:502;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:21:{s:4:\"tmpl\";i:549;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:21:{s:4:\"tmpl\";i:503;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:21:{s:4:\"tmpl\";i:548;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:21:{s:4:\"tmpl\";i:138;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:359;a:21:{s:4:\"tmpl\";i:484;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:21:{s:4:\"tmpl\";i:539;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:21:{s:4:\"tmpl\";i:139;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:362;a:21:{s:4:\"tmpl\";i:485;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:21:{s:4:\"tmpl\";i:550;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:21:{s:4:\"tmpl\";i:486;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:21:{s:4:\"tmpl\";i:535;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:21:{s:4:\"tmpl\";i:483;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:21:{s:4:\"tmpl\";i:536;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:21:{s:4:\"tmpl\";i:101;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:21:{s:4:\"tmpl\";i:487;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:370;a:21:{s:4:\"tmpl\";i:530;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:21:{s:4:\"tmpl\";i:149;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:21:{s:4:\"tmpl\";i:488;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:21:{s:4:\"tmpl\";i:542;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:21:{s:4:\"tmpl\";i:470;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:21:{s:4:\"tmpl\";i:543;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:21:{s:4:\"tmpl\";i:102;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:377;a:21:{s:4:\"tmpl\";i:473;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:378;a:21:{s:4:\"tmpl\";i:469;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:21:{s:4:\"tmpl\";i:276;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:21:{s:4:\"tmpl\";i:472;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:21:{s:4:\"tmpl\";i:471;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:21:{s:4:\"tmpl\";i:277;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:21:{s:4:\"tmpl\";i:464;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:21:{s:4:\"tmpl\";i:465;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:21:{s:4:\"tmpl\";i:278;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:21:{s:4:\"tmpl\";i:466;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:21:{s:4:\"tmpl\";i:654;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:21:{s:4:\"tmpl\";i:468;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:21:{s:4:\"tmpl\";i:279;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:21:{s:4:\"tmpl\";i:467;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:21:{s:4:\"tmpl\";i:624;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:21:{s:4:\"tmpl\";i:280;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:21:{s:4:\"tmpl\";i:449;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:21:{s:4:\"tmpl\";i:281;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:21:{s:4:\"tmpl\";i:448;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:21:{s:4:\"tmpl\";i:447;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:21:{s:4:\"tmpl\";i:282;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:21:{s:4:\"tmpl\";i:446;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:21:{s:4:\"tmpl\";i:655;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:21:{s:4:\"tmpl\";i:283;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:21:{s:4:\"tmpl\";i:439;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:21:{s:4:\"tmpl\";i:656;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:21:{s:4:\"tmpl\";i:284;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:21:{s:4:\"tmpl\";i:436;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:21:{s:4:\"tmpl\";i:435;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:21:{s:4:\"tmpl\";i:434;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:21:{s:4:\"tmpl\";i:426;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:21:{s:4:\"tmpl\";i:438;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:21:{s:4:\"tmpl\";i:437;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:21:{s:4:\"tmpl\";i:427;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:21:{s:4:\"tmpl\";i:444;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:21:{s:4:\"tmpl\";i:428;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:21:{s:4:\"tmpl\";i:425;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:21:{s:4:\"tmpl\";i:429;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:21:{s:4:\"tmpl\";i:424;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:21:{s:4:\"tmpl\";i:430;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:21:{s:4:\"tmpl\";i:431;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:21:{s:4:\"tmpl\";i:432;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:21:{s:4:\"tmpl\";i:411;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:21:{s:4:\"tmpl\";i:423;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:21:{s:4:\"tmpl\";i:412;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:21:{s:4:\"tmpl\";i:511;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:21:{s:4:\"tmpl\";i:413;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:21:{s:4:\"tmpl\";i:414;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:21:{s:4:\"tmpl\";i:400;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:21:{s:4:\"tmpl\";i:510;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:21:{s:4:\"tmpl\";i:823;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:21:{s:4:\"tmpl\";i:401;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:21:{s:4:\"tmpl\";i:402;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:21:{s:4:\"tmpl\";i:509;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:21:{s:4:\"tmpl\";i:234;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:21:{s:4:\"tmpl\";i:403;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:21:{s:4:\"tmpl\";i:388;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:21:{s:4:\"tmpl\";i:77;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:21:{s:4:\"tmpl\";i:389;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:21:{s:4:\"tmpl\";i:390;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:21:{s:4:\"tmpl\";i:80;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:21:{s:4:\"tmpl\";i:391;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:21:{s:4:\"tmpl\";i:392;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:21:{s:4:\"tmpl\";i:393;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:21:{s:4:\"tmpl\";i:84;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:21:{s:4:\"tmpl\";i:394;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:21:{s:4:\"tmpl\";i:81;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:21:{s:4:\"tmpl\";i:395;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:21:{s:4:\"tmpl\";i:396;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:21:{s:4:\"tmpl\";i:397;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:21:{s:4:\"tmpl\";i:83;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:21:{s:4:\"tmpl\";i:398;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:21:{s:4:\"tmpl\";i:89;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:21:{s:4:\"tmpl\";i:399;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:451;a:21:{s:4:\"tmpl\";i:369;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:21:{s:4:\"tmpl\";i:79;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:21:{s:4:\"tmpl\";i:366;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:21:{s:4:\"tmpl\";i:362;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:21:{s:4:\"tmpl\";i:88;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:456;a:21:{s:4:\"tmpl\";i:368;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:457;a:21:{s:4:\"tmpl\";i:367;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:21:{s:4:\"tmpl\";i:365;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:21:{s:4:\"tmpl\";i:86;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;a:21:{s:4:\"tmpl\";i:364;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:461;a:21:{s:4:\"tmpl\";i:363;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:21:{s:4:\"tmpl\";i:78;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:21:{s:4:\"tmpl\";i:327;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:21:{s:4:\"tmpl\";i:75;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:465;a:21:{s:4:\"tmpl\";i:326;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:21:{s:4:\"tmpl\";i:325;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:21:{s:4:\"tmpl\";i:324;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:21:{s:4:\"tmpl\";i:76;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:21:{s:4:\"tmpl\";i:301;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:21:{s:4:\"tmpl\";i:85;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:21:{s:4:\"tmpl\";i:82;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:21:{s:4:\"tmpl\";i:346;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:21:{s:4:\"tmpl\";i:350;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:21:{s:4:\"tmpl\";i:304;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:21:{s:4:\"tmpl\";i:87;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:476;a:21:{s:4:\"tmpl\";i:315;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:21:{s:4:\"tmpl\";i:25;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:478;a:21:{s:4:\"tmpl\";i:347;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:21:{s:4:\"tmpl\";i:23;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:480;a:21:{s:4:\"tmpl\";i:345;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:481;a:21:{s:4:\"tmpl\";i:351;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:21:{s:4:\"tmpl\";i:127;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:21:{s:4:\"tmpl\";i:300;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:21:{s:4:\"tmpl\";i:314;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:21:{s:4:\"tmpl\";i:128;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:21:{s:4:\"tmpl\";i:30;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:21:{s:4:\"tmpl\";i:352;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:21:{s:4:\"tmpl\";i:348;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:21:{s:4:\"tmpl\";i:69;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:21:{s:4:\"tmpl\";i:299;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:21:{s:4:\"tmpl\";i:313;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:21:{s:4:\"tmpl\";i:317;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:21:{s:4:\"tmpl\";i:71;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:21:{s:4:\"tmpl\";i:349;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:21:{s:4:\"tmpl\";i:74;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:21:{s:4:\"tmpl\";i:303;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:21:{s:4:\"tmpl\";i:316;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:21:{s:4:\"tmpl\";i:125;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:21:{s:4:\"tmpl\";i:312;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:21:{s:4:\"tmpl\";i:22;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:21:{s:4:\"tmpl\";i:302;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:21:{s:4:\"tmpl\";i:126;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:21:{s:4:\"tmpl\";i:24;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:504;a:21:{s:4:\"tmpl\";i:311;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:21:{s:4:\"tmpl\";i:26;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:21:{s:4:\"tmpl\";i:32;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:21:{s:4:\"tmpl\";i:27;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:21:{s:4:\"tmpl\";i:29;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:21:{s:4:\"tmpl\";i:31;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:21:{s:4:\"tmpl\";i:28;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:21:{s:4:\"tmpl\";i:206;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:21:{s:4:\"tmpl\";i:227;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:21:{s:4:\"tmpl\";i:226;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:21:{s:4:\"tmpl\";i:225;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:21:{s:4:\"tmpl\";i:211;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:21:{s:4:\"tmpl\";i:167;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:21:{s:4:\"tmpl\";i:221;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:21:{s:4:\"tmpl\";i:220;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:21:{s:4:\"tmpl\";i:218;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:21:{s:4:\"tmpl\";i:219;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:21:{s:4:\"tmpl\";i:204;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:21:{s:4:\"tmpl\";i:207;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:21:{s:4:\"tmpl\";i:222;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:21:{s:4:\"tmpl\";i:212;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:21:{s:4:\"tmpl\";i:213;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:21:{s:4:\"tmpl\";i:208;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:21:{s:4:\"tmpl\";i:223;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:21:{s:4:\"tmpl\";i:224;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:21:{s:4:\"tmpl\";i:66;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:21:{s:4:\"tmpl\";i:216;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:21:{s:4:\"tmpl\";i:67;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:21:{s:4:\"tmpl\";i:68;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:21:{s:4:\"tmpl\";i:73;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:21:{s:4:\"tmpl\";i:205;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:21:{s:4:\"tmpl\";i:129;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:21:{s:4:\"tmpl\";i:217;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:21:{s:4:\"tmpl\";i:209;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:21:{s:4:\"tmpl\";i:210;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:21:{s:4:\"tmpl\";i:107;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:21:{s:4:\"tmpl\";i:215;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:21:{s:4:\"tmpl\";i:214;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:21:{s:4:\"tmpl\";i:489;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:21:{s:4:\"tmpl\";i:490;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:21:{s:4:\"tmpl\";i:491;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:21:{s:4:\"tmpl\";i:309;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:21:{s:4:\"tmpl\";i:308;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:21:{s:4:\"tmpl\";i:307;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:21:{s:4:\"tmpl\";i:306;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:21:{s:4:\"tmpl\";i:305;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:21:{s:4:\"tmpl\";i:113;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:21:{s:4:\"tmpl\";i:116;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:21:{s:4:\"tmpl\";i:117;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:21:{s:4:\"tmpl\";i:112;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:21:{s:4:\"tmpl\";i:114;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:21:{s:4:\"tmpl\";i:115;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:21:{s:4:\"tmpl\";i:118;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:21:{s:4:\"tmpl\";i:119;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:21:{s:4:\"tmpl\";i:110;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:21:{s:4:\"tmpl\";i:111;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:21:{s:4:\"tmpl\";i:141;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:21:{s:4:\"tmpl\";i:135;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:21:{s:4:\"tmpl\";i:140;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:21:{s:4:\"tmpl\";i:159;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:21:{s:4:\"tmpl\";i:160;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:21:{s:4:\"tmpl\";i:134;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:21:{s:4:\"tmpl\";i:133;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:21:{s:4:\"tmpl\";i:109;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:21:{s:4:\"tmpl\";i:108;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:21:{s:4:\"tmpl\";i:132;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:21:{s:4:\"tmpl\";i:158;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:21:{s:4:\"tmpl\";i:157;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:21:{s:4:\"tmpl\";i:461;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:21:{s:4:\"tmpl\";i:460;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:21:{s:4:\"tmpl\";i:459;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:21:{s:4:\"tmpl\";i:458;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:21:{s:4:\"tmpl\";i:457;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:21:{s:4:\"tmpl\";i:244;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:21:{s:4:\"tmpl\";i:240;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:21:{s:4:\"tmpl\";i:239;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:21:{s:4:\"tmpl\";i:238;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:21:{s:4:\"tmpl\";i:237;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:21:{s:4:\"tmpl\";i:236;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:21:{s:4:\"tmpl\";i:285;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:21:{s:4:\"tmpl\";i:245;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:21:{s:4:\"tmpl\";i:246;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:21:{s:4:\"tmpl\";i:247;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:21:{s:4:\"tmpl\";i:248;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:21:{s:4:\"tmpl\";i:249;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:21:{s:4:\"tmpl\";i:243;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:21:{s:4:\"tmpl\";i:242;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:21:{s:4:\"tmpl\";i:241;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:21:{s:4:\"tmpl\";i:235;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:21:{s:4:\"tmpl\";i:230;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:21:{s:4:\"tmpl\";i:231;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:21:{s:4:\"tmpl\";i:323;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:21:{s:4:\"tmpl\";i:322;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:21:{s:4:\"tmpl\";i:321;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:21:{s:4:\"tmpl\";i:320;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:21:{s:4:\"tmpl\";i:319;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:21:{s:4:\"tmpl\";i:228;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:21:{s:4:\"tmpl\";i:256;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:21:{s:4:\"tmpl\";i:251;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:21:{s:4:\"tmpl\";i:250;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:21:{s:4:\"tmpl\";i:286;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:21:{s:4:\"tmpl\";i:229;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:21:{s:4:\"tmpl\";i:258;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:21:{s:4:\"tmpl\";i:252;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:21:{s:4:\"tmpl\";i:253;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:21:{s:4:\"tmpl\";i:259;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:21:{s:4:\"tmpl\";i:257;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:21:{s:4:\"tmpl\";i:254;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:21:{s:4:\"tmpl\";i:255;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:21:{s:4:\"tmpl\";i:165;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:21:{s:4:\"tmpl\";i:121;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:21:{s:4:\"tmpl\";i:120;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:21:{s:4:\"tmpl\";i:72;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:21:{s:4:\"tmpl\";i:166;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:21:{s:4:\"tmpl\";i:162;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:21:{s:4:\"tmpl\";i:164;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:21:{s:4:\"tmpl\";i:163;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:21:{s:4:\"tmpl\";i:161;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:21:{s:4:\"tmpl\";i:123;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:21:{s:4:\"tmpl\";i:124;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:21:{s:4:\"tmpl\";i:122;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:21:{s:4:\"tmpl\";i:407;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:21:{s:4:\"tmpl\";i:408;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:21:{s:4:\"tmpl\";i:409;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:21:{s:4:\"tmpl\";i:406;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:21:{s:4:\"tmpl\";i:405;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:21:{s:4:\"tmpl\";i:404;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:21:{s:4:\"tmpl\";i:440;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:21:{s:4:\"tmpl\";i:441;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:21:{s:4:\"tmpl\";i:442;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:21:{s:4:\"tmpl\";i:344;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:21:{s:4:\"tmpl\";i:343;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:21:{s:4:\"tmpl\";i:342;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:21:{s:4:\"tmpl\";i:341;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:21:{s:4:\"tmpl\";i:340;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:21:{s:4:\"tmpl\";i:339;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:21:{s:4:\"tmpl\";i:450;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:21:{s:4:\"tmpl\";i:451;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:21:{s:4:\"tmpl\";i:452;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:21:{s:4:\"tmpl\";i:454;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:21:{s:4:\"tmpl\";i:455;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:21:{s:4:\"tmpl\";i:453;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:21:{s:4:\"tmpl\";i:379;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:21:{s:4:\"tmpl\";i:378;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:21:{s:4:\"tmpl\";i:375;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:21:{s:4:\"tmpl\";i:374;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:21:{s:4:\"tmpl\";i:376;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:21:{s:4:\"tmpl\";i:373;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:21:{s:4:\"tmpl\";i:372;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:21:{s:4:\"tmpl\";i:371;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:21:{s:4:\"tmpl\";i:370;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:21:{s:4:\"tmpl\";i:377;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:21:{s:4:\"tmpl\";i:419;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:21:{s:4:\"tmpl\";i:416;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:21:{s:4:\"tmpl\";i:418;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:21:{s:4:\"tmpl\";i:417;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:21:{s:4:\"tmpl\";i:415;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:21:{s:4:\"tmpl\";i:382;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:21:{s:4:\"tmpl\";i:383;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:21:{s:4:\"tmpl\";i:384;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:21:{s:4:\"tmpl\";i:386;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:21:{s:4:\"tmpl\";i:385;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:21:{s:4:\"tmpl\";i:336;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:21:{s:4:\"tmpl\";i:335;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:21:{s:4:\"tmpl\";i:333;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:21:{s:4:\"tmpl\";i:332;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:21:{s:4:\"tmpl\";i:338;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:21:{s:4:\"tmpl\";i:331;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:21:{s:4:\"tmpl\";i:330;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:21:{s:4:\"tmpl\";i:337;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:21:{s:4:\"tmpl\";i:329;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:21:{s:4:\"tmpl\";i:190;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:21:{s:4:\"tmpl\";i:202;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:21:{s:4:\"tmpl\";i:191;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:21:{s:4:\"tmpl\";i:192;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:21:{s:4:\"tmpl\";i:193;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:21:{s:4:\"tmpl\";i:194;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:21:{s:4:\"tmpl\";i:196;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:21:{s:4:\"tmpl\";i:197;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:21:{s:4:\"tmpl\";i:199;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:21:{s:4:\"tmpl\";i:201;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:21:{s:4:\"tmpl\";i:203;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:21:{s:4:\"tmpl\";i:61;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:21:{s:4:\"tmpl\";i:195;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:21:{s:4:\"tmpl\";i:198;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:21:{s:4:\"tmpl\";i:200;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:21:{s:4:\"tmpl\";i:189;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:21:{s:4:\"tmpl\";i:34;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:21:{s:4:\"tmpl\";i:39;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:21:{s:4:\"tmpl\";i:41;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:21:{s:4:\"tmpl\";i:42;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:21:{s:4:\"tmpl\";i:44;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:21:{s:4:\"tmpl\";i:46;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:21:{s:4:\"tmpl\";i:36;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:21:{s:4:\"tmpl\";i:38;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:21:{s:4:\"tmpl\";i:40;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:21:{s:4:\"tmpl\";i:43;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:21:{s:4:\"tmpl\";i:45;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:21:{s:4:\"tmpl\";i:33;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:21:{s:4:\"tmpl\";i:35;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:21:{s:4:\"tmpl\";i:37;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:21:{s:4:\"tmpl\";i:474;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:21:{s:4:\"tmpl\";i:475;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:21:{s:4:\"tmpl\";i:291;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:21:{s:4:\"tmpl\";i:476;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:21:{s:4:\"tmpl\";i:292;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:21:{s:4:\"tmpl\";i:477;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:21:{s:4:\"tmpl\";i:293;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:21:{s:4:\"tmpl\";i:478;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:21:{s:4:\"tmpl\";i:479;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:21:{s:4:\"tmpl\";i:12;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:21:{s:4:\"tmpl\";i:13;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:21:{s:4:\"tmpl\";i:18;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:21:{s:4:\"tmpl\";i:20;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:21:{s:4:\"tmpl\";i:3;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:21:{s:4:\"tmpl\";i:17;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:21:{s:4:\"tmpl\";i:15;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:21:{s:4:\"tmpl\";i:14;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:21:{s:4:\"tmpl\";i:1;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:21:{s:4:\"tmpl\";i:8;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:21:{s:4:\"tmpl\";i:6;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:21:{s:4:\"tmpl\";i:4;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:21:{s:4:\"tmpl\";i:21;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:21:{s:4:\"tmpl\";i:19;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:21:{s:4:\"tmpl\";i:16;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:21:{s:4:\"tmpl\";i:2;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:21:{s:4:\"tmpl\";i:153;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:21:{s:4:\"tmpl\";i:11;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:21:{s:4:\"tmpl\";i:10;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:21:{s:4:\"tmpl\";i:9;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:21:{s:4:\"tmpl\";i:7;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:21:{s:4:\"tmpl\";i:5;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:21:{s:4:\"tmpl\";i:269;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:21:{s:4:\"tmpl\";i:270;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:21:{s:4:\"tmpl\";i:271;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:21:{s:4:\"tmpl\";i:272;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:21:{s:4:\"tmpl\";i:273;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:21:{s:4:\"tmpl\";i:274;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:21:{s:4:\"tmpl\";i:275;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:21:{s:4:\"tmpl\";i:233;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:21:{s:4:\"tmpl\";i:232;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:21:{s:4:\"tmpl\";i:295;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:21:{s:4:\"tmpl\";i:294;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:21:{s:4:\"tmpl\";i:296;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:21:{s:4:\"tmpl\";i:297;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:21:{s:4:\"tmpl\";i:298;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:21:{s:4:\"tmpl\";i:148;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:21:{s:4:\"tmpl\";i:155;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:21:{s:4:\"tmpl\";i:154;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:21:{s:4:\"tmpl\";i:287;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:21:{s:4:\"tmpl\";i:156;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:21:{s:4:\"tmpl\";i:288;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:21:{s:4:\"tmpl\";i:143;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:21:{s:4:\"tmpl\";i:289;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:21:{s:4:\"tmpl\";i:147;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:21:{s:4:\"tmpl\";i:290;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:21:{s:4:\"tmpl\";i:144;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:21:{s:4:\"tmpl\";i:145;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:21:{s:4:\"tmpl\";i:142;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:21:{s:4:\"tmpl\";i:146;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:21:{s:4:\"tmpl\";i:131;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:21:{s:4:\"tmpl\";i:130;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:21:{s:4:\"tmpl\";i:152;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:21:{s:4:\"tmpl\";i:62;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:21:{s:4:\"tmpl\";i:65;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:21:{s:4:\"tmpl\";i:63;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:21:{s:4:\"tmpl\";i:70;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:21:{s:4:\"tmpl\";i:64;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:21:{s:4:\"tmpl\";i:58;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:21:{s:4:\"tmpl\";i:55;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:21:{s:4:\"tmpl\";i:51;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:21:{s:4:\"tmpl\";i:136;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:21:{s:4:\"tmpl\";i:48;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:21:{s:4:\"tmpl\";i:56;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:21:{s:4:\"tmpl\";i:151;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:21:{s:4:\"tmpl\";i:57;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:21:{s:4:\"tmpl\";i:59;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:21:{s:4:\"tmpl\";i:52;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:21:{s:4:\"tmpl\";i:60;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:21:{s:4:\"tmpl\";i:54;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:21:{s:4:\"tmpl\";i:53;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:21:{s:4:\"tmpl\";i:50;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:21:{s:4:\"tmpl\";i:49;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:21:{s:4:\"tmpl\";i:137;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:21:{s:4:\"tmpl\";i:47;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:21:{s:4:\"tmpl\";i:179;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:21:{s:4:\"tmpl\";i:175;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:21:{s:4:\"tmpl\";i:173;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:21:{s:4:\"tmpl\";i:171;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:21:{s:4:\"tmpl\";i:188;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:21:{s:4:\"tmpl\";i:186;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:21:{s:4:\"tmpl\";i:169;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:21:{s:4:\"tmpl\";i:187;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:21:{s:4:\"tmpl\";i:170;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:21:{s:4:\"tmpl\";i:172;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:21:{s:4:\"tmpl\";i:174;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:21:{s:4:\"tmpl\";i:176;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:21:{s:4:\"tmpl\";i:177;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:21:{s:4:\"tmpl\";i:178;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:21:{s:4:\"tmpl\";i:168;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:21:{s:4:\"tmpl\";i:180;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:21:{s:4:\"tmpl\";i:184;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:21:{s:4:\"tmpl\";i:185;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:21:{s:4:\"tmpl\";i:182;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:21:{s:4:\"tmpl\";i:183;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:21:{s:4:\"tmpl\";i:181;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:21:{s:4:\"tmpl\";i:358;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:21:{s:4:\"tmpl\";i:359;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:21:{s:4:\"tmpl\";i:357;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:21:{s:4:\"tmpl\";i:360;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:21:{s:4:\"tmpl\";i:361;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:21:{s:4:\"tmpl\";i:356;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:21:{s:4:\"tmpl\";i:496;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:21:{s:4:\"tmpl\";i:497;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:21:{s:4:\"tmpl\";i:498;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:21:{s:4:\"tmpl\";i:499;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:21:{s:4:\"tmpl\";i:495;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:21:{s:4:\"tmpl\";i:500;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:21:{s:4:\"tmpl\";i:494;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(430, 'elementor_pro_theme_builder_conditions', 'a:4:{s:6:\"single\";a:1:{i:2257;a:1:{i:0;s:21:\"include/singular/post\";}}s:7:\"archive\";a:1:{i:2237;a:1:{i:0;s:28:\"include/archive/post_archive\";}}s:6:\"footer\";a:1:{i:1463;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:1359;a:1:{i:0;s:15:\"include/general\";}}}', 'auto'),
(452, 'elementor_angie_guide_auto_shown', 'yes', 'auto'),
(476, '_astra_customizer_published_timestamps', 'a:8:{i:0;i:1784446285;i:1;i:1784446430;i:2;i:1784446715;i:3;i:1784446902;i:4;i:1784447140;i:5;i:1784448343;i:6;i:1784558329;i:7;i:1784558336;}', 'off'),
(477, 'astra_usage_events_pending', 'a:1:{i:0;a:4:{s:10:\"event_name\";s:26:\"first_customizer_published\";s:11:\"event_value\";s:6:\"4.13.6\";s:10:\"properties\";a:0:{}s:4:\"date\";s:19:\"2026-07-19 07:31:25\";}}', 'auto'),
(479, 'astra-color-palettes', 'a:5:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#115488\";i:1;s:7:\"#1baaa8\";i:2;s:7:\"#000000\";i:3;s:7:\"#666666\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#f0f4f8\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FFEDE6\";i:6;s:7:\"#140609\";i:7;s:7:\"#FFD1BF\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDFBE2\";i:6;s:7:\"#0C1406\";i:7;s:7:\"#D5EAD8\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FAF5E5\";i:6;s:7:\"#141004\";i:7;s:7:\"#F0E6C5\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FCEEF5\";i:6;s:7:\"#140610\";i:7;s:7:\"#FAD8E9\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDF6EE\";i:6;s:7:\"#06140C\";i:7;s:7:\"#D4F3D7\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF9E1\";i:6;s:7:\"#141006\";i:7;s:7:\"#F9F0C8\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF1E4\";i:6;s:7:\"#140B06\";i:7;s:7:\"#E5D7D1\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F6F6F6\";i:6;s:7:\"#232529\";i:7;s:7:\"#F1F0F0\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:11:\"presetNames\";a:4:{s:9:\"palette_1\";N;s:9:\"palette_2\";s:3:\"Oak\";s:9:\"palette_3\";s:5:\"Viola\";s:9:\"palette_4\";s:4:\"Dark\";}s:4:\"flag\";b:0;}', 'on'),
(492, '_elementor_onboarding_strings_en', 'a:2:{s:7:\"timeout\";i:1784624424;s:5:\"value\";s:5201:\"{\"common.continue\":\"Continue\",\"common.skip\":\"Skip\",\"common.back\":\"Back\",\"common.finish\":\"Finish\",\"common.loading\":\"Loading\\u2026\",\"common.upgrade\":\"Upgrade\",\"common.close_onboarding\":\"Close onboarding\",\"common.installed\":\"Installed\",\"common.recommended\":\"Recommended\",\"error.failed_mark_exit\":\"Failed to mark user exit.\",\"error.failed_complete_step\":\"Failed to complete step.\",\"error.pro_install_failed\":\"Couldn\'t install Elementor Pro. Please try again later\",\"error.theme_install_failed\":\"Theme installation didn\'t complete. Please try again later\",\"login.title\":\"Let\\u2019s get to work.\",\"login.sign_in\":\"Sign in to Elementor\",\"login.continue_another_way\":\"Continue another way\",\"login.continue_as_guest\":\"Continue as a guest\",\"steps.building_for.title\":\"Who are you building for?\",\"steps.building_for.greeting_with_name\":\"Hey %1$s %2$s Let\\u2019s get your site set up.\",\"steps.building_for.greeting_without_name\":\"Hey%s Let\\u2019s get your site set up.\",\"steps.building_for.option_myself\":\"Myself or someone I know\",\"steps.building_for.option_business\":\"My business or workplace\",\"steps.building_for.option_client\":\"A client\",\"steps.building_for.option_exploring\":\"Just exploring\",\"steps.site_about.title\":\"What is your site about?\",\"steps.site_about.subtitle\":\"Choose anything that applies.\",\"steps.site_about.option_small_med_business\":\"Small-Med Business\",\"steps.site_about.option_online_store\":\"Online store\",\"steps.site_about.option_company_site\":\"Company site\",\"steps.site_about.option_blog\":\"Blog\",\"steps.site_about.option_landing_page\":\"Landing page\",\"steps.site_about.option_booking\":\"Booking\",\"steps.site_about.option_organization\":\"Organization\",\"steps.site_about.option_other\":\"Other\",\"steps.site_about.greeting_myself\":\"Got it! We\\u2019ll keep things simple.\",\"steps.site_about.greeting_business\":\"Great! Let\\u2019s set up your business site.\",\"steps.site_about.greeting_client\":\"Nice! Let\\u2019s create something for your client.\",\"steps.site_about.greeting_fallback\":\"Let\\u2019s get started!\",\"steps.experience_level.title\":\"How experienced are you with Elementor?\",\"steps.experience_level.subtitle\":\"This helps us adjust the editor to your workflow.\",\"steps.experience_level.option_beginner\":\"I\\u2019m just getting started\",\"steps.experience_level.option_intermediate\":\"I have some experience\",\"steps.experience_level.option_advanced\":\"I\\u2019m very comfortable with Elementor\",\"steps.theme_selection.title\":\"Start with a theme that fits your needs\",\"steps.theme_selection.subtitle\":\"Hello themes are built to work seamlessly with Elementor.\",\"steps.theme_selection.v2.title\":\"Build faster with Hello Theme\",\"steps.theme_selection.v2.subtitle\":\"Use Elementor\\u2019s lightweight theme for faster setup and full design control.\",\"steps.theme_selection.aria_label\":\"Theme selection\",\"steps.theme_selection.theme_hello_label\":\"Hello\",\"steps.theme_selection.theme_hello_description\":\"A flexible canvas theme you can shape from the ground up\",\"steps.theme_selection.by_elementor\":\"by Elementor\",\"steps.theme_selection.theme_hello_biz_label\":\"Hello Biz\",\"steps.theme_selection.theme_hello_biz_description\":\"A ready-to-start theme with smart layouts and widgets\",\"steps.theme_selection.greeting_beginner\":\"Glad you\\u2019re here!\",\"steps.theme_selection.greeting_default\":\"Great. Let\\u2019s take it to the next step\",\"steps.theme_selection.continue_with_theme\":\"Continue with this theme\",\"steps.theme_selection.v2.continue_with_theme\":\"Continue with Hello\",\"steps.site_features.title\":\"What do you want to include in your site?\",\"steps.site_features.subtitle\":\"We\\u2019ll use this to tailor suggestions for you.\",\"steps.site_features.continue_with_free\":\"Continue with Free\",\"steps.site_features.option_classes_variables\":\"Design system\",\"steps.site_features.option_hello_theme\":\"Hello theme\",\"steps.site_features.option_cookie_consent\":\"Cookie Consent\",\"steps.site_features.option_interactions\":\"Interactions\",\"steps.site_features.option_theme_builder\":\"Theme builder\",\"steps.site_features.option_lead_collection\":\"Forms & leads\",\"steps.site_features.option_custom_code\":\"Custom Code\",\"steps.site_features.option_email_deliverability\":\"Email delivery\",\"steps.site_features.option_ai_generator\":\"AI tools\",\"steps.site_features.option_image_optimization\":\"Image optimization\",\"steps.site_features.option_accessibility_tools\":\"Accessibility\",\"steps.site_features.woocommerce\":\"WooCommerce\",\"steps.site_features.included\":\"Included\",\"steps.site_features.plan_recommendation_one\":\"Nice picks \\ud83d\\ude42 Elementor One has you covered.\",\"steps.site_features.plan_recommendation_pro\":\"Advanced tools? Elementor Pro includes them.\",\"steps.site_features.compare_plans\":\"View plans\",\"pro_install.title\":\"You already have a Pro subscription\",\"pro_install.subtitle\":\"Would you like to install it on this site now?\",\"pro_install.installing\":\"Installing Elementor Pro\\u2026\",\"pro_install.installing_short\":\"Installing\\u2026\",\"pro_install.install_button\":\"Install Pro on this site\",\"pro_install.logo_alt\":\"Elementor + Elementor Pro\",\"pro_install.do_it_later\":\"I\\u2019ll do it later\",\"completion.title\":\"Getting things ready\",\"completion.subtitle\":\"Tailoring the editor to your goals and workflow\\u2026\"}\";}', 'off'),
(1134, 'edd_sl_0db1b5f4838f5bc5af637174ef14407d', 'a:2:{s:7:\"timeout\";i:1784711156;s:5:\"value\";s:2297:\"{\"new_version\":\"2.13.5\",\"stable_version\":\"2.13.5\",\"name\":\"PowerPack Elements\",\"slug\":\"powerpack-elements\",\"url\":\"https:\\/\\/powerpackelements.com\\/downloads\\/powerpack-elements\\/?changelog=1\",\"last_updated\":\"2026-07-02 06:39:35\",\"homepage\":\"https:\\/\\/powerpackelements.com\",\"package\":\"https:\\/\\/powerpackelements.com\\/edd-sl\\/package_download\\/MTc4NDg5Mjk1Njo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OjgwOGE3NGFkNzc1MWVmZmFhZDE2NTdiOWQzNDg2ZWRkOmh0dHBzQC8vbXJhcmlmLm1lL2hhcnRnYXJuZXJtZG46MA==\",\"download_link\":\"https:\\/\\/powerpackelements.com\\/edd-sl\\/package_download\\/MTc4NDg5Mjk1Njo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OjgwOGE3NGFkNzc1MWVmZmFhZDE2NTdiOWQzNDg2ZWRkOmh0dHBzQC8vbXJhcmlmLm1lL2hhcnRnYXJuZXJtZG46MA==\",\"sections\":{\"changelog\":\"<p>Visit\\u00a0<a href=\\\"https:\\/\\/powerpackelements.com\\/change-logs\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">changelogs page<\\/a> for details.<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/powerpackelements.com\\/wp-content\\/uploads\\/edd\\/2019\\/02\\/pp-feature-128x128.png\",\"2x\":\"https:\\/\\/powerpackelements.com\\/wp-content\\/uploads\\/edd\\/2019\\/02\\/pp-feature-256x256.png\"},\"contributors\":{\"ideaboxcreations\":{\"display_name\":\"ideaboxcreations\",\"profile\":\"\\/\\/profiles.wordpress.org\\/ideaboxcreations\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=ideaboxcreations\"},\"bloompixel\":{\"display_name\":\"bloompixel\",\"profile\":\"\\/\\/profiles.wordpress.org\\/bloompixel\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=bloompixel\"},\"simrandeep\":{\"display_name\":\"simrandeep\",\"profile\":\"\\/\\/profiles.wordpress.org\\/simrandeep\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=simrandeep\"},\"ibachal\":{\"display_name\":\"ibachal\",\"profile\":\"\\/\\/profiles.wordpress.org\\/ibachal\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=ibachal\"},\"puneetsahalot\":{\"display_name\":\"puneetsahalot\",\"profile\":\"\\/\\/profiles.wordpress.org\\/puneetsahalot\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=puneetsahalot\"}},\"tested\":\"6.7.1\",\"changelog\":[\"<p>Visit\\u00a0<a href=\\\"https:\\/\\/powerpackelements.com\\/change-logs\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">changelogs page<\\/a> for details.<\\/p>\\n\"],\"plugin\":\"powerpack-elements\\/powerpack-elements.php\",\"id\":\"powerpack-elements\\/powerpack-elements.php\"}\";}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1272, 'pp_templates_library', 'a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:10:{i:0;s:5:\"About\";i:1;s:7:\"Contact\";i:2;s:4:\"FAQs\";i:3;s:8:\"Features\";i:4;s:7:\"Gallery\";i:5;s:4:\"Hero\";i:6;s:7:\"Pricing\";i:7;s:8:\"Services\";i:8;s:4:\"Team\";i:9;s:12:\"Testimonials\";}}s:4:\"page\";a:1:{s:10:\"categories\";N;}}s:10:\"categories\";s:97:\"[\"About\",\"Contact\",\"FAQs\",\"Features\",\"Gallery\",\"Hero\",\"Pricing\",\"Services\",\"Team\",\"Testimonials\"]\";s:9:\"templates\";a:123:{i:0;a:13:{s:2:\"id\";i:92;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593414217;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593414217;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:17:\"[\"about\",\"watch\"]\";s:17:\"has_page_settings\";b:0;}i:1;a:13:{s:2:\"id\";i:278;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593429838;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:110:\"https://demo.powerpackelements.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593429838;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:27:\"[\"about\",\"flavours\",\"food\"]\";s:17:\"has_page_settings\";b:0;}i:2;a:13:{s:2:\"id\";i:117;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593415187;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593415187;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:20:\"[\"about\",\"graphics\"]\";s:17:\"has_page_settings\";b:0;}i:3;a:13:{s:2:\"id\";i:141;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-3-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593416658;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593416658;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:17:\"[\"about\",\"story\"]\";s:17:\"has_page_settings\";b:0;}i:4;a:13:{s:2:\"id\";i:152;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-4-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593417324;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593417324;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:19:\"[\"about\",\"boating\"]\";s:17:\"has_page_settings\";b:0;}i:5;a:13:{s:2:\"id\";i:170;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593419870;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593419870;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:17:\"[\"about\",\"phone\"]\";s:17:\"has_page_settings\";b:0;}i:6;a:13:{s:2:\"id\";i:185;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-6-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593420403;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593420403;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:17:\"[\"about\",\"beach\"]\";s:17:\"has_page_settings\";b:0;}i:7;a:13:{s:2:\"id\";i:213;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593421357;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593421357;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:18:\"[\"about\",\"typing\"]\";s:17:\"has_page_settings\";b:0;}i:8;a:13:{s:2:\"id\";i:229;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-8-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593427712;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593427712;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:16:\"[\"about\",\"food\"]\";s:17:\"has_page_settings\";b:0;}i:9;a:13:{s:2:\"id\";i:255;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593429117;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593429117;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:18:\"[\"about\",\"dreams\"]\";s:17:\"has_page_settings\";b:0;}i:10;a:13:{s:2:\"id\";i:3531;s:5:\"title\";s:9:\"Adventure\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/adventure-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603691041;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/adventure/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603691041;s:10:\"human_date\";s:16:\"October 26, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:11;a:13:{s:2:\"id\";i:4437;s:5:\"title\";s:6:\"Agency\";s:9:\"thumbnail\";s:79:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/agency-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603972476;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603972476;s:10:\"human_date\";s:16:\"October 29, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:12;a:13:{s:2:\"id\";i:5062;s:5:\"title\";s:12:\"Architecture\";s:9:\"thumbnail\";s:85:\"https://demo.powerpackelements.com/wp-content/uploads/2020/11/Architecture-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1605081063;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:114:\"https://demo.powerpackelements.com/blocks/architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1605081063;s:10:\"human_date\";s:17:\"November 11, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:13;a:13:{s:2:\"id\";i:4570;s:5:\"title\";s:12:\"Black Friday\";s:9:\"thumbnail\";s:78:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/black-friday.png\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1604042655;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:114:\"https://demo.powerpackelements.com/blocks/black-friday/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1604042655;s:10:\"human_date\";s:16:\"October 30, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:14;a:13:{s:2:\"id\";i:5166;s:5:\"title\";s:4:\"Cafe\";s:9:\"thumbnail\";s:77:\"https://demo.powerpackelements.com/wp-content/uploads/2020/11/cafe-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1605081334;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:106:\"https://demo.powerpackelements.com/blocks/cafe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1605081334;s:10:\"human_date\";s:17:\"November 11, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:15;a:13:{s:2:\"id\";i:4316;s:5:\"title\";s:9:\"Cafe Home\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/cafe-home-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603972410;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/cafe-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603972410;s:10:\"human_date\";s:16:\"October 29, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:16;a:13:{s:2:\"id\";i:4165;s:5:\"title\";s:10:\"Car Dealer\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/car-dealer.png\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603884036;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/car-dealer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603884036;s:10:\"human_date\";s:16:\"October 28, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:17;a:13:{s:2:\"id\";i:4034;s:5:\"title\";s:6:\"Church\";s:9:\"thumbnail\";s:79:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/church-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603800402;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/church/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603800402;s:10:\"human_date\";s:16:\"October 27, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:18;a:13:{s:2:\"id\";i:83;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1588859317;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1588859317;s:10:\"human_date\";s:11:\"May 7, 2020\";s:4:\"tags\";s:19:\"[\"contact\",\"water\"]\";s:17:\"has_page_settings\";b:0;}i:19;a:13:{s:2:\"id\";i:589;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593510200;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593510200;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:20;a:13:{s:2:\"id\";i:629;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-11.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593511723;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593511723;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:21;a:13:{s:2:\"id\";i:338;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593494101;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593494101;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:22;a:13:{s:2:\"id\";i:402;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593496786;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593496786;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:20:\"[\"contact\",\"travel\"]\";s:17:\"has_page_settings\";b:0;}i:23;a:13:{s:2:\"id\";i:432;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:77:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-4-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593498805;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593498805;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:24;a:13:{s:2:\"id\";i:460;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593500589;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593500589;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:25;a:13:{s:2:\"id\";i:482;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-6.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593501520;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593501520;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:26;a:13:{s:2:\"id\";i:518;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593502575;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593502575;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:21:\"[\"bicycle\",\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:27;a:13:{s:2:\"id\";i:532;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593503384;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593503384;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:28;a:13:{s:2:\"id\";i:550;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593504454;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593504454;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:29;a:13:{s:2:\"id\";i:5437;s:5:\"title\";s:17:\"Digital marketing\";s:9:\"thumbnail\";s:83:\"https://demo.powerpackelements.com/wp-content/uploads/2021/07/digital-marketing.png\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1626869205;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:119:\"https://demo.powerpackelements.com/blocks/digital-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1626869205;s:10:\"human_date\";s:13:\"July 21, 2021\";s:4:\"tags\";s:21:\"[\"digital marketing\"]\";s:17:\"has_page_settings\";b:0;}i:30;a:13:{s:2:\"id\";i:2385;s:5:\"title\";s:11:\"Electrician\";s:9:\"thumbnail\";s:84:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/electrician-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1602589921;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:113:\"https://demo.powerpackelements.com/blocks/electrician/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1602589921;s:10:\"human_date\";s:16:\"October 13, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:31;a:13:{s:2:\"id\";i:748;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593580754;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593580754;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:31:\"[\"expensive\",\"faqs\",\"warranty\"]\";s:17:\"has_page_settings\";b:0;}i:32;a:13:{s:2:\"id\";i:867;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-10.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593594366;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/faqs-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593594366;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:33;a:13:{s:2:\"id\";i:765;s:5:\"title\";s:5:\"FAQ 2\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-2.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593581834;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593581834;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:22:\"[\"bluetooth\",\"device\"]\";s:17:\"has_page_settings\";b:0;}i:34;a:13:{s:2:\"id\";i:787;s:5:\"title\";s:5:\"FAQ 3\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-3.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593582700;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593582700;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:35;a:13:{s:2:\"id\";i:801;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:71:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faq-4.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593586148;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593586148;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:36;a:13:{s:2:\"id\";i:806;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:78:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faq-5-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593588234;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593588234;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:37;a:13:{s:2:\"id\";i:827;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-6-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593589791;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593589791;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:38;a:13:{s:2:\"id\";i:842;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-7.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593590476;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593590476;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:39;a:13:{s:2:\"id\";i:860;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-8.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593591769;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593591769;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:40;a:13:{s:2:\"id\";i:862;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-9.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593591814;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593591814;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:41;a:13:{s:2:\"id\";i:871;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593597714;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593597714;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:34:\"[\"design\",\"development\",\"feature\"]\";s:17:\"has_page_settings\";b:0;}i:42;a:13:{s:2:\"id\";i:1077;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593756173;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:113:\"https://demo.powerpackelements.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593756173;s:10:\"human_date\";s:12:\"July 3, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:43;a:13:{s:2:\"id\";i:893;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593598416;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593598416;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:32:\"[\"features\",\"payment\",\"support\"]\";s:17:\"has_page_settings\";b:0;}i:44;a:13:{s:2:\"id\";i:926;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593601084;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593601084;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:32:\"[\"connection\",\"humor\",\"support\"]\";s:17:\"has_page_settings\";b:0;}i:45;a:13:{s:2:\"id\";i:953;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-4.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593603042;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593603042;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:25:\"[\"application\",\"feature\"]\";s:17:\"has_page_settings\";b:0;}i:46;a:13:{s:2:\"id\";i:977;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593604008;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593604008;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:33:\"[\"community\",\"service\",\"support\"]\";s:17:\"has_page_settings\";b:0;}i:47;a:13:{s:2:\"id\";i:996;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-6.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593604488;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593604488;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:10:\"[\"videos\"]\";s:17:\"has_page_settings\";b:0;}i:48;a:13:{s:2:\"id\";i:1036;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593677335;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593677335;s:10:\"human_date\";s:12:\"July 2, 2020\";s:4:\"tags\";s:10:\"[\"mockup\"]\";s:17:\"has_page_settings\";b:0;}i:49;a:13:{s:2:\"id\";i:1057;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593745609;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593745609;s:10:\"human_date\";s:12:\"July 3, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:50;a:13:{s:2:\"id\";i:1075;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593756101;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593756101;s:10:\"human_date\";s:12:\"July 3, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:51;a:13:{s:2:\"id\";i:3757;s:5:\"title\";s:13:\"Food Delivery\";s:9:\"thumbnail\";s:86:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/food-delivery-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603715616;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:115:\"https://demo.powerpackelements.com/blocks/food-delivery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603715616;s:10:\"human_date\";s:16:\"October 26, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:52;a:13:{s:2:\"id\";i:3154;s:5:\"title\";s:9:\"Furniture\";s:9:\"thumbnail\";s:87:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/furniture-shop-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603193881;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/furniture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603193881;s:10:\"human_date\";s:16:\"October 20, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:53;a:13:{s:2:\"id\";i:1507;s:5:\"title\";s:9:\"Gallery 1\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-1.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594272929;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594272929;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:54;a:13:{s:2:\"id\";i:1578;s:5:\"title\";s:10:\"Gallery 10\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-10.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594277252;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/gallery-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594277252;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:55;a:13:{s:2:\"id\";i:1510;s:5:\"title\";s:9:\"Gallery 2\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-2.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594272989;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594272989;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:56;a:13:{s:2:\"id\";i:1513;s:5:\"title\";s:9:\"Gallery 3\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-3.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594273026;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594273026;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:57;a:13:{s:2:\"id\";i:1516;s:5:\"title\";s:9:\"Gallery 4\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-4.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594273062;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594273062;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:58;a:13:{s:2:\"id\";i:1519;s:5:\"title\";s:9:\"Gallery 5\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-5.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594274255;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594274255;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:59;a:13:{s:2:\"id\";i:1563;s:5:\"title\";s:9:\"Gallery 7\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-7.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594276146;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594276146;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:60;a:13:{s:2:\"id\";i:1566;s:5:\"title\";s:9:\"Gallery 8\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-8.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594276322;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594276322;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:61;a:13:{s:2:\"id\";i:1569;s:5:\"title\";s:9:\"Gallery 9\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-9.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594276678;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594276678;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:62;a:13:{s:2:\"id\";i:2841;s:5:\"title\";s:9:\"Gardening\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/gardening-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1602822499;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gardening/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1602822499;s:10:\"human_date\";s:16:\"October 16, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:63;a:13:{s:2:\"id\";i:3377;s:5:\"title\";s:3:\"Gym\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/gym-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603460085;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:105:\"https://demo.powerpackelements.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603460085;s:10:\"human_date\";s:16:\"October 23, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:64;a:13:{s:2:\"id\";i:1623;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/hero-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594307987;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594307987;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:65;a:13:{s:2:\"id\";i:1626;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/hero-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308041;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308041;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:66;a:13:{s:2:\"id\";i:1629;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/hero-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308119;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308119;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:67;a:13:{s:2:\"id\";i:1632;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Hero-4.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308161;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308161;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:68;a:13:{s:2:\"id\";i:1635;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Hero-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308221;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308221;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:69;a:13:{s:2:\"id\";i:2010;s:5:\"title\";s:8:\"Hero 5-1\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Hero-5-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308260;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:110:\"https://demo.powerpackelements.com/blocks/hero-5-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308260;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:70;a:13:{s:2:\"id\";i:1641;s:5:\"title\";s:8:\"Hero 6-1\";s:9:\"thumbnail\";s:83:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/hero-6-1-1-scaled.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308308;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:110:\"https://demo.powerpackelements.com/blocks/hero-6-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308308;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:71;a:13:{s:2:\"id\";i:2027;s:5:\"title\";s:8:\"Hero 6-2\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Hero-6-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308710;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:110:\"https://demo.powerpackelements.com/blocks/hero-6-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308710;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:72;a:13:{s:2:\"id\";i:1645;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Hero-7-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594309312;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594309312;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:17:\"[\"fitness\",\"gym\"]\";s:17:\"has_page_settings\";b:0;}i:73;a:13:{s:2:\"id\";i:1643;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Home-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594310067;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594310067;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:21:\"[\"cafe\",\"restaurant\"]\";s:17:\"has_page_settings\";b:0;}i:74;a:13:{s:2:\"id\";i:2682;s:5:\"title\";s:9:\"Insurance\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/insurance-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603264950;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/insurance/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603264950;s:10:\"human_date\";s:16:\"October 21, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:75;a:13:{s:2:\"id\";i:4920;s:5:\"title\";s:15:\"Interior Design\";s:9:\"thumbnail\";s:83:\"https://demo.powerpackelements.com/wp-content/uploads/2020/11/interior-1-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1604563744;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:117:\"https://demo.powerpackelements.com/blocks/interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1604563744;s:10:\"human_date\";s:16:\"November 5, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:76;a:13:{s:2:\"id\";i:3655;s:5:\"title\";s:10:\"Plantation\";s:9:\"thumbnail\";s:83:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/plantation-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603708644;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/plantation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603708644;s:10:\"human_date\";s:16:\"October 26, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:77;a:13:{s:2:\"id\";i:4658;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/11/portfolio-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1605080398;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1605080398;s:10:\"human_date\";s:17:\"November 11, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:78;a:13:{s:2:\"id\";i:1088;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594028671;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594028671;s:10:\"human_date\";s:12:\"July 6, 2020\";s:4:\"tags\";s:30:\"[\"maximal\",\"optimal\",\"simple\"]\";s:17:\"has_page_settings\";b:0;}i:79;a:13:{s:2:\"id\";i:1247;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594192180;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594192180;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:80;a:13:{s:2:\"id\";i:1113;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594120216;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594120216;s:10:\"human_date\";s:12:\"July 7, 2020\";s:4:\"tags\";s:30:\"[\"basic\",\"extreme\",\"standard\"]\";s:17:\"has_page_settings\";b:0;}i:81;a:13:{s:2:\"id\";i:1121;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594120532;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594120532;s:10:\"human_date\";s:12:\"July 7, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:82;a:13:{s:2:\"id\";i:1197;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-4.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594178500;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594178500;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:83;a:13:{s:2:\"id\";i:1200;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594178595;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594178595;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:84;a:13:{s:2:\"id\";i:1224;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-6.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594190764;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594190764;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:85;a:13:{s:2:\"id\";i:1238;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594192052;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594192052;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:86;a:13:{s:2:\"id\";i:1241;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594192098;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594192098;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:17:\"[\"fitness\",\"gym\"]\";s:17:\"has_page_settings\";b:0;}i:87;a:13:{s:2:\"id\";i:1244;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594192141;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594192141;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:88;a:13:{s:2:\"id\";i:3879;s:5:\"title\";s:11:\"Real Estate\";s:9:\"thumbnail\";s:84:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/real-estate-scaled.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1603789906;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:113:\"https://demo.powerpackelements.com/blocks/real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603789906;s:10:\"human_date\";s:16:\"October 27, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:89;a:13:{s:2:\"id\";i:3262;s:5:\"title\";s:10:\"Restaurant\";s:9:\"thumbnail\";s:83:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/restaurant-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603455979;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603455979;s:10:\"human_date\";s:16:\"October 23, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:90;a:13:{s:2:\"id\";i:1152;s:5:\"title\";s:10:\"Services 1\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594224624;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594224624;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:24:\"[\"design\",\"development\"]\";s:17:\"has_page_settings\";b:0;}i:91;a:13:{s:2:\"id\";i:1500;s:5:\"title\";s:11:\"Services 10\";s:9:\"thumbnail\";s:77:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594264646;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:113:\"https://demo.powerpackelements.com/blocks/services-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594264646;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:92;a:13:{s:2:\"id\";i:1404;s:5:\"title\";s:10:\"Services 2\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594224737;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594224737;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:93;a:13:{s:2:\"id\";i:1421;s:5:\"title\";s:10:\"Services 3\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594225973;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594225973;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:94;a:13:{s:2:\"id\";i:1434;s:5:\"title\";s:10:\"Services 4\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-4.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594226407;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594226407;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:24:\"[\"fitness\",\"gym\",\"yoga\"]\";s:17:\"has_page_settings\";b:0;}i:95;a:13:{s:2:\"id\";i:1436;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594226735;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594226735;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:28:\"[\"cafe\",\"food\",\"restaurant\"]\";s:17:\"has_page_settings\";b:0;}i:96;a:13:{s:2:\"id\";i:1452;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-6.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594228175;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594228175;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:97;a:13:{s:2:\"id\";i:1491;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594263703;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594263703;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:28:\"[\"construction\",\"gardening\"]\";s:17:\"has_page_settings\";b:0;}i:98;a:13:{s:2:\"id\";i:1494;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594264101;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594264101;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:99;a:13:{s:2:\"id\";i:1497;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594264578;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594264578;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:100;a:13:{s:2:\"id\";i:2542;s:5:\"title\";s:9:\"Ski Board\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/ski-board-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603264950;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/ski-board/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603264950;s:10:\"human_date\";s:16:\"October 21, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:101;a:13:{s:2:\"id\";i:8025;s:5:\"title\";s:22:\"Solar Renewable Energy\";s:9:\"thumbnail\";s:88:\"https://demo.powerpackelements.com/wp-content/uploads/2023/08/solar-renewable-energy.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1691131587;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:124:\"https://demo.powerpackelements.com/blocks/solar-renewable-energy/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1691131587;s:10:\"human_date\";s:14:\"August 4, 2023\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:102;a:13:{s:2:\"id\";i:351;s:5:\"title\";s:6:\"Team 1\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593513600;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593513600;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:103;a:13:{s:2:\"id\";i:2132;s:5:\"title\";s:7:\"Team 10\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/team-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593574846;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/team-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593574846;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:104;a:13:{s:2:\"id\";i:650;s:5:\"title\";s:6:\"Team 2\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-2-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593513713;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593513713;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:8:\"[\"team\"]\";s:17:\"has_page_settings\";b:0;}i:105;a:13:{s:2:\"id\";i:669;s:5:\"title\";s:6:\"Team 3\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593514965;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593514965;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:8:\"[\"team\"]\";s:17:\"has_page_settings\";b:0;}i:106;a:13:{s:2:\"id\";i:691;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-4.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593535377;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593535377;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:107;a:13:{s:2:\"id\";i:693;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593535502;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593535502;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:108;a:13:{s:2:\"id\";i:704;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-6.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593536440;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593536440;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:109;a:13:{s:2:\"id\";i:716;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/team-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593572634;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593572634;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:110;a:13:{s:2:\"id\";i:719;s:5:\"title\";s:6:\"Team 8\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/team-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593572685;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593572685;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:111;a:13:{s:2:\"id\";i:733;s:5:\"title\";s:6:\"Team 9\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/team-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593574188;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593574188;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:17:\"[\"gym\",\"trainer\"]\";s:17:\"has_page_settings\";b:0;}i:112;a:13:{s:2:\"id\";i:1584;s:5:\"title\";s:14:\"Testimonials 1\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594277576;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594277576;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:113;a:13:{s:2:\"id\";i:1591;s:5:\"title\";s:14:\"Testimonials 2\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594278034;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594278034;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:114;a:13:{s:2:\"id\";i:1594;s:5:\"title\";s:14:\"Testimonials 3\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-3.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594280248;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594280248;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:115;a:13:{s:2:\"id\";i:1607;s:5:\"title\";s:14:\"Testimonials 4\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-4.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594280407;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594280407;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:116;a:13:{s:2:\"id\";i:1610;s:5:\"title\";s:14:\"Testimonials 5\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-5-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594280740;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594280740;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:117;a:13:{s:2:\"id\";i:1612;s:5:\"title\";s:14:\"Testimonials 6\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-6.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594281008;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594281008;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:118;a:13:{s:2:\"id\";i:1615;s:5:\"title\";s:14:\"Testimonials 7\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594281415;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594281415;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:119;a:13:{s:2:\"id\";i:1963;s:5:\"title\";s:14:\"Testimonials 8\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-7-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594281722;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594281722;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:120;a:13:{s:2:\"id\";i:2975;s:5:\"title\";s:6:\"Travel\";s:9:\"thumbnail\";s:88:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/travel-template-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603096139;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603096139;s:10:\"human_date\";s:16:\"October 19, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:121;a:13:{s:2:\"id\";i:4780;s:5:\"title\";s:13:\"Travel Agency\";s:9:\"thumbnail\";s:86:\"https://demo.powerpackelements.com/wp-content/uploads/2020/11/travel-agency-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1605080920;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:115:\"https://demo.powerpackelements.com/blocks/travel-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1605080920;s:10:\"human_date\";s:17:\"November 11, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:122;a:13:{s:2:\"id\";i:5286;s:5:\"title\";s:4:\"Yoga\";s:9:\"thumbnail\";s:77:\"https://demo.powerpackelements.com/wp-content/uploads/2021/03/yoga-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1616737750;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:106:\"https://demo.powerpackelements.com/blocks/yoga/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1616737750;s:10:\"human_date\";s:14:\"March 26, 2021\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}}}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1324, '_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-7.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-7.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-7.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-7.0.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"7.0.2\";s:7:\"version\";s:5:\"7.0.2\";s:11:\"php_version\";s:3:\"7.4\";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:1784700355;s:15:\"version_checked\";s:5:\"7.0.2\";s:12:\"translations\";a:0:{}}', 'off'),
(1329, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1784700356;s:7:\"checked\";a:5:{s:11:\"astra-child\";s:5:\"1.0.0\";s:5:\"astra\";s:6:\"4.13.6\";s:16:\"twentytwentyfive\";s:3:\"1.5\";s:16:\"twentytwentyfour\";s:3:\"1.5\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:4:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.13.6\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.13.6.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.5.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'off'),
(1336, 'swift_performance_plugin_organizer', 'a:0:{}', 'auto'),
(1337, 'jetpack_active_modules', 'a:0:{}', 'auto'),
(1345, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"8c6a8a3b333c52a38ee27a4832611d42\";s:6:\"blocks\";a:7:{s:32:\"0368537a03d4b05ed11f802c802c5153\";s:0:\"\";s:32:\"500888137eafa12a508de2c588d9ffdd\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"a6036e6eb2ad2df7ed8860b807868647\";s:0:\"\";s:32:\"3b46efc0a10c1dae38f584ad199c3544\";s:0:\"\";s:32:\"ab4df16c9e454bfed8a404309545590d\";s:0:\"\";s:32:\"68ec5cad52d993402775a7503ba9efb7\";s:0:\"\";s:32:\"b8b4aa19e69b9b2de0f5c27097467bd6\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1369, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:1:{s:9:\"elementor\";a:35:{s:4:\"name\";s:63:\"Elementor Website Builder &#8211; more than just a page builder\";s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:5:\"4.2.0\";s:6:\"author\";s:64:\"<a href=\"https://profiles.wordpress.org/elemntor/\">Elementor</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:12:\"contributors\";a:1:{s:8:\"elemntor\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/7d70f15d78757f876d1847a8f87dd93e1d9c168264b4aeeaf72058656690d05b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Elementor\";}}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:6131;i:4;i:231;i:3;i:121;i:2;i:116;i:1;i:680;}s:11:\"num_ratings\";i:7279;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:48;s:24:\"support_threads_resolved\";i:38;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:21:\"2026-07-20 1:54pm GMT\";s:5:\"added\";s:10:\"2016-05-30\";s:8:\"homepage\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:8:\"sections\";a:6:{s:11:\"description\";s:24938:\"<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/ROEC0CPRO3w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>THE #1 NO CODE DRAG &amp; DROP WORDPRESS WEBSITE BUILDER POWERING 22M+ WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly with its no-code, drag-and-drop Atomic Editor.</p>\n<p>Supporting the full website lifecycle, Elementor enables you to confidently build, optimize, and manage your website with extended capabilities such as AI-powered creation, image optimization, transactional email delivery, accessibility tools, performance boosters, and more.</p>\n<p>Now in version 4 – the Atomic Editor! Introducing a new generation of performance-first atomic building blocks that allow you to control every atomic part with no limits or locked layouts. Define your global design systems and reusable components once, and they apply everywhere instantly – turning hours or even days of work into single clicks.</p>\n<p>Unlock all features with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/\" rel=\"nofollow ugc\">Elementor One</a></strong>.</p>\n<p>Need fast and secure cloud hosting for your Elementor site? Try out <strong><a href=\"https://elemn.to/repo-hosting\" rel=\"nofollow ugc\">Elementor Host</a></strong> Powered by Google Cloud &amp; Cloudflare. 4.9/5 TrustPilot score.</p>\n<h3>🌟 Create professional stunning websites</h3>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Intuitive drag &amp; drop builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/\" rel=\"nofollow ugc\">Pixel-perfect design tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/\" rel=\"nofollow ugc\">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates.  </li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Advanced widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-ai/\" rel=\"nofollow ugc\">AI capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images.</li>\n</ul>\n<h4>🗝️ Key features</h4>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-global-settings/\" rel=\"nofollow ugc\">Design system</a></strong>: Use Variables and Classes for consistent colors, typography, and design elements, ensuring a cohesive, professional look that updates everywhere globally.  </li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-responsive-design/\" rel=\"nofollow ugc\">Responsive design</a></strong>: Optimize your design for every device with custom breakpoints, ensuring a seamless desktop, tablet, and mobile experience.  </li>\n<li><strong>Mask shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.  </li>\n<li><strong>CSS transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.  </li>\n<li><strong>Entrance animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.  </li>\n<li><strong><a href=\"https://elementor.com/features/#SaveBackup\" rel=\"nofollow ugc\">Revision history</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-developers-developers-website/\" rel=\"nofollow ugc\">Developer-friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.  </li>\n<li><strong><a href=\"https://elementor.com/features/contact-button/\" rel=\"nofollow ugc\">Floating buttons</a></strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.  </li>\n<li><strong>Components [Pro]</strong>: Reuse the same building blocks across pages and sites, and update them everywhere they appear. Including controlled content editing, allowing collaborators and clients to update only exposed content properties without breaking layout or styling.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/\" rel=\"nofollow ugc\">Theme Builder</a> [Pro]</strong>: Design every part of your site—headers, footers, posts, and archives—for complete control over appearance.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/\" rel=\"nofollow ugc\">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/\" rel=\"nofollow ugc\">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/\" rel=\"nofollow ugc\">WooCommerce Builder</a> [Pro]</strong>: Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/\" rel=\"nofollow ugc\">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.  </li>\n<li><strong><a href=\"https://go.elementor.com/features-page-notes/\" rel=\"nofollow ugc\">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface.  </li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.  </li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/\" rel=\"nofollow ugc\">Motion effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.  </li>\n<li><strong>Custom fonts and icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li>\n</ul>\n<h4>😍 Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>: Add eye-catching headlines.  </li>\n<li><strong>Image</strong>: Control the size, opacity and more.  </li>\n<li><strong>Text Editor</strong>: Just like the WordPress text editor.  </li>\n<li><strong>Video</strong>: Add YouTube, Vimeo, VideoPress, Dailymotion or self-hosted videos.  </li>\n<li><strong>Button</strong>: Create interactive buttons.  </li>\n<li><strong>Link in Bio</strong>: Build link in bio components to promote your business / services.  </li>\n<li><strong>Image Box</strong>: A box with image, headline and text.  </li>\n<li><strong>Testimonials</strong>: Customer testimonials.  </li>\n<li><strong>Icon</strong>: Place one or more of 600+ icons available.  </li>\n<li><strong>Icon Box</strong>: An icon, headline, and text with one widget.  </li>\n<li><strong>Social Icons</strong>: Link to your social pages with the Facebook/X (formerly Twitter) icons.  </li>\n<li><strong>Image Gallery</strong>: Display your images in a grid.  </li>\n<li><strong>Image Carousel</strong>: Create rotating carousels or sliders for chosen images.  </li>\n<li><strong>Icon List</strong>: Use any icon to create a bullet list.  </li>\n<li><strong>Counter</strong>: Show numbers in an escalating manner.  </li>\n<li><strong>Progress Bar</strong>: Include an escalating progress bar.  </li>\n<li><strong>Nested Tabs</strong>: Display content in vertical or horizontal tabs.  </li>\n<li><strong>Nested Accordion</strong>: Display any type of content in collapsible sections.  </li>\n<li><strong>Rating</strong>: Display how many stars (or another icon) other visitors gave.  </li>\n<li><strong>Alert</strong>: Include a colored alert box to draw visitor’s attention.  </li>\n<li><strong>HTML</strong>: Insert code into the page.  </li>\n<li><strong>Shortcode</strong>: Insert shortcodes from any plugin into the page.  </li>\n<li><strong>Menu Anchor</strong>: Link any menu to this anchor.  </li>\n<li><strong>Read More</strong>: Set the Read More cut-off for the excerpt in archive pages.  </li>\n<li><strong>Sidebar</strong>: Add sidebars onto the page.  </li>\n<li><strong>Google Maps</strong>: Embed maps into the page.  </li>\n<li><strong>SoundCloud</strong>: Add SoundCloud audio bits.  </li>\n<li><strong>Divider</strong>: Separate content with a designed divider.  </li>\n<li><strong>Spacer</strong>: Add space between elements.  </li>\n<li><strong>Text Path</strong>: Attach your text to a path.  </li>\n<li><strong>And counting…</strong></li>\n</ul>\n<h3>🚀 Enhance your website</h3>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-performance-performance-page/\" rel=\"nofollow ugc\">High-performing websites</a></strong>: Website performance impacts your visitors’ experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM output</strong>: Streamlined HTML structure for faster rendering.  </li>\n<li><strong>Improved media file loading</strong>: Optimized loading of images, videos, and other media assets.  </li>\n<li><strong>Reduced CSS and JS files</strong>: Minimized stylesheets and scripts individually loaded only on demand for quicker loading times.  </li>\n<li><strong>Lazy loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.  </li>\n<li><strong>Faster font loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.  </li>\n<li><strong>Optimized front-end asset loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.  </li>\n<li><strong>Element caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<h3>🔥 Elementor Editor Pro features</h3>\n<p>Create unparalleled websites while saving time, money and resources with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Editor Pro design widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.  </li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.  </li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.  </li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.  </li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.  </li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.  </li>\n<li><strong>Nav Menu</strong>: Customize and style your website’s navigation menu for better user experience.  </li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.  </li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.  </li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.  </li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.  </li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.  </li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.  </li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.  </li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.  </li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.  </li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.  </li>\n<li><strong>Table of Contents</strong>: Generate a table of contents for longer articles or guides to improve navigation.  </li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.  </li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.  </li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.  </li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.  </li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.  </li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.  </li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.  </li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website’s pages or posts.  </li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.  </li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.  </li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.  </li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.  </li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.  </li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.  </li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Editor Pro theme widgets:</strong></p>\n<p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more…</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.  </li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.  </li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.  </li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.  </li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.  </li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.  </li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.  </li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.  </li>\n<li><strong>Site Logo</strong>: Upload and customize your website’s logo for branding purposes.  </li>\n<li><strong>Site Title</strong>: Customize the title of your website.  </li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.  </li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website’s content.  </li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.  </li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.  </li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Editor Pro WooCommerce widgets:</strong></p>\n<p>Design and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.  </li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.  </li>\n<li><strong>Product Title</strong>: Customize the title of individual products.  </li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.  </li>\n<li><strong>Product Price</strong>: Display the price of individual products.  </li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.  </li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.  </li>\n<li><strong>Product Stock</strong>: Display stock availability for products.  </li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.  </li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.  </li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.  </li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.  </li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.  </li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.  </li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.  </li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.  </li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.  </li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.  </li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.  </li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.  </li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.  </li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.  </li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.  </li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.  </li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a></strong>!</p>\n<h4>🔒 Security and compliance</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href=\"https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/\" rel=\"nofollow ugc\">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href=\"https://go.elementor.com/trust-center/\" rel=\"nofollow ugc\">Trust Center</a>.</p>\n<h4>♿ Accessibility best practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>🌐 Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">over 63 languages</a>.</p>\n<p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via <a href=\"https://translate.wordpress.org/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. See our guide on <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-translate/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n<h4>🧩 Use of 3rd-party services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts are loaded to add additional fonts to your website. Google’s <a href=\"https://policies.google.com/terms\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://policies.google.com/privacy\" rel=\"nofollow ugc\">Privacy Policy</a> apply.  </li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly stated, and require your approval and manual opt-in. Learn more in our <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</li>\n</ul>\n<h4>📧 Related products by Elementor</h4>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-io/\" rel=\"nofollow ugc\">Image Optimization</a></strong>: Superior image compression for faster, high-quality website performance.</p>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-sm/\" rel=\"nofollow ugc\">Email Deliverability</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p>\n<p><strong><a href=\"http://go.elementor.com/editor-acc-wp-repo\" rel=\"nofollow ugc\">Web Accessibility</a></strong>: Enhances website usability for individuals with disabilities. Ally is designed to help web creators make their websites more inclusive. It scans, detects, and remediates key accessibility violations, working seamlessly on all WordPress and Elementor websites.</p>\n<h4>📣 See what our users have to say</h4>\n<blockquote>\n<p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/\" rel=\"ugc\">Graphicvision1</a></em></p>\n<p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/a-wonderful-experience/\" rel=\"ugc\">Hyeyoga</a></em></p>\n<p>“Easily, my most used WP plugin” –  &hellip;</p>\n</blockquote>\n\";s:12:\"installation\";s:2338:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.8 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.6 or MariaDB version 10.5 or greater</li>\n<li>PHP Memory limit of 256 MB or greater</li>\n<li>WordPress Memory limit of 256 MB or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>WordPress 7.0 or greater</li>\n<li>PHP version 8.3 or greater</li>\n<li>MySQL version 8.0 or MariaDB version 10.6 or greater</li>\n<li>PHP Memory limit of 512 MB (768 MB for best performance) or greater</li>\n<li>WordPress Memory limit of 512 MB (768 MB for best performance) or greater</li>\n</ul>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/9EZ159ryFNs?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<p><strong>Note:</strong> These requirements are for Elementor and Elementor Pro only. If you are using additional plugins on your site that also have minimum requirements such as WooCommerce or Elementor addons, you may need to increase your PHP and WordPress Memory limit to help avoid loading issues. See also, the following documentation <a href=\"https://elementor.com/help/elementor-widget-panel-not-loading/\" rel=\"nofollow ugc\">Elementor Widget Panel Not Loading</a>.</p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n<li>Go to Pages &gt; Add New</li>\n<li>Press the &#8216;Edit with Elementor&#8217; button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href=\"https://elementor.com/help/?utm_source=wp-repo&amp;utm_medium=link&amp;utm_campaign=readme\" rel=\"nofollow ugc\">Knowledge Base</a>.</p>\n\";s:3:\"faq\";s:5054:\"\n<dt id=\"how%20do%20i%20install%20elementor%20editor%3F\">\nHow do I install Elementor Editor?\n</h4>\n<p>\n<p>To install the free version of Elementor Editor, follow the steps below:<br />\nFrom your WordPress dashboard -&gt; Go to Plugins -&gt; Click on ‘Add new’-&gt; In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -&gt; After installation, click Activate.</p>\n</p>\n<dt id=\"does%20elementor%20editor%20work%20with%20all%20the%20themes%3F\">\nDoes Elementor Editor work with all the themes?\n</h4>\n<p>\n<p>Elementor Editor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor’s <a href=\"https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/\" rel=\"nofollow ugc\">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor Editor, and optimize your experience.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20gutenberg%3F\">\nIs Elementor Editor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor Editor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=\"can%20i%20create%20an%20online%20store%3F\">\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Editor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=\"does%20it%20work%20with%20other%20wordpress%20plugins%3F\">\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor Editor.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20code%3F\">\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor Editor provides you with all the widgets and features that you need to build a professional website without using code.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20design%3F\">\nDo I need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionally designed kits and templates that fit to every industry and have all you need to create your own professional website.</p>\n</p>\n<dt id=\"will%20elementor%20editor%20slow%20down%20my%20website%3F\">\nWill Elementor Editor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of the Editor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=\"is%20my%20site%20secure%20with%20elementor%20editor%3F\">\nIs my site secure with Elementor Editor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=\"can%20i%20buy%20templates%20separately%3F\">\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor Editor.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20post%20and%20custom%20post%20types%3F\">\nIs Elementor Editor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=\"what%20is%20the%20difference%20between%20elementor%E2%80%99s%20free%20editor%20plugin%20and%20elementor%20editor%20pro%3F\">\nWhat is the difference between Elementor’s free Editor plugin and Elementor Editor Pro?\n</h4>\n<p>\n<p>Elementor Editor’s Free version allows you to explore our revolutionary drag &amp; drop live editor, basic widgets and templates. Elementor Editor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=\"how%20can%20i%20become%20a%20contributor%3F\">\nHow can I become a Contributor?\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href=\"https://github.com/elementor/elementor\" rel=\"nofollow ugc\">Elementor GitHub Repository</a> and see where you can help. You can also add a new language via <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. We’ve built a short guide explaining <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:1722:\"<h4>4.2.0 &#8211; 2026-07-20</h4>\n<ul>\n<li>New: Introducing Grid for building advanced row and column layouts &#8211; Atomic Editor</li>\n<li>Tweak: Improved Angie layout, composition, and design system creation from prompts and images &#8211; Atomic Editor</li>\n<li>Tweak: Added dynamic tag support for AI-generated element properties</li>\n<li>Fix: VideoPress URLs do not display on the frontend when used in Background Video and Lightbox dynamic tags (<a href=\"https://github.com/elementor/elementor/issues/24467\" rel=\"nofollow ugc\">#24467</a>)</li>\n<li>Fix: Grid containers can cause slower Editor performance on complex pages</li>\n<li>Fix: Filters do not work as expected in Website Templates</li>\n<li>Fix: The Save as Template button is unreachable when the modal does not fit the browser viewport</li>\n<li>Fix: AI-related Editor features show a console error when required services are not available yet</li>\n<li>Fix: Missing classes can affect the editing panel when they are still applied to elements &#8211; Atomic Editor</li>\n<li>Fix: Unsaved Class changes are not detected when switching between Design System tabs &#8211; Atomic Editor</li>\n<li>Fix: Custom Font names with spaces or special characters do not work in the Font Family control &#8211; Atomic Editor</li>\n<li>Fix: The drop indicator is missing when dragging Atomic elements inside row Containers &#8211; Atomic Editor</li>\n<li>Fix: Global Classes can be shared across multiple Kits instead of being separated per Kit &#8211; Atomic Editor</li>\n<li>Fix: Angie cannot update text in some Atomic elements &#8211; Atomic Editor</li>\n</ul>\n<p><a href=\"https://go.elementor.com/full-changelog/\" rel=\"nofollow ugc\">See changelog for all versions.</a></p>\n\";s:11:\"screenshots\";s:3162:\"<ol><li><a href=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\" alt=\"&lt;strong&gt;Visual Drag and Drop Editor&lt;/strong&gt; - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\"></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\" alt=\"&lt;strong&gt;Full Design System&lt;/strong&gt; - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\"></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\" alt=\"&lt;strong&gt;Responsive Design&lt;/strong&gt; Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\"></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\" alt=\"&lt;strong&gt;Kits and Templates&lt;/strong&gt; - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\"></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\" alt=\"&lt;strong&gt;Nested Elements&lt;/strong&gt; Leverage Elementor Editor&#039;s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\"></a><p><strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\" alt=\"&lt;strong&gt;Motion Effects&lt;/strong&gt; - Add entrance animations and transitions to any element in your website to captivate visitors.\"></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>\";s:7:\"reviews\";s:17170:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Some widgets work very slow.</h4>\n				<div class=\"star-rating\">\n				<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>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/jonyshanto/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/5d5ff7e6c97536d73b070eb7170682f94456d2817294cbb75e6b5ed10052660e?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/5d5ff7e6c97536d73b070eb7170682f94456d2817294cbb75e6b5ed10052660e?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/jonyshanto/\" class=\"reviewer-name\">jonyshanto</a> on <span class=\"review-date\">July 19, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>The plugin is updated regularly, but the lagging issues and functionality problems are never fixed.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Stress-inducing work, but pretty layouts</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" 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-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/monkeykong/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/023f9ccfe736cc9ed42882588dc6e59440483fd1c192829c56a58f7fbb1526d4?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/023f9ccfe736cc9ed42882588dc6e59440483fd1c192829c56a58f7fbb1526d4?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/monkeykong/\" class=\"reviewer-name\"> <small>(MonkeyKong)</small></a> on <span class=\"review-date\">July 14, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Really difficult and time consuming to work with, and mixing old and new Atomic layouts is quite the mess to work with, but the end-result usually looks worth. </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Too Heavy for Larger Websites</h4>\n				<div class=\"star-rating\">\n				<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>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/hussainmirza11/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/43741a383f0c6783aaae33e85197bcfd2d3d2c2697622fdeea0c258234d82188?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/43741a383f0c6783aaae33e85197bcfd2d3d2c2697622fdeea0c258234d82188?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/hussainmirza11/\" class=\"reviewer-name\">hussainmirza11</a> on <span class=\"review-date\">July 14, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>While Elementor is easy to use, it adds a significant amount of CSS and JavaScript. On larger websites, this can negatively impact loading speed and overall performance. There are also occasional compatibility issues after updates, which can be frustrating.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Atomic version breaks site and support doesn&#039;t solve it</h4>\n				<div class=\"star-rating\">\n				<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>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/upupepops/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/af8a6e43fbdfdceffd33f44c8edfcaaa9f24dba1a25512d83b43c50141f1d091?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/af8a6e43fbdfdceffd33f44c8edfcaaa9f24dba1a25512d83b43c50141f1d091?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/upupepops/\" class=\"reviewer-name\">Maria del Castillo <small>(upupepops)</small></a> on <span class=\"review-date\">July 13, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Still waiting for support to fix the atomic designer. After a recent update my website broke completely (error with containers) and after more than a month I\'m still waiting for support to fix it. They admited it is a problem on their side, but still haven\'t done anything to solve it. Would not recommend this plugin anymore.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Too many promotional messages in the Elementor dashboard</h4>\n				<div class=\"star-rating\">\n				<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>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/tiri17/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a93b723acac08d831e6db6eb756b246ec0ae97cec8af4cdcbb63e4f91135628c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a93b723acac08d831e6db6eb756b246ec0ae97cec8af4cdcbb63e4f91135628c?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/tiri17/\" class=\"reviewer-name\">Thierry Laval <small>(tiri17)</small></a> on <span class=\"review-date\">July 11, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor is an excellent page builder, but my frustration, as well as that of my clients regarding the repeated display of promotional messages in the dashboard, leads me to give it only one star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is becoming extremely annoying to see advertising everywhere, including inside an administration area that should remain a clean and professional workspace. This constant promotion creates a strong rejection of the product instead of encouraging users to continue using Elementor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Users should be given a simple option to disable these promotional messages and keep control over their own workspace.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">learning curve is quite steep for new users</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" 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-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ashlyjohny/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/32acb95946e716d19f317aceafce692d46a21bae38c385716fd508508fdd9825?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/32acb95946e716d19f317aceafce692d46a21bae38c385716fd508508fdd9825?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/ashlyjohny/\" class=\"reviewer-name\">ashlyjohny</a> on <span class=\"review-date\">July 8, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>The plugin is good and offers useful features, but the learning curve is quite steep for new users. Better documentation or beginner-friendly tutorials would make it much easier to get started.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great Plugin</h4>\n				<div class=\"star-rating\">\n				<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>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ethanmaller/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/762af23b022fc9a21b3859d2a166a920ab367bff7ae1e98e004c02c570ded5d5?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/762af23b022fc9a21b3859d2a166a920ab367bff7ae1e98e004c02c570ded5d5?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/ethanmaller/\" class=\"reviewer-name\">ethanmaller</a> on <span class=\"review-date\">July 8, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor was key in helping us implement our designs across our pages and blogs. It was an interesting learning curve at first, but everything clicked once we understood the logic.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Where is Elementor heading?</h4>\n				<div class=\"star-rating\">\n				<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>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/updesignme/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/db41171f090c42c53b0d894a6f73ef286594be59f40900df9b4cd988858e7277?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/db41171f090c42c53b0d894a6f73ef286594be59f40900df9b4cd988858e7277?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/updesignme/\" class=\"reviewer-name\">updesignme</a> on <span class=\"review-date\">July 3, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I am very disappointed with Elementor. V4 is utterly unreliable and causing all kinds of erratic behaviour and difficulties. There is limited help resources available, and just don\'t try to contact support, because everything will your fault. I have already moved my hosting away. Seems it\'s time to look for a new page builder too. Not happy Elementor!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Editor is frustrating - Broken</h4>\n				<div class=\"star-rating\">\n				<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>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ssiddiqi4/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/79f9621d8ac9c50db9dc0c996ce6210158879b5048dffaeb97b793e050fabccf?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/79f9621d8ac9c50db9dc0c996ce6210158879b5048dffaeb97b793e050fabccf?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/ssiddiqi4/\" class=\"reviewer-name\">ssiddiqi4</a> on <span class=\"review-date\">July 2, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I rolled-back to version 4.1.2 after wasting a few frustrating days with v 4.1.4. The Editor was horribly slow to load.  I kept troubleshooting plugins and other tweaks.  Nothing helped, after rolling back to v 4.1.2, I got a working Elementor again. With their ambitious new features, Elementor team did a very good job to make v 4.1.4 useless.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Beaucoup trop lourd</h4>\n				<div class=\"star-rating\">\n				<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>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/remyrivalis/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/54440a19403fbdef2d9aef49cb10ebf854172c9671df29e9bb1cff3b1c43f28f?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/54440a19403fbdef2d9aef49cb10ebf854172c9671df29e9bb1cff3b1c43f28f?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/remyrivalis/\" class=\"reviewer-name\">remyrivalis</a> on <span class=\"review-date\">July 1, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Tout dans ce plugin est trop lourd :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Admin trop lourde, vous serez peut-être obligé d\'augmenter la mémoire disponible pour pouvoir éditer des pages.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Page en front trop lourde, ralenti le site et globalement mauvais coté SEO.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Vu les possibilité qu\'offre Gutemberg qui s\'étoffe de plus en plus, je ne recommande vraiment pas ce plugin !</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:159:\"The Elementor Website Builder has it all: drag and drop page builder, Atomic Editor, pixel perfect design, global and reusable style systems, mobile r &hellip;\";s:13:\"download_link\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.0.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\";s:7:\"caption\";s:144:\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\";}i:2;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\";s:7:\"caption\";s:185:\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\";}i:3;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\";s:7:\"caption\";s:170:\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\";}i:4;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\";s:7:\"caption\";s:193:\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\";}i:5;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\";s:7:\"caption\";s:197:\"<strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\";}i:6;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\";s:7:\"caption\";s:127:\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\";}}s:4:\"tags\";a:5:{s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:9:\"elementor\";s:9:\"elementor\";s:12:\"landing-page\";s:12:\"landing page\";s:12:\"page-builder\";s:12:\"page builder\";}s:8:\"versions\";a:445:{s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:6:\"3.15.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip\";s:6:\"3.15.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip\";s:6:\"3.15.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip\";s:6:\"3.15.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip\";s:6:\"3.16.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip\";s:12:\"3.16.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip\";s:12:\"3.16.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip\";s:11:\"3.16.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip\";s:11:\"3.16.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip\";s:6:\"3.16.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip\";s:6:\"3.16.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:6:\"3.16.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:6:\"3.16.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:6:\"3.16.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip\";s:6:\"3.16.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip\";s:6:\"3.17.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip\";s:11:\"3.17.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip\";s:11:\"3.17.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip\";s:11:\"3.17.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip\";s:6:\"3.17.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip\";s:6:\"3.17.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip\";s:6:\"3.17.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:6:\"3.18.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip\";s:12:\"3.18.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip\";s:12:\"3.18.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip\";s:12:\"3.18.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip\";s:12:\"3.18.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip\";s:11:\"3.18.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip\";s:6:\"3.18.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip\";s:6:\"3.18.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip\";s:6:\"3.18.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:6:\"3.19.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip\";s:12:\"3.19.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip\";s:12:\"3.19.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip\";s:12:\"3.19.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip\";s:12:\"3.19.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip\";s:12:\"3.19.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip\";s:12:\"3.19.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip\";s:11:\"3.19.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip\";s:11:\"3.19.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip\";s:11:\"3.19.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip\";s:11:\"3.19.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip\";s:11:\"3.19.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip\";s:11:\"3.19.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip\";s:6:\"3.19.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip\";s:6:\"3.19.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip\";s:6:\"3.19.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip\";s:6:\"3.19.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:6:\"3.20.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip\";s:12:\"3.20.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip\";s:12:\"3.20.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip\";s:12:\"3.20.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip\";s:12:\"3.20.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip\";s:11:\"3.20.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip\";s:11:\"3.20.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip\";s:11:\"3.20.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip\";s:11:\"3.20.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip\";s:6:\"3.20.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip\";s:6:\"3.20.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip\";s:6:\"3.20.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:6:\"3.20.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip\";s:6:\"3.21.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip\";s:12:\"3.21.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip\";s:12:\"3.21.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip\";s:12:\"3.21.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip\";s:11:\"3.21.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip\";s:11:\"3.21.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip\";s:11:\"3.21.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip\";s:6:\"3.21.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip\";s:6:\"3.21.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip\";s:6:\"3.21.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip\";s:6:\"3.21.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip\";s:6:\"3.21.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip\";s:6:\"3.21.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip\";s:6:\"3.21.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:6:\"3.21.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip\";s:6:\"3.22.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip\";s:12:\"3.22.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip\";s:12:\"3.22.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip\";s:12:\"3.22.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip\";s:12:\"3.22.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip\";s:12:\"3.22.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip\";s:12:\"3.22.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip\";s:11:\"3.22.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip\";s:11:\"3.22.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip\";s:11:\"3.22.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip\";s:11:\"3.22.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip\";s:11:\"3.22.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip\";s:11:\"3.22.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip\";s:6:\"3.22.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip\";s:6:\"3.22.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:6:\"3.22.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip\";s:6:\"3.23.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip\";s:12:\"3.23.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip\";s:12:\"3.23.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip\";s:12:\"3.23.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip\";s:12:\"3.23.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip\";s:12:\"3.23.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip\";s:12:\"3.23.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip\";s:11:\"3.23.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip\";s:11:\"3.23.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip\";s:11:\"3.23.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip\";s:11:\"3.23.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip\";s:11:\"3.23.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip\";s:11:\"3.23.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip\";s:6:\"3.23.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip\";s:6:\"3.23.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip\";s:6:\"3.23.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip\";s:6:\"3.23.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:6:\"3.24.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip\";s:12:\"3.24.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip\";s:12:\"3.24.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip\";s:12:\"3.24.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip\";s:11:\"3.24.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip\";s:11:\"3.24.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip\";s:11:\"3.24.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip\";s:6:\"3.24.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip\";s:6:\"3.24.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip\";s:6:\"3.24.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip\";s:6:\"3.24.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip\";s:6:\"3.24.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip\";s:6:\"3.24.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip\";s:6:\"3.24.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip\";s:6:\"3.24.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip\";s:6:\"3.25.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip\";s:12:\"3.25.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip\";s:12:\"3.25.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip\";s:12:\"3.25.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip\";s:11:\"3.25.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip\";s:11:\"3.25.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip\";s:11:\"3.25.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip\";s:6:\"3.25.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip\";s:7:\"3.25.10\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.10.zip\";s:7:\"3.25.11\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.11.zip\";s:6:\"3.25.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip\";s:6:\"3.25.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip\";s:6:\"3.25.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.4.zip\";s:6:\"3.25.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.5.zip\";s:6:\"3.25.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.6.zip\";s:6:\"3.25.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.7.zip\";s:6:\"3.25.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.8.zip\";s:6:\"3.25.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.9.zip\";s:6:\"3.26.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.0.zip\";s:12:\"3.26.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta1.zip\";s:12:\"3.26.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta2.zip\";s:12:\"3.26.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta3.zip\";s:12:\"3.26.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta4.zip\";s:12:\"3.26.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta5.zip\";s:11:\"3.26.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev1.zip\";s:11:\"3.26.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev2.zip\";s:11:\"3.26.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev3.zip\";s:11:\"3.26.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev4.zip\";s:11:\"3.26.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev5.zip\";s:6:\"3.26.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.1.zip\";s:6:\"3.26.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.2.zip\";s:6:\"3.26.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.3.zip\";s:6:\"3.26.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.4.zip\";s:6:\"3.26.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.5.zip\";s:6:\"3.27.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.0.zip\";s:12:\"3.27.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta1.zip\";s:12:\"3.27.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta2.zip\";s:11:\"3.27.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev1.zip\";s:11:\"3.27.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev2.zip\";s:6:\"3.27.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.1.zip\";s:6:\"3.27.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip\";s:6:\"3.27.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip\";s:6:\"3.27.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.4.zip\";s:6:\"3.27.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.5.zip\";s:6:\"3.27.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.6.zip\";s:6:\"3.27.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.7.zip\";s:6:\"3.28.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.0.zip\";s:12:\"3.28.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta1.zip\";s:12:\"3.28.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta2.zip\";s:12:\"3.28.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta3.zip\";s:11:\"3.28.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev1.zip\";s:11:\"3.28.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev2.zip\";s:11:\"3.28.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev3.zip\";s:6:\"3.28.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.1.zip\";s:6:\"3.28.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.2.zip\";s:6:\"3.28.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.3.zip\";s:6:\"3.28.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.4.zip\";s:6:\"3.29.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.0.zip\";s:12:\"3.29.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta1.zip\";s:12:\"3.29.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta2.zip\";s:12:\"3.29.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta3.zip\";s:12:\"3.29.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta4.zip\";s:11:\"3.29.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev1.zip\";s:11:\"3.29.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev2.zip\";s:11:\"3.29.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev3.zip\";s:11:\"3.29.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev4.zip\";s:6:\"3.29.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.1.zip\";s:6:\"3.29.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:6:\"3.30.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.0.zip\";s:12:\"3.30.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta1.zip\";s:12:\"3.30.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta2.zip\";s:12:\"3.30.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta3.zip\";s:11:\"3.30.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev1.zip\";s:11:\"3.30.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev2.zip\";s:11:\"3.30.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev3.zip\";s:6:\"3.30.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.1.zip\";s:6:\"3.30.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.2.zip\";s:6:\"3.30.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.3.zip\";s:6:\"3.30.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.4.zip\";s:6:\"3.31.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.0.zip\";s:12:\"3.31.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta1.zip\";s:12:\"3.31.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta2.zip\";s:11:\"3.31.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev1.zip\";s:11:\"3.31.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev2.zip\";s:6:\"3.31.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.1.zip\";s:6:\"3.31.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.2.zip\";s:6:\"3.31.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.3.zip\";s:6:\"3.31.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.4.zip\";s:6:\"3.31.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.5.zip\";s:6:\"3.32.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.0.zip\";s:12:\"3.32.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta1.zip\";s:12:\"3.32.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta2.zip\";s:12:\"3.32.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta3.zip\";s:11:\"3.32.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev1.zip\";s:11:\"3.32.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev2.zip\";s:11:\"3.32.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev3.zip\";s:6:\"3.32.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.1.zip\";s:6:\"3.32.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.2.zip\";s:6:\"3.32.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.3.zip\";s:6:\"3.32.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.4.zip\";s:6:\"3.32.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.5.zip\";s:6:\"3.33.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.0.zip\";s:12:\"3.33.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta1.zip\";s:12:\"3.33.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta2.zip\";s:12:\"3.33.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta3.zip\";s:12:\"3.33.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta4.zip\";s:11:\"3.33.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev1.zip\";s:11:\"3.33.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev2.zip\";s:11:\"3.33.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev3.zip\";s:11:\"3.33.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev4.zip\";s:6:\"3.33.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.1.zip\";s:6:\"3.33.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.2.zip\";s:6:\"3.33.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.3.zip\";s:6:\"3.33.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.4.zip\";s:6:\"3.33.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.5.zip\";s:6:\"3.33.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.6.zip\";s:6:\"3.34.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.0.zip\";s:12:\"3.34.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta1.zip\";s:12:\"3.34.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta2.zip\";s:12:\"3.34.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta3.zip\";s:11:\"3.34.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev1.zip\";s:11:\"3.34.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev2.zip\";s:6:\"3.34.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.1.zip\";s:6:\"3.34.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.2.zip\";s:6:\"3.34.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.3.zip\";s:6:\"3.34.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.4.zip\";s:6:\"3.35.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.0.zip\";s:12:\"3.35.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta1.zip\";s:12:\"3.35.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta2.zip\";s:12:\"3.35.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta3.zip\";s:12:\"3.35.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta4.zip\";s:11:\"3.35.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev1.zip\";s:11:\"3.35.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev2.zip\";s:11:\"3.35.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev3.zip\";s:11:\"3.35.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev4.zip\";s:6:\"3.35.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.1.zip\";s:6:\"3.35.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.2.zip\";s:6:\"3.35.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.3.zip\";s:6:\"3.35.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.4.zip\";s:6:\"3.35.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.5.zip\";s:6:\"3.35.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.6.zip\";s:6:\"3.35.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.7.zip\";s:6:\"3.35.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.8.zip\";s:6:\"3.35.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.9.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:5:\"4.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.0.zip\";s:11:\"4.0.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta1.zip\";s:11:\"4.0.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta2.zip\";s:11:\"4.0.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta3.zip\";s:11:\"4.0.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta4.zip\";s:11:\"4.0.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta5.zip\";s:10:\"4.0.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev1.zip\";s:10:\"4.0.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev2.zip\";s:10:\"4.0.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev3.zip\";s:10:\"4.0.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev4.zip\";s:10:\"4.0.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev5.zip\";s:5:\"4.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.1.zip\";s:5:\"4.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.2.zip\";s:5:\"4.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.3.zip\";s:5:\"4.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.4.zip\";s:5:\"4.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.5.zip\";s:5:\"4.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.6.zip\";s:5:\"4.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.7.zip\";s:5:\"4.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip\";s:5:\"4.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.9.zip\";s:5:\"4.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.0.zip\";s:11:\"4.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta1.zip\";s:11:\"4.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta2.zip\";s:11:\"4.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta3.zip\";s:10:\"4.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev1.zip\";s:10:\"4.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev2.zip\";s:10:\"4.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev3.zip\";s:5:\"4.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.1.zip\";s:5:\"4.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.2.zip\";s:5:\"4.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.3.zip\";s:5:\"4.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.4.zip\";s:5:\"4.1.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.5.zip\";s:5:\"4.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.0.zip\";s:11:\"4.2.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.2.0-beta1.zip\";s:11:\"4.2.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.2.0-beta2.zip\";s:10:\"4.2.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.2.0-dev2.zip\";s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:94:\"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:63:\"Elementor Website Builder &#8211; more than just a page builder\";}}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1391, '_site_transient_timeout_browser_6967ec7261b3cbe6a91d798c6b951c60', '1785138075', 'off'),
(1392, '_site_transient_browser_6967ec7261b3cbe6a91d798c6b951c60', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"151.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(1393, '_site_transient_timeout_php_check_2cd6b574a37d822556e9c586248b843b', '1785138075', 'off'),
(1394, '_site_transient_php_check_2cd6b574a37d822556e9c586248b843b', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(1410, 'pp_elementor_modules', 'a:63:{i:0;s:21:\"pp-advanced-accordion\";i:1;s:16:\"pp-advanced-menu\";i:2;s:16:\"pp-advanced-tabs\";i:3;s:8:\"pp-album\";i:4;s:14:\"pp-author-list\";i:5;s:14:\"pp-breadcrumbs\";i:6;s:17:\"pp-business-hours\";i:7;s:19:\"pp-business-reviews\";i:8;s:10:\"pp-buttons\";i:9;s:14:\"pp-card-slider\";i:10;s:13:\"pp-categories\";i:11;s:9:\"pp-charts\";i:12;s:17:\"pp-content-reveal\";i:13;s:17:\"pp-content-ticker\";i:14;s:12:\"pp-countdown\";i:15;s:10:\"pp-counter\";i:16;s:10:\"pp-coupons\";i:17;s:10:\"pp-devices\";i:18;s:10:\"pp-divider\";i:19;s:15:\"pp-dual-heading\";i:20;s:16:\"pp-fancy-heading\";i:21;s:6:\"pp-faq\";i:22;s:10:\"pp-flipbox\";i:23;s:14:\"pp-google-maps\";i:24;s:11:\"pp-hotspots\";i:25;s:12:\"pp-icon-list\";i:26;s:18:\"pp-image-accordion\";i:27;s:19:\"pp-image-comparison\";i:28;s:16:\"pp-image-gallery\";i:29;s:15:\"pp-image-slider\";i:30;s:11:\"pp-info-box\";i:31;s:20:\"pp-info-box-carousel\";i:32;s:12:\"pp-info-list\";i:33;s:13:\"pp-info-table\";i:34;s:12:\"pp-instafeed\";i:35;s:13:\"pp-login-form\";i:36;s:16:\"pp-logo-carousel\";i:37;s:12:\"pp-logo-grid\";i:38;s:18:\"pp-magazine-slider\";i:39;s:10:\"pp-marquee\";i:40;s:14:\"pp-modal-popup\";i:41;s:20:\"pp-offcanvas-content\";i:42;s:14:\"pp-onepage-nav\";i:43;s:8:\"pp-posts\";i:44;s:13:\"pp-price-menu\";i:45;s:16:\"pp-pricing-table\";i:46;s:12:\"pp-promo-box\";i:47;s:15:\"pp-random-image\";i:48;s:9:\"pp-recipe\";i:49;s:20:\"pp-registration-form\";i:50;s:13:\"pp-review-box\";i:51;s:11:\"pp-showcase\";i:52;s:10:\"pp-sitemap\";i:53;s:8:\"pp-table\";i:54;s:20:\"pp-table-of-contents\";i:55;s:14:\"pp-team-member\";i:56;s:23:\"pp-team-member-carousel\";i:57;s:15:\"pp-testimonials\";i:58;s:14:\"pp-tiled-posts\";i:59;s:11:\"pp-timeline\";i:60;s:9:\"pp-toggle\";i:61;s:8:\"pp-video\";i:62;s:16:\"pp-video-gallery\";}', 'auto'),
(1415, '_elementor_pro_installed_time', '1784533358', 'auto'),
(1416, '_elementor_pro_api_requests_lock', 'a:2:{s:11:\"get_version\";i:1784644481;s:16:\"get_license_data\";i:1784700349;}', 'auto'),
(1436, '_site_transient_timeout_browser_c33c588009b95570bda142ca18d363d2', '1785138247', 'off'),
(1437, '_site_transient_browser_c33c588009b95570bda142ca18d363d2', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"150.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(1440, 'elementor_one_client_id', '9307fbb5-438f-4cd1-a145-ea600c837a15', 'off'),
(1441, 'elementor_one_client_secret', 'ZEXlZ9e9kwhjTDErzweBCye6o3', 'off'),
(1442, 'elementor_one_home_url', 'aHR0cHM6Ly9tcmFyaWYubWUvaGFydGdhcm5lcm1kbg==', 'off'),
(1443, 'elementor_tracker_last_send', '1784533480', 'auto'),
(1444, '_transient_timeout_elementor_rollback_versions_4.1.5', '1785138281', 'off'),
(1445, '_transient_elementor_rollback_versions_4.1.5', 'a:30:{i:0;s:5:\"4.1.4\";i:1;s:5:\"4.1.3\";i:2;s:5:\"4.1.2\";i:3;s:5:\"4.1.1\";i:4;s:5:\"4.1.0\";i:5;s:5:\"4.0.9\";i:6;s:5:\"4.0.8\";i:7;s:5:\"4.0.7\";i:8;s:5:\"4.0.6\";i:9;s:5:\"4.0.5\";i:10;s:5:\"4.0.4\";i:11;s:5:\"4.0.3\";i:12;s:5:\"4.0.2\";i:13;s:5:\"4.0.1\";i:14;s:5:\"4.0.0\";i:15;s:6:\"3.35.9\";i:16;s:6:\"3.35.8\";i:17;s:6:\"3.35.7\";i:18;s:6:\"3.35.6\";i:19;s:6:\"3.35.5\";i:20;s:6:\"3.35.4\";i:21;s:6:\"3.35.3\";i:22;s:6:\"3.35.2\";i:23;s:6:\"3.35.1\";i:24;s:6:\"3.35.0\";i:25;s:6:\"3.34.4\";i:26;s:6:\"3.34.3\";i:27;s:6:\"3.34.2\";i:28;s:6:\"3.34.1\";i:29;s:6:\"3.34.0\";}', 'off'),
(1446, '_transient_timeout_elementor_pro_rollback_versions_4.0.2', '1785138281', 'off'),
(1447, '_transient_elementor_pro_rollback_versions_4.0.2', 'a:30:{i:0;s:5:\"4.1.3\";i:1;s:5:\"4.1.2\";i:2;s:5:\"4.1.1\";i:3;s:5:\"4.1.0\";i:4;s:5:\"4.0.4\";i:5;s:5:\"4.0.3\";i:6;s:5:\"4.0.2\";i:7;s:5:\"4.0.1\";i:8;s:5:\"4.0.0\";i:9;s:6:\"3.35.1\";i:10;s:6:\"3.35.0\";i:11;s:6:\"3.34.4\";i:12;s:6:\"3.34.3\";i:13;s:6:\"3.34.2\";i:14;s:6:\"3.34.1\";i:15;s:6:\"3.34.0\";i:16;s:6:\"3.33.2\";i:17;s:6:\"3.33.1\";i:18;s:6:\"3.33.0\";i:19;s:6:\"3.32.3\";i:20;s:6:\"3.32.2\";i:21;s:6:\"3.32.1\";i:22;s:6:\"3.32.0\";i:23;s:6:\"3.31.3\";i:24;s:6:\"3.31.2\";i:25;s:6:\"3.31.1\";i:26;s:6:\"3.31.0\";i:27;s:6:\"3.30.1\";i:28;s:6:\"3.30.0\";i:29;s:6:\"3.29.2\";}', 'off'),
(1448, 'elementor_pro_license_key', 'ep-ugLu1rp3BCnkcUMDdaUB1701104650EgD4W7ueft6i', 'auto'),
(1449, '_elementor_pro_license_v2_data_fallback', 'a:2:{s:7:\"timeout\";i:1784786749;s:5:\"value\";s:2912:\"{\"expires\":\"2026-11-27 00:00:00\",\"subscription_id\":\"14245656\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"size-variable\",\"transitions\",\"pro-interactions\",\"atomic-components\",\"atomic-loop\",\"atomic-form\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\",\"atomic-custom-attributes\",\"atomic-custom-css\"],\"tier\":\"agency\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}', 'off'),
(1450, '_elementor_pro_license_v2_data', 'a:2:{s:7:\"timeout\";i:1784743549;s:5:\"value\";s:2912:\"{\"expires\":\"2026-11-27 00:00:00\",\"subscription_id\":\"14245656\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"size-variable\",\"transitions\",\"pro-interactions\",\"atomic-components\",\"atomic-loop\",\"atomic-form\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\",\"atomic-custom-attributes\",\"atomic-custom-css\"],\"tier\":\"agency\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}', 'off'),
(1451, '_elementor_mixpanel_config', 'a:2:{s:7:\"timeout\";i:1784703953;s:5:\"value\";s:190:\"[{\"sessionReplays\":{\"recordSessionsPercent\":1,\"cloudTemplates\":false,\"coreOnboarding\":false,\"enabled\":false,\"events\":{\"editor_loaded\":false,\"ob_onboarding_initialized\":false}},\"flags\":true}]\";}', 'off'),
(1464, '_transient_timeout__elementor_ab_test_plg_site_mailer_submission', '1792309559', 'off'),
(1465, '_transient__elementor_ab_test_plg_site_mailer_submission', '1', 'off'),
(1466, 'elementor_controls_usage', 'a:5:{s:7:\"wp-page\";a:14:{s:7:\"heading\";a:2:{s:5:\"count\";i:183;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:183;s:11:\"header_size\";i:44;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:79;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:183;}s:14:\"_section_style\";a:7:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:4;s:32:\"_element_custom_width_widescreen\";i:1;s:34:\"_element_custom_width_tablet_extra\";i:1;s:28:\"_element_custom_width_tablet\";i:1;s:34:\"_element_custom_width_mobile_extra\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:167;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:167;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:77;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:167;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:79;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:79;s:4:\"link\";i:79;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:76;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:79;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:460;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:17:{s:13:\"content_width\";i:277;s:20:\"flex_justify_content\";i:70;s:14:\"flex_direction\";i:106;s:21:\"flex_direction_tablet\";i:98;s:16:\"flex_align_items\";i:5;s:5:\"width\";i:5;s:12:\"width_tablet\";i:2;s:18:\"width_mobile_extra\";i:4;s:12:\"width_mobile\";i:4;s:11:\"boxed_width\";i:7;s:8:\"flex_gap\";i:2;s:10:\"min_height\";i:1;s:21:\"min_height_widescreen\";i:1;s:23:\"min_height_tablet_extra\";i:1;s:17:\"min_height_tablet\";i:1;s:23:\"min_height_mobile_extra\";i:1;s:17:\"min_height_mobile\";i:1;}}s:5:\"style\";a:5:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:460;}s:14:\"section_border\";a:6:{s:13:\"border_radius\";i:80;s:26:\"box_shadow_box_shadow_type\";i:76;s:21:\"box_shadow_box_shadow\";i:76;s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:18:\"section_background\";a:6:{s:21:\"background_background\";i:159;s:16:\"background_color\";i:21;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:1;s:26:\"background_overlay_color_b\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;}s:21:\"section_shape_divider\";a:3:{s:20:\"shape_divider_bottom\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:4:{s:7:\"padding\";i:264;s:20:\"padding_mobile_extra\";i:154;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:460;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:50;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:50;s:10:\"image_size\";i:50;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:50;s:12:\"align_tablet\";i:1;s:12:\"align_mobile\";i:1;s:5:\"width\";i:6;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:50;}}}}s:6:\"pp-faq\";a:2:{s:5:\"count\";i:47;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:47;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:47;s:25:\"select_toggle_icon_active\";i:47;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:47;s:23:\"faq_items_border_border\";i:47;s:23:\"faq_items_border_radius\";i:47;}s:23:\"section_questions_style\";a:4:{s:26:\"faq_question_border_radius\";i:47;s:16:\"question_padding\";i:47;s:30:\"question_typography_typography\";i:1;s:38:\"question_typography_line_height_mobile\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:47;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:47;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:2;s:11:\"form_fields\";i:2;s:10:\"input_size\";i:2;s:13:\"mark_required\";i:2;}s:15:\"section_buttons\";a:2:{s:11:\"button_text\";i:2;s:11:\"button_size\";i:2;}s:13:\"section_email\";a:5:{s:8:\"email_to\";i:2;s:13:\"email_subject\";i:2;s:10:\"email_from\";i:2;s:14:\"email_reply_to\";i:2;s:13:\"form_metadata\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_form_style\";a:6:{s:10:\"column_gap\";i:2;s:13:\"label_spacing\";i:2;s:27:\"label_typography_typography\";i:2;s:26:\"label_typography_font_size\";i:2;s:7:\"row_gap\";i:2;s:12:\"html_spacing\";i:2;}s:19:\"section_field_style\";a:1:{s:18:\"field_border_color\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:10:\"pp-buttons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_list\";a:1:{s:7:\"buttons\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:12:\"pp-logo-grid\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_logo_grid\";a:4:{s:8:\"pp_logos\";i:1;s:7:\"columns\";i:1;s:20:\"logos_vertical_align\";i:1;s:20:\"logos_spacing_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:20:\"pp-info-box-carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:18:\"section_info_boxes\";a:5:{s:13:\"pp_info_boxes\";i:1;s:6:\"layout\";i:1;s:14:\"title_html_tag\";i:1;s:20:\"columns_mobile_extra\";i:1;s:18:\"equal_height_boxes\";i:1;}}s:5:\"style\";a:6:{s:22:\"section_info_box_style\";a:5:{s:22:\"info_box_border_border\";i:1;s:21:\"info_box_border_width\";i:1;s:21:\"info_box_border_color\";i:1;s:22:\"info_box_border_radius\";i:1;s:16:\"info_box_padding\";i:1;}s:27:\"section_info_box_icon_style\";a:3:{s:9:\"icon_size\";i:1;s:14:\"icon_img_width\";i:1;s:11:\"icon_margin\";i:1;}s:28:\"section_info_box_title_style\";a:2:{s:12:\"title_margin\";i:1;s:15:\"subtitle_margin\";i:1;}s:29:\"section_info_box_button_style\";a:2:{s:22:\"button_bg_color_normal\";i:1;s:14:\"button_padding\";i:1;}s:30:\"section_info_description_style\";a:1:{s:18:\"description_margin\";i:1;}s:20:\"section_layout_style\";a:2:{s:11:\"columns_gap\";i:1;s:8:\"rows_gap\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_video\";a:3:{s:10:\"video_type\";i:3;s:10:\"hosted_url\";i:3;s:6:\"poster\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_video_style\";a:1:{s:12:\"aspect_ratio\";i:3;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:4:\"link\";i:2;s:10:\"title_size\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:2:{s:8:\"position\";i:3;s:18:\"title_bottom_space\";i:3;}s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:15:\"secondary_color\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;}s:21:\"section_style_content\";a:2:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:4;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:4;}s:18:\"section_icon_style\";a:2:{s:24:\"icon_self_vertical_align\";i:4;s:20:\"icon_vertical_offset\";i:4;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"google_maps\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:1:{s:7:\"address\";i:4;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:4;}}}}}s:9:\"container\";a:12:{s:7:\"heading\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:1;s:10:\"link_click\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:24:\"icon_self_vertical_align\";i:1;s:20:\"icon_vertical_offset\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:18:\"image_border_width\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:8;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:21:\"box_shadow_box_shadow\";i:2;s:26:\"box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:4;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:13:\"content_width\";i:4;s:5:\"width\";i:2;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:4;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:3:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_size\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_form_style\";a:6:{s:10:\"column_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:7:\"row_gap\";i:1;s:12:\"html_spacing\";i:1;}s:19:\"section_field_style\";a:1:{s:18:\"field_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:25:\"theme-post-featured-image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:16:\"theme-post-title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"post-info\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:18:\"theme-post-content\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:15:\"post-navigation\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:5:\"posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:5:{s:28:\"classic_columns_mobile_extra\";i:1;s:27:\"classic_thumbnail_size_size\";i:1;s:22:\"classic_excerpt_length\";i:1;s:17:\"classic_meta_data\";i:1;s:22:\"classic_posts_per_page\";i:1;}}s:5:\"style\";a:2:{s:26:\"classic_section_design_box\";a:3:{s:23:\"classic_content_padding\";i:1;s:34:\"classic_box_shadow_box_shadow_type\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;}s:30:\"classic_section_design_content\";a:12:{s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:34:\"classic_title_typography_font_size\";i:1;s:21:\"classic_title_spacing\";i:1;s:18:\"classic_meta_color\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:33:\"classic_meta_typography_font_size\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}s:7:\"archive\";a:3:{s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:2:{s:13:\"content_width\";i:2;s:14:\"flex_direction\";i:1;}}s:5:\"style\";a:1:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:5:{s:28:\"classic_columns_mobile_extra\";i:1;s:27:\"classic_thumbnail_size_size\";i:1;s:22:\"classic_excerpt_length\";i:1;s:17:\"classic_meta_data\";i:1;s:22:\"classic_posts_per_page\";i:1;}s:18:\"section_pagination\";a:2:{s:21:\"pagination_page_limit\";i:1;s:15:\"pagination_type\";i:1;}}s:5:\"style\";a:2:{s:26:\"classic_section_design_box\";a:3:{s:23:\"classic_content_padding\";i:1;s:34:\"classic_box_shadow_box_shadow_type\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;}s:30:\"classic_section_design_content\";a:12:{s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:34:\"classic_title_typography_font_size\";i:1;s:21:\"classic_title_spacing\";i:1;s:18:\"classic_meta_color\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:33:\"classic_meta_typography_font_size\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}s:11:\"single-post\";a:6:{s:25:\"theme-post-featured-image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:16:\"theme-post-title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:9:\"post-info\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:18:\"theme-post-content\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:15:\"post-navigation\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:2:{s:14:\"flex_direction\";i:1;s:11:\"boxed_width\";i:1;}}s:5:\"style\";a:1:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}s:6:\"header\";a:4:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"align\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:13:\"content_width\";i:3;s:5:\"width\";i:3;s:20:\"flex_justify_content\";i:3;s:16:\"flex_align_items\";i:1;s:14:\"flex_direction\";i:1;s:11:\"boxed_width\";i:1;s:8:\"flex_gap\";i:1;}}s:5:\"style\";a:2:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:19:\"_section_responsive\";a:2:{s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}s:14:\"section_layout\";a:2:{s:7:\"padding\";i:1;s:11:\"css_classes\";i:1;}}}}s:16:\"pp-advanced-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:9:\"menu_type\";i:1;s:12:\"toggle_align\";i:1;}}s:5:\"style\";a:5:{s:23:\"section_style_main_menu\";a:6:{s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:26:\"padding_vertical_menu_item\";i:1;s:18:\"menu_space_between\";i:1;}s:22:\"section_style_dropdown\";a:17:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;s:26:\"color_dropdown_item_active\";i:1;s:37:\"background_color_dropdown_item_active\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_width\";i:1;s:22:\"dropdown_border_border\";i:1;s:21:\"dropdown_border_width\";i:1;s:21:\"dropdown_border_color\";i:1;s:22:\"dropdown_border_radius\";i:1;s:35:\"dropdown_box_shadow_box_shadow_type\";i:1;s:30:\"dropdown_box_shadow_box_shadow\";i:1;s:32:\"padding_horizontal_dropdown_item\";i:1;s:30:\"padding_vertical_dropdown_item\";i:1;s:22:\"dropdown_divider_color\";i:1;}s:12:\"style_toggle\";a:4:{s:12:\"toggle_color\";i:1;s:23:\"toggle_background_color\";i:1;s:18:\"toggle_color_hover\";i:1;s:29:\"toggle_background_color_hover\";i:1;}s:16:\"style_responsive\";a:13:{s:18:\"offcanvas_position\";i:1;s:16:\"overlay_bg_color\";i:1;s:17:\"mobile_link_color\";i:1;s:24:\"mobile_sub_link_bg_color\";i:1;s:21:\"mobile_sub_link_color\";i:1;s:17:\"mobile_link_hover\";i:1;s:20:\"mobile_link_bg_hover\";i:1;s:24:\"mobile_sub_link_bg_hover\";i:1;s:21:\"mobile_sub_link_hover\";i:1;s:16:\"close_icon_color\";i:1;s:27:\"close_icon_background_color\";i:1;s:33:\"close_icon_background_color_hover\";i:1;s:22:\"close_icon_color_hover\";i:1;}s:16:\"style_typography\";a:6:{s:26:\"menu_typography_typography\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:30:\"dropdown_typography_typography\";i:1;s:29:\"dropdown_typography_font_size\";i:1;s:31:\"dropdown_typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:10:\"pp-buttons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_list\";a:1:{s:7:\"buttons\";i:1;}}s:5:\"style\";a:2:{s:13:\"button_layout\";a:3:{s:14:\"button_spacing\";i:1;s:12:\"button_align\";i:1;s:14:\"button_padding\";i:1;}s:18:\"section_icon_style\";a:2:{s:13:\"icon_position\";i:1;s:12:\"icon_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}}', 'off'),
(1906, '_site_transient_timeout_elementor_pro_api_request_277b604563d01df', '1784642195', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1907, '_site_transient_elementor_pro_api_request_277b604563d01df', 'O:8:\"stdClass\":12:{s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:6:\"author\";s:50:\"<a href=\"https://elementor.com/\">Elementor.com</a>\";s:8:\"homepage\";s:22:\"https://elementor.com/\";s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:3:\"7.0\";s:7:\"version\";s:5:\"4.1.3\";s:12:\"last_updated\";s:19:\"2026-07-14 14:36:41\";s:13:\"download_link\";s:384:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvaGFydGdhcm5lcm1kbiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3ODQ1NTU3OTQsImV4cCI6MTc4NDY0MjE5NH0.8F21Ghky99erOm9jM40JmAPwnLISVbaZCNyeGBiB05A/package_download\";s:7:\"banners\";a:2:{s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1494133\";s:3:\"low\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1494133\";}s:10:\"autoupdate\";b:1;s:8:\"sections\";a:2:{s:11:\"description\";s:161:\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\";s:9:\"changelog\";s:240750:\"<h1>Elementor Pro - by Elementor.com</h1>\n<h4>4.1.3 - 2026-07-14</h4>\n<ul>\n<li>Fix: Content section isn&#39;t expanded by default when adding atomic element inside Atomic Form - Atomic Editor</li>\n<li>Fix: Atomic Form cannot be saved as template - Atomic Editor</li>\n</ul>\n<h4>4.1.2 - 2026-06-23</h4>\n<ul>\n<li>Fix: Email action is not configured correctly when submitting Atomic Forms - Atomic Editor</li>\n</ul>\n<h4>4.1.1 - 2026-06-08</h4>\n<ul>\n<li>Fix: Live Results item count does not apply correctly on Tablet and Mobile in Search widget</li>\n<li>Fix: Default animation appears for logged-out users when using an ACF URL dynamic tag in Lottie widget</li>\n<li>Fix: &quot;Something went wrong&quot; error appears when using Taxonomy Filter with a Loop Grid based on Current Query</li>\n</ul>\n<h4>4.1.0 - 2026-05-26</h4>\n<ul>\n<li>Tweak: Added Radio Button element to Atomic Form - Atomic Editor</li>\n<li>Tweak: Added Select element to Atomic Form - Atomic Editor</li>\n<li>Tweak: Added Date Picker element to Atomic Form - Atomic Editor</li>\n<li>Tweak: Added Time Picker element to Atomic Form - Atomic Editor</li>\n<li>Tweak: Added File Upload element to Atomic Form - Atomic Editor</li>\n<li>Tweak: Added Webhook URL support to Atomic Form - Atomic Editor</li>\n<li>Tweak: Improved the default To and From field settings in Atomic Form - Atomic Editor</li>\n<li>Tweak: Updated the Connected Input ID control to a Select control in Atomic Form - Atomic Editor</li>\n<li>Tweak: Added the Atomic Elements section when editing Loop Grid templates - Atomic Editor</li>\n<li>Tweak: Added support for dynamic field mentions in email content in Atomic Form - Atomic Editor</li>\n<li>Tweak: Added Start and End grid lines for the While Scrolling effect in Interactions - Atomic Editor</li>\n<li>Tweak: Updated the minimum required WordPress version to 6.8</li>\n<li>Fix: Custom styles are lost for Atomic elements used in loops - Atomic Editor</li>\n<li>Fix: Action Log and Page Title are not recorded in Atomic Form submissions - Atomic Editor</li>\n<li>Fix: Inline editing does not work for Buttons inside Atomic Form - Atomic Editor</li>\n<li>Fix: Atomic Form cannot be dragged into containers or child containers - Atomic Editor</li>\n<li>Fix: Pasting content from another site may cause a fatal error with Loop Item Templates</li>\n</ul>\n<h4>4.0.4 - 2026-04-28</h4>\n<ul>\n<li>Fix: Flexbox and Div Block do not work with display conditions - Atomic Editor</li>\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor</li>\n</ul>\n<h4>4.0.3 - 2026-04-20</h4>\n<ul>\n<li>Tweak: Updated base style font styling in Atomic Form - Atomic Editor</li>\n<li>Fix: Submit button not working inside popups in Atomic Form - Atomic Editor</li>\n<li>Fix: Forms fail to send when using ACF Email dynamic tag - Atomic Editor</li>\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor</li>\n</ul>\n<h4>4.0.2 - 2026-04-13</h4>\n<ul>\n<li>Fix: Interactions apply only to the first matching element instead of all instances on the page - Atomic Editor</li>\n</ul>\n<h4>4.0.1 - 2026-04-01</h4>\n<ul>\n<li>Fix: Exposed text properties appear empty in existing components - Atomic Editor (<a href=\"https://github.com/elementor/elementor/issues/35357\">#35357</a>)</li>\n<li>Fix: Cannot publish existing components with overridable properties - Atomic Editor</li>\n<li>Fix: Unexpected characters appear when deleting attribute values using backspace - Atomic Editor</li>\n</ul>\n<h4>4.0.0 - 2026-03-30</h4>\n<ul>\n<li>New: Introducing Atomic Forms using composable Atomic elements - create flexible form layouts by combining individual field elements - Atomic Editor</li>\n<li>New: Introducing Interactions with new triggers and custom effects for dynamic experiences - create animations based on user scroll and user behavior - Atomic Editor</li>\n<li>Tweak: Component creation is available for Pro users - Atomic Editor</li>\n<li>Tweak: Added the ability to detach Components into editable layouts - Atomic Editor</li>\n<li>Tweak: Added support for custom fonts in typography controls - Atomic Editor</li>\n<li>Fix: Unable to paste content into the Custom CSS field - Atomic Editor</li>\n<li>Fix: Error when assigning a dynamic custom field to a component&#39;s inner element in Components - Atomic Editor</li>\n</ul>\n<h4>3.35.1 - 2026-02-11</h4>\n<ul>\n<li>Fix: Enqueue script errors when <code>WP_DEBUG</code> is enabled (<a href=\"https://github.com/elementor/elementor/issues/34617\">#34617</a>)</li>\n<li>Fix: General UI issues in Editor screens in WordPress Admin</li>\n</ul>\n<h4>3.35.0 - 2026-02-02</h4>\n<ul>\n<li>Tweak: Extended the color picker to support ACF fields - Editor V4</li>\n<li>Tweak: Enabled size variables with custom units across relevant controls - Editor V4</li>\n<li>Tweak: Enabled size variables in border radius controls - Editor V4</li>\n</ul>\n<h4>3.34.4 - 2026-01-29</h4>\n<ul>\n<li>Fix: Shortcodes overflow the screen on Saved Templates screen in WordPress Admin</li>\n<li>Fix: Avoid Multiple Popups control does not work in Popups</li>\n</ul>\n<h4>3.34.3 - 2026-01-26</h4>\n<ul>\n<li>Fix: Theme Builder WordPress view does not work as expected</li>\n<li>Fix: Submissions menu appears even when the setting is disabled</li>\n</ul>\n<h4>3.34.2 - 2026-01-22</h4>\n<ul>\n<li>Tweak: Updated notification behavior in Elementor menu in WordPress admin</li>\n</ul>\n<h4>3.34.1 - 2026-01-20</h4>\n<ul>\n<li>Tweak: Unified the Elementor interface into a single place to manage, optimize, and configure Elementor capabilities in WordPress admin</li>\n</ul>\n<h4>3.34.0 - 2025-12-22</h4>\n<ul>\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4</li>\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4</li>\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4</li>\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4</li>\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4</li>\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4</li>\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget</li>\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor</li>\n<li>Fix: Website Template library displayed in English instead of the translated language</li>\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4</li>\n</ul>\n<h4>3.33.2 - 2025-12-03</h4>\n<ul>\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template</li>\n<li>Fix: Display Conditions window appears empty in the editor</li>\n</ul>\n<h4>3.33.1 - 2025-11-11</h4>\n<ul>\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\"https://github.com/elementor/elementor/issues/33396\">#33396</a>)</li>\n</ul>\n<h4>3.33.0 - 2025-11-10</h4>\n<ul>\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4</li>\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.</li>\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4</li>\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4</li>\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4</li>\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4</li>\n<li>Tweak: Added support for Popup dynamic tag - Editor V4</li>\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4</li>\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4</li>\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4</li>\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4</li>\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4</li>\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4</li>\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget</li>\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari</li>\n<li>Tweak: Updated Notes button location in the Editor Top Bar</li>\n</ul>\n<h4>3.32.3 - 2025-10-21</h4>\n<ul>\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included</li>\n</ul>\n<h4>3.32.2 - 2025-09-29</h4>\n<ul>\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export</li>\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export</li>\n</ul>\n<h4>3.32.1 - 2025-09-16</h4>\n<ul>\n<li>Fix: Theme Builder fails to load when containers are disabled</li>\n<li>Fix: Popup and single product templates not imported or exported as expected</li>\n</ul>\n<h4>3.32.0 - 2025-09-15</h4>\n<ul>\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4</li>\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4</li>\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies</li>\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\"https://github.com/elementor/elementor/issues/23543\">#23543</a>, <a href=\"https://github.com/elementor/elementor/issues/31063\">#31063</a>)</li>\n<li>Tweak: Added REST API support for the Custom Code feature</li>\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget</li>\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget</li>\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget</li>\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG</code> enabled</li>\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget</li>\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects</li>\n<li>Fix: Added required PHP and WordPress versions to the plugin header</li>\n</ul>\n<h4>3.31.3 - 2025-09-08</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget</li>\n</ul>\n<h4>3.31.2 - 2025-08-10</h4>\n<ul>\n<li>Tweak: Improved release version functionality</li>\n</ul>\n<h4>3.31.1 - 2025-08-06</h4>\n<ul>\n<li>Tweak: Updated <code>form-data</code> package version</li>\n</ul>\n<h4>3.31.0 - 2025-08-05</h4>\n<ul>\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4</li>\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file</li>\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets</li>\n<li>Tweak: Improved semantic markup structure for header and footer documents</li>\n<li>Tweak: Reorganized design controls in Animated Headline widget</li>\n<li>Tweak: Reorganized design controls in Blockquote widget</li>\n<li>Tweak: Reorganized design controls in Countdown widget</li>\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties</li>\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\"https://github.com/elementor/elementor/issues/28167\">#28167</a>)</li>\n<li>Fix: <code>TypeError</code> bug in Menu widget</li>\n</ul>\n<h4>3.30.1 - 2025-07-22</h4>\n<ul>\n<li>Security Fix: Improved content sanitization in multiple widgets</li>\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled</li>\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled</li>\n</ul>\n<h4>3.30.0 - 2025-07-01</h4>\n<ul>\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place</li>\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites</li>\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites</li>\n<li>Tweak: Improved error handling for Theme Builder display conditions</li>\n<li>Tweak: Added styling controls to Post Excerpt widget</li>\n<li>Tweak: Improved accessibility with <code>role</code> and <code>aria-label</code> attributes Post Navigation widget</li>\n<li>Tweak: Added <code>aria-label</code> in Form widget</li>\n<li>Tweak: Added <code>aria-label</code> in Login widget</li>\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets</li>\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget</li>\n<li>Tweak: Moved image resolution control to content tab in Price List widget</li>\n<li>Tweak: Renamed and reorganized style sections in Price List widget</li>\n<li>Tweak: Added conditional logic to controls in Price Table widget</li>\n<li>Tweak: Grouped layout controls under list section in Price List widget</li>\n<li>Tweak: Updated minimum required WordPress version to 6.6</li>\n<li>Fix: Inline font icons support doesn&#39;t work in Post Navigation widget (<a href=\"https://github.com/elementor/elementor/issues/24367\">#24367</a>, <a href=\"https://github.com/elementor/elementor/issues/18343\">#18343</a>)</li>\n<li>Fix: Page Title condition doesn&#39;t work on child pages in Widget Display Conditions</li>\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements</li>\n<li>Fix: Links are not crawlable in Video Playlist widget</li>\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget</li>\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit</li>\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget</li>\n<li>Fix: Plugin dependency not enforced in Elementor Pro</li>\n<li>Fix: Console shows deprecation warning in Global Widgets</li>\n</ul>\n<h4>3.29.2 - 2025-06-04</h4>\n<ul>\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment</li>\n</ul>\n<h4>3.29.1 - 2025-05-28</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Animated Headline widget</li>\n<li>Security Fix: Improved code security enforcement in Price Table widget</li>\n</ul>\n<h4>3.29.0 - 2025-05-19</h4>\n<ul>\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library</li>\n<li>Tweak: Improved accessibility with <code>role</code> attributes in Share Buttons widget</li>\n<li>Tweak: Improved accessibility by grouping content with <code>role=region</code> in the Video Playlist widget</li>\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\"https://github.com/elementor/elementor/issues/24239\">#24239</a>)</li>\n<li>Fix: Common scripts loaded late when using the Theme Builder</li>\n</ul>\n<h4>3.28.4 - 2025-05-05</h4>\n<ul>\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the &#39;Avoid Duplicates&#39; option in Loop Grid widget</li>\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active</li>\n</ul>\n<h4>3.28.3 - 2025-04-16</h4>\n<ul>\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen</li>\n</ul>\n<h4>3.28.2 - 2025-03-30</h4>\n<ul>\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget</li>\n</ul>\n<h4>3.28.1 - 2025-03-23</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets</li>\n</ul>\n<h4>3.28.0 - 2025-03-17</h4>\n<ul>\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\"https://github.com/elementor/elementor/issues/11651\">#11651</a>, <a href=\"https://github.com/elementor/elementor/issues/17223\">#17223</a>)</li>\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects</li>\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget</li>\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php</code></li>\n<li>Tweak: Updated minimum required WordPress version to 6.5</li>\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar</li>\n<li>Tweak: Made the edit button accessible in the Template widget</li>\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()</code> and <code>get_script_depends()</code> methods</li>\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets</li>\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\"https://github.com/elementor/elementor/issues/16077\">#16077</a>, <a href=\"https://github.com/elementor/elementor/issues/16511\">#16511</a>, <a href=\"https://github.com/elementor/elementor/issues/17692\">#17692</a>, <a href=\"https://github.com/elementor/elementor/issues/17922\">#17922</a>, <a href=\"https://github.com/elementor/elementor/issues/19253\">#19253</a>, <a href=\"https://github.com/elementor/elementor/issues/19370\">#19370</a>, <a href=\"https://github.com/elementor/elementor/issues/21236\">#21236</a>, <a href=\"https://github.com/elementor/elementor/issues/21844\">#21844</a>, <a href=\"https://github.com/elementor/elementor/issues/28080\">#28080</a>)</li>\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\"https://github.com/elementor/elementor/issues/17500\">#17500</a>, <a href=\"https://github.com/elementor/elementor/issues/18466\">#18466</a>, <a href=\"https://github.com/elementor/elementor/issues/21664\">#21664</a>, <a href=\"https://github.com/elementor/elementor/issues/24929\">#24929</a>, <a href=\"https://github.com/elementor/elementor/issues/28064\">#28064</a>)</li>\n<li>Fix: Page doesn&#39;t scroll up when a coupon error notice appears in Checkout widget</li>\n</ul>\n<h4>3.27.7 - 2025-03-13</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Lottie widget</li>\n</ul>\n<h4>3.27.6 - 2025-03-10</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Template Condition</li>\n</ul>\n<h4>3.27.5 - 2025-03-03</h4>\n<ul>\n<li>Fix: The <code>wp_trigger_error</code> function causes the site to crash instead of triggering a warning when used with ACF text</li>\n</ul>\n<h4>3.27.4 - 2025-02-16</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Screenshots module</li>\n<li>Security Fix: Improved code security enforcement in Query control</li>\n<li>Fix: ACF <code>true_false</code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\"https://github.com/elementor/elementor/issues/30170\">#30170</a>)</li>\n</ul>\n<h4>3.27.3 - 2025-02-06</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Stripe Button widget</li>\n</ul>\n<h4>3.27.2 - 2025-02-03</h4>\n<ul>\n<li>Fix: Value type configuration issue causing errors when using ACF</li>\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated</li>\n</ul>\n<h4>3.27.1 - 2025-01-27</h4>\n<ul>\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements</li>\n<li>Security Fix: Improved code security enforcement in Global widget</li>\n<li>Security Fix: Improved code security enforcement in Lottie widget</li>\n<li>Security Fix: Improved code security enforcement in Admin settings</li>\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\"https://github.com/elementor/elementor/issues/29175\">#29175</a>)</li>\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements</li>\n</ul>\n<h4>3.27.0 - 2025-01-20</h4>\n<ul>\n<li>Tweak: Removed the <code>elementor-widget-container</code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure</li>\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget</li>\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS</li>\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times</li>\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility</li>\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget</li>\n<li>Tweak: Removed <code>load_plugin_textdomain()</code> function from Elementor Pro</li>\n</ul>\n<h4>3.26.3 - 2025-01-07</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Search widget</li>\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\"https://github.com/elementor/elementor/issues/29663\">#29663</a>)</li>\n</ul>\n<h4>3.26.2 - 2024-12-22</h4>\n<ul>\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/29191\">#29191</a>)</li>\n</ul>\n<h4>3.26.1 - 2024-12-17</h4>\n<ul>\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()</code> function to avoid errors with 3rd party plugins</li>\n</ul>\n<h4>3.26.0 - 2024-12-16</h4>\n<ul>\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\"https://github.com/elementor/elementor/issues/29049\">#29049</a>, <a href=\"https://github.com/elementor/elementor/issues/28935\">#28935</a>, <a href=\"https://github.com/elementor/elementor/issues/7106\">#7106</a>)</li>\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers</li>\n<li>New: Added Reload Page link action for Dynamic Tags</li>\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\"https://github.com/elementor/elementor/issues/2526\">#2526</a>, <a href=\"https://github.com/elementor/elementor/issues/3277\">#3277</a>, <a href=\"https://github.com/elementor/elementor/issues/21697\">#21697</a>)</li>\n<li>Tweak: Replaced hidden <code>elementor-screen-only</code> div with <code>aria-label</code> attributes</li>\n<li>Tweak: Removed <code>elementor-widget-container</code> div from Elementor widgets as part of the Optimized Markup experiment</li>\n<li>Tweak: Optimize popup styling by loading it only when necessary</li>\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget</li>\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler</li>\n<li>Tweak: Added the ability to set <code>aria-label</code> in Carousel widgets</li>\n<li>Tweak: Added <code>aria-roledescription=carousel</code> to carousel wrapper</li>\n<li>Tweak: Added <code>aria-roledescription=slide</code> to slide wrapper</li>\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment</li>\n<li>Tweak: Updated minimum required Safari version to 15.5</li>\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes</li>\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled</li>\n<li>Fix: Custom Image Resolution option is not working in Gallery widget</li>\n<li>Fix: &#39;Reading Settings&#39; unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting</li>\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget</li>\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements</li>\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags</li>\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated</li>\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements</li>\n<li>Fix: Performance issues when changing the title name in the Menu widget</li>\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets</li>\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets</li>\n</ul>\n<h4>3.25.5 - 2024-12-10</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Form widget</li>\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\"https://github.com/elementor/elementor/issues/29175\">#29175</a>)</li>\n<li>Fix: Popup overlay shown for non-logged users even when disabled</li>\n</ul>\n<h4>3.25.4 - 2024-11-20</h4>\n<ul>\n<li>Tweak: Improved Global Widget loading method to enhance performance</li>\n</ul>\n<h4>3.25.3 - 2024-11-13</h4>\n<ul>\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive</li>\n</ul>\n<h4>3.25.2 - 2024-11-03</h4>\n<ul>\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup</li>\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget</li>\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\"https://github.com/elementor/elementor/issues/29159\">#29159</a>)</li>\n</ul>\n<h4>3.25.1 - 2024-10-31</h4>\n<ul>\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product</li>\n</ul>\n<h4>3.25.0 - 2024-10-28</h4>\n<ul>\n<li>Tweak: Added pagination functionality to the Live Results in Search widget</li>\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page</li>\n<li>Tweak: Load motion effects styles only when they are in use</li>\n<li>Tweak: Load sticky styles only when they are in use</li>\n<li>Tweak: Load popup styles only when they are in use</li>\n<li>Tweak: Load theme builder styles only when they are in use</li>\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use</li>\n<li>Tweak: Load styles for Form widgets separately to enhance performance</li>\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance</li>\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance</li>\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance</li>\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance</li>\n<li>Tweak: Load styles for Floating Elements separately to enhance performance</li>\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance</li>\n<li>Tweak: Load minified CSS in the Loop Builder&#39;s Call to Action button in the Editor</li>\n<li>Tweak: Removed &quot;Payments&quot; module styles</li>\n<li>Tweak: Removed <code>elementor-button-wrapper</code> div from Payapl widget as part of the Optimized Markup experiment</li>\n<li>Tweak: Removed <code>elementor-button-wrapper</code> div from Stripe widget as part of the Optimized Markup experiment</li>\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab</li>\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version</li>\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\"https://github.com/elementor/elementor/issues/27580\">#27580</a>)</li>\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\"https://github.com/elementor/elementor/issues/7151\">#7151</a>)</li>\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\"https://github.com/elementor/elementor/issues/23684\">#23684</a>)</li>\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\"https://github.com/elementor/elementor/issues/27706\">#27706</a>)</li>\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode</li>\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget</li>\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets</li>\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs</li>\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter</li>\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor</li>\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend</li>\n<li>Fix: Excessive database requests generated by the Loop Grid widget</li>\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend</li>\n<li>Fix: Display issue in the Menu widget caused by the &#39;Native Intersection Observer API</li>\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget</li>\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value</li>\n</ul>\n<h4>3.24.4 - 2024-10-09</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Media Carousel widget</li>\n</ul>\n<h4>3.24.3 - 2024-10-01</h4>\n<ul>\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition</li>\n<li>Fix: Form field styles not loading properly in various scenarios</li>\n</ul>\n<h4>3.24.2 - 2024-09-18</h4>\n<ul>\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements</li>\n</ul>\n<h4>3.24.1 - 2024-09-12</h4>\n<ul>\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\"https://github.com/elementor/elementor/issues/28676\">#28676</a>)</li>\n</ul>\n<h4>3.24.0 - 2024-09-10</h4>\n<ul>\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\"https://github.com/elementor/elementor/issues/6703\">#6703</a>, <a href=\"https://github.com/elementor/elementor/issues/11333\">#11333</a>, <a href=\"https://github.com/elementor/elementor/issues/19277\">#19277</a>, <a href=\"https://github.com/elementor/elementor/issues/25485\">#25485</a>)</li>\n<li>Tweak: Added &#39;Structure&#39; indication for widgets with Display Conditions applied (<a href=\"https://github.com/elementor/elementor/issues/28027\">#28027</a>)</li>\n<li>Tweak: Added a new option for setting the live search results width (<a href=\"https://github.com/elementor/elementor/issues/28280\">#28280</a>)</li>\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\"https://github.com/elementor/elementor/issues/28480\">#28480</a>)</li>\n<li>Tweak: Added options to &#39;Copy&#39;, &#39;Paste&#39;, and &#39;Clear&#39; Display Conditions in Context Menu</li>\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field</li>\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements</li>\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms</li>\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget</li>\n<li>Tweak: Added the &#39;Create Template&#39; button in Search widget</li>\n<li>Tweak: Added an option to enable the &#39;Loader&#39; animation while live results are loading in Search widget</li>\n<li>Tweak: Load share buttons compatibility styles only when they are in use</li>\n<li>Tweak: Load dialog styles only when they are in use</li>\n<li>Tweak: Load global widget styles only during Editor preview</li>\n<li>Tweak: Conditionally load widget styles only when the widgets are used</li>\n<li>Tweak: Load styles for CTA hover animations only when they are in use</li>\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed</li>\n<li>Tweak: Split <code>animations.min.css</code> into multiple CSS files and load them conditionally</li>\n<li>Tweak: Promoted Display Conditions feature to Stable status</li>\n<li>Tweak: Merged Taxonomy Filter feature into the version</li>\n<li>Tweak: Merged Search feature into the version</li>\n<li>Tweak: Added a note to &#39;Current Query&#39; explaining the impact of WordPress settings on pagination within Archives</li>\n<li>Tweak: Added the ability to set <code>aria-label</code> for the Off-Canvas widget</li>\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\"https://github.com/elementor/elementor/issues/18689\">#18689</a>, <a href=\"https://github.com/elementor/elementor/issues/23331\">#23331</a>, <a href=\"https://github.com/elementor/elementor/issues/28179\">#28179</a>)</li>\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\"https://github.com/elementor/elementor/issues/21404\">#21404</a>, <a href=\"https://github.com/elementor/elementor/issues/22202\">#22202</a>)</li>\n<li>Fix: &#39;Editing Mode&#39; for the Off-canvas was not functioning correctly in certain scenarios</li>\n<li>Fix: Added definition to <code>clear_custom_image_sizes</code> hook to prevent edge case issues</li>\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget</li>\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget</li>\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget</li>\n<li>Fix: Error when using array as custom fields value in Dynamic Tags</li>\n</ul>\n<h4>3.23.3 - 2024-08-05</h4>\n<ul>\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/28194\">#28194</a>)</li>\n</ul>\n<h4>3.23.2 - 2024-07-29</h4>\n<ul>\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\"https://github.com/elementor/elementor/issues/28087\">#28087</a>)</li>\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget</li>\n</ul>\n<h4>3.23.1 - 2024-07-23</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in link URL</li>\n</ul>\n<h4>3.23.0 - 2024-07-15</h4>\n<ul>\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\"https://github.com/elementor/elementor/issues/27664\">#27664</a>, <a href=\"https://github.com/elementor/elementor/issues/24931\">#24931</a>, <a href=\"https://github.com/elementor/elementor/issues/21459\">#21459</a>)</li>\n<li>Tweak: Renamed <code>width</code> to <code>Min width</code> and added <code>Max width</code> control to Hotspot tooltips (<a href=\"https://github.com/elementor/elementor/issues/18930\">#18930</a>)</li>\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility</li>\n<li>Tweak: Added the ability to set <code>aria-label</code> for WordPress Menu widget</li>\n<li>Tweak: Added the ability to set <code>aria-label</code> for Menu widget</li>\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget</li>\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\"https://github.com/elementor/elementor/issues/21879\">#21879</a>, <a href=\"https://github.com/elementor/elementor/issues/23821\">#23821</a>)</li>\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated</li>\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.</li>\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas</li>\n<li>Fix: Links to Elementor Settings are broken in various locations</li>\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder</li>\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects</li>\n</ul>\n<h4>3.22.1 - 2024-06-24</h4>\n<ul>\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\"https://github.com/elementor/elementor/issues/27704\">#27704</a>)</li>\n</ul>\n<h4>3.22.0 - 2024-06-16</h4>\n<ul>\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\"https://github.com/elementor/elementor/issues/6225\">#6225</a>, <a href=\"https://github.com/elementor/elementor/issues/21769\">#21769</a>, <a href=\"https://github.com/elementor/elementor/issues/25770\">#25770</a>)</li>\n<li>Tweak: Added option to remove &#39;User IP&#39; and &#39;User Agent&#39; from the form submissions metadata (<a href=\"https://github.com/elementor/elementor/issues/14285\">#14285</a>)</li>\n<li>Tweak: Replaced <code>waypoints.js</code> library with the native Intersection Observer API</li>\n<li>Tweak: Extended Alignment and Position capabilities in Form widget</li>\n<li>Tweak: Moved icon View control to style tab in Flip Box widget</li>\n<li>Tweak: Moved icon View control to style tab in Call to Action widget</li>\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty</li>\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty</li>\n<li>Tweak: Remove <code>placeholder</code> arguments from URL controls</li>\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets</li>\n<li>Tweak: Activated Display Conditions feature for existing sites</li>\n<li>Tweak: Activated Taxonomy Filter feature for existing sites</li>\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements</li>\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\"https://github.com/elementor/elementor/issues/24298\">#24298</a>, <a href=\"https://github.com/elementor/elementor/issues/25112\">#25112</a>)</li>\n<li>Fix: <code>all: unset</code> assigned to buttons cause focus issues (<a href=\"https://github.com/elementor/elementor/issues/24322\">#24322</a>, <a href=\"https://github.com/elementor/elementor/issues/25448\">#25448</a>)</li>\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\"https://github.com/elementor/elementor/issues/27342\">#27342</a>)</li>\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\"https://github.com/elementor/elementor/issues/12615\">#12615</a>)</li>\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template</li>\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets</li>\n<li>Fix: Icon Position control RTL issue in Hotspot widget</li>\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn&#39;t work with product categories</li>\n</ul>\n<h4>3.21.3 - 2024-05-20</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Loop Grid widget</li>\n<li>Fix: License expired affects the Display Conditions functionality in the front end</li>\n</ul>\n<h4>3.21.2 - 2024-04-30</h4>\n<ul>\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\"https://github.com/elementor/elementor/issues/25860\">#25860</a>)</li>\n</ul>\n<h4>3.21.1 - 2024-04-24</h4>\n<ul>\n<li>Fix: Excerpt Length setting doesn&#39;t function correctly for languages with non-English characters in Post Excerpt widget</li>\n</ul>\n<h4>3.21.0 - 2024-04-15</h4>\n<ul>\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\"https://github.com/elementor/elementor/issues/21372\">#21372</a>)</li>\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided</li>\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content</li>\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected</li>\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content</li>\n<li>Tweak: Implemented CSS logical properties in Elementor</li>\n<li>Tweak: Implemented accessibility improvements in Portfolio widget</li>\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/25440\">#25440</a>)</li>\n<li>Tweak: Notes feature merged to version</li>\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget</li>\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget</li>\n</ul>\n<h4>3.20.3 - 2024-04-10</h4>\n<ul>\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\"https://github.com/elementor/elementor/issues/20986\">#20986</a>)</li>\n</ul>\n<h4>3.20.2 - 2024-03-26</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Media Carousel widget</li>\n<li>Security Fix: Improved code security enforcement in Form widget</li>\n<li>Security Fix: Improved code security enforcement in Post Navigation widget</li>\n<li>Security Fix: Improved code security enforcement in Gallery widget</li>\n<li>Security Fix: Improved code security enforcement in Video Playlist widget</li>\n</ul>\n<h4>3.20.1 - 2024-03-20</h4>\n<ul>\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget</li>\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets</li>\n</ul>\n<h4>3.20.0 - 2024-03-11</h4>\n<ul>\n<li>Tweak: Implemented OR logic in the Display Conditions feature</li>\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\"https://github.com/elementor/elementor/issues/25299\">#25299</a>)</li>\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature</li>\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature</li>\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature</li>\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature</li>\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature</li>\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature</li>\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature</li>\n<li>Tweak: Added Page Title rule in Display Conditions feature</li>\n<li>Tweak: Added Post Title rule in Display Conditions feature</li>\n<li>Tweak: Added Featured Image rule in Display Conditions feature</li>\n<li>Tweak: Added Comments Number rule in Display Conditions feature</li>\n<li>Tweak: Added Archive Author rule in Display Conditions feature</li>\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature</li>\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/23875\">#23875</a>)</li>\n<li>Tweak: Implemented accessibility improvements in Login widget</li>\n<li>Tweak: Added additional style controls in the Table of Contents widget</li>\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\"https://github.com/elementor/elementor/issues/21295\">#21295</a>)</li>\n<li>Tweak: Added Transition Duration to button in Flip Box widget</li>\n<li>Tweak: Added Transition Duration to button in Author Box widget</li>\n<li>Tweak: Added Transition Duration to List in Table of Contents widget</li>\n<li>Tweak: Added Transition Duration to button in Login widget</li>\n<li>Tweak: Added Transition Duration in Post Navigation widget</li>\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget</li>\n<li>Tweak: Added Transition Duration to button in Form widget</li>\n<li>Tweak: Removed separator-none argument from all Editor controls</li>\n<li>Tweak: Add <code>&lt;time&gt;</code> wrapper for Date and Time items in Post Info widget</li>\n<li>Tweak: Page Transitions feature merged to version</li>\n<li>Tweak: Scroll Snap feature merged to version</li>\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites</li>\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites</li>\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\"https://github.com/elementor/elementor/issues/18885\">#18885</a>, <a href=\"https://github.com/elementor/elementor/issues/19334\">#19334</a>, <a href=\"https://github.com/elementor/elementor/issues/21082\">#21082</a>)</li>\n<li>Fix: Added better output escaping in Taxonomy Filter widget</li>\n</ul>\n<h4>3.19.3 - 2024-02-26</h4>\n<ul>\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item</li>\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags</li>\n</ul>\n<h4>3.19.2 - 2024-02-07</h4>\n<ul>\n<li>Fix: Export data inconsistencies when using form actions in Form widget</li>\n</ul>\n<h4>3.19.1 - 2024-02-05</h4>\n<ul>\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\"https://github.com/elementor/elementor/issues/24959\">#24959</a>)</li>\n<li>Fix: Improved code security enforcement in Countdown widget</li>\n</ul>\n<h4>3.19.0 - 2024-01-29</h4>\n<ul>\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\"https://github.com/elementor/elementor/issues/4246\">#4246</a>, <a href=\"https://github.com/elementor/elementor/issues/21152\">#21152</a>)</li>\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\"https://github.com/elementor/elementor/issues/11401\">#11401</a>)</li>\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities</li>\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/21907\">#21907</a>)</li>\n<li>Tweak: Added additional size units and custom units in all elements</li>\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget</li>\n<li>Tweak: Implemented CSS logical properties in Reviews widget</li>\n<li>Tweak: Implemented CSS logical properties in Countdown widget</li>\n<li>Tweak: Implemented CSS logical properties in Elementor Editor</li>\n<li>Tweak: Updated <code>jquery.smartmenus.js</code> version from 1.1.1 to 1.2.0</li>\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\"https://github.com/elementor/elementor/issues/21489\">#21489</a>, <a href=\"https://github.com/elementor/elementor/issues/22368\">#22368</a>, <a href=\"https://github.com/elementor/elementor/issues/23085\">#23085</a>)</li>\n<li>Fix: History panel deprecation notices in console log</li>\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version</li>\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget</li>\n<li>Fix: UX issues when using in-place editing in Menu widget</li>\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template</li>\n</ul>\n<h4>3.18.2 - 2023-12-20</h4>\n<ul>\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget</li>\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG</code> is true</li>\n</ul>\n<h4>3.18.1 - 2023-12-06</h4>\n<ul>\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget</li>\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget</li>\n<li>Fix: Notes still available when the Notes feature is deactivated</li>\n</ul>\n<h4>3.18.0 - 2023-12-04</h4>\n<ul>\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\"https://github.com/elementor/elementor/issues/4868\">#4868</a>)</li>\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\"https://github.com/elementor/elementor/issues/24261\">#24261</a>)</li>\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/22686\">#22686</a>)</li>\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/22712\">#22712</a>)</li>\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/22488\">#22488</a>)</li>\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget</li>\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget</li>\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets</li>\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget</li>\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets</li>\n<li>Tweak: Added semantic <code>&lt;search&gt;</code> wrapper in Search Form widget</li>\n<li>Tweak: Added semantic <code>&lt;search&gt;</code> wrapper in Taxonomy Filter widget</li>\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget</li>\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\"https://github.com/elementor/elementor/issues/23927\">#23927</a>)</li>\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/23947\">#23947</a>)</li>\n<li>Fix: Dynamic Tags are not available when choosing &#39;self-hosted&#39; source in Video widget</li>\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget</li>\n</ul>\n<h4>3.17.1 - 2023-11-01</h4>\n<ul>\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets</li>\n</ul>\n<h4>3.17.0 - 2023-10-25</h4>\n<ul>\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\"https://github.com/elementor/elementor/issues/1284\">#1284</a>)</li>\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination</li>\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination</li>\n<li>Tweak: Added a None option to the breakpoint options in Menu widget</li>\n<li>Tweak: Added a horizontal scrolling option in Menu widget</li>\n<li>Tweak: Upgraded minimum required PHP version to 7.3</li>\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget</li>\n<li>Fix: Table of Content widget without icons displays <code>undefined</code> error (<a href=\"https://github.com/elementor/elementor/issues/17523\">#17523</a>, <a href=\"https://github.com/elementor/elementor/issues/17768\">#17768</a>, <a href=\"https://github.com/elementor/elementor/issues/18463\">#18463</a>)</li>\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/23430\">#23430</a>, <a href=\"https://github.com/elementor/elementor/issues/22431\">#22431</a>)</li>\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/23705\">#23705</a>)</li>\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element</li>\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget</li>\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget</li>\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget</li>\n</ul>\n<h4>3.16.2 - 2023-09-20</h4>\n<ul>\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/23808\">#23808</a>)</li>\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\"https://github.com/elementor/elementor/issues/23804\">#23804</a>)</li>\n</ul>\n<h4>3.16.1 - 2023-09-14</h4>\n<ul>\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\"https://github.com/elementor/elementor/issues/23757\">#23757</a>)</li>\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\"https://github.com/elementor/elementor/issues/23758\">#23758</a>)</li>\n<li>Fix: HTML list issues for padding and margin in Menu widget</li>\n</ul>\n<h4>3.16.0 - 2023-09-12</h4>\n<ul>\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/23607\">#23607</a>, <a href=\"https://github.com/elementor/elementor/issues/22554\">#22554</a>)</li>\n<li>Fix: &#39;Fallback: Recent Posts&#39; option malfunctions in the Query control (<a href=\"https://github.com/elementor/elementor/issues/21436\">#21436</a>, <a href=\"https://github.com/elementor/elementor/issues/23259\">#23259</a>)</li>\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\"https://github.com/elementor/elementor/issues/22056\">#22056</a>)</li>\n<li>Tweak: Used appropriate image <code>alt</code> in Testimonial Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/17680\">#17680</a>)</li>\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget</li>\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers</li>\n<li>Tweak: Added Notes feature to the Editor Top Bar</li>\n<li>Tweak: Replace CSS <code>float</code> with other layouts in the Editor</li>\n<li>Tweak: Upgraded HTML Structure for the Menu widget</li>\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets</li>\n<li>Tweak: Added keyboard accessibility to a link in Posts widget</li>\n<li>Tweak: Loop Builder feature merged to version</li>\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\"https://github.com/elementor/elementor/issues/22376\">#22376</a>)</li>\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\"https://github.com/elementor/elementor/issues/22678\">#22678</a>)</li>\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\"https://github.com/elementor/elementor/issues/22372\">#22372</a>)</li>\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\"https://github.com/elementor/elementor/issues/23315\">#23315</a>)</li>\n<li>Fix: Improved code security enforcement in Dynamic Tags</li>\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor</li>\n</ul>\n<h4>3.15.1 - 2023-08-09</h4>\n<ul>\n<li>Fix: Improved code security enforcement in Table of Contents widget</li>\n</ul>\n<h4>3.15.0 - 2023-07-31</h4>\n<ul>\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\"https://github.com/elementor/elementor/issues/3140\">#3140</a>)</li>\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\"https://github.com/elementor/elementor/issues/21114\">#21114</a>)</li>\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\"https://github.com/elementor/elementor/issues/22472\">#22472</a>)</li>\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement</li>\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets</li>\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets</li>\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets</li>\n<li>Tweak: Added labels to shortcode column in WordPress admin</li>\n<li>Tweak: Unified the appearance of <code>stretch</code> and <code>center</code> buttons in Menu widget</li>\n<li>Tweak: Unified the appearance of <code>stretch</code> and <code>center</code> buttons in My Account widget</li>\n<li>Tweak: Improved panel UI in Video Playlist widget</li>\n<li>Tweak: Implemented CSS logical properties in Elementor Editor</li>\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget</li>\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget</li>\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget</li>\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget</li>\n<li>Security Fix: Improved code security enforcement in Share Buttons widget</li>\n<li>Security Fix: Improved code security enforcement in Form widget</li>\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets</li>\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets</li>\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios</li>\n</ul>\n<h4>3.14.1 - 2023-06-26</h4>\n<ul>\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/22827\">#22827</a>)</li>\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\"https://github.com/elementor/elementor/issues/22870\">#22870</a>)</li>\n</ul>\n<h4>3.14.0 - 2023-06-19</h4>\n<ul>\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\"https://github.com/elementor/elementor/issues/2587\">#2587</a>, <a href=\"https://github.com/elementor/elementor/issues/219\">#219</a>)</li>\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget</li>\n<li>Tweak: Added visual indication of Page Parts</li>\n<li>Tweak: Added dividers option between menu items in Menu widget</li>\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets</li>\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings</li>\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget</li>\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget</li>\n<li>Tweak: Added <code>alt</code> attribute to images in Video Playlist widget</li>\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget</li>\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets</li>\n<li>Tweak: Use <code>media_types</code> array in Media controls</li>\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\"https://github.com/elementor/elementor/issues/11193\">#11193</a>, <a href=\"https://github.com/elementor/elementor/issues/19871\">#19871</a>)</li>\n<li>Fix: Responsive settings for templates don&#39;t work as expected when Additional Custom Breakpoints feature is active (<a href=\"https://github.com/elementor/elementor/issues/16819\">#16819</a>, <a href=\"https://github.com/elementor/elementor/issues/19394\">#19394</a>)</li>\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/21813\">#21813</a>)</li>\n<li>Fix: Popup width does not support percentages (<a href=\"https://github.com/elementor/elementor/issues/22413\">#22413</a>)</li>\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\"https://github.com/elementor/elementor/issues/22199\">#22199</a>)</li>\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/22789\">#22789</a>)</li>\n<li>Fix: Order by Price doesn&#39;t work for the Latest products or Manual Selection in Products widget</li>\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget</li>\n<li>Fix: Mixed content warning in the console for Video Playlist widget</li>\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template</li>\n<li>Fix: Not-crawlable link error in Video Playlist widget</li>\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget</li>\n<li>Fix: Focus state issue on page load when using Table of Content widget</li>\n</ul>\n<h4>3.13.2 - 2023-05-22</h4>\n<ul>\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/22258\">#22258</a>)</li>\n</ul>\n<h4>3.13.1 - 2023-05-11</h4>\n<ul>\n<li>Security Fix: Addressed security weaknesses in access management related functions</li>\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\"https://github.com/elementor/elementor/issues/22367\">#22367</a>)</li>\n</ul>\n<h4>3.13.0 - 2023-05-08</h4>\n<ul>\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/20256\">#20256</a>, <a href=\"https://github.com/elementor/elementor/issues/21715\">#21715</a>)</li>\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\"https://github.com/elementor/elementor/issues/21675\">#21675</a>, <a href=\"https://github.com/elementor/elementor/issues/22050\">#22050</a>)</li>\n<li>Tweak: Removed <code>elementor_page_id</code> from request URLs in the WC AJAX calls (<a href=\"https://github.com/elementor/elementor/issues/18675\">#18675</a>)</li>\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\"https://github.com/orgs/elementor/discussions/21602\">#21602</a>)</li>\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\"https://github.com/orgs/elementor/discussions/2348\">#2348</a>)</li>\n<li>Tweak: Added &#39;Active item state&#39; to top-level menu items for anchor links in the Menu widget</li>\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget</li>\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget</li>\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets</li>\n<li>Tweak: Added keyboard accessibility to Table of Content widget</li>\n<li>Tweak: Added keyboard accessibility to Search Form widget</li>\n<li>Tweak: Added accessibility to images in Slides widget</li>\n<li>Tweak: Added accessibility to images in Call To Action widget</li>\n<li>Tweak: Added accessibility to images in Media Carousel widget</li>\n<li>Tweak: Added accessibility to images in Gallery widget</li>\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget</li>\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images</li>\n<li>Tweak: Added Lazy Load support for author image in Author Box widget</li>\n<li>Tweak: Added Lazy Load support for images in Price List widget</li>\n<li>Fix: Content width is affected by the widget&#39;s width when Content Width is set to Fit to Content in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/21842\">#21842</a>)</li>\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\"https://github.com/elementor/elementor/issues/21451\">#21451</a>)</li>\n</ul>\n<h4>3.12.2 - 2023-04-09</h4>\n<ul>\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\"https://github.com/elementor/elementor/issues/21836\">#21836</a>)</li>\n</ul>\n<h4>3.12.1 - 2023-04-02</h4>\n<ul>\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\"https://github.com/elementor/elementor/issues/21824\">#21824</a>)</li>\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\"https://github.com/elementor/elementor/issues/21821\">#21821</a>)</li>\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget</li>\n</ul>\n<h4>3.12.0 - 2023-03-29</h4>\n<ul>\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity</li>\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity</li>\n<li>New: Kickstart your workflow with predesigned Loop container-based templates</li>\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/13678\">#13678</a>, <a href=\"https://github.com/elementor/elementor/issues/17941\">#17941</a>, <a href=\"https://github.com/elementor/elementor/issues/19295\">#19295</a>)</li>\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel</li>\n<li>Tweak: Added responsive control to the &#39;Gap between slides&#39; control in the Loop Carousel</li>\n<li>Tweak: Added Custom CSS section in Loop Item template</li>\n<li>Tweak: Added an Article class metadata in Loop Item template</li>\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment</li>\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment</li>\n<li>Tweak: Added additional size units and custom units in all elements</li>\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget</li>\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget</li>\n<li>Tweak: Updated custom messages in the Form widget</li>\n<li>Tweak: Improved accessibility in various elements in Gallery widget</li>\n<li>Tweak: Form Submissions feature merged to version</li>\n<li>Tweak: Loop feature promoted to Stable status</li>\n<li>Tweak: Page Transitions feature promoted to Stable status</li>\n<li>Tweak: Improved accessibility in filter bar in Gallery widget</li>\n<li>Tweak: Remove unused <code>aspect-ratio-*</code> CSS classes</li>\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\"https://github.com/elementor/elementor/issues/17020\">#17020</a>)</li>\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget</li>\n</ul>\n<h4>3.11.7 - 2023-03-22</h4>\n<ul>\n<li>Tweak: Improved code security enforcement in WooCommerce components</li>\n</ul>\n<h4>3.11.6 - 2023-03-14</h4>\n<ul>\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets</li>\n</ul>\n<h4>3.11.5 - 2023-03-12</h4>\n<ul>\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/21003\">#21003</a>)</li>\n</ul>\n<h4>3.11.4 - 2023-03-07</h4>\n<ul>\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget</li>\n</ul>\n<h4>3.11.3 - 2023-02-26</h4>\n<ul>\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\"https://github.com/elementor/elementor/issues/21432\">#21432</a>)</li>\n<li>Fix: PHP 8.x compatibility issues in various places</li>\n</ul>\n<h4>3.11.2 - 2023-02-22</h4>\n<ul>\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/21316\">#21316</a>)</li>\n<li>Fix: Can&#39;t edit page when using &#39;Content Tabs&#39; and &#39;Section&#39; options in Video Playlist widget</li>\n</ul>\n<h4>3.11.1 - 2023-02-15</h4>\n<ul>\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\"https://github.com/elementor/elementor/issues/21313\">#21313</a>)</li>\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/17485\">#17485</a>)</li>\n<li>Fix: File upload field is not working in Form widget (<a href=\"https://github.com/elementor/elementor/issues/21341\">#21341</a>)</li>\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\"https://github.com/elementor/elementor/issues/21314\">#21314</a>)</li>\n</ul>\n<h4>3.11.0 - 2023-02-13</h4>\n<ul>\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\"https://github.com/elementor/elementor/issues/219\">#219</a>)</li>\n<li>New: Added Date and Time Range option to Advanced Rules in Popup</li>\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\"https://github.com/elementor/elementor/issues/9788\">#9788</a>)</li>\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\"https://github.com/elementor/elementor/issues/19907\">#19907</a>)</li>\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\"https://github.com/elementor/elementor/issues/5861\">#5861</a>)</li>\n<li>Tweak: Add <code>aria-label</code> to read more link in Posts widget (<a href=\"https://github.com/elementor/elementor/issues/13784\">#13784</a>)</li>\n<li>Tweak: Use <code>aspect-ratio</code> property instead of CSS trick in Media Carousel widget</li>\n<li>Tweak: Updated translation string in Stripe widget</li>\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\"https://github.com/elementor/elementor/issues/20670\">#20670</a>)</li>\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/17400\">#17400</a>)</li>\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets</li>\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions</li>\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget</li>\n</ul>\n<h4>3.10.3 - 2023-01-29</h4>\n<ul>\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder</li>\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\"https://github.com/elementor/elementor/issues/21087\">#21087</a>)</li>\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template</li>\n<li>Fix: Show row even when values do not exist in Form Submissions</li>\n</ul>\n<h4>3.10.2 - 2023-01-17</h4>\n<ul>\n<li>Fix: Updated compatibility tag for Elementor v3.10</li>\n</ul>\n<h4>3.10.1 - 2023-01-09</h4>\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates</p>\n<h4>3.10.0 - 2023-01-09</h4>\n<ul>\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/7737\">#7737</a>)</li>\n<li>Tweak: Added <code>modified</code> and <code>comment_count</code> to Order By in posts query control (<a href=\"https://github.com/elementor/elementor/issues/11159\">#11159</a>)</li>\n<li>Tweak: Replaced <code>footer</code> tag in Blockquote and Comments widgets for better semantics</li>\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot</code> meta filter (<a href=\"https://github.com/elementor/elementor/issues/19988\">#19988</a>)</li>\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active</li>\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template</li>\n<li>Fix: Equal height is not working when using sections in Loop Grid widget</li>\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget</li>\n<li>Fix: Featured Image does not change dynamically when using infinite/click pagination in Loop Grid widget</li>\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()</code> method in Cart widget</li>\n</ul>\n<h4>3.9.2 - 2022-12-21</h4>\n<ul>\n<li>Fix: JS events do not trigger in Popups (<a href=\"https://github.com/elementor/elementor/issues/20708\">#20708</a>)</li>\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/18636\">#18636</a>)</li>\n<li>Fix: Popups&#39; backgrounds disappear when using Lazy Load Background Images experiment</li>\n</ul>\n<h4>3.9.1 - 2022-12-14</h4>\n<ul>\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\"https://github.com/elementor/elementor/issues/20678\">#20678</a>)</li>\n<li>Fix: Hide Empty option is not working in Menu Cart widget</li>\n<li>Fix: The Stripe Button widget doesn&#39;t work in Templates</li>\n</ul>\n<h4>3.9.0 - 2022-12-06</h4>\n<ul>\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\"https://github.com/elementor/elementor/issues/20020\">#20020</a>)</li>\n<li>Tweak: Added more options to &#39;Show up to X times&#39; advanced rule in Popups (<a href=\"https://github.com/elementor/elementor/issues/8187\">#8187</a>)</li>\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\"https://github.com/elementor/elementor/issues/19882\">#19882</a>)</li>\n<li>Tweak: Added <code>$location param</code> to <code>elementor/theme/get_location_templates/template_id</code> hook (<a href=\"https://github.com/elementor/elementor/issues/18453\">#18453</a>)</li>\n<li>Tweak: Removed redundant labels from group controls (<a href=\"https://github.com/elementor/elementor/issues/11666\">#11666</a>)</li>\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template</li>\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode</li>\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files</li>\n<li>Tweak: Removed duplicate SQL queries on every page for better performance</li>\n<li>Tweak: Improved License validation mechanism to avoid limitations</li>\n<li>Tweak: Added more units options to Border Width control in various elements</li>\n<li>Tweak: Added <code>em</code> units to Border Radius control in various elements</li>\n<li>Tweak: Added &#39;Equal height&#39; functionality to Loop Grid widget</li>\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\"https://github.com/elementor/elementor/issues/16934\">#16934</a>)</li>\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\"https://github.com/elementor/elementor/issues/19627\">#19627</a>)</li>\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/19312\">#19312</a>)</li>\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\"https://github.com/elementor/elementor/issues/20293\">#20293</a>)</li>\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\"https://github.com/elementor/elementor/issues/19973\">#19973</a>)</li>\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\"https://github.com/elementor/elementor/issues/17966\">#17966</a>)</li>\n<li>Fix: Recurring license mismatch error message when using translators plugins</li>\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget</li>\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit</li>\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget</li>\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget</li>\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container</li>\n</ul>\n<h4>3.8.2 - 2022-11-20</h4>\n<ul>\n<li>Fix: Z-index issues when applying sticky to Container</li>\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget</li>\n</ul>\n<h4>3.8.1 - 2022-11-06</h4>\n<ul>\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\"https://github.com/elementor/elementor/issues/20203\">#20203</a>)</li>\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\"https://github.com/elementor/elementor/issues/20207\">#20207</a>, <a href=\"https://github.com/elementor/elementor/issues/20255\">#20255</a>)</li>\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\"https://github.com/elementor/elementor/issues/20235\">#20235</a>, <a href=\"https://github.com/elementor/elementor/issues/20258\">#20258</a>, <a href=\"https://github.com/elementor/elementor/issues/20277\">#20277</a>)</li>\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\"https://github.com/elementor/elementor/issues/20227\">#20227</a>)</li>\n</ul>\n<h4>3.8.0 - 2022-10-30</h4>\n<ul>\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\"https://github.com/elementor/elementor/issues/4440\">#4440</a>)</li>\n<li>Tweak: Add <code>wp_body_open()</code> to header in Header template (<a href=\"https://github.com/elementor/elementor/issues/11562\">#11562</a>, <a href=\"https://github.com/elementor/elementor/issues/15828\">#15828</a>, <a href=\"https://github.com/elementor/elementor/issues/13089\">#13089</a>)</li>\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\"https://github.com/elementor/elementor/issues/14316\">#14316</a>)</li>\n<li>Tweak: Import/Export CLI and UI mechanisms were merged into a unified service</li>\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note</li>\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note</li>\n<li>Tweak: Notes was added to the right click context-menu</li>\n<li>Tweak: Notes panel can be resizable</li>\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor</li>\n<li>Tweak: Updated form validation messages translation strings in Form widget</li>\n<li>Tweak: Updated translators comments</li>\n<li>Tweak: Theme Builder logo and Title should be clickable</li>\n<li>Tweak: Reduced API requests and DB calls on non-write setup</li>\n<li>Tweak: Added media queries to the Table of Contents widget</li>\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\"https://github.com/elementor/elementor/issues/18357\">#18357</a>, <a href=\"https://github.com/elementor/elementor/issues/19540\">#19540</a>, <a href=\"https://github.com/elementor/elementor/issues/19618\">#19618</a>, <a href=\"https://github.com/elementor/elementor/issues/19777\">#19777</a>, <a href=\"https://github.com/elementor/elementor/issues/19827\">#19827</a>)</li>\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\"https://github.com/elementor/elementor/issues/18895\">#18895</a>, <a href=\"https://github.com/elementor/elementor/issues/18945\">#18945</a>)</li>\n<li>Fix: Note&#39;s timestamp is being updated according to the last activity in Notes (<a href=\"https://github.com/elementor/elementor/issues/19123\">#19123</a>)</li>\n<li>Fix: Accessibility attribute <code>role=navigation</code> is redundant in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/17582\">#17582</a>)</li>\n<li>Fix: Accessibility attribute <code>role=navigation</code> is redundant in pagination in Posts widget</li>\n<li>Fix: Share buttons is accessible with keyboard but not clickable</li>\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget</li>\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes</li>\n<li>Fix: Label&#39;s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget</li>\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit</li>\n<li>Fix: X/Y Anchor Point controls were not visible for Scale and Rotate effects</li>\n<li>Fix: PHP warning notice appears in some situations when using motion effects</li>\n</ul>\n<h4>3.7.7 - 2022-09-20</h4>\n<ul>\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets</li>\n</ul>\n<h4>3.7.6 - 2022-09-14</h4>\n<ul>\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard</li>\n</ul>\n<h4>3.7.5 - 2022-08-31</h4>\n<ul>\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\"https://github.com/elementor/elementor/issues/19553\">#19553</a>)</li>\n</ul>\n<h4>3.7.4 - 2022-08-29</h4>\n<ul>\n<li>Tweak: PHP 5.6 Is deprecated</li>\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\"https://github.com/elementor/elementor/issues/18598\">#18598</a>, <a href=\"https://github.com/elementor/elementor/issues/19495\">#19495</a>)</li>\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget</li>\n</ul>\n<h4>3.7.3 - 2022-07-31</h4>\n<ul>\n<li>Tweak: Improved license mechanism for correct validation</li>\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\"https://github.com/elementor/elementor/issues/18357\">#18357</a>)</li>\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\"https://github.com/elementor/elementor/issues/18880\">#18880</a>)</li>\n<li>Fix: Quotes character is showing up as <code>&amp;quot;</code> when editing a note in Notes</li>\n</ul>\n<h4>3.7.2 - 2022-06-15</h4>\n<ul>\n<li>Tweak: Applied optimized file handling in various modules</li>\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\"https://github.com/elementor/elementor/issues/18633\">#18633</a>, <a href=\"https://github.com/elementor/elementor/issues/18641\">#18641</a>)</li>\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\"https://github.com/elementor/elementor/issues/17705\">#17705</a>)</li>\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\"https://github.com/elementor/elementor/issues/18408\">#18408</a>)</li>\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\"https://github.com/elementor/elementor/issues/18413\">#18413</a>)</li>\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\"https://github.com/elementor/elementor/issues/17653\">#17653</a>)</li>\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\"https://github.com/elementor/elementor/issues/18629\">#18629</a>)</li>\n<li>Fix: PHP error is being shown the license is expired in License screen</li>\n</ul>\n<h4>3.7.1 - 2022-05-16</h4>\n<ul>\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor</li>\n<li>Fix: Notes experiment causes a PHP fatal error on some cases</li>\n<li>Fix: UI glitches in Notes feature</li>\n</ul>\n<h4>3.7.0 - 2022-05-10</h4>\n<ul>\n<li>New: Introducing Notes - Work collaboratively directly within Elementor</li>\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\"https://github.com/elementor/elementor/issues/14748\">#14748</a>)</li>\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\"https://github.com/elementor/elementor/issues/10607\">#10607</a>, <a href=\"https://github.com/elementor/elementor/issues/11801\">#11801</a>)</li>\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/16367\">#16367</a>)</li>\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\"https://github.com/elementor/elementor/issues/8071\">#8071</a>)</li>\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/18007\">#18007</a>, <a href=\"https://github.com/elementor/elementor/issues/14357\">#14357</a>, <a href=\"https://github.com/elementor/elementor/issues/13151\">#13151</a>, <a href=\"https://github.com/elementor/elementor/issues/11361\">#11361</a>)</li>\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\"https://github.com/elementor/elementor/issues/9933\">#9933</a>)</li>\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\"https://github.com/elementor/elementor/issues/10729\">#10729</a>)</li>\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/10314\">#10314</a>)</li>\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\"https://github.com/elementor/elementor/issues/6327\">#6327</a>, <a href=\"https://github.com/elementor/elementor/issues/6691\">#6691</a>, <a href=\"https://github.com/elementor/elementor/issues/11774\">#11774</a>, <a href=\"https://github.com/elementor/elementor/issues/9051\">#9051</a>)</li>\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\"https://github.com/elementor/elementor/issues/6327\">#6327</a>)</li>\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\"https://github.com/elementor/elementor/issues/5760\">#5760</a>, <a href=\"https://github.com/elementor/elementor/issues/9774\">#9774</a>)</li>\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\"https://github.com/elementor/elementor/issues/10263\">#10263</a>)</li>\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets</li>\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget</li>\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget</li>\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget</li>\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget</li>\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget</li>\n<li>Tweak: Added quick link to create new theme parts directly from the Finder</li>\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget</li>\n<li>Tweak: Added spacing control to view cart button in various product widgets</li>\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget</li>\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget</li>\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets</li>\n<li>Tweak: Added Site Identity quick link to Logo widget</li>\n<li>Tweak: Added Site Identity quick link to Site Title widget</li>\n<li>Tweak: Created an attribute that allows disabling page transition for specific links</li>\n<li>Tweak: Added dynamic tag controls to Gallery widget</li>\n<li>Tweak: Added dynamic tag controls to Countdown widget</li>\n<li>Tweak: Added dynamic tag controls to Portfolio widget</li>\n<li>Tweak: Added dynamic tag controls to Price Table widget</li>\n<li>Tweak: Added dynamic tag controls to Login widget</li>\n<li>Tweak: Added dynamic tag controls to Blockquote widget</li>\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget</li>\n<li>Tweak: Added dynamic tag controls to Post Navigation widget</li>\n<li>Tweak: Added dynamic tag controls to Search Form widget</li>\n<li>Tweak: Added dynamic tag controls to Author Box widget</li>\n<li>Tweak: Added dynamic tag controls to Post info widget</li>\n<li>Tweak: Added dynamic tag controls to Archive Posts widget</li>\n<li>Tweak: Added dynamic tag controls to Product Meta widget</li>\n<li>Tweak: Added dynamic tag controls to Archive Products widget</li>\n<li>Tweak: Added dynamic tag controls to Sitemap widget</li>\n<li>Tweak: Added dynamic tag controls to Reviews widget</li>\n<li>Tweak: Added dynamic tag controls to Code Highlight widget</li>\n<li>Tweak: Added dynamic tag controls to PayPal Button widget</li>\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget</li>\n<li>Tweak: Added missing PHP documentation to hooks</li>\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\"https://github.com/elementor/elementor/issues/17767\">#17767</a>, <a href=\"https://github.com/elementor/elementor/issues/18330\">#18330</a>)</li>\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\"https://github.com/elementor/elementor/issues/18136\">#18136</a>)</li>\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\"https://github.com/elementor/elementor/issues/18289\">#18289</a>)</li>\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\"https://github.com/elementor/elementor/issues/8615\">#8615</a>)</li>\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget</li>\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets</li>\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget</li>\n<li>Fix: Product image is not appearing on Single Product Page on template load</li>\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget</li>\n<li>Fix: Cart is not updating automatically on mobile in Cart widget</li>\n<li>Fix: UI Glitch in Masonry control in Portfolio widget</li>\n<li>Fix: Custom breakpoints experiment didn&#39;t work on Single post and page templates</li>\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt</code> attribute</li>\n<li>Fix: Playlist widget deeplink didn&#39;t send user directly to the widget in the page</li>\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget</li>\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget</li>\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers</li>\n<li>Fix: Custom Font disappears if the name contains only numbers</li>\n<li>Fix: <code>end-section()</code> is missing from Progress Tracker and Facebook Embed widgets</li>\n<li>Tweak: Added a filter for conditions cache query in Theme Builder</li>\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget</li>\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active</li>\n<li>Fix: Color controls are not working as expected in Checkout widget</li>\n<li>Fix: Color controls are not working as expected in My Account widget</li>\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets</li>\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget</li>\n<li>Deprecated: See all deprecations to this version in our <a href=\"https://developers.elementor.com/v3-7-planned-deprecations/\">Developers Deprecations Post</a></li>\n</ul>\n<h4>3.6.5 - 2022-04-12</h4>\n<ul>\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\"https://github.com/elementor/elementor/issues/18090\">#18090</a>, <a href=\"https://github.com/elementor/elementor/issues/15910\">#15910</a>)</li>\n<li>Fix: Button Alignment doesn&#39;t work in Custom Add To Cart widget (<a href=\"https://github.com/elementor/elementor/issues/17810\">#17810</a>)</li>\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget</li>\n<li>Fix: PHP 8.1 throws errors and notices in some cases</li>\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions</li>\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process</li>\n</ul>\n<h4>3.6.4 - 2022-03-15</h4>\n<ul>\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags</li>\n<li>Tweak: Updated tested up to version tag to <code>3.6.0</code></li>\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\"https://github.com/elementor/elementor/issues/17821\">#17821</a>, <a href=\"https://github.com/elementor/elementor/issues/17839\">#17839</a>, <a href=\"https://github.com/elementor/elementor/issues/18069\">#18069</a>)</li>\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\"https://github.com/elementor/elementor/issues/17954\">#17954</a>)</li>\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\"https://github.com/elementor/elementor/issues/18063\">#18063</a>)</li>\n<li>Fix: Imported Kit doesn&#39;t appear in the theme builder after successful import in some cases</li>\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget</li>\n</ul>\n<h4>3.6.3 - 2022-02-28</h4>\n<ul>\n<li>Fix: Custom Code display conditions modal is not working (<a href=\"https://github.com/elementor/elementor/issues/17865\">#17865</a>, <a href=\"https://github.com/elementor/elementor/issues/17942\">#17942</a>, <a href=\"https://github.com/elementor/elementor/issues/17994\">#17994</a>)</li>\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\"https://github.com/elementor/elementor/issues/8615\">#8615</a>)</li>\n</ul>\n<h4>3.6.2 - 2022-02-14</h4>\n<ul>\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)</li>\n</ul>\n<h4>3.6.1 - 2022-02-09</h4>\n<ul>\n<li>Tweak: Allow connecting via generic source for future feature support</li>\n<li>Fix: Custom Code doesn&#39;t work when WooCommerce is active (<a href=\"https://github.com/elementor/elementor/issues/17675\">#17675</a>)</li>\n<li>Fix: Content animation didn&#39;t work when Improved asset loading experiment is active Slides widget (<a href=\"https://github.com/elementor/elementor/issues/17055\">#17055</a>)</li>\n<li>Fix: PHP warning appears some times when trying to force-check for available updates</li>\n<li>Fix: Page transitions are being triggered when not needed</li>\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget</li>\n<li>Fix: Harden Submissions feature to prevent potential security issues</li>\n<li>Fix: Page Transitions Icon option Preloader doesn&#39;t work on frontend</li>\n</ul>\n<h4>3.6.0 - 2022-01-31</h4>\n<ul>\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\"https://github.com/elementor/elementor/issues/5756\">#5756</a>, <a href=\"https://github.com/elementor/elementor/issues/15862\">#15862</a>)</li>\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\"https://github.com/elementor/elementor/issues/14570\">#14570</a>, <a href=\"https://github.com/elementor/elementor/issues/15896\">#15896</a>)</li>\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\"https://github.com/elementor/elementor/issues/8124\">#8124</a>)</li>\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\"https://github.com/elementor/elementor/issues/10576\">#10576</a>)</li>\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\"https://github.com/elementor/elementor/issues/17412\">#17412</a>, <a href=\"https://github.com/elementor/elementor/issues/17337\">#17337</a>)</li>\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\"https://github.com/elementor/elementor/issues/5437\">#5437</a>, <a href=\"https://github.com/elementor/elementor/issues/10617\">#10617</a>)</li>\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\"https://github.com/elementor/elementor/issues/11158\">#11158</a>)</li>\n<li>Tweak: Removed <code>elementor-section-wrap</code> by adding it to the Optimized DOM Output experiment (<a href=\"https://github.com/elementor/elementor/issues/16950\">#16950</a>)</li>\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget</li>\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets</li>\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget</li>\n<li>Tweak: Added notice about Facebook&#39;s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets</li>\n<li>Tweak: Refactor string translation calls to use native WP translation methods</li>\n<li>Tweak: Convert <code>home_url</code> license API call to <code>get_site_url</code> for better compatibility</li>\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen</li>\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen</li>\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page</li>\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions</li>\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget</li>\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget</li>\n<li>Tweak: Deleted deprecated methods from Query Control module</li>\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment</li>\n<li>Fix: Automatically open cart functionality didn&#39;t work in product page in WooCommerce Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/5921\">#5921</a>, <a href=\"https://github.com/elementor/elementor/issues/16276\">#16276</a>,<a href=\"https://github.com/elementor/elementor/issues/16879\">#16879</a>)</li>\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/16221\">#16221</a>, <a href=\"https://github.com/elementor/elementor/issues/17283\">#17283</a>,<a href=\"https://github.com/elementor/elementor/issues/16333\">#16333</a>,<a href=\"https://github.com/elementor/elementor/issues/13005\">#13005</a>)</li>\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/16333\">#16333</a>)</li>\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/16221\">#16221</a>)</li>\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\"https://github.com/elementor/elementor/issues/16985\">#16985</a>)</li>\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\"https://github.com/elementor/elementor/issues/17036\">#17036</a>)</li>\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\"https://github.com/elementor/elementor/issues/15304\">#15304</a>, <a href=\"https://github.com/elementor/elementor/issues/16274\">#16274</a>)</li>\n<li>Fix: Right navigation area wasn&#39;t 100% clickable in Post Navigation widget (<a href=\"https://github.com/elementor/elementor/issues/14252\">#14252</a>)</li>\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\"https://github.com/elementor/elementor/issues/17056\">#17056</a>)</li>\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\"https://github.com/elementor/elementor/issues/16820\">#16820</a>)</li>\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget</li>\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets</li>\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser</li>\n<li>Fix: Scroll Snap functionality wasn&#39;t applied on Templates and Archives</li>\n<li>Fix: Toggle icon color didn&#39;t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget</li>\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget</li>\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI</li>\n<li>Fix: Edit header handles <code>z-index</code> issues in Header document</li>\n<li>Fix: Panel icons UI glitch in Call To Action widget</li>\n<li>Fix: WordPress 5.9 <code>WP_User_query</code> <code>who</code> argument deprecation adjustments</li>\n</ul>\n<h4>3.5.2 - 2021-11-28</h4>\n<ul>\n<li>Tweak: Adjusted license mechanism to support trial period</li>\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\"https://github.com/elementor/elementor/issues/16815\">#16815</a>)</li>\n<li>Fix: Hamburger toggle button doesn&#39;t change to “close” when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active</li>\n<li>Fix: Global Widget cannot be unlinked</li>\n</ul>\n<h4>3.5.1 - 2021-11-10</h4>\n<ul>\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\"https://github.com/elementor/elementor/issues/16816\">#16816</a>)</li>\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\"(https://github.com/elementor/elementor/issues/16815)\">#16815</a></li>\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget</li>\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings</li>\n</ul>\n<h4>3.5.0 - 2021-11-01</h4>\n<ul>\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\"https://github.com/elementor/elementor/issues/15282\">#15282</a>, <a href=\"https://github.com/elementor/elementor/issues/15990\">#15990</a>, <a href=\"https://github.com/elementor/elementor/issues/11014\">#11014</a>, <a href=\"https://github.com/elementor/elementor/issues/13218\">#13218</a>, <a href=\"https://github.com/elementor/elementor/issues/5383\">#5383</a>)</li>\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\"https://github.com/elementor/elementor/issues/15282\">#15282</a>, <a href=\"https://github.com/elementor/elementor/issues/11014\">#11014</a>, <a href=\"https://github.com/elementor/elementor/issues/13218\">#13218</a>, <a href=\"https://github.com/elementor/elementor/issues/5383\">#5383</a>)</li>\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\"https://github.com/elementor/elementor/issues/11014\">#11014</a>, <a href=\"https://github.com/elementor/elementor/issues/5383\">#5383</a>)</li>\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\"https://github.com/elementor/elementor/issues/16576\">#16576</a>)</li>\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor</li>\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\"https://github.com/elementor/elementor/issues/10752\">#10752</a>)</li>\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\"https://github.com/elementor/elementor/issues/16354\">#16354</a>)</li>\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\"https://github.com/elementor/elementor/issues/14967\">#14967</a>)</li>\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\"https://github.com/elementor/elementor/issues/1851\">#1851</a>)</li>\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\"https://github.com/elementor/elementor/issues/7688\">#7688</a>)</li>\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget</li>\n<li>Tweak: Adjusted Motion Effects module to support future feature</li>\n<li>Tweak: Changed admin notice content when Pro installed without Core installed</li>\n<li>Tweak: Cleanup in <code>wp_options</code> table</li>\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process</li>\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites</li>\n<li>Tweak: Enforced better security policies in various widgets and modules</li>\n<li>Tweak: Added load more button functionality to the Posts Archive widget</li>\n<li>Tweak: Renamed Elementor&#39;s responsive SCSS variables</li>\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget</li>\n<li>Tweak: Removed Google+ social network from Share Buttons widget</li>\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager</li>\n<li>Fix: jQuery in Heading doesn&#39;t work for not logged in users in Custom Code (<a href=\"https://github.com/elementor/elementor/issues/14515\">#14515</a>, <a href=\"https://github.com/elementor/elementor/issues/14266\">#14266</a>)</li>\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/15184\">#15184</a>)</li>\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\"https://github.com/elementor/elementor/issues/16547\">#16547</a>)</li>\n<li>Fix: Slides to Scroll control can&#39;t be set to Default if Widescreen mode has a value in Testimonial Carousel widget</li>\n<li>Fix: Sticky offset not working properly when changing device mode</li>\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions</li>\n<li>Fix: Load More functionality doesn&#39;t work when the Posts widget placed inside an Archive template</li>\n<li>Fix: UI glitches and editing issues in Video Playlist widget</li>\n</ul>\n<h4>3.4.2 - 2021-10-12</h4>\n<ul>\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\"https://github.com/elementor/elementor/issues/16435\">#16435</a>)</li>\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/16305\">#16305</a>)</li>\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\"https://github.com/elementor/elementor/issues/16358\">#16358</a>)</li>\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel</li>\n<li>Fix: Product variations UI glitch in Menu Cart widget</li>\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget</li>\n</ul>\n<h4>3.4.1 - 2021-09-01</h4>\n<ul>\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\"https://github.com/elementor/elementor/issues/16186\">#16186</a>)</li>\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget</li>\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget</li>\n</ul>\n<h4>3.4.0 - 2021-09-01</h4>\n<ul>\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/11312\">#11312</a>)</li>\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/14952\">#14952</a>)</li>\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/14119\">#14119</a>)</li>\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\"https://github.com/elementor/elementor/issues/9531\">#9531</a>, <a href=\"https://github.com/elementor/elementor/issues/10875\">#10875</a>, <a href=\"https://github.com/elementor/elementor/issues/11309\">#11309</a>)</li>\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\"https://github.com/elementor/elementor/issues/12126\">#12126</a>, <a href=\"https://github.com/elementor/elementor/issues/1284\">#1284</a>, <a href=\"https://github.com/elementor/elementor/issues/14557\">#14557</a>)</li>\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\"https://github.com/elementor/elementor/issues/15319\">#15319</a>)</li>\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\"https://github.com/elementor/elementor/issues/8572\">#8572</a>)</li>\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\"https://github.com/elementor/elementor/issues/15348\">#15348</a>)</li>\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget</li>\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget</li>\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags</li>\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget</li>\n<li>Tweak: Removed the Video Playlist widget from the Experiments list</li>\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget</li>\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget</li>\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options</li>\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget</li>\n<li>Tweak: Adjusted Motion Effects module to support future feature</li>\n<li>Tweak: Added future compatibility to support better loading of <code>eicons</code> font</li>\n<li>Tweak: Changed Rename Part title and button color in Theme Builder</li>\n<li>Fix: Products don&#39;t appear on the cart while editing in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/15451\">#15451</a>)</li>\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\"https://github.com/elementor/elementor/issues/15292\">#15292</a>)</li>\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/15365\">#15365</a>)</li>\n<li>Fix: MailChimp double opt-in feature doesn&#39;t work in Forms widget</li>\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget</li>\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget</li>\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget</li>\n<li>Fix: Avoid Duplicates option doesn&#39;t exclude manual selections in Posts widget</li>\n<li>Fix: Submenu indicator alignment issue in Nav menu widget</li>\n<li>Fix: Query control deprecated message appears when debug mode is defined</li>\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget</li>\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget</li>\n<li>Fix: Header icon color is not working in Table Of Content widget</li>\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget</li>\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget</li>\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget</li>\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget</li>\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder</li>\n<li>Fix: Redundant pagination queries in the Editor</li>\n<li>Deprecated: Remove all usages of <code>Elementor\\Utils::get_create_new_post_url()</code></li>\n<li>Deprecated: See all deprecations to this version in our <a href=\"https://developers.elementor.com/v3-4-planned-deprecations/\">Developers Deprecations Post</a></li>\n</ul>\n<h4>3.3.8 - 2021-08-23</h4>\n<ul>\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\"https://github.com/elementor/elementor/issues/16001\">#16001</a>)</li>\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/16045\">#16045</a>)</li>\n<li>Fix: reCAPTCHA v3 <code>z-index</code> is lower than the Section&#39;s background color</li>\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget</li>\n<li>Fix: Font Awesome icons were not loaded in Post Info widget</li>\n<li>Fix: Zero character can&#39;t be used as a placeholder in Number field in Form widget</li>\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active</li>\n</ul>\n<h4>3.3.7 - 2021-08-15</h4>\n<ul>\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget</li>\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects</li>\n<li>Fix: Columns didn&#39;t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active</li>\n</ul>\n<h4>3.3.6 - 2021-08-10</h4>\n<ul>\n<li>Tweak: Added support for future feature in Nav Menu widget</li>\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\"https://github.com/elementor/elementor/issues/15857\">#15857</a>)</li>\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\"https://github.com/elementor/elementor/issues/15857\">#15857</a>)</li>\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\"https://github.com/elementor/elementor/issues/15857\">#15857</a>)</li>\n</ul>\n<h4>3.3.5 - 2021-08-01</h4>\n<ul>\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\"https://github.com/elementor/elementor/issues/15773\">#15773</a>)</li>\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget</li>\n</ul>\n<h4>3.3.4 - 2021-07-21</h4>\n<ul>\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\"https://github.com/elementor/elementor/issues/15718\">#15718</a>)</li>\n</ul>\n<h4>3.3.3 - 2021-07-20</h4>\n<ul>\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit</li>\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets</li>\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\"https://github.com/elementor/elementor/issues/15632\">#15632</a>, <a href=\"https://github.com/elementor/elementor/issues/15683\">#15683</a>, <a href=\"https://github.com/elementor/elementor/issues/15660\">#15660</a>)</li>\n<li>Fix: Translation update keep appearing as available after install (<a href=\"https://github.com/elementor/elementor/issues/14297\">#14297</a>)</li>\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget</li>\n</ul>\n<h4>3.3.2 - 2021-07-13</h4>\n<ul>\n<li>Tweak: Updated plugin description</li>\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\"https://github.com/elementor/elementor/issues/11111\">#11111</a>)</li>\n<li>Fix: Clicking videos from the items list in edit mode doesn’t initiate videos properly</li>\n<li>Fix: User unauthorized message when activated but not connected in Kit Library</li>\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values</li>\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget</li>\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget</li>\n</ul>\n<h4>3.3.1 - 2021-06-20</h4>\n<ul>\n<li>Tweak: Added support for more Theme Builder display conditions in Export / Import experiment</li>\n<li>Tweak: Adjusted License page heading structure for future feature</li>\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature</li>\n<li>Fix: <code>frontend.min.js</code> file size increased in Elementor Pro 3.3.0 (<a href=\"https://github.com/elementor/elementor/issues/15278\">#15278</a>)</li>\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\"https://github.com/elementor/elementor/issues/13299\">#13299</a>)</li>\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\"https://github.com/elementor/elementor/issues/14519\">#14519</a>)</li>\n<li>Fix: Populating fields with options programmatically doesn&#39;t appear in Submissions screen (<a href=\"https://github.com/elementor/elementor/issues/10671\">#10671</a>)</li>\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag</li>\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget</li>\n<li>Fix: Clicking on the video list doesn&#39;t play videos properly in Video Playlist widget</li>\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget</li>\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget</li>\n<li>Fix: Import button is not working properly in Theme Builder interface</li>\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder</li>\n</ul>\n<h4>3.3.0 - 2021-06-08</h4>\n<ul>\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\"https://github.com/elementor/elementor/issues/11859\">#11859</a>, <a href=\"https://github.com/elementor/elementor/issues/7803\">#7803</a>)</li>\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\"https://github.com/elementor/elementor/issues/7282\">#7282</a>, <a href=\"https://github.com/elementor/elementor/issues/2768\">#2768</a>)</li>\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/13859\">#13859</a>, <a href=\"https://github.com/elementor/elementor/issues/13810\">#13810</a>)</li>\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\"https://github.com/elementor/elementor/issues/11111\">#11111</a>)</li>\n<li>Tweak: Added <code>elementor_pro/forms/record/actions_before</code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\"https://github.com/elementor/elementor/issues/14261\">#14261</a>)</li>\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting</li>\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\"https://github.com/elementor/elementor/issues/10329\">#10329</a>, <a href=\"https://github.com/elementor/elementor/issues/14229\">#14229</a>)</li>\n<li>Tweak: Added future support for Sticky JS library conditional loading</li>\n<li>Tweak: Added future support for Import / Export experiment</li>\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version</li>\n<li>Tweak: Added gradient button capabilities to Login widget buttons</li>\n<li>Tweak: Added gradient button capabilities to Slides widget button</li>\n<li>Tweak: Added gradient button capabilities to Price Table widget button</li>\n<li>Tweak: Added gradient button capabilities to Flip Box widget button</li>\n<li>Tweak: Added Code Highlight widget Developers Documentation</li>\n<li>Tweak: Adjusted Submissions page for future updates</li>\n<li>Tweak: Added <code>em</code> and <code>%</code> units for padding control in Carousel widgets</li>\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget</li>\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\"https://github.com/elementor/elementor/issues/7376\">#7376</a>, <a href=\"https://github.com/elementor/elementor/issues/10382\">#10382</a>)</li>\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\"https://github.com/elementor/elementor/issues/13519\">#13519</a>)</li>\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\"https://github.com/elementor/elementor/issues/9907\">#9907</a>)</li>\n<li>Fix: Hamburger toggle is not working in Nav menu widget</li>\n<li>Fix: Activation bug for IDN domains</li>\n<li>Fix: Conditions modal responsive glitches in Custom Code</li>\n<li>Fix: Duplicated strings in Custom Code module</li>\n<li>Fix: Enable resize option for code input field in Custom Code</li>\n<li>Fix: “Save &amp; Close “button in Custom Code&#39;s Conditions modal was not visible on small screen sizes</li>\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section</li>\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget</li>\n<li>Fix: Video item does not play without adding an image in Media Carousel widget</li>\n<li>Fix: <code>search-plus</code> icon missing from panel in Media Carousel widget</li>\n<li>Fix: UI hover state glitch in Media Carousel widget</li>\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow</li>\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment</li>\n<li>Fix: Non english values are not encoded properly on Submissions export</li>\n<li>Fix: Theme Builder import is not working properly</li>\n<li>Fix: UI glitch when no global widgets were found in Editor Panel</li>\n<li>Deprecated: See all deprecations to this version in our <a href=\"https://developers.elementor.com/v3-3-planned-deprecations/\">Developers Deprecations Post</a></li>\n</ul>\n<h4>3.2.2 - 2021-05-05</h4>\n<ul>\n<li>Tweak: Added support for Expert tier templates in Templates Library</li>\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x</li>\n<li>Tweak: Added compatibility for future Library improvements</li>\n<li>Fix: Toolset image dynamic field is not working with Gallery widget</li>\n</ul>\n<h4>3.2.1 - 2021-03-21</h4>\n<ul>\n<li>Tweak: Added strings context in PayPal button and Price Table widgets</li>\n<li>Tweak: Added support for future Import / Export Kit feature</li>\n<li>Fix: Submissions with over than 191 characters weren&#39;t indexed properly</li>\n</ul>\n<h4>3.2.0 - 2021-03-14</h4>\n<ul>\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site</li>\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\"https://github.com/elementor/elementor/issues/1686\">#1686</a>)</li>\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\"https://github.com/elementor/elementor/issues/7956\">#7956</a>)</li>\n<li>Tweak: Adjusted &#39;Max Height&#39; control range in Table of Contents widget</li>\n<li>Tweak: Changed descriptive text in Create Custom Code screen</li>\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget</li>\n<li>Tweak: Added support for future load on demand for <code>share-link</code> library</li>\n<li>Tweak: Added support for future load on demand for <code>dialog</code> library in Popup</li>\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain</li>\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\"https://github.com/elementor/elementor/issues/13951\">#13951</a>)</li>\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\"https://github.com/elementor/elementor/issues/13971\">#13971</a>)</li>\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files</li>\n<li>Fix: Conditions modal is not responsive in Custom Code</li>\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen</li>\n<li>Fix: Typo in &#39;Reply To&#39; Email action after submit placeholder in Forms widget</li>\n<li>Fix: Unnecessary Save Draft button in Custom Code</li>\n<li>Fix: RTL glitches in Custom Code</li>\n<li>Fix: Sanitized options in the editor to enforce better security policies</li>\n<li>Deprecated: See all deprecations to this version in our (<a href=\"https://developers.elementor.com/v3-2-planned-deprecations/\">Developers Deprecations Post</a>)</li>\n</ul>\n<h4>3.1.1 - 2021-02-23</h4>\n<ul>\n<li>Tweak: Adjusted &#39;Max Height&#39; control range in Table of Contents widget</li>\n<li>Fix: Popup event handler is undefined (<a href=\"https://github.com/elementor/elementor/issues/11475%5D\">#11475</a>, <a href=\"https://github.com/elementor/elementor/issues/10690\">#10690</a>)</li>\n<li>Fix: Conditions modal is not responsive in Custom Code</li>\n<li>Fix: RTL glitches in Code Highlight widget</li>\n<li>Fix: Minor UI glitches in Code Highlight widget</li>\n<li>Fix: Users can&#39;t get Pro Developer Edition version updates</li>\n</ul>\n<h4>3.1.0 - 2021-02-13</h4>\n<ul>\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head</code>, <code>body</code> start and <code>body</code> end</li>\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\"https://github.com/elementor/elementor/issues/5815\">#5815</a>)</li>\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\"https://github.com/elementor/elementor/issues/8572\">#8572</a>, <a href=\"https://developers.elementor.com/experiment-optimized-asset-loading/\">Developer Documentation</a>)</li>\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\"https://developers.elementor.com/compatibility-tag/\">Developer Documentation</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\"https://github.com/elementor/elementor/issues/4625\">#4625</a>, <a href=\"https://github.com/elementor/elementor/issues/8569\">#8569</a>)</li>\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\"https://github.com/elementor/elementor/issues/5403\">#5403</a>, <a href=\"https://github.com/elementor/elementor/issues/7826\">#7826</a>)</li>\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\"https://github.com/elementor/elementor/issues/9749\">#9749</a>, <a href=\"https://github.com/elementor/elementor/issues/2457\">#2457</a>)</li>\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\"https://github.com/elementor/elementor/issues/4392\">#4392</a>)</li>\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/8569\">#8569</a>)</li>\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/4242\">#4242</a>, <a href=\"https://github.com/elementor/elementor/issues/8569\">#8569</a>)</li>\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\"https://github.com/elementor/elementor/issues/13577\">#13577</a>)</li>\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1</li>\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\"https://developers.elementor.com/how-to-add-a-repeater-control-to-elementor-add-on/\">Developer Documentation</a>)</li>\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule</li>\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets</li>\n<li>Tweak: Import scroll utility from core and remove it from Pro</li>\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\"https://github.com/elementor/elementor/issues/9757\">#9757</a>)</li>\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons</li>\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin</li>\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\"https://github.com/elementor/elementor/issues/12569\">#12569</a>)</li>\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\"https://github.com/elementor/elementor/issues/6726\">#6726</a>)</li>\n<li>Fix: Redundant spacing is added to Share Buttons widget</li>\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget</li>\n<li>Fix: Overflow issue in certain animations in Animated Headline widget</li>\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown</li>\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form</li>\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme</li>\n<li>Fix: Duplicate button Text Color control in Slides widget</li>\n<li>Fix: JS error is thrown when editing and saving global widgets</li>\n<li>Fix: <code>get_version</code> API function may fail with Redis / DB cache</li>\n<li>Fix: Multiple license check requests are created in certain cases</li>\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods</li>\n<li>Deprecated: See all deprecations to this version in our <a href=\"https://developers.elementor.com/v3-1-planned-deprecations/\">Developers Deprecations Post</a></li>\n</ul>\n<h4>3.0.10 - 2021-01-20</h4>\n<ul>\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0</li>\n</ul>\n<h4>3.0.9 - 2020-12-29</h4>\n<ul>\n<li>Tweak: Added compatibility to support Elementor 3.1.0</li>\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder</li>\n<li>Fix: Border color glitch in Theme Builder</li>\n</ul>\n<h4>3.0.8 - 2020-11-26</h4>\n<ul>\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/13172\">#13172</a>)</li>\n</ul>\n<h4>3.0.7 - 2020-11-25</h4>\n<ul>\n<li>Fix: Console Error when dragging  Testimonials Carousel widget</li>\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites</li>\n<li>Fix: Removed the conditional loading of Webpack</li>\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge</li>\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues</li>\n<li>Fix: Gallery not displayed in Theme Builder templates preview</li>\n</ul>\n<h4>3.0.6 - 2020-11-04</h4>\n<ul>\n<li>Tweak: Updated the embedded post in Facebook Embed widget</li>\n<li>Fix: Minor UI glitches in Theme Builder&#39;s conditions screen footer</li>\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder</li>\n<li>Fix: Redundant Custom Caption option in Site Logo widget</li>\n<li>Fix: Removed unused code in Drip integration</li>\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget</li>\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets</li>\n</ul>\n<h4>3.0.5 - 2020-09-23</h4>\n<ul>\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited</li>\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set</li>\n<li>Fix: Missing Single document placeholder in Theme Builder</li>\n<li>Fix: Document editing handles inherit the <code>font-family</code> from 3rd party source</li>\n<li>Fix: Can&#39;t add linebreaks to Textarea input when used as Multi Step Form</li>\n<li>Fix: Incorrect width in Facebook Page widget</li>\n<li>Fix: Added compatibility to allow the use of &#39;get_create_url&#39; in Theme Builder</li>\n</ul>\n<h4>3.0.4 - 2020-09-09</h4>\n<ul>\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\"https://github.com/elementor/elementor/issues/12304\">#12304</a>)</li>\n<li>Fix: Make sure Elementor Posts widget Pagination doesn&#39;t interfere with 3rd party plugins (<a href=\"https://github.com/elementor/elementor/issues/12126\">#12126</a>, <a href=\"https://github.com/elementor/elementor/issues/12127\">#12127</a>)</li>\n<li>Fix: Shrinking conditions indicator in Theme Builder</li>\n<li>Fix: Column can&#39;t be dragged and dropped if it populates a Global widget</li>\n<li>Fix: Styles are missing from Single templates in some edge cases</li>\n</ul>\n<h4>3.0.3 - 2020-09-02</h4>\n<ul>\n<li>Fix: Pagination doesn&#39;t work in WordPress 5.5 (<a href=\"https://github.com/elementor/elementor/issues/12126\">#12126</a>, <a href=\"https://github.com/elementor/elementor/issues/12127\">#12127</a>)</li>\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view</li>\n</ul>\n<h4>3.0.2 - 2020-08-31</h4>\n<ul>\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\"https://github.com/elementor/elementor/issues/12312\">#12312</a>)</li>\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder</li>\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\"https://github.com/elementor/elementor/issues/12299\">#12299</a>, <a href=\"https://github.com/elementor/elementor/issues/12275\">#12275</a>)</li>\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\"https://github.com/elementor/elementor/issues/11809\">#11809</a>)</li>\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder</li>\n<li>Fix: Mixed templates import glitch in Theme Builder</li>\n<li>Fix: Card icon sizes in Theme Builder</li>\n<li>Fix: Preview button leads to <code>render_mode</code> instead of preview when importing a template from the new Theme Builder</li>\n</ul>\n<h4>3.0.1 - 2020-08-26</h4>\n<ul>\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support</li>\n<li>Tweak: Updated video tutorials in Theme Builder</li>\n<li>Tweak: Don&#39;t show auto-screenshots in the Media Library (Props <a href=\"https://github.com/black-eye\">@black-eye</a>)</li>\n<li>Fix: Repeater items throws <code>childView</code> is undefined message in Forms widget (<a href=\"https://github.com/elementor/elementor/issues/12239\">#12239</a>, <a href=\"https://github.com/elementor/elementor/issues/12221\">#12221</a>)</li>\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\"https://github.com/elementor/elementor/issues/12137\">#12137</a>)</li>\n<li>Fix: Facebook comments not showing up (<a href=\"https://github.com/elementor/elementor/issues/12157\">#12157</a>)</li>\n<li>Fix: Check for conflicts in Theme Builder doesn&#39;t work properly</li>\n<li>Fix: Minor UI fixes in Theme Builder</li>\n<li>Fix: Dark mode glitches in Theme Builder</li>\n<li>Fix: Global Site Part toaster appears when you publish a Popup</li>\n<li>Fix: Site Parts aren&#39;t in the correct order in Theme Builder</li>\n<li>Fix: Date field caused forms to get corrupted in Forms widget</li>\n<li>Fix: Theme Builder application page is forbidden</li>\n</ul>\n<h4>3.0.0 - 2020-08-23</h4>\n<ul>\n<li>New: Introducing the new and improved Theme Builder</li>\n<li>Tweak: Removed <code>.elementor-inner</code> and <code>.elementor-column-wrap</code> from DOM output to improve performance (<a href=\"https://github.com/elementor/elementor/issues/7351\">#7351</a>, <a href=\"https://github.com/elementor/elementor/issues/7817\">#7817</a>, <a href=\"https://developers.elementor.com/dom-improvements-ahead-html-wrappers-removal-from-v3-0/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\"https://github.com/elementor/elementor/issues/10052\">#10052</a>)</li>\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\"https://github.com/elementor/elementor/issues/11554\">#11554</a>)</li>\n<li>Tweak: Added Dynamic capabilities for Redirect after Login/Logout in Login widget (<a href=\"https://github.com/elementor/elementor/issues/11343\">#11343</a>)</li>\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\"https://github.com/elementor/elementor/issues/11653\">#11653</a>)</li>\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/8269\">#8269</a>)</li>\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\"https://github.com/elementor/elementor/issues/11968\">#11968</a>)</li>\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\"https://github.com/elementor/elementor/issues/10364\">#10364</a>)</li>\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts</li>\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget</li>\n<li>Tweak: Removed unnecessary style in WC Product with variations</li>\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\"https://developers.elementor.com/elementor-dropping-support-ie/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added Date Modified option to Posts widget metadata</li>\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/11355\">#11355</a>)</li>\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/11628\">#11628</a>)</li>\n<li>Fix: Color doesn’t change in Products Archive Description widget</li>\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin</li>\n<li>Fix: WC Product variations layout issue</li>\n<li>Fix: WC Product variations mobile zoom-in glitch</li>\n<li>Fix: Can&#39;t edit a Popup after accessing Theme Style</li>\n<li>Fix: Twitter icon missing in Blockquote widget</li>\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin</li>\n<li>Fix: UI glitch in Display Conditions modal</li>\n<li>Fix: Insert template button UI glitch in Templates Library</li>\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security</li>\n<li>Fix: Show when arriving from search engines rule doesn&#39;t work in Popup</li>\n<li>Fix: Child categories are shown with a different parent category in Query control</li>\n<li>Deprecated: See all deprecations to this version in our <a href=\"https://developers.elementor.com/v3-0-planned-deprecations/\">Developers Deprecations Post</a></li>\n</ul>\n<h4>2.10.3 - 2020-06-29</h4>\n<ul>\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\"https://github.com/elementor/elementor/issues/11596\">#11596</a>, <a href=\"https://github.com/elementor/elementor/issues/11610\">#11610</a>)</li>\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\"https://github.com/elementor/elementor/issues/8646\">#8646</a>)</li>\n</ul>\n<h4>2.10.2 - 2020-06-16</h4>\n<ul>\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\"https://github.com/elementor/elementor/issues/11644\">#11644</a>)</li>\n</ul>\n<h4>2.10.1 - 2020-06-16</h4>\n<ul>\n<li>Tweak: Improved License validation mechanism to avoid limitations</li>\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets</li>\n<li>Fix: Popup close button vertical position glitch (<a href=\"https://github.com/elementor/elementor/issues/10921\">#10921</a>)</li>\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget</li>\n<li>Fix: Clicking <code>Enter</code> key submits the form in Multi Step Form</li>\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues</li>\n</ul>\n<h4>2.10.0 - 2020-06-07</h4>\n<ul>\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\"https://github.com/elementor/elementor/issues/5975\">#5975</a>, <a href=\"https://github.com/elementor/elementor/issues/3911\">#3911</a>)</li>\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\"https://github.com/elementor/elementor/issues/11026\">#11026</a>)</li>\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\"https://github.com/elementor/elementor/issues/5682\">#5682</a>)</li>\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices</li>\n<li>Tweak: Added new Scroll Util for improved scrolling handling</li>\n<li>Tweak: Improved Motion Effects animation performance</li>\n</ul>\n<h4>2.9.5 - 2020-05-24</h4>\n<ul>\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue</li>\n</ul>\n<h4>2.9.4 - 2020-05-07</h4>\n<ul>\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability</li>\n</ul>\n<h4>2.9.3 - 2020-04-19</h4>\n<ul>\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\"https://github.com/elementor/elementor/issues/11023\">#11023</a>, <a href=\"https://github.com/elementor/elementor/issues/10932\">#10932</a>, <a href=\"https://github.com/elementor/elementor/issues/10967\">#10967</a>, <a href=\"https://github.com/elementor/elementor/issues/11000\">#11000</a>, <a href=\"https://github.com/elementor/elementor/issues/11049\">#11049</a>)</li>\n<li>Fix: Escaped Form records metadata to prevent security vulnerability</li>\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading</li>\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget</li>\n<li>Fix: Document handles UI glitch</li>\n</ul>\n<h4>2.9.2 - 2020-03-25</h4>\n<ul>\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\"https://github.com/elementor/elementor/issues/10745\">#10745</a>)</li>\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\"https://github.com/elementor/elementor/issues/10874\">#10874</a>)</li>\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style</li>\n<li>Fix: PHP notice when using dynamic user info <code>id</code></li>\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget</li>\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget</li>\n<li>Fix: Container includes Popup tags by default in Table of Contents widget</li>\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget</li>\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action</li>\n</ul>\n<h4>2.9.1 - 2020-03-16</h4>\n<ul>\n<li>Fix: Can&#39;t access Elementor Editor when there is Page Title widget in the page</li>\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles</li>\n</ul>\n<h4>2.9.0 - 2020-03-15</h4>\n<ul>\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\"https://github.com/elementor/elementor/issues/4985\">#4985</a>)</li>\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\"https://github.com/elementor/elementor/issues/3345\">#3345</a>)</li>\n<li>New: Added Dynamic Colors tag (<a href=\"https://github.com/elementor/elementor/issues/6485\">#6485</a>)</li>\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\"https://github.com/elementor/elementor/issues/9293\">#9293</a>)</li>\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\"https://github.com/elementor/elementor/issues/5716\">#5716</a>, <a href=\"https://github.com/elementor/elementor/issues/3642\">#3642</a>, <a href=\"https://github.com/elementor/elementor/issues/9225\">#9225</a>, <a href=\"https://github.com/elementor/elementor/issues/9079\">#9079</a>)</li>\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\"https://github.com/elementor/elementor/issues/10564\">#10564</a>)</li>\n<li>Tweak: Avoid creating empty Custom Font</li>\n<li>Tweak: Added <code>aria-expanded</code> attribute to Menu Cart widget</li>\n<li>Tweak: Moved Link Actions module to Core plugin</li>\n<li>Tweak: Changed the name of “TypeKit Web Fonts by Adobe” to “Adobe Fonts”</li>\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets</li>\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated</li>\n<li>Tweak: Remove redundant <code>label_block</code> parameters from several controls</li>\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget</li>\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\"https://github.com/elementor/elementor/issues/10099\">#10099</a>)</li>\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\"https://github.com/elementor/elementor/issues/10099\">#10099</a>)</li>\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\"https://github.com/elementor/elementor/issues/7924\">#7924</a>)</li>\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0</li>\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets</li>\n<li>Tweak: Expose external API for Swiper instances</li>\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget</li>\n<li>Tweak: Replaced nerd icons with new Elementor emojis</li>\n<li>Tweak: Added specific <code>color</code> attribute to header title in Table of Contents widget</li>\n<li>Fix: Line break issues in Animated Headline widget (<a href=\"https://github.com/elementor/elementor/issues/10585\">#10585</a>)</li>\n<li>Fix: Theme Style Link color overrides the Table of Content list style</li>\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode</li>\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget</li>\n<li>Fix: Page Title widget render glitches in the Editor</li>\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget</li>\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget</li>\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget</li>\n<li>Deprecated: See all deprecations to this version in our <a href=\"https://developers.elementor.com/v2-9-0-planned-deprecations/\">Developers Deprecations Post</a></li>\n</ul>\n<h4>2.8.5 - 2020-03-08</h4>\n<ul>\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration</li>\n<li>Fix: Missing closing bracket in Animated Headline widget</li>\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor</li>\n</ul>\n<h4>2.8.4 - 2020-02-16</h4>\n<ul>\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget</li>\n<li>Tweak: Added RTL support for Slides widget</li>\n<li>Tweak: Display Lightbox images in Full size in Gallery widget</li>\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget</li>\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget</li>\n<li>Fix: Indent doesn&#39;t work on RTL websites in Table of Contents widget</li>\n<li>Fix: Query Control throws <code>Undefined index: q</code> error</li>\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget</li>\n<li>Fix: Discord forms integration fails to send submissions in some server configurations</li>\n<li>Fix: Rotating headlines don&#39;t align center in Animated Headline widget</li>\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget</li>\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser</li>\n<li>Fix: Missing eye icon in Single template footer preview button</li>\n</ul>\n<h4>2.8.3 - 2020-01-01</h4>\n<ul>\n<li>Tweak: Updated Table of Contents widget panel location</li>\n<li>Fix: ACF URL Dynamic field throws <code>undefined index</code> PHP notice (<a href=\"https://github.com/elementor/elementor/issues/9929\">#9929</a>)</li>\n<li>Fix: Gallery lightbox pagination shows images from all tabs</li>\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action</li>\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action</li>\n<li>Fix: Underline option not working in Table of Contents widget Normal state</li>\n<li>Fix: Query Control <code>Undefined index: autocomplete</code> notice in some cases</li>\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget</li>\n</ul>\n<h4>2.8.2 - 2019-12-19</h4>\n<ul>\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget</li>\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive</li>\n<li>Fix: Redundant <code>&lt;br&gt;</code> tags in Single theme template (<a href=\"https://github.com/elementor/elementor/issues/9927\">#9927</a>, <a href=\"https://github.com/elementor/elementor/issues/9928\">#9928</a>)</li>\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown</li>\n</ul>\n<h4>2.8.1 - 2019-12-18</h4>\n<ul>\n<li>Fix: Share Buttons widget not working (<a href=\"https://github.com/elementor/elementor/issues/9920\">#9920</a>)</li>\n<li>Fix: Redundant <code>&lt;p&gt;</code> tags added to Single Template posts</li>\n</ul>\n<h4>2.8.0 - 2019-12-18</h4>\n<ul>\n<li>New: Table of Contents Widget (<a href=\"https://github.com/elementor/elementor/issues/5171\">#5171</a>)</li>\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\"https://github.com/elementor/elementor/issues/9578\">#9578</a>)</li>\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\"https://github.com/elementor/elementor/issues/9763\">#9763</a>)</li>\n<li>Tweak: Added Random order option to Gallery widget (<a href=\"https://github.com/elementor/elementor/issues/9269\">#9269</a>)</li>\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\"https://github.com/elementor/elementor/issues/9578\">#9578</a>)</li>\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\"https://github.com/elementor/elementor/issues/9324\">#9324</a>)</li>\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\"https://github.com/elementor/elementor/issues/9579\">#9579</a>)</li>\n<li>Tweak: Major performance improvements to Gallery widget</li>\n<li>Tweak: Avoid non-existing images in Gallery widget</li>\n<li>Tweak: Added <code>tabindex</code>, <code>aria-expanded</code>, <code>aria-hidden</code> and <code>role=&quot;navigation&quot;</code> accessibility attributes to Nav Menu widget</li>\n<li>Tweak: Changed button HTML tag from <code>button</code> to <code>span</code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility</li>\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget</li>\n<li>Tweak: Added compatibility for Library Connect</li>\n<li>Tweak: Added i18n to Toolset date dynamic tag</li>\n<li>Tweak: Added external link support to Gallery widget</li>\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()</code> in Gallery widget</li>\n<li>Tweak: Updated references to the new Schemes system location</li>\n<li>Tweak: Avoid running Gallery handler when the gallery is empty</li>\n<li>Tweak: UI Tweaks in Editor Panel</li>\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget</li>\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget</li>\n<li>Tweak: Refactor <code>register_controls()</code> method in Posts widget skin trait</li>\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\"https://github.com/elementor/elementor/issues/7646\">#7646</a>)</li>\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\"https://github.com/elementor/elementor/issues/9304\">#9304</a>)</li>\n<li>Fix: <code>PHP Notice: Undefined index</code> display for Author query (<a href=\"https://github.com/elementor/elementor/issues/9864\">#9864</a>)</li>\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\"https://wordpress.org/support/topic/broken-buttons-since-elementor-2-8/\">Topic</a>)</li>\n<li>Fix: Avoid empty spaces in Post info widget</li>\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget</li>\n<li>Fix: Nav Menu item typography selector in Nav Menu widget</li>\n<li>Fix: Facebook Like Button widget causes flickering</li>\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain</code> permalinks format</li>\n<li>Fix: Avoid running Popup triggers when set without conditions</li>\n<li>Fix: Removed &quot;Date&quot; query from Products widget</li>\n<li>Fix: Slides widget when used as a Shortcode and is hidden</li>\n<li>Fix: Custom URL being accessed on swipe in Media Carousel</li>\n<li>Fix: Media Carousel widget Cube effect glitch</li>\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page</li>\n<li>Fix: Image <code>alt</code> Text not displayed on overlay in Gallery widget</li>\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin</li>\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable</code></li>\n<li>Fix: Slides widget button wrapping breaks in mobile view</li>\n<li>Fix: Dynamic capabilities with the Reviews widget</li>\n<li>Fix: Disabling autoplay doesn&#39;t work in Slides widget</li>\n<li>Fix: Posts widget Full Content skin not working on Single template</li>\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen</li>\n<li>Fix: Posts widget alignment issue</li>\n<li>Fix: Product Variations Clear button not working in edge cases</li>\n<li>Fix: Styling issues in Form widget submit button</li>\n</ul>\n<h4>2.7.3 - 2019-10-28</h4>\n<ul>\n<li>Tweak: Added RTL support to Galleries widget (<a href=\"https://github.com/elementor/elementor/issues/9213\">#9213</a>)</li>\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3</li>\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget</li>\n<li>Fix: Pause on hover doesn&#39;t work in Carousel widgets</li>\n<li>Fix: Link-actions conflict with <code>?action=</code> parameter in the URL</li>\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode</li>\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets</li>\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www</code></li>\n</ul>\n<h4>2.7.2 - 2019-10-06</h4>\n<ul>\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9209\">#9209</a>)</li>\n<li>Fix: Content width glitch in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9180\">#9180</a>)</li>\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9180\">#9180</a>)</li>\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display</code> CSS</li>\n</ul>\n<h4>2.7.1 - 2019-09-26</h4>\n<ul>\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9180\">#9180</a>)</li>\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery</li>\n</ul>\n<h4>2.7.0 - 2019-09-24</h4>\n<ul>\n<li>New: Enhanced Galleries widget (<a href=\"https://github.com/elementor/elementor/issues/1898\">#1898</a>, <a href=\"https://github.com/elementor/elementor/issues/3103\">#3103</a>, <a href=\"https://github.com/elementor/elementor/issues/4279\">#4279</a>, <a href=\"https://github.com/elementor/elementor/issues/7631\">#7631</a>)</li>\n<li>New: Dynamic Number (<a href=\"https://github.com/elementor/elementor/issues/5952\">#5952</a>)</li>\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\"https://github.com/elementor/elementor/issues/4617\">#4617</a>)</li>\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets</li>\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\"https://github.com/elementor/elementor/issues/5418\">#5418</a>)</li>\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\"https://github.com/elementor/elementor/issues/7947\">#7947</a>, <a href=\"https://github.com/elementor/elementor/issues/8740\">#8740</a>)</li>\n<li>Tweak: Added <code>font-display</code> support to custom fonts (<a href=\"https://github.com/elementor/elementor/issues/5993\">#5993</a>, <a href=\"https://developers.elementor.com/elementor-pro-2-7-custom-fonts-font-display-support/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\"https://github.com/elementor/elementor/issues/8800\">#8800</a>)</li>\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\"https://github.com/elementor/elementor/issues/8799\">#8799</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\"https://github.com/elementor/elementor/issues/9030\">#9030</a>)</li>\n<li>Tweak: Use <code>swiper.js</code> instead of <code>slick.js</code> in Slides widget (<a href=\"https://developers.elementor.com/elementor-2-7-moving-sliders-from-slick-to-swiper/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added <code>elementor_pro/search_form/before_input</code> action hook to Search Form widget (<a href=\"https://github.com/elementor/elementor/issues/5598\">#5598</a>)</li>\n<li>Tweak: Added <code>elementor_pro/search_form/after_input</code> action hook to Search Form widget (<a href=\"https://github.com/elementor/elementor/issues/5598\">#5598</a>)</li>\n<li>Tweak: Added dynamic support for Custom field key (<a href=\"https://github.com/elementor/elementor/issues/7789\">#7789</a>)</li>\n<li>Tweak: Increased expired license notice bar frequency</li>\n<li>Tweak: Changed the icon name of Slides widget</li>\n<li>Tweak: Added designated Finder&#39;s Icons for Custom icons &amp; Custom fonts</li>\n<li>Tweak: Use Ken Burns Effect as an external module</li>\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets</li>\n<li>Tweak: Editor Panel UI tweaks</li>\n<li>Tweak: Added DOM events on Popup show/hide (<a href=\"https://developers.elementor.com/elementor-pro-2-7-popup-events/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added option to change the variations field width in Add to Cart widget</li>\n<li>Tweak: Use select control instead of select2 in Menu Cart widget</li>\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget</li>\n<li>Tweak: Added Typography controls to HTML field in Forms widget</li>\n<li>Tweak: Allow edit selected Font file in Custom Font</li>\n<li>Tweak: Changed reCAPTCHA v3 error message</li>\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu</li>\n<li>Fix: Corrected selector for <code>removeControlSpinner()</code> (<a href=\"https://github.com/elementor/elementor/issues/8790\">#8790</a>)</li>\n<li>Fix: Slides widget navigation icons misplacement (<a href=\"https://github.com/elementor/elementor/issues/8533\">#8533</a>)</li>\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\"https://github.com/elementor/elementor/issues/8527\">#8527</a>)</li>\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/6726\">#6726</a>)</li>\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\"https://github.com/elementor/elementor/issues/1671\">#1671</a>)</li>\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\"https://github.com/elementor/elementor/issues/7347\">#7347</a>)</li>\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs</li>\n<li>Fix: Removed unnecessary divider in Call to Action widget</li>\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity</code> is enabled.</li>\n<li>Fix: Add support for Document/PageBase in Theme Builder (Core &gt;=2.7.0)</li>\n<li>Fix: Ampersand character breaks email link in Share Buttons widget</li>\n<li>Fix: Correct custom font attachment <code>mime-type</code> to show uploaded Custom Fonts</li>\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget</li>\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated</li>\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving</li>\n<li>Fix: Double rendering on change caused console error in Theme Builder&#39;s conditions screen</li>\n<li>Fix: Translations and Strings in Share Buttons widget</li>\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control</li>\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget</li>\n</ul>\n<h4>2.6.5 - 2019-08-26</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7</li>\n<li>Fix: Button style not working when <code>quantity</code> is enabled in Custom Add To Cart widget</li>\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget</li>\n</ul>\n<h4>2.6.4 - 2019-08-21</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7</li>\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility</li>\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget</li>\n</ul>\n<h4>2.6.3 - 2019-08-18</h4>\n<ul>\n<li>Fix: Core version rollback to <code>&gt;2.6.0</code> causes a fatal error</li>\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox</li>\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge</li>\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings</li>\n</ul>\n<h4>2.6.2 - 2019-07-30</h4>\n<ul>\n<li>Tweak: Better accessibility support in Search Form widget</li>\n<li>Fix: UI glitched in Popup publish screen (<a href=\"https://github.com/elementor/elementor/issues/8616\">#8616</a>)</li>\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\"https://github.com/elementor/elementor/issues/8695\">#8695</a>)</li>\n<li>Fix: Restored <code>library_widget_templates</code> action hook for 3rd party compatibility (<a href=\"https://github.com/elementor/elementor/issues/8687\">#8687</a>)</li>\n<li>Fix: Twitter Icon missing in Blockquote widget</li>\n<li>Fix: Form reCAPTCHA v3 badge position not working</li>\n<li>Fix: Renewal notice bar appears in wrong situations</li>\n<li>Fix: Draft Icon Set loads empty Icon Library</li>\n</ul>\n<h4>2.6.1 - 2019-07-24</h4>\n<ul>\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\"https://github.com/elementor/elementor/issues/8672\">#8672</a>, <a href=\"https://github.com/elementor/elementor/issues/8661\">#8661</a>)</li>\n<li>Fix: Price Table features section not working (<a href=\"https://github.com/elementor/elementor/issues/8660\">#8660</a>)</li>\n</ul>\n<h4>2.6.0 - 2019-07-23</h4>\n<ul>\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\"https://github.com/elementor/elementor/issues/110\">#110</a>)</li>\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\"https://github.com/elementor/elementor/issues/4430\">#4430</a>)</li>\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\"https://github.com/elementor/elementor/issues/8213\">#8213</a>, <a href=\"https://github.com/elementor/elementor/issues/6039\">#6039</a>, <a href=\"https://github.com/elementor/elementor/issues/7165\">#7165</a>)</li>\n<li>Tweak: Added Exit Animation for Popups (<a href=\"https://github.com/elementor/elementor/issues/7063\">#7063</a>)</li>\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\"https://github.com/elementor/elementor/issues/5147\">#5147</a>)</li>\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\"https://github.com/elementor/elementor/issues/2180\">#2180</a>)</li>\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\"https://github.com/elementor/elementor/issues/7552\">#7552</a>)</li>\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\"https://github.com/elementor/elementor/issues/7928\">#7928</a>)</li>\n<li>Tweak: Added <code>none</code> breakpoint option to Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/7916\">#7916</a>)</li>\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\"https://github.com/elementor/elementor/issues/8366\">#8366</a>)</li>\n<li>Tweak: Added <code>elementor/query/query_results</code> hook to Query Control to allow full control over results (<a href=\"https://github.com/elementor/elementor/issues/7912\">#7912</a>)</li>\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/8090\">#8090</a>)</li>\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups</code> option is selected (<a href=\"https://github.com/elementor/elementor/issues/8189\">#8189</a>)</li>\n<li>Tweak: Added condition option to all of archive child pages (<a href=\"https://github.com/elementor/elementor/issues/8256\">#8256</a>)</li>\n<li>Tweak: Added <code>Effects Relative To</code> control to Scrolling Effects</li>\n<li>Tweak: Allow shortcodes in HTML Form field</li>\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability</li>\n<li>Tweak: Changed MailChimp <code>List</code> label to <code>Audience</code></li>\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup</li>\n<li>Tweak: Added <code>Deprecated Notice</code> control to <code>Archive Products</code> and <code>Woo Products</code> widgets</li>\n<li>Tweak: Added default dynamic title for archives in Theme Builder</li>\n<li>Tweak: Added condition to show <code>Centered Slides</code> control in Media Carousel widget</li>\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated</li>\n<li>Tweak: Replaced <code>select</code> control with <code>choose</code> control in Price List widget</li>\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor</li>\n<li>Tweak: Minor styling tweaks in the Popup publish modal</li>\n<li>Tweak: Hide ordering form in Products widget on front page</li>\n<li>Tweak: Removed page title markup when &#39;Hide Title&#39; is active</li>\n<li>Tweak: Added style controls for HTML field in Form widget</li>\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\"https://github.com/elementor/elementor/issues/7240\">#7240</a>)</li>\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\"https://github.com/elementor/elementor/issues/7884\">#7884</a>)</li>\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/8497\">#8497</a>)</li>\n<li>Fix: Missing Print icon in Share Buttons (<a href=\"https://github.com/elementor/elementor/issues/8506\">#8506</a>)</li>\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad</li>\n<li>Deprecated: <code>DB::save_editor()</code> - Remove usage of this method (<a href=\"https://developers.elementor.com/v2-6-0-planned-deprecations/\">Deprecation Post</a>)</li>\n<li>Deprecated: <code>DB::get_plain_editor()</code> - Remove usage of this method (<a href=\"https://developers.elementor.com/v2-6-0-planned-deprecations/\">Deprecation Post</a>)</li>\n</ul>\n<h4>2.5.14 - 2019-07-14</h4>\n<ul>\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\"https://github.com/elementor/elementor/issues/8555\">#8555</a>)</li>\n</ul>\n<h4>2.5.13 - 2019-07-11</h4>\n<ul>\n<li>Fix: Better WC grid support to various themes</li>\n</ul>\n<h4>2.5.12 - 2019-07-10</h4>\n<ul>\n<li>Fix: Grid for WooCommerce Archive Product widget</li>\n<li>Fix: Remove redundant <code>whitespace</code> CSS property causes style glitch in iPad</li>\n<li>Tweak: Added more compatibility for Elementor v2.6</li>\n</ul>\n<h4>2.5.11 - 2019-07-02</h4>\n<ul>\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/8460\">#8460</a>)</li>\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\"https://github.com/elementor/elementor/issues/8461\">#8461</a>)</li>\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\"https://github.com/elementor/elementor/issues/8396\">#8396</a>)</li>\n<li>Fix: Missing dropdown icon in conditions screen</li>\n</ul>\n<h4>2.5.10 - 2019-05-28</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6</li>\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\"https://github.com/elementor/elementor/issues/8261\">#8261</a>)</li>\n<li>Fix: Do not unset <code>product</code> CPT if it&#39;s not from WooCommerce (<a href=\"https://github.com/elementor/elementor/issues/8160\">#8160</a>)</li>\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\"https://github.com/elementor/elementor/issues/8285\">#8285</a>)</li>\n<li>Fix: Title styling not working in Products Categories widget</li>\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser</li>\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition</li>\n</ul>\n<h4>2.5.9 - 2019-05-28</h4>\n<ul>\n<li>Tweak: Removed <code>auto-confirm</code> control from MailPoet to support new version of MailPoet</li>\n<li>Fix: Multiple Custom Fonts not rendered in the editor</li>\n<li>Fix: Products <code>sale</code> query - handle exclude by manual selection.</li>\n<li>Fix: Product Categories grid row &amp; column style</li>\n<li>Fix: Form integration AJAX cache override</li>\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates</li>\n</ul>\n<h4>2.5.8 - 2019-05-06</h4>\n<ul>\n<li>Fix: Popup entrance animation not working in frontend</li>\n<li>Fix: Popup Exit Intent trigger activated multiple times</li>\n</ul>\n<h4>2.5.7 - 2019-05-05</h4>\n<ul>\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\"https://github.com/elementor/elementor/issues/7875\">#7875</a>)</li>\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\"https://github.com/elementor/elementor/issues/7824\">#7824</a>)</li>\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\"https://github.com/elementor/elementor/issues/7395\">#7395</a>)</li>\n<li>Fix: WC variations select style glitch in several themes (<a href=\"https://github.com/elementor/elementor/issues/8008\">#8008</a>)</li>\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases</li>\n</ul>\n<h4>2.5.6 - 2019-04-29</h4>\n<ul>\n<li>Tweak: Removed <code>Shortcode</code> dynamic from Image, Gallery and Media control</li>\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\"https://github.com/elementor/elementor/issues/7809\">#7809</a>)</li>\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control</li>\n<li>Fix: Query Control Related by author glitches in edge cases</li>\n<li>Fix: Query Control using terms for Products widget</li>\n<li>Fix: Posts cards style glitch in small screens</li>\n<li>Fix: Display conditions delete icon missing in small screens</li>\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor</li>\n</ul>\n<h4>2.5.5 - 2019-04-08</h4>\n<ul>\n<li>Tweak: Allow text selection inside a Popup</li>\n<li>Fix: Added backwards compatibility for <code>tax_query</code> in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7751\">#7751</a>)</li>\n<li>Fix: Missing arguments for <code>widget_title</code> filter (<a href=\"https://github.com/elementor/elementor/issues/7745\">#7745</a>)</li>\n</ul>\n<h4>2.5.4 - 2019-04-03</h4>\n<ul>\n<li>Fix: Move Query from using <code>term_id</code> to <code>term_taxonomy_id</code> (<a href=\"https://github.com/elementor/elementor/issues/7653\">#7653</a>)</li>\n<li>Fix: Offset manipulation hook removal in Query control</li>\n<li>Fix: Missing form field <code>ID</code> in some edge cases (<a href=\"https://github.com/elementor/elementor/issues/7711\">#7711</a>, <a href=\"https://github.com/elementor/elementor/issues/7660\">#7660</a>)</li>\n</ul>\n<h4>2.5.3 - 2019-03-31</h4>\n<ul>\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\"https://github.com/elementor/elementor/issues/7673\">#7673</a>)</li>\n<li>Fix: Missing form field names (<a href=\"https://github.com/elementor/elementor/issues/7651\">#7651</a>)</li>\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7633\">#7633</a>)</li>\n<li>Fix: <code>products_deprecated</code> Query Control module compatibility (<a href=\"https://github.com/elementor/elementor/issues/7654\">#7654</a>)</li>\n<li>Fix: Changed query method from <code>term_id</code> to <code>term_taxonomy_id</code> (<a href=\"https://github.com/elementor/elementor/issues/7653\">#7653</a>)</li>\n</ul>\n<h4>2.5.2 - 2019-03-27</h4>\n<ul>\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\"https://github.com/elementor/elementor/issues/7632\">#7632</a>)</li>\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7635\">#7635</a>)</li>\n<li>Fix: Manual Selection option not working in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7634\">#7634</a>)</li>\n<li>Fix: Incorrect condition caused handlers issues inside popup</li>\n</ul>\n<h4>2.5.1 - 2019-03-26</h4>\n<ul>\n<li>Fix: Query Control invalid call to deprecated action (<a href=\"https://github.com/elementor/elementor/issues/7619\">#7619</a>)</li>\n<li>Tweak: Renamed action hook from <code>elementor_pro/{$widget_name}/query/{$query_id}</code> to <code>elementor/query/{$query_id}</code></li>\n<li>Tweak: Renamed filter hook from <code>elementor_pro/query_control/get_query_args/current_query</code> to <code>elementor/query/get_query_args/current_query</code></li>\n</ul>\n<h4>2.5.0 - 2019-03-26</h4>\n<ul>\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\"https://github.com/elementor/elementor/issues/72\">#72</a>)</li>\n<li>New: Introducing Related Posts for Query Control (<a href=\"https://github.com/elementor/elementor/issues/7306\">#7306</a>, <a href=\"https://github.com/elementor/elementor/issues/7490\">#7490</a>)</li>\n<li>New: Introducing Date query for Query Control</li>\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\"https://github.com/elementor/elementor/issues/2501\">#2501</a>)</li>\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\"https://github.com/elementor/elementor/issues/6871\">#6871</a>, <a href=\"https://github.com/elementor/elementor/issues/6876\">#6876</a>, <a href=\"https://github.com/elementor/elementor/issues/7258\">#7258</a>)</li>\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule</li>\n<li>Tweak: Added full border radius control options inside Popup</li>\n<li>Tweak: Changed exit intent icon in Popups</li>\n<li>Tweak: Show only one popup in its own preview</li>\n<li>Tweak: Added responsive support to Popup entrance animation control</li>\n<li>Tweak: Conditions - Singular <code>All Pages</code> string changed to <code>Pages</code></li>\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\"https://github.com/elementor/elementor/issues/7000\">#7000</a>)</li>\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\"https://github.com/elementor/elementor/issues/7258\">#7258</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\"https://github.com/elementor/elementor/issues/6779\">#6779</a>)</li>\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\"https://github.com/elementor/elementor/issues/6986\">#6986</a>)</li>\n<li>Tweak: Decrease <code>z-index</code> for Nav Menu (<a href=\"https://github.com/elementor/elementor/issues/6869\">#6869</a>)</li>\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;</li>\n<li>Tweak: Use filter <code>get_meta_viewport</code> for header templates (<a href=\"https://github.com/elementor/elementor/issues/7043\">#7043</a>)</li>\n<li>Tweak: use filterable <code>Util::get_public_post_types()</code> in Theme Builder (<a href=\"https://github.com/elementor/elementor/issues/7172\">#7172</a>)</li>\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\"https://github.com/elementor/elementor/issues/7443\">#7443</a>)</li>\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\"https://github.com/elementor/elementor/issues/6913\">#6913</a>)</li>\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling</li>\n<li>Fix: Custom ID reset to default when dragging repeater</li>\n<li>Fix: Conflict between archive-products widget and WC customizer</li>\n<li>Fix: Add to Cart widget <code>spacing</code> and <code>space-between</code></li>\n<li>Fix: Library view when creating a new Header or Footer</li>\n<li>Fix: Post types labels missing on Add New Template modal</li>\n</ul>\n<h4>2.4.8 - 2019-03-11</h4>\n<ul>\n<li>Fix: Missing query section in Products widget</li>\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases</li>\n</ul>\n<h4>2.4.7 - 2019-03-06</h4>\n<ul>\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+</li>\n</ul>\n<h4>2.4.6 - 2019-03-04</h4>\n<ul>\n<li>Fix: Pods gallery dynamic when empty (<a href=\"https://github.com/elementor/elementor/issues/7127\">#7127</a>)</li>\n<li>Fix: Duplicate call for conditions screen issue</li>\n<li>Fix: Compatibility with Elementor v2.5.0</li>\n</ul>\n<h4>2.4.5 - 2019-02-18</h4>\n<ul>\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\"https://github.com/elementor/elementor/issues/7058\">#7058</a>)</li>\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\"https://github.com/elementor/elementor/issues/7083\">#7083</a>)</li>\n<li>Fix: Show popup preview only on it&#39;s own preview</li>\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases</li>\n</ul>\n<h4>2.4.4 - 2019-02-11</h4>\n<ul>\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\"https://github.com/elementor/elementor/issues/6690\">#6690</a>)</li>\n<li>Tweak: Changed the term of <code>All Posts</code> condition to <code>Posts</code></li>\n<li>Fix: Added <code>&lt;IfModule&gt;</code> to avoid 500 error when <code>mod-headers</code> is missing (<a href=\"https://github.com/elementor/elementor/issues/7034\">#7034</a>)</li>\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\"https://github.com/elementor/elementor/issues/6856\">#6856</a>)</li>\n<li>Fix: <code>Textarea</code> default value in Forms Widget (<a href=\"https://github.com/elementor/elementor/issues/6934\">#6934</a>)</li>\n<li>Fix: MailPoet latest version caused fatal error (<a href=\"https://github.com/elementor/elementor/issues/6996\">#6996</a>)</li>\n<li>Fix: Fatal Error caused by calling MailPoet deleted method</li>\n<li>Notice: MailPoet <code>Auto Confirm</code> option will now default to &quot;On&quot;</li>\n</ul>\n<h4>2.4.3 - 2019-01-30</h4>\n<ul>\n<li>Fix: Custom Add to Cart widget responsive alignment settings</li>\n<li>Fix: Links in Post Info widget</li>\n<li>Fix: WooCommerce <code>View Cart</code> string translate</li>\n<li>Fix: Wrapper classes for header/footer templates (<a href=\"https://github.com/elementor/elementor/issues/6884\">#6884</a>)</li>\n</ul>\n<h4>2.4.2 - 2019-01-25</h4>\n<ul>\n<li>Tweak: Added pixel units to Close Button position control in Popups</li>\n<li>Fix: Exclude error in WC Products widget</li>\n</ul>\n<h4>2.4.1 - 2019-01-24</h4>\n<ul>\n<li>Tweak: Added CSS classes control to Popup (<a href=\"https://github.com/elementor/elementor/issues/6826\">#6826</a>)</li>\n<li>Tweak: Added responsive image size to Testimonial Carousel widget</li>\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\"https://github.com/elementor/elementor/issues/6842\">#6842</a>)</li>\n<li>Fix: Support of exclude-ids in WC Products widget</li>\n<li>Fix: Popup close button not clickable</li>\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\"https://github.com/elementor/elementor/issues/6749\">#6749</a>)</li>\n<li>Fix: Bad anchors breaks the page JS</li>\n<li>Fix: Popup overlay shown when turned off</li>\n</ul>\n<h4>2.4.0 - 2019-01-21</h4>\n<ul>\n<li>New: Introducing Popup Builder (<a href=\"https://github.com/elementor/elementor/issues/628\">#628</a>)</li>\n<li>New: Added <code>Popup</code> Dynamic Tag</li>\n<li>New: Added <code>Popup</code> forms action after submit</li>\n<li>New: Added User Info dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/6322\">#6322</a>)</li>\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message</li>\n<li>Tweak: Added <code>elementor_pro/theme_builder/archive/escape_nothing_found_message</code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\"https://github.com/elementor/elementor/issues/6053\">#6053</a>)</li>\n<li>Tweak: Added <code>add_doc_to_location</code> method to Allow insertion of a document to a location</li>\n<li>Fix: <code>z-index</code> issue with CTA widget (<a href=\"https://github.com/elementor/elementor/issues/6486\">#6486</a>)</li>\n<li>Fix: Hide the Post Content widget and show it only in a Single document</li>\n<li>Fix: <code>selector</code> replacement in Custom CSS</li>\n<li>Fix: Apply <code>the_content</code> on the real content only</li>\n<li>Fix: CSS for WC products selector (<a href=\"https://github.com/elementor/elementor/issues/6559\">#6559</a>)</li>\n<li>Fix: Odnoklassniki share URL (<a href=\"https://github.com/elementor/elementor/issues/6638\">#6638</a>)</li>\n<li>Fix: Custom link new tab in Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/5766\">#5766</a>)</li>\n<li>Fix: <code>nofollow</code> link in Flip Box &amp; CTA widgets</li>\n<li>Fix: Post Terms in Post Info widget</li>\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\"https://github.com/elementor/elementor/issues/5386\">#5386</a>)</li>\n<li>Fix: Accessibility labels in Reviews widget (<a href=\"https://github.com/elementor/elementor/issues/6630\">#6630</a>)</li>\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active</li>\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget</li>\n<li>Fix: Sub-menu arrow position in Nav Menu widget</li>\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\"https://github.com/elementor/elementor/issues/6648\">#6648</a>)</li>\n</ul>\n<h4>2.3.1 - 2018-12-19</h4>\n<ul>\n<li>Fix: Template widget search functionality (<a href=\"https://github.com/elementor/elementor/issues/6473\">#6473</a>)</li>\n<li>Fix: Apply <code>the_content</code> filter to post content in theme builder</li>\n</ul>\n<h4>2.3.0 - 2018-12-17</h4>\n<ul>\n<li>New: Introducing Discord Integration for Forms (<a href=\"https://github.com/elementor/elementor/issues/4218\">#4218</a>)</li>\n<li>New: Introducing Slack Integration for Forms</li>\n<li>New: Introducing MailerLite Integration for Forms (<a href=\"https://github.com/elementor/elementor/issues/4462\">#4462</a>)</li>\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account</li>\n<li>Tweak: Added <code>elementor_pro/utils/get_public_post_types</code> filter hook (<a href=\"https://github.com/elementor/elementor/issues/5900\">#5900</a>)</li>\n<li>Tweak: Added <code>loop_start</code> &amp; <code>the_content</code> hooks for Post Content (<a href=\"https://github.com/elementor/elementor/issues/6173\">#6173</a>)</li>\n<li>Tweak: Removed Custom Attributes from Page Settings</li>\n<li>Tweak: Always add the Custom CSS control to the Advanced tab</li>\n<li>Fix: In sub Term condition false positive in edge cases</li>\n<li>Fix: ToolSet Dynamic Image fallback</li>\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget</li>\n<li>Fix: Style glitch in the Conditions screen in Safari browser</li>\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\"https://github.com/elementor/elementor/issues/6080\">#6080</a>)</li>\n<li>Fix: The color of label won&#39;t change color in Widget login</li>\n</ul>\n<h4>2.2.5 - 2018-12-11</h4>\n<ul>\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.</li>\n<li>Tweak: Added a better identifier for subpages (<a href=\"https://github.com/elementor/elementor/issues/6362\">#6362</a>)</li>\n<li>Tweak: Removed Custom Attributes from page settings</li>\n<li>Fix: Yahoo event URL date issue (<a href=\"https://github.com/elementor/elementor/issues/6354\">#6354</a>)</li>\n<li>Fix: Allow timezone settings in Google event URL (<a href=\"https://github.com/elementor/elementor/issues/6354\">#6354</a>)</li>\n<li>Fix: Avoid <code>z-index</code> changes by <code>nanocss</code> in build process</li>\n<li>Fix: Added missing WC upsells products CSS</li>\n<li>Fix: Nav Menu dropdown losing color on hover</li>\n<li>Fix: WC Product Add-ons CSS compatibility</li>\n</ul>\n<h4>2.2.4 - 2018-12-04</h4>\n<ul>\n<li>Fix: Global widget not saving changes (<a href=\"https://github.com/elementor/elementor/issues/6340\">#6340</a>)</li>\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\"https://github.com/elementor/elementor/issues/6334\">#6334</a>)</li>\n<li>Fix: Forms Redirect URL action when using form field values with spaces</li>\n</ul>\n<h4>2.2.3 - 2018-11-29</h4>\n<ul>\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\"https://github.com/elementor/elementor/issues/6271\">#6271</a>)</li>\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu</li>\n<li>Fix: Show only supported templates in Template widget</li>\n<li>Fix: Revert conflicting fix for a default order for WC archive</li>\n</ul>\n<h4>2.2.2 - 2018-11-28</h4>\n<ul>\n<li>Fix: Lightbox dynamic tag crashes the editor</li>\n</ul>\n<h4>2.2.1 - 2018-11-28</h4>\n<ul>\n<li>New: Added <code>ACF File</code> Dynamic tag to support text controls.</li>\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/6223\">#6223</a>)</li>\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags</li>\n<li>Tweak: Added filter <code>elementor_pro/dynamic_tags/shortcode/should_escape</code> to avoid escaping in Shortcode dynamic tag</li>\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists</li>\n<li>Tweak: Added front-end max file size validation for upload fields</li>\n<li>Tweak: Added <code>by-author</code> per Post-Type condition for theme builder</li>\n<li>Fix: Template widget panel not showing the selected template (<a href=\"https://github.com/elementor/elementor/issues/6271\">#6271</a>)</li>\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag</li>\n<li>Fix: Add post classes only for the Single template</li>\n<li>Fix: Set document type as not editable for unsupported document like Global widget</li>\n<li>Fix: Avoid duplicate query for current WC product query</li>\n<li>Fix: Product Archive showing oldest products instead of latest</li>\n<li>Fix: CSS reset in Posts widget using cards skin</li>\n</ul>\n<h4>2.2.0 - 2018-11-19</h4>\n<ul>\n<li>New: Introducing Custom Attributes (<a href=\"https://github.com/elementor/elementor/issues/290\">#290</a>, <a href=\"https://github.com/elementor/elementor/issues/3990\">#3990</a>)</li>\n<li>New: Added evergreen option for Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/4459\">#4459</a>)</li>\n<li>New: Added expire actions option for Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/5242\">#5242</a>)</li>\n<li>New: Introducing Reviews widget (<a href=\"https://github.com/elementor/elementor/issues/3854\">#3854</a>)</li>\n<li>New: Introducing Sitemap widget (<a href=\"https://github.com/elementor/elementor/issues/5594\">#5594</a>)</li>\n<li>New: Added Request Parameter dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/4934\">#4934</a>)</li>\n<li>New: Added Shortcode dynamic tag</li>\n<li>New: Added Image and Video Lightbox dynamic tag</li>\n<li>New: Added Contact URL dynamic tag</li>\n<li>New: Added Featured Image Data dynamic tag</li>\n<li>New: Added default value to each field in the Form widget (<a href=\"https://github.com/elementor/elementor/issues/4268\">#4268</a>)</li>\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\"https://github.com/elementor/elementor/issues/5321\">#5321</a>)</li>\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\"https://github.com/elementor/elementor/issues/5587\">#5587</a>)</li>\n<li>Tweak: Added Form Redirect URL with form values (<a href=\"https://github.com/elementor/elementor/issues/2564\">#2564</a>)</li>\n<li>Tweak: Added default post classes to template wrapper (<a href=\"https://github.com/elementor/elementor/issues/5959\">#5959</a>)</li>\n<li>Tweak: Better labels for terms in Query control (<a href=\"https://github.com/elementor/elementor/issues/6092\">#6092</a>)</li>\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;</li>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/condition_sub_id</code> filter hook to allow template condition translations</li>\n<li>Tweak: Load the Template Library widget via Ajax for better performance</li>\n<li>Tweak: Added 404 page title for Page Title dynamic tag</li>\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\"https://github.com/elementor/elementor/issues/6141\">#6141</a>)</li>\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/5790\">#5790</a>)</li>\n<li>Fix: Avoid potential security risk in forms</li>\n<li>Fix: Template By Author condition conflicts with 404 page</li>\n<li>Fix: Restored WC Product Content widget in Single Product template</li>\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages</li>\n<li>Fix: Highlight active menu anchor items only when scrolled into view</li>\n<li>Fix: Carousel Pagination Progress style to support new Swiper version</li>\n</ul>\n<h4>2.1.13 - 2018-11-12</h4>\n<ul>\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0</li>\n<li>Fix: Settings conflict when there are multiple carousels in the page</li>\n</ul>\n<h4>2.1.12 - 2018-11-05</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3</li>\n<li>Tweak: Better performance for Template Library widget</li>\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\"https://github.com/elementor/elementor/issues/6029\">#6029</a>)</li>\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\"https://github.com/elementor/elementor/issues/6001\">#6001</a>)</li>\n<li>Fix: Custom CSS printed twice in the front-end</li>\n<li>Fix: ACF Image field PHP warning (<a href=\"https://github.com/elementor/elementor/issues/6051\">#6051</a>)</li>\n</ul>\n<h4>2.1.11 - 2018-10-22</h4>\n<ul>\n<li>New: Added ACF local fields compatibility</li>\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration</li>\n<li>Fix: Exclude <code>is_embed</code> from Singular condition (<a href=\"https://github.com/elementor/elementor/issues/5915\">#5915</a>)</li>\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons</li>\n<li>Fix: Current date time dynamic tag now shows local time</li>\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink</li>\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration</li>\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF</li>\n<li>Fix: Respect password protected for a WC single product template</li>\n<li>Fix: Respect <code>order</code> settings for WC archive also without pagination</li>\n</ul>\n<h4>2.1.10 - 2018-10-09</h4>\n<ul>\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\"https://github.com/elementor/elementor/issues/5821\">#5821</a>)</li>\n<li>Tweak: Added link control to Animated Headline widget</li>\n<li>Fix: Mobile nav menu jump on RTL (<a href=\"https://github.com/elementor/elementor/issues/5711\">#5711</a>)</li>\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\"https://github.com/elementor/elementor/issues/5830\">#5830</a>)</li>\n<li>Fix: Added IE compatibility for Animated Headline widget</li>\n<li>Fix: Post Content widget is now shown only on <code>Single</code> templates</li>\n<li>Fix: Query Control Pagination with offset</li>\n</ul>\n<h4>2.1.9 - 2018-09-17</h4>\n<ul>\n<li>Tweak: Added Centered Slides option for Slideshow carousel</li>\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\"https://github.com/elementor/elementor/issues/5091\">#5091</a>)</li>\n<li>Fix: ACF Gallery option support (<a href=\"https://github.com/elementor/elementor/issues/5344\">#5344</a>)</li>\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\"https://github.com/elementor/elementor/issues/5740\">#5740</a>)</li>\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\"https://github.com/elementor/elementor/issues/5689\">#5689</a>)</li>\n<li>Fix: Coverflow transition effect in Carousel</li>\n<li>Fix: Weird mobile behavior with Cube effect in Carousel</li>\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly</li>\n</ul>\n<h4>2.1.8 - 2018-09-12</h4>\n<ul>\n<li>Tweak: Added styling options for WC Additional Information widget</li>\n<li>Tweak: Added styling options for &#39;View Cart&#39; link in Products widget</li>\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\"https://github.com/elementor/elementor/issues/5338\">#5338</a>)</li>\n<li>Fix: Layout of Related Product widget with WC native style</li>\n</ul>\n<h4>2.1.7 - 2018-09-03</h4>\n<ul>\n<li>New: WC Archive Description widget</li>\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\"https://github.com/elementor/elementor/issues/5555\">#5555</a>)</li>\n<li>Tweak: Added &#39;Current Subcategories&#39; option to Product Categories widget</li>\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\"https://github.com/elementor/elementor/issues/5589\">#5589</a>)</li>\n<li>Tweak: Added more blend mode options for CTA widget</li>\n<li>Tweak: Improved plugin updater method based on WordPress version</li>\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets</li>\n<li>Fix: Added default gap for products pagination</li>\n<li>Fix: Post thumbnail flickering in Safari browser</li>\n<li>Fix: Close mobile nav menu on click only in full-width mode</li>\n<li>Fix: Added trailing slash to pagination links in Posts widget</li>\n</ul>\n<h4>2.1.6 - 2018-08-28</h4>\n<ul>\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/5117\">#5117</a>)</li>\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\"https://github.com/elementor/elementor/issues/5491\">#5491</a>)</li>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2</li>\n<li>Tweak: Deprecated Follow option in the Facebook Button widget</li>\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)</li>\n<li>Fix: Posts widget CSS when using cards skin in masonry mode</li>\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\"https://github.com/elementor/elementor/issues/5344\">#5344</a>)</li>\n<li>Fix: WC product gallery links in RTL</li>\n<li>Fix: Dynamic tags in Call To Action widget</li>\n</ul>\n<h4>2.1.5 - 2018-08-21</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2</li>\n<li>Fix: Posts Widget layout theme compatibility</li>\n<li>Fix: Added compatibility for WooCommerce native style</li>\n</ul>\n<h4>2.1.4 - 2018-08-19</h4>\n<ul>\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\"https://github.com/elementor/elementor/issues/5442\">#5442</a>)</li>\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\"https://github.com/elementor/elementor/issues/5460\">#5460</a>)</li>\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget</li>\n<li>Fix: Selector specificity for WooCommerce Products widget</li>\n<li>Fix: WooCommerce conflicts in the editor in edge cases</li>\n</ul>\n<h4>2.1.3 - 2018-08-15</h4>\n<ul>\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\"https://github.com/elementor/elementor/issues/5350\">#5350</a>)</li>\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\"https://github.com/elementor/elementor/issues/5375\">#5375</a>)</li>\n<li>Fix: Added missing <code>setup_postdata</code> for Product Data Tabs widget</li>\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\"https://github.com/elementor/elementor/issues/5399\">#5399</a>)</li>\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\"https://github.com/elementor/elementor/issues/5254\">#5254</a>)</li>\n<li>Fix: Carousel behavior when using a single slide</li>\n</ul>\n<h4>2.1.2 - 2018-08-12</h4>\n<ul>\n<li>Fix: Error when ACF Pro is not installed (<a href=\"https://github.com/elementor/elementor/issues/5367\">#5367</a>)</li>\n<li>Fix: Edge cases in Inspector where document is a boolean</li>\n<li>Fix: Edge cases for incorrect file fields in PODS</li>\n</ul>\n<h4>2.1.1 - 2018-08-09</h4>\n<ul>\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\"https://github.com/elementor/elementor/issues/5345\">#5345</a>)</li>\n<li>Fix: Flip Box effect issues</li>\n<li>Fix: ACF Options page fields support (<a href=\"https://github.com/elementor/elementor/issues/5329\">#5329</a>)</li>\n<li>Fix: Import Pro templates in edge cases</li>\n</ul>\n<h4>2.1.0 - 2018-08-07</h4>\n<ul>\n<li>New: Introducing WooCommerce Builder (<a href=\"https://github.com/elementor/elementor/issues/1690\">#1690</a>)</li>\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive</li>\n<li>New: Introducing Cart Menu widget (<a href=\"https://github.com/elementor/elementor/issues/4220\">#4220</a>, <a href=\"https://github.com/elementor/elementor/issues/4600\">#4600</a>)</li>\n<li>New: Added integration with Toolset (<a href=\"https://github.com/elementor/elementor/issues/2949\">#2949</a>)</li>\n<li>New: Added integration with Pods (<a href=\"https://github.com/elementor/elementor/issues/4129\">#4129</a>)</li>\n<li>New: Added stick to bottom in scrolling effects (<a href=\"https://github.com/elementor/elementor/issues/4799\">#4799</a>)</li>\n<li>New: Added Scrolling Effect to Widgets under advanced tab</li>\n<li>New: Introducing Internal URL Dynamic Tag</li>\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/4597\">#4597</a>)</li>\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\"https://github.com/elementor/elementor/issues/4447\">#4447</a>)</li>\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\"https://github.com/elementor/elementor/issues/1878\">#1878</a>)</li>\n<li>Tweak: Add Custom Query hook for Query control (<a href=\"https://developers.elementor.com/custom-query-filter/\">More Info</a>) (<a href=\"https://github.com/elementor/elementor/issues/1748\">#1748</a>)</li>\n<li>Tweak: Added form-message style (<a href=\"https://github.com/elementor/elementor/issues/1180\">#1180</a>)</li>\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/4242\">#4242</a>)</li>\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\"https://github.com/elementor/elementor/issues/4767\">#4767</a>)</li>\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\"https://github.com/elementor/elementor/issues/4602\">#4602</a>)</li>\n<li>Tweak: Added an support for <code>label|value</code> in options field (<a href=\"https://github.com/elementor/elementor/issues/4594\">#4594</a>)</li>\n<li>Tweak: Added <code>by-author</code> condition for theme builder (<a href=\"https://github.com/elementor/elementor/issues/4681\">#4681</a>)</li>\n<li>Tweak: Added Activate/Deactivate license key via WP-CLI command (<a href=\"https://github.com/elementor/elementor/issues/4149\">#4149</a>)</li>\n<li>Tweak: Added <code>is_scroll</code> trigger to scrolling effect (<a href=\"https://github.com/elementor/elementor/issues/4340\">#4340</a>)</li>\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\"https://github.com/elementor/elementor/issues/4177\">#4177</a>)</li>\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\"https://github.com/elementor/elementor/issues/3697\">#3697</a>)</li>\n<li>Tweak: Added style options for Posts widget (<a href=\"https://github.com/elementor/elementor/issues/1335\">#1335</a>)</li>\n<li>Tweak: Added button CSS ID for Forms widget</li>\n<li>Tweak: Added pixel units to Post-Info divider height control</li>\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs</li>\n<li>Tweak: Re-organize the panel categories per document type</li>\n<li>Tweak: Added ACF support for <code>options-page</code> fields</li>\n<li>Tweak: Added dynamic tag for Animated headlines</li>\n<li>Tweak: Added dynamic tag for BlockQuote widget</li>\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\"https://github.com/elementor/elementor/issues/4817\">#4817</a>)</li>\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\"https://github.com/elementor/elementor/issues/4324\">#4324</a>)</li>\n<li>Fix: Initial slide in Carousel widget</li>\n<li>Fix: Stay on current slide while editing in Carousel widget</li>\n<li>Fix: Default slides per device in Carousel widget</li>\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets</li>\n</ul>\n<h4>2.0.18 - 2018-07-27</h4>\n<ul>\n<li>Fix: Global widget error on saving page</li>\n</ul>\n<h4>2.0.17 - 2018-07-26</h4>\n<ul>\n<li>Fix: Sub menu indicator direction in Nav Menu widget</li>\n<li>Fix: Change the title and icon for Global Widget when is moving</li>\n<li>Fix: CSS wrapper selector for Page Document</li>\n</ul>\n<h4>2.0.16 - 2018-07-16</h4>\n<ul>\n<li>Tweak: CSS Filter Control module is now included in Elementor</li>\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0</code> (<a href=\"https://github.com/elementor/elementor/issues/5077\">#5077</a>)</li>\n<li>Fix: Restore current query after get Global Widget data</li>\n<li>Fix: Add action item in History on unlink Global widget</li>\n</ul>\n<h4>2.0.15 - 2018-07-10</h4>\n<ul>\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\"https://github.com/elementor/elementor/issues/4996\">#4996</a>)</li>\n<li>Fix: GMT offset in Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/4997\">#4997</a>)</li>\n</ul>\n<h4>2.0.14 - 2018-07-08</h4>\n<ul>\n<li>Tweak: Added set method to form record for developers (<a href=\"https://github.com/elementor/elementor/issues/4983\">#4983</a>)</li>\n<li>Fix: Autoplay option for Carousels</li>\n<li>Fix: Close mobile menu on item click in the Nav Menu widget</li>\n</ul>\n<h4>2.0.13 - 2018-07-03</h4>\n<ul>\n<li>Tweak: Added compatibility for Elementor v2.1</li>\n</ul>\n<h4>2.0.12 - 2018-07-02</h4>\n<ul>\n<li>Fix: Global widget PHP notices</li>\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs</li>\n<li>Fix: Form select field send all selected values on multiple selection</li>\n<li>Fix: Validate time field only if it&#39;s not empty</li>\n<li>Fix: ConvertKit API not saving name field</li>\n</ul>\n<h4>2.0.11 - 2018-06-12</h4>\n<ul>\n<li>Fix: Theme Builder <code>author</code> archive condition (<a href=\"https://github.com/elementor/elementor/issues/4593\">#4593</a>)</li>\n<li>Fix: Respect password protected posts in Post Content widget</li>\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.</li>\n</ul>\n<h4>2.0.10 - 2018-06-05</h4>\n<ul>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/template_id</code> filter hook for multi-language plugins</li>\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)</li>\n<li>Fix: Fields shortcode missing after removing a field in Form widget</li>\n<li>Deprecated: <code>get_theme_templates_by_location</code> is replaced by <code>get_location_templates</code></li>\n</ul>\n<h4>2.0.9 - 2018-05-28</h4>\n<ul>\n<li>Fix: Compatibility for PHP version 5.4</li>\n</ul>\n<h4>2.0.8 - 2018-05-28</h4>\n<ul>\n<li>Tweak: Added Active state for Nav Menu dropdown</li>\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget</li>\n<li>Tweak: Removed caption control in Site Logo widget</li>\n<li>Tweak: Added option to position currency symbol before/after In Price Table widget</li>\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\"https://github.com/elementor/elementor/issues/4479\">#4479</a>)</li>\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/4342\">#4342</a>)</li>\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\"https://github.com/elementor/elementor/issues/4527\">#4527</a>)</li>\n<li>Fix: Avoid rendering a template if it&#39;s not published</li>\n<li>Fix: 404 Page style not working</li>\n<li>Fix: Price Table button with hover animation not working in editor</li>\n<li>Fix: Styling conflict in Call to Action widget</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Adding parent wrapper class to Site Title widget</li>\n</ul>\n<h4>2.0.7 - 2018-05-16</h4>\n<ul>\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;</li>\n<li>Fix: Open 404 template library for 404 page</li>\n<li>Tweak: Added CSS prefix for dev files</li>\n<li>Tweak: Removed product post type from display conditions</li>\n</ul>\n<h4>2.0.6 - 2018-05-15</h4>\n<ul>\n<li>Tweak: Set type on create new single template</li>\n<li>Tweak: Always show the conditions dialog in the Draft status</li>\n<li>Tweak: Added document type <code>widget</code></li>\n<li>Tweak: Added Post Custom Field tag to URL category</li>\n<li>Fix: When ACF Field Groups are Empty (<a href=\"https://github.com/elementor/elementor/issues/4428\">#4428</a>)</li>\n<li>Fix: Links inside carousel in edge cases</li>\n<li>Fix: Responsive issue in My Templates area</li>\n<li>Fix: Image alignment for post content with text alignment</li>\n<li>Fix: Post Content widget when preview post is missing</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Style settings for Post / Archive Title widgets</li>\n</ul>\n<h4>2.0.5 - 2018-05-08</h4>\n<ul>\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\"https://github.com/elementor/elementor/issues/4203\">#4203</a>)</li>\n<li>Fix: Added support for new version of reCAPTCHA</li>\n<li>Fix: Added fallback for controls after <code>post_status</code></li>\n<li>Fix: Required field in forms widget</li>\n<li>Fix: Media Carousel in the Coverflow skin</li>\n<li>Fix: 404 Page show wrong template in edge cases</li>\n<li>Fix: Save the default menu in the Nav Menu widget</li>\n</ul>\n<h4>2.0.4 - 2018-05-02</h4>\n<ul>\n<li>Tweak: Added parent&#39;s class for extended widgets</li>\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions</li>\n<li>Tweak: Initialize global model when it&#39;s needed</li>\n<li>Tweak: Removed some duplicate strings</li>\n<li>Tweak: Query control now includes empty terms</li>\n<li>Tweak: Design polish for conditions dialog</li>\n<li>Tweak: Decreasing <code>minimumInputLength</code> to 1 of select2</li>\n<li>Fix: Editor not loading for single templates in edge cases</li>\n<li>Fix: Select2 in Safari takes it&#39;s time to get the original select width (<a href=\"https://github.com/elementor/elementor/issues/4310\">#4310</a>)</li>\n<li>Fix: Slides per view not working for some effects</li>\n<li>Fix: New slides not showing in the editor</li>\n<li>Fix: Editor for section without a defined location, defaults to content area</li>\n</ul>\n<h4>2.0.3 - 2018-04-24</h4>\n<ul>\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/4214\">#4214</a>, <a href=\"https://github.com/elementor/elementor/issues/4216\">#4216</a>, <a href=\"https://github.com/elementor/elementor/issues/4225\">#4225</a>)</li>\n<li>Fix: Double render on frontend view in core locations</li>\n<li>Fix: Masonry not working in edge cases</li>\n<li>Fix: Added default setting for Author Info tag</li>\n</ul>\n<h4>2.0.2 - 2018-04-18</h4>\n<ul>\n<li>Fix: Regenerate conditions to include all templates</li>\n</ul>\n<h4>2.0.1 - 2018-04-17</h4>\n<ul>\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\"https://github.com/elementor/elementor/issues/4136\">#4136</a>)</li>\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\"https://github.com/elementor/elementor/issues/4127\">#4127</a>)</li>\n<li>Tweak: Added Divider control for Post Info widget</li>\n<li>Fix: Update admin links in Yoast Breadcrumbs widget</li>\n<li>Fix: Sticky element conflict with clearfix CSS</li>\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below</li>\n<li>Fix: Avoid running <code>wp_head</code> hooks twice</li>\n</ul>\n<h4>2.0.0 - 2018-04-16</h4>\n<ul>\n<li>New: Introducing Theme Builder - <a href=\"https://elementor.com/introducing-theme-builder/\">Release Post</a> (<a href=\"https://github.com/elementor/elementor/issues/417\">#417</a>)</li>\n<li>New: Introducing Locations API to inject custom location templates</li>\n<li>New: Introducing Display Conditions for all dynamic templates</li>\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design</li>\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\"https://github.com/elementor/elementor/issues/483\">#483</a>, <a href=\"https://github.com/elementor/elementor/issues/653\">#653</a>, <a href=\"https://github.com/elementor/elementor/issues/885\">#885</a>)</li>\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\"https://github.com/elementor/elementor/issues/543\">#543</a>)</li>\n<li>New: Introducing Developers area with guides and API documentation - <a href=\"https://elementor.com/introducing-elementor-developer-api/\">Release Post</a> (<a href=\"https://github.com/elementor/elementor/issues/451\">#451</a>)</li>\n<li>New: Introducing <a href=\"https://github.com/elementor/elementor-hello-theme\">Elementor Hello Theme</a> - A demonstration theme for developers</li>\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\"https://github.com/elementor/elementor/issues/2761\">#2761</a>, <a href=\"https://github.com/elementor/elementor/issues/2623\">#2623</a>, <a href=\"https://github.com/elementor/elementor/issues/2109\">#2109</a>, <a href=\"https://github.com/elementor/elementor/issues/2061\">#2061</a>, <a href=\"https://github.com/elementor/elementor/issues/2439\">#2439</a>)</li>\n<li>New: Design 404 page with Single template (<a href=\"https://github.com/elementor/elementor/issues/1558\">#1558</a>)</li>\n<li>New: Design Search Results with Archive template (<a href=\"https://github.com/elementor/elementor/issues/3196\">#3196</a>, <a href=\"https://github.com/elementor/elementor/issues/2590\">#2590</a>)</li>\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element</em> per device (<a href=\"https://github.com/elementor/elementor/issues/2412\">#2412</a>)</li>\n<li>New: Integration with Custom Fields (<a href=\"https://github.com/elementor/elementor/issues/2054\">#2054</a>)</li>\n<li>New: Partial support for Toolset integration (<a href=\"https://github.com/elementor/elementor/issues/2949\">#2949</a>)</li>\n<li>New: Partial support for Pods integration (<a href=\"https://github.com/elementor/elementor/issues/2169\">#2169</a>)</li>\n<li>New: Partial support for ACF integration (<a href=\"https://github.com/elementor/elementor/issues/2041\">#2041</a>, <a href=\"https://github.com/elementor/elementor/issues/2059\">#2059</a>)</li>\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\"https://github.com/elementor/elementor/issues/3531\">#3531</a>)</li>\n<li>Tweak: Allow brackets in Forms Tel field</li>\n<li>Tweak: Added currency format control for Price Table widget</li>\n<li>Tweak: Reduced API request for some servers</li>\n<li>Fix: Dropdown <code>border-radius</code> in Nav Menu widget</li>\n<li>Fix: Price List widget layout breaks in edge cases</li>\n<li>Note: This version requires Elementor v2.0.6</li>\n</ul>\n<h4>1.15.6 - 2018-03-28</h4>\n<ul>\n<li>Fix: Removed duplicate Custom CSS section (<a href=\"https://github.com/elementor/elementor/issues/3938\">#3938</a>)</li>\n<li>Fix: <code>box-shadow</code> issue with cards skin (<a href=\"https://github.com/elementor/elementor/issues/3940\">#3940</a>)</li>\n</ul>\n<h4>1.15.5 - 2018-03-27</h4>\n<ul>\n<li>Fix: Added global widget compatibility for Elementor v2.0</li>\n<li>Fix: Reduced API request for some servers</li>\n</ul>\n<h4>1.15.4 - 2018-03-26</h4>\n<ul>\n<li>Tweak: Allow brackets in phone field</li>\n<li>Tweak: Added compatibility with Yoast 7.0.+</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Support for multiple carousel setting in editor</li>\n<li>Fix: <code>on_export</code> issue in forms widget (<a href=\"https://github.com/elementor/elementor/issues/3890\">#3890</a>)</li>\n</ul>\n<h4>1.15.3 - 2018-03-07</h4>\n<ul>\n<li>Tweak: Added unique class to field group div (<a href=\"https://github.com/elementor/elementor/issues/3595\">#3595</a>)</li>\n<li>Fix: Screen Options missing when Pro is active (<a href=\"https://github.com/elementor/elementor/issues/3622\">#3622</a>)</li>\n<li>Fix: Allow label styling even when <code>show labels</code> is set hide (<a href=\"https://github.com/elementor/elementor/issues/3544\">#3544</a>)</li>\n<li>Fix: Typography control not working in edge cases</li>\n<li>Fix: Safari compatibility for Search widget</li>\n</ul>\n<h4>1.15.2 - 2018-02-27</h4>\n<ul>\n<li>Fix: Only add support mine-type if needed (<a href=\"https://github.com/elementor/elementor/issues/3543\">#3543</a>)</li>\n<li>Fix: Better support for Old Typekit kits</li>\n</ul>\n<h4>1.15.1 - 2018-02-21</h4>\n<ul>\n<li>Tweak: Custom font title placeholder is not <code>enter font family</code></li>\n<li>Tweak: Custom font title set as required</li>\n<li>Fix: Custom font, <code>font-face</code> enqueued only once if used in global (<a href=\"https://github.com/elementor/elementor/issues/3513\">#3513</a>)</li>\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.</li>\n</ul>\n<h4>1.15.0 - 2018-02-19</h4>\n<ul>\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\"https://github.com/elementor/elementor/issues/852\">#852</a>)</li>\n<li>New: Integration with Adobe TypeKit fonts (<a href=\"https://github.com/elementor/elementor/issues/631\">#631</a>)</li>\n<li>Tweak: Clear menu from Nav Menu widget on template export</li>\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle</code></li>\n</ul>\n<h4>1.14.2 - 2018-02-13</h4>\n<ul>\n<li>Fix: Global widget content that got affected by previous update</li>\n</ul>\n<h4>1.14.1 - 2018-02-13</h4>\n<ul>\n<li>Tweak: Added <code>none</code> option to content animation in CTA widget</li>\n<li>Tweak: Added <code>form_id</code> to ActiveCampaign integration (<a href=\"https://github.com/elementor/elementor/issues/3422\">#3422</a>)</li>\n<li>Fix: Page crashed when Global widget not found.</li>\n</ul>\n<h4>1.14.0 - 2018-02-12</h4>\n<ul>\n<li>New: Added Call to Action widget</li>\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Allow zero (0) to be accepted as a field value</li>\n<li>Fix: Login form when custom login URL is set</li>\n<li>Fix: Added Day of cycle control to GetResponse integration</li>\n</ul>\n<h4>1.13.2 - 2018-01-23</h4>\n<ul>\n<li>Tweak: Added placeholder to Password field</li>\n<li>Tweak: Removed <code>subscriber_already_exists_message</code> control to prevent potential data leakage</li>\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet</li>\n<li>Fix: Changed <code>imagesLoaded()</code> to Vanilla JS to avoid compatibility issues with some themes</li>\n<li>Fix: Only validate Tel field if not empty</li>\n<li>Fix: Stop slider while editing</li>\n</ul>\n<h4>1.13.1 - 2018-01-16</h4>\n<ul>\n<li>Fix: Added compatibility with old PHP versions</li>\n</ul>\n<h4>1.13.0 - 2018-01-16</h4>\n<ul>\n<li>New: Added File Upload field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1482\">#1482</a>, <a href=\"https://github.com/elementor/elementor/issues/2974\">#2974</a>)</li>\n<li>New: Added Acceptance field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1693\">#1693</a>, <a href=\"https://github.com/elementor/elementor/issues/2974\">#2974</a>)</li>\n<li>New: Added Date field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1868\">#1868</a>)</li>\n<li>New: Added Time field for Forms widget</li>\n<li>New: Added Password field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/2164\">#2164</a>)</li>\n<li>New: Added HTML field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1500\">#1500</a>)</li>\n<li>Tweak: Added characters validation for Tel field</li>\n<li>Tweak: Added min &amp; max validation for Number field</li>\n<li>Tweak: Added multiple selection for Select field</li>\n<li>Tweak: Added donReach integration for Share Buttons widget</li>\n</ul>\n<h4>1.12.3 - 2018-01-09</h4>\n<ul>\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget</li>\n<li>Fix: Apply <code>url-encoding</code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text</li>\n<li>Fix: Removed My Account link from dashboard widget</li>\n</ul>\n<h4>1.12.2 - 2018-01-03</h4>\n<ul>\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/2964\">#2964</a>)</li>\n<li>Fix: Active license button style</li>\n</ul>\n<h4>1.12.1 - 2018-01-02</h4>\n<ul>\n<li>Tweak: Removed theme-element widgets from plain content</li>\n<li>Tweak: Set all theme-element widgets to extend same widget Base</li>\n<li>Tweak: Removed credit URL in forms meta data</li>\n<li>Tweak: Added compatibility for the future release of Elementor v1.9</li>\n<li>Fix: Validate Get response Error as real error</li>\n<li>Fix: Removed responsive height control from Facebook Page widget</li>\n</ul>\n<h4>1.12.0 - 2017-12-20</h4>\n<ul>\n<li>New: Added Drip integration to Forms</li>\n<li>New: Added ActiveCampaign integration to Forms</li>\n<li>New: Added ConverKit integration to Forms</li>\n<li>New: Added GetResponse integration to Forms</li>\n<li>New: Added form <code>id</code>, <code>name</code> attributes to handle integration with auto collectors like HubSpot</li>\n<li>New: Added Global API key for MailChimp to improve the workflow</li>\n<li>Tweak: Better error handling and message display for Forms</li>\n<li>Fix: PHP notice Undefined variable <code>$cc_header</code> (<a href=\"https://github.com/elementor/elementor/issues/2934\">#2934</a>)</li>\n</ul>\n<h4>1.11.0 - 2017-12-11</h4>\n<ul>\n<li>New: Added a native Comments widget (<a href=\"https://github.com/elementor/elementor/issues/543\">#543</a>)</li>\n<li>New: Added an Author Box widget</li>\n<li>New: Added a Post Navigation widget</li>\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\"https://github.com/elementor/elementor/issues/2749\">#2749</a>)</li>\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\"https://github.com/elementor/elementor/issues/2762\">#2762</a>)</li>\n<li>Fix: Allow currency symbol to appear even if price isn&#39;t numeric</li>\n<li>Fix: Edge cases when the nav menu is empty in a stretched section</li>\n<li>Fix: Added fallback when you remove the <code>space-between</code> on Swiper carousel</li>\n</ul>\n<h4>1.10.2 - 2017-12-03</h4>\n<ul>\n<li>Fix: Missing save widget icon (<a href=\"https://github.com/elementor/elementor/issues/2878\">#2878</a>)</li>\n<li>Fix: Global widgets not saving edits (<a href=\"https://github.com/elementor/elementor/issues/2874\">#2874</a>)</li>\n<li>Fix: Removed <code>white-space: nowrap;</code> property from vertical menu in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/2815\">#2815</a>)</li>\n</ul>\n<h4>1.10.1 - 2017-11-30</h4>\n<ul>\n<li>Tweak: Added default value for search form</li>\n<li>Tweak: Order template list A-Z in the library widget</li>\n<li>Tweak: get_users/authors query is now done using AJAX only, for better performance in Query Control (<a href=\"https://github.com/elementor/elementor/issues/2865\">#2865</a>)</li>\n<li>Fix: When adding <code>.00</code> it is not displayed on the front</li>\n<li>Fix: Make sure space between is numeric for carousel control</li>\n<li>Fix: Added space for radio &amp; checkbox fields in form widget</li>\n</ul>\n<h4>1.10.0 - 2017-11-15</h4>\n<ul>\n<li>New: Added native Search form widget (<a href=\"https://github.com/elementor/elementor/issues/2576\">#2576</a>)</li>\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets</li>\n<li>Tweak: Added Inline editing to Blockquote widget</li>\n<li>Fix: Animated Headline color bug (<a href=\"https://github.com/elementor/elementor/issues/2516\">#2516</a>)</li>\n<li>Fix: Animated Headline with Rotating skin</li>\n<li>Fix: RTL fix for Animated Headline widget in &#39;typing&#39; and &#39;clip&#39; animations</li>\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/2662\">#2662</a>)</li>\n<li>Fix: Custom CSS gone after reloading the editor</li>\n</ul>\n<h4>1.9.5 - 2017-10-27</h4>\n<ul>\n<li>Fix: Broken Global widget with JS (<a href=\"https://github.com/elementor/elementor/issues/2639\">#2639</a>)</li>\n</ul>\n<h4>1.9.4 - 2017-10-24</h4>\n<ul>\n<li>Tweak: Improved UI for notices and license page</li>\n<li>Fix: Update system conflict with other EDD plugins</li>\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\"https://github.com/elementor/elementor/issues/2577\">#2577</a>)</li>\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\"https://github.com/elementor/elementor/issues/2496\">#2496</a>)</li>\n<li>Fix: Increased submenu max-width (<a href=\"https://github.com/elementor/elementor/issues/2558\">#2558</a>)</li>\n<li>Fix: Save global templates without their defaults</li>\n<li>Fix: Horizontal scrolling issue with posts grid</li>\n</ul>\n<h4>1.9.3 - 2017-10-03</h4>\n<ul>\n<li>Fix: Condition slide style that got affected by previous update</li>\n</ul>\n<h4>1.9.2 - 2017-10-02</h4>\n<ul>\n<li>New: Added integration with MailPoet 3 for Forms actions</li>\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode</li>\n<li>Fix: Removed bottom padding when there&#39;s no pagination in Testimonial carousel</li>\n<li>Fix: Added condition for slides style section in skin bubble mode</li>\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel</li>\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows</li>\n</ul>\n<h4>1.9.1 - 2017-09-28</h4>\n<ul>\n<li>Fix: Slides per view for slideshow carousel</li>\n<li>Fix: Final polish for the new Testimonial Carousel widget</li>\n<li>Fix: Don&#39;t play video if slide type is not video</li>\n<li>Fix: Removed slides style section condition (<a href=\"https://github.com/elementor/elementor/issues/2497\">#2497</a>)</li>\n<li>Fix: Set cursor as pointer for slideshow thumbnails</li>\n</ul>\n<h4>1.9.0 - 2017-09-26</h4>\n<ul>\n<li>New: Added Media Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/216\">#216</a>, <a href=\"https://github.com/elementor/elementor/issues/347\">#347</a>, <a href=\"https://github.com/elementor/elementor/issues/2209\">#2209</a>)</li>\n<li>New: Added Testimonial Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/715\">#715</a>)</li>\n</ul>\n<h4>1.8.3 - 2017-09-24</h4>\n<ul>\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6</li>\n<li>Fix: Remove slashes from Form sent data</li>\n</ul>\n<h4>1.8.2 - 2017-09-19</h4>\n<ul>\n<li>Tweak: Added target URL for the tweet message in Blockquote widget</li>\n<li>Tweak: Render the slide height before the slider is finished loading</li>\n<li>Fix: Space between words for Animated Headline widget</li>\n<li>Fix: RTL compatibility for Animated Headline widget</li>\n<li>Fix: Italic font style for Animated Headline widget</li>\n<li>Fix: Excluded Menu widget from the WP Editor text rendering</li>\n</ul>\n<h4>1.8.1 - 2017-09-18</h4>\n<ul>\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\"https://github.com/elementor/elementor/issues/2391\">#2391</a>)</li>\n<li>Fix: Print the main menu only when is necessary in Menu widget</li>\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\"https://github.com/elementor/elementor/issues/2381\">#2381</a>)</li>\n</ul>\n<h4>1.8.0 - 2017-09-12</h4>\n<ul>\n<li>New: Added Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/1406\">#1406</a>)</li>\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\"https://github.com/elementor/elementor/issues/2279\">#2279</a>)</li>\n<li>Fix: Style for Blockquote widget included</li>\n</ul>\n<h4>1.7.2 - 2017-09-07</h4>\n<ul>\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins</li>\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\"https://github.com/elementor/elementor/issues/2340\">#2340</a>)</li>\n</ul>\n<h4>1.7.1 - 2017-09-05</h4>\n<ul>\n<li>Fix: Facebook SDK version</li>\n</ul>\n<h4>1.7.0 - 2017-09-05</h4>\n<ul>\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow</li>\n<li>New: Added Facebook Embed widget for Post, Video and Comment</li>\n<li>New: Added Facebook Comments widget</li>\n<li>New: Added Facebook Page widget (Previously known as Like Box)</li>\n<li>New: Added Blockquote widget with Tweet button</li>\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets</li>\n<li>Fix: Animated headline rotating with long words</li>\n</ul>\n<h4>1.6.1 - 2017-08-28</h4>\n<ul>\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set</li>\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser</li>\n<li>Fix: Animated headline with more than 1-word per rotation</li>\n<li>Fix: Animated Headline in two lines</li>\n<li>Fix: Some errors in Global widget</li>\n</ul>\n<h4>1.6.0 - 2017-08-22</h4>\n<ul>\n<li>New: Added Animated Headline widget</li>\n<li>New: Added Hidden field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/2038\">#2038</a>)</li>\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher</li>\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts</li>\n</ul>\n<h4>1.5.9 - 2017-08-16</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.7</li>\n<li>Fix: Portfolio compatibility for GeneratePress theme</li>\n<li>Fix: Portfolio filter compatibility for RTL</li>\n<li>Fix: Pagination apply for all posts widget in the page</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.8 - 2017-07-25</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.6</li>\n<li>Fix: Improved backward compatibility for query control rename</li>\n</ul>\n<h4>1.5.7 - 2017-07-24</h4>\n<ul>\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file</li>\n<li>Tweak: Display the label in the reCAPTCHA field for better experience</li>\n<li>Tweak: Rename <code>panel-posts-control</code> to <code>query-control</code> and added fallback support</li>\n<li>Tweak: Added compatibility for the future release of Elementor with history feature</li>\n<li>Fix: reCAPTCHA preview on the editor</li>\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\"https://github.com/elementor/elementor/issues/2000\">#2000</a>)</li>\n<li>Fix: Added condition for icon size control in Share Buttons widget</li>\n</ul>\n<h4>1.5.6 - 2017-07-12</h4>\n<ul>\n<li>Fix: Query Control correction for taxonomies (<a href=\"https://github.com/elementor/elementor/issues/1963\">#1963</a>)</li>\n<li>Fix: Custom CSS override scheme color in the editor</li>\n<li>Fix: Added order by Menu Order for Query Control in WC widget</li>\n<li>Fix: Glitch with Flip Box background overlay</li>\n</ul>\n<h4>1.5.5 - 2017-07-03</h4>\n<ul>\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist</li>\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999</li>\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed</li>\n<li>Fix: Sorted items in filter bar by A-Z</li>\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\"https://github.com/elementor/elementor/issues/1927\">#1927</a>)</li>\n</ul>\n<h4>1.5.4 - 2017-06-22</h4>\n<ul>\n<li>Tweak: Improved compatibility for Elementor v1.5</li>\n<li>Fix: URL default for Add To Cart widget</li>\n<li>Fix: Allowed <code>date</code> and <code>birthday</code> fields as text for MailChimp integration</li>\n</ul>\n<h4>1.5.3 - 2017-06-19</h4>\n<ul>\n<li>Tweak: Make flip-box height responsive control</li>\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\"https://github.com/elementor/elementor/issues/1829\">#1829</a>)</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.2 - 2017-06-13</h4>\n<ul>\n<li>Fix: Custom CSS panel location compatibility for the old versions</li>\n</ul>\n<h4>1.5.1 - 2017-06-12</h4>\n<ul>\n<li>Fix: MailChimp update existing user registration</li>\n<li>Fix: Global widget with JS in the editor mode</li>\n<li>Fix: Label section condition in Login widget</li>\n<li>Fix: Changes to unlinked global widget do not appear in the editor</li>\n</ul>\n<h4>1.5.0 - 2017-05-23</h4>\n<ul>\n<li>New: Added Cards, a new skin for Posts widget</li>\n<li>New: Added Exclude option to post query control group</li>\n<li>Tweak: Added <code>post_class()</code> for each post in the loop</li>\n<li>Tweak: Added <code>.elementor-posts-masonry</code> class when Masonry layout is enabled</li>\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0</li>\n<li>Tweak: CSS <code>autoprefixer</code> now supports last 5 versions of browsers</li>\n<li>Tweak: Added <code>imageLoaded</code> library for Posts &amp; Portfolio widgets</li>\n</ul>\n<h4>1.4.4 - 2017-05-18</h4>\n<ul>\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\"https://github.com/elementor/elementor/issues/1683\">#1683</a>)</li>\n<li>Fix: Added <code>.elementor-form</code> class to Login form to fix style glitch</li>\n</ul>\n<h4>1.4.3 - 2017-05-14</h4>\n<ul>\n<li>Tweak: Added Redirect After Login option to Login widget</li>\n<li>Tweak: Stay in the current page after logout in Login widget</li>\n<li>Tweak: Preparation for Elementor settings tabs in future version</li>\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone</li>\n<li>Fix: Bug with <code>active</code> class in portfolio filter item</li>\n<li>Fix: Higher specific list-style-type <code>none</code> for filter items to override some theme style</li>\n</ul>\n<h4>1.4.2 - 2017-05-06</h4>\n<ul>\n<li>Fix: Temporary patch for form field shortcode in some servers</li>\n</ul>\n<h4>1.4.1 - 2017-05-03</h4>\n<ul>\n<li>Fix: Bug with custom success message in form widget</li>\n<li>Fix: Bug with meta data in email action</li>\n</ul>\n<h4>1.4.0 - 2017-05-03</h4>\n<ul>\n<li>New: Forms: integration with MailChimp</li>\n<li>New: Forms: integration with MailPoet</li>\n<li>New: Forms: Added Email 2 action for email confirmation</li>\n<li>New: Forms: Added shortcodes for fields</li>\n<li>New: Forms: Added custom ID for fields</li>\n<li>New: Forms: Added option to edit email HTML template (<a href=\"https://github.com/elementor/elementor/issues/1180\">#1180</a>)</li>\n<li>New: Added Login widget</li>\n<li>Tweak: Move <code>send_html</code> control to <code>email_content_type</code></li>\n<li>Fix: Email still sent even if validation failed in form widget</li>\n</ul>\n<h4>1.3.2 - 2017-05-01</h4>\n<ul>\n<li>New: Added action <code>elementor_pro/init</code> for better integration with Elementor Pro</li>\n<li>Fix: Posts without featured image in Posts widget (<a href=\"https://github.com/elementor/elementor/issues/1234\">#1234</a>, <a href=\"https://github.com/elementor/elementor/issues/1382\">#1382</a>)</li>\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method</li>\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser</li>\n<li>Fix: Border radius glitch on hover in Share Buttons</li>\n</ul>\n<h4>1.3.1 - 2017-04-25</h4>\n<ul>\n<li>Fix: Conflict update with revision history module</li>\n</ul>\n<h4>1.3.0 - 2017-04-25</h4>\n<ul>\n<li>New: Added Share Buttons widget (<a href=\"https://wordpress.org/support/topic/social-sharing-buttons-is-it-possible/\">Topic</a>)</li>\n<li>New: Added Custom CSS for Page Settings</li>\n<li>New: Added Masonry layout for Portfolio widget</li>\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\"https://github.com/elementor/elementor/issues/1181\">#1181</a>)</li>\n<li>New: Introduced <code>ElementorPro\\Modules\\Forms\\Classes\\Action_Base</code> class for better 3rd party integration for forms</li>\n<li>Tweak: Debugger module now also shows errors from Pro</li>\n<li>Tweak: Added options for Elementor Library</li>\n<li>Tweak: New base posts module for optimized performance</li>\n<li>Tweak: Adjusting Posts / Portfolio to the new structure</li>\n<li>Fix: Export for posts / portfolio</li>\n<li>Fix: Duplicate repeater field with switcher control (<a href=\"https://github.com/elementor/elementor/issues/1442\">#1442</a>)</li>\n<li>Fix: Post per Page in the query control</li>\n<li>Fix: Metadata does not come through on form emails (<a href=\"https://github.com/elementor/elementor/issues/1566\">#1566</a>)</li>\n</ul>\n<h4>1.2.6 - 2017-04-19</h4>\n<ul>\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets</li>\n</ul>\n<h4>1.2.5 - 2017-04-18</h4>\n<ul>\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)</li>\n</ul>\n<h4>1.2.4 - 2017-03-21</h4>\n<ul>\n<li>Tweak: Added Indian Rupee sign to Price Table widget</li>\n<li>Fix: Portfolio grid for IE11</li>\n<li>Fix: Link target blank in Price List widget</li>\n<li>Fix: Active item for filter bar in Portfolio widget</li>\n</ul>\n<h4>1.2.3 - 2017-03-06</h4>\n<ul>\n<li>Tweak: Fully compatible with Elementor v1.3.0</li>\n<li>Tweak: Added trigger for after form submission in Forms widget</li>\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms</li>\n<li>Fix: Portfolio filter syntax in Non-Latin languages</li>\n<li>Fix: Added <code>no-repeat</code> property for slide with <code>background-size:contain</code></li>\n<li>Fix: Condition control &amp; Import value in Posts widgets</li>\n<li>Fix: Offset and Pagination in WordPress (<a href=\"https://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination\">More Info</a>)</li>\n<li>Fix: Submit handler bubbling for custom events in Forms widget</li>\n</ul>\n<h4>1.2.2 - 2017-02-23</h4>\n<ul>\n<li>Tweak: Change name from Side A/B to Front and Back in Flip Box widget</li>\n<li>Fix: Error when saving third party widgets in the global widget</li>\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)</li>\n<li>Fix: Hide the pagination when there are no links</li>\n</ul>\n<h4>1.2.1 - 2017-02-21</h4>\n<ul>\n<li>Fix: Firefox Flip Box 3D compatibility</li>\n</ul>\n<h4>1.2.0 - 2017-02-21</h4>\n<ul>\n<li>New: Added Flip Box widget</li>\n<li>New: Added Ken Burns effect for slides</li>\n<li>New: Added Masonry layout for Posts widget</li>\n<li>New: Added Pagination option for Posts widget</li>\n<li>Tweak: Added background size contain to slides</li>\n<li>Tweak: Improve Query control by preload items</li>\n<li>Fix: Text color for Checkbox and Radio fields</li>\n</ul>\n<h4>1.1.2 - 2017-02-05</h4>\n<ul>\n<li>Tweak: Added <code>aria-required</code> for better accessibility in forms widget</li>\n<li>Fix: Conflict Call to <code>undefined</code> method in Posts &amp; Portfolio widgets (<a href=\"https://github.com/elementor/elementor/issues/1271\">#1271</a>, <a href=\"https://github.com/elementor/elementor/issues/1266\">#1266</a>)</li>\n<li>Fix: Submit button HTML after error sending</li>\n<li>Fix: Success message for <code>skip_email</code> function</li>\n<li>Notice: Elementor 1.2.0 or later now required</li>\n</ul>\n<h4>1.1.1 - 2017-01-24</h4>\n<ul>\n<li>Fix: Can&#39;t save global widgets when <code>WP_DEBUG</code> is <code>true</code></li>\n<li>Fix: Undefined variable in WC widgets</li>\n<li>Fix: Removed duplicate strings</li>\n</ul>\n<h4>1.1.0 - 2017-01-24</h4>\n<ul>\n<li>New: Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/102\">#102</a>)</li>\n<li>New: WooCommerce Add to Cart widget</li>\n<li>New: WooCommerce Categories widget</li>\n<li>New: WooCommerce Elements widget</li>\n<li>New: Honeypot field for Forms widgets</li>\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items</li>\n<li>Tweak: Added Required Mark for fields in Forms widget</li>\n<li>Fix: CSS selectors priority in Slides widget</li>\n<li>Fix: CSS bug in Price List widget</li>\n<li>Fix: Update all Post CSS files that includes specific Global Widget</li>\n</ul>\n<h4>1.0.9 - 2017-01-18</h4>\n<ul>\n<li>Fix: Auto complete bug in query controls</li>\n<li>Fix: Render template with escaping slashes</li>\n<li>Fix: Reply-to field in Forms widget</li>\n</ul>\n<h4>1.0.8 - 2017-01-11</h4>\n<ul>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Removed go pro link from plugins page in admin</li>\n</ul>\n<h4>1.0.7 - 2017-01-05</h4>\n<ul>\n<li>Tweak: Added filter by featured / sale for WC Products widget</li>\n<li>Tweak: Added author control in Portfolio widget</li>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Added support for empty image ratio</li>\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself</li>\n</ul>\n<h4>1.0.6 - 2017-01-01</h4>\n<ul>\n<li>Tweak: Added Auto-updates for local translation files</li>\n<li>Fix: Custom CSS for Global widgets</li>\n<li>Fix: Remove <code>nonce</code> field (Fix some cache plugins)</li>\n</ul>\n<h4>1.0.5 - 2016-12-27</h4>\n<ul>\n<li>Fix: Slide element bug fix - &#39;Link apply on&#39; logic</li>\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\"https://github.com/elementor/elementor/issues/1086\">#1086</a>)</li>\n</ul>\n<h4>1.0.4 - 2016-12-21</h4>\n<ul>\n<li>Tweak: Mobile Editing for fields in the form widget</li>\n<li>Tweak: Mobile Editing for posts</li>\n<li>Tweak: Allow send form as HTML</li>\n<li>Tweak: Improved auto upgrades for Multisite installation</li>\n<li>Tweak: Improve editor rendering experience for Portfolio widget</li>\n<li>Fix: Posts widget check if image exist</li>\n<li>Fix: Changed the clone method for global widget (<a href=\"https://github.com/elementor/elementor/issues/1042\">#1042</a>)</li>\n<li>Fix: Bug slides in RTL (removed direction control)</li>\n<li>Fix: Slides with no height jumps when changing slides</li>\n</ul>\n<h4>1.0.3 - 2016-12-13</h4>\n<ul>\n<li>Fix: Added escape placeholder for HTML Entities in form widget</li>\n<li>Fix: Countdown widget RTL bug</li>\n<li>Fix: Remove redundant #elementor selector for control style</li>\n<li>Fix: Added prefixing with &#39;0&#39; for one digit number in Countdown widget</li>\n</ul>\n<h4>1.0.2 - 2016-12-12</h4>\n<ul>\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form</li>\n</ul>\n<h4>1.0.1 - 2016-12-12</h4>\n<ul>\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active</li>\n</ul>\n<h4>1.0.0 - 2016-12-12</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n\";}}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1920, 'cfef-v', '1.7.4', 'auto'),
(1921, 'cfef-type', 'FREE', 'auto'),
(1922, 'cfef-installDate', '2026-07-20 01:58:01', 'auto'),
(1923, 'conditional_fields_initial_version', '1.7.4', 'auto'),
(1924, 'cfef-install-date', '2026-07-20 01:58:01', 'auto'),
(1925, 'cfkef_enabled_elements', 'a:3:{i:0;s:17:\"conditional_logic\";i:1;s:12:\"country_code\";i:2;s:15:\"form_input_mask\";}', 'auto'),
(1926, 'cfef_plugin_initialized', '1', 'auto'),
(1927, 'ccfef_plugin_initialized', '1', 'auto'),
(1928, 'fme_plugin_initialized', '1', 'auto'),
(1929, 'oldest_plugin', 'cfef_plugin', 'auto'),
(1930, 'cfef_migrate_done', '1', 'auto'),
(1931, 'ccfef_migrate_done', '1', 'auto'),
(1932, 'fme_migrate_done', '1', 'auto'),
(2235, 'updraft_lock_load-url-task', '0', 'no'),
(2236, 'updraft_lock_wpo_page_cache_preloader_creating_tasks', '0', 'no'),
(2248, 'updraft_lock_wpo_minify_preloader_creating_tasks', '0', 'no'),
(2249, '_transient_timeout_wpo_minify_get_cached_files', '1784645558', 'off'),
(2250, '_transient_wpo_minify_get_cached_files', 'a:7:{s:2:\"js\";a:0:{}s:3:\"css\";a:0:{}s:5:\"stamp\";i:0;s:9:\"cachesize\";s:17:\"0 bytes (0 files)\";s:16:\"total_cache_size\";s:17:\"0 bytes (0 files)\";s:9:\"cacheTime\";s:23:\"July 20, 2026 @ 2:52 pm\";s:9:\"cachePath\";s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/cache/wpo-minify/1784559141/assets\";}', 'off'),
(2255, '_transient_timeout_dirsize_cache', '2099919192', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2256, '_transient_dirsize_cache', 'a:2676:{s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/upgrade-temp-backup/plugins\";i:0;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/upgrade-temp-backup\";i:0;s:59:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/upgrade\";i:0;s:51:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content\";i:28;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/term-count\";i:1484;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-template\";i:11775;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/archives\";i:1799;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comment-author-name\";i:1679;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/text-columns\";i:4690;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-author-biography\";i:1489;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/page-list-item\";i:1150;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/cover\";i:98139;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/social-links\";i:57195;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/accordion\";i:2161;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/query-pagination\";i:5889;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/site-tagline\";i:2176;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/image\";i:63526;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/code\";i:2890;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/media-text\";i:18374;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/categories\";i:4466;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/term-description\";i:2104;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/block\";i:609;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-excerpt\";i:3377;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comments-pagination-previous\";i:1041;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/navigation\";i:148310;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/footnotes\";i:2690;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/embed\";i:19036;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/more\";i:4957;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/accordion-panel\";i:2025;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comment-reply-link\";i:1429;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/details\";i:2261;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-terms\";i:2031;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comments-pagination-next\";i:1029;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-content\";i:1935;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-date\";i:1645;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/video\";i:17306;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/columns\";i:13055;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/terms-query\";i:923;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/pullquote\";i:10521;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/search\";i:15908;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/file\";i:8069;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/table\";i:36878;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/legacy-widget\";i:556;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/math\";i:3209;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/button\";i:14663;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/query-title\";i:1772;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/buttons\";i:12525;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-featured-image\";i:32165;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/audio\";i:10727;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comments-pagination\";i:6281;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/heading\";i:8066;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/preformatted\";i:3477;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/accordion-heading\";i:5447;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/gallery\";i:91192;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-navigation-link\";i:4116;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/latest-posts\";i:15357;s:63:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/rss\";i:8665;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/pattern\";i:434;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/site-logo\";i:14866;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/page-list\";i:11442;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/list-item\";i:1471;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/term-name\";i:1643;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/term-template\";i:3668;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comment-date\";i:1606;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/spacer\";i:6409;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/home-link\";i:1170;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-comments-count\";i:1354;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/column\";i:1616;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/navigation-submenu\";i:10006;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/template-part\";i:11900;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/shortcode\";i:6521;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comments\";i:30969;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/group\";i:11747;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/query\";i:11144;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/navigation-link/shared\";i:1998;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/navigation-link\";i:18814;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/query-pagination-previous\";i:1069;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/freeform\";i:7933;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comments-title\";i:1728;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/query-pagination-numbers\";i:1989;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/query-pagination-next\";i:1057;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-title\";i:2891;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/icon\";i:7751;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/loginout\";i:1496;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/nextpage\";i:4728;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/missing\";i:700;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/list\";i:3875;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/query-total\";i:1542;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/calendar\";i:3925;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-time-to-read\";i:1627;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/avatar\";i:2411;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-comments-form\";i:10320;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/site-title\";i:3097;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/verse\";i:2428;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/html\";i:8728;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-author-name\";i:1675;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/breadcrumbs\";i:3228;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/separator\";i:5385;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/navigation-overlay-close\";i:3177;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comment-content\";i:1830;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/tag-cloud\";i:3639;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/quote\";i:7341;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comment-edit-link\";i:1656;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/query-no-results\";i:919;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/read-more\";i:2484;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-comments-link\";i:1507;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/paragraph\";i:9645;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comments-pagination-numbers\";i:2002;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/latest-comments\";i:6913;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/comment-template\";i:3097;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/widget-group\";i:400;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/social-link\";i:3586;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/accordion-item\";i:3203;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks/post-author\";i:5521;s:59:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/blocks\";i:1775842;s:57:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/pomo\";i:57064;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/rest-api/search\";i:16917;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/rest-api/endpoints\";i:928472;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/rest-api/fields\";i:22723;s:61:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/rest-api\";i:1059993;s:63:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-compat\";i:1253;s:56:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/ID3\";i:1175011;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5739;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core/Base64\";i:16959;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core/Curve25519\";i:127599;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core\";i:506345;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/Core32\";i:437041;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src/PHP52\";i:4910;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/src\";i:1278041;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/namespaced\";i:2698;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat/lib\";i:99005;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sodium_compat\";i:1386219;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/block-bindings\";i:9582;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/style-engine\";i:49119;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/abilities-api\";i:48619;s:58:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/fonts\";i:325927;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/block-supports\";i:153928;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/src/Transport\";i:35957;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/src/Response\";i:3110;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/src/Utility\";i:7339;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/src/Proxy\";i:4217;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/src/Exception/Transport\";i:1397;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/src/Exception/Http\";i:16715;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/src/Exception\";i:22464;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/src/Cookie\";i:4363;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/src/Auth\";i:2541;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/src\";i:215628;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests/library\";i:261;s:61:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Requests\";i:215889;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Text/Diff/Engine\";i:31802;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Text/Diff/Renderer\";i:5528;s:62:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Text/Diff\";i:44136;s:57:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/Text\";i:56335;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/ai-client/adapters\";i:16491;s:62:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/ai-client\";i:42543;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/theme-compat\";i:15624;s:62:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/customize\";i:182153;s:59:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/assets\";i:33256;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/build/pages/options-connectors\";i:19083;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/build/pages/font-library\";i:18513;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/build/pages\";i:37596;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/build/routes/fonts-home\";i:506;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/build/routes/font-list\";i:851510;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/build/routes/connectors-home\";i:166058;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/build/routes\";i:1018693;s:58:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/build\";i:1061823;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sitemaps/providers\";i:17599;s:61:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/sitemaps\";i:47547;s:62:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/PHPMailer\";i:273578;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/patterns\";i:9750;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/block-directory\";i:19912;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/block-library\";i:894662;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/reusable-blocks\";i:5980;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/nux\";i:13542;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/editor\";i:649065;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/media-utils\";i:16630;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/commands\";i:20660;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/base-styles\";i:20248;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/widgets\";i:27076;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/block-editor\";i:621716;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/list-reusable-blocks\";i:5902;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/customize-widgets\";i:29362;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/edit-post\";i:62574;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/format-library\";i:4845;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/edit-site\";i:558743;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/preferences\";i:7950;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/edit-widgets\";i:95245;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist/components\";i:429760;s:61:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css/dist\";i:3496593;s:56:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/css\";i:4175693;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/src/XML/Declaration\";i:7744;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/src/XML\";i:7744;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/src/HTTP\";i:34052;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/src/Content/Type\";i:7646;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/src/Content\";i:7646;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/src/Cache\";i:46444;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/src/Net\";i:7380;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/src/Parse\";i:25734;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/src\";i:686427;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:22661;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie/Decode\";i:22661;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:639;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie/XML\";i:639;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie/HTTP\";i:664;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:628;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie/Content\";i:628;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie/Cache\";i:4035;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie/Net\";i:553;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie/Parse\";i:565;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library/SimplePie\";i:41042;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie/library\";i:56395;s:62:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/SimplePie\";i:744875;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/certificates\";i:226168;s:60:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/widgets\";i:159725;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/interactivity-api\";i:63406;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/images/icon-library\";i:113606;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/images/smilies\";i:10082;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/images/media\";i:5263;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/images/crystal\";i:15541;s:59:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/images\";i:215784;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/block-patterns\";i:19604;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/imgareaselect\";i:49553;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/swfupload\";i:0;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/mediaelement/renderers\";i:18880;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/mediaelement\";i:721307;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/plupload\";i:490958;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/jquery/ui\";i:787634;s:62:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/jquery\";i:1304968;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/image\";i:55874;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/wpeditimage\";i:37709;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/wordpress\";i:50553;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/lists\";i:97383;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/hr\";i:1347;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/paste\";i:113193;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/link\";i:32949;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/media\";i:57914;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/plugins\";i:607194;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/skins/wordpress/images\";i:16653;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/skins/wordpress\";i:25413;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/skins\";i:235667;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/utils\";i:18826;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/langs\";i:15529;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/themes/modern\";i:446221;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/themes/inlite\";i:452642;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce/themes\";i:898863;s:63:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/tinymce\";i:2856553;s:60:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/crop\";i:20004;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/codemirror\";i:1601615;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/thickbox\";i:31840;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/interactivity\";i:144614;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/connectors\";i:15551;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-library/accordion\";i:5203;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-library/image\";i:24579;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-library/navigation\";i:9145;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-library/search\";i:2994;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-library/file\";i:1834;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-library/playlist\";i:2579;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-library/query\";i:2952;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-library/form\";i:2348;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-library/tabs\";i:9164;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-library\";i:60798;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/core-abilities\";i:6287;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/edit-site-init\";i:13724;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/abilities\";i:429212;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/a11y\";i:2030;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/route\";i:256791;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/workflow\";i:203887;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-editor/utils\";i:4419;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/block-editor\";i:4419;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/boot\";i:178279;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/interactivity-router\";i:72589;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/lazy-editor\";i:127797;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules/latex-to-mathml\";i:577015;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/script-modules\";i:2097097;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/vendor\";i:2665530;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist/development\";i:89968;s:60:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/dist\";i:28640125;s:61:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js/jcrop\";i:24976;s:55:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/js\";i:38144335;s:61:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/html-api\";i:560396;s:56:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/IXR\";i:34231;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Nyholm/Psr7/Factory\";i:6231;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Nyholm/Psr7\";i:55640;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Nyholm\";i:55640;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Http/Discovery/Strategy\";i:15726;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Http/Discovery/Exception\";i:3827;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Http/Discovery\";i:31989;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Http\";i:31989;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Psr/SimpleCache\";i:4632;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Psr/Http/Message\";i:52512;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Psr/Http/Client\";i:2160;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Psr/Http\";i:54672;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Psr/EventDispatcher\";i:463;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party/Psr\";i:59767;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/third-party\";i:147396;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Results/DTO\";i:22182;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Results/Contracts\";i:1401;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Results/Enums\";i:1422;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Results\";i:25005;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Events\";i:6036;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Common/Contracts\";i:2354;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Common/Traits\";i:5106;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Common/Exception\";i:2354;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Common\";i:25923;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Operations/DTO\";i:5210;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Operations/Contracts\";i:779;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Operations/Enums\";i:1347;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Operations\";i:7336;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Builders\";i:61693;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Tools/DTO\";i:13933;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Tools\";i:13933;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Files/DTO\";i:13526;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Files/Enums\";i:1712;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Files/ValueObjects\";i:8044;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Files\";i:23282;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Messages/DTO\";i:18145;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Messages/Enums\";i:3800;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Messages\";i:21945;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/DTO\";i:12120;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Contracts\";i:5078;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Http/DTO\";i:27301;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Http/Contracts\";i:4183;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Http/Collections\";i:3849;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Http/Abstracts\";i:2927;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Http/Util\";i:4043;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Http/Traits\";i:2295;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Http/Exception\";i:9570;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Http/Enums\";i:3788;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Http\";i:69910;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/DTO\";i:61241;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/TextGeneration/Contracts\";i:1525;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/TextGeneration\";i:1525;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/TextToSpeechConversion/Contracts\";i:1619;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/TextToSpeechConversion\";i:1619;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/Contracts\";i:1263;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/ImageGeneration/Contracts\";i:1536;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/ImageGeneration\";i:1536;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/VideoGeneration/Contracts\";i:1530;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/VideoGeneration\";i:1530;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/SpeechGeneration/Contracts\";i:1549;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/SpeechGeneration\";i:1549;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models/Enums\";i:8507;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Models\";i:78770;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/ApiBasedImplementation/Contracts\";i:1041;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/ApiBasedImplementation\";i:13286;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/OpenAiCompatibleImplementation\";i:41845;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers/Enums\";i:1712;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src/Providers\";i:250909;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client/src\";i:453422;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/php-ai-client\";i:602228;s:57:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes/l10n\";i:31157;s:52:\"/home/mrarqpph/public_html/hartgarnermdn/wp-includes\";i:60792034;s:57:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/network\";i:129288;s:54:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/user\";i:3758;s:55:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/maint\";i:7647;s:58:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/includes\";i:3128285;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/css/colors/ectoplasm\";i:94192;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/css/colors/sunrise\";i:96463;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/css/colors/midnight\";i:95013;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/css/colors/modern\";i:93738;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/css/colors/light\";i:93681;s:65:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/css/colors/blue\";i:92863;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/css/colors/coffee\";i:94895;s:66:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/css/colors/ocean\";i:93989;s:60:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/css/colors\";i:792322;s:53:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/css\";i:2782254;s:56:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/images\";i:700308;s:60:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/js/widgets\";i:139413;s:52:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin/js\";i:2018177;s:49:\"/home/mrarqpph/public_html/hartgarnermdn/wp-admin\";i:9723629;s:40:\"/home/mrarqpph/public_html/hartgarnermdn\";i:70709634;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/patterns\";i:159393;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/styles\";i:33899;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/assets/fonts\";i:1023558;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/assets/css\";i:357;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/assets/images\";i:1152100;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/assets\";i:2176015;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/templates\";i:12788;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour/parts\";i:1473;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfour\";i:3137654;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/patterns\";i:346797;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/styles/blocks\";i:1977;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/styles/colors\";i:25175;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/styles/typography\";i:38357;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/styles/sections\";i:10657;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/styles\";i:140995;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/fonts/manrope\";i:53600;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans\";i:2936072;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab\";i:115804;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn\";i:357316;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/fonts/platypi\";i:142896;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/fonts/beiruti\";i:176048;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/fonts/fira-code\";i:106112;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office\";i:299520;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/fonts/literata\";i:1698956;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/fonts\";i:5886324;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/css\";i:157;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets/images\";i:1945719;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/assets\";i:7832200;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/templates\";i:5339;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive/parts\";i:440;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentyfive\";i:8630461;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra-child/css\";i:7288;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra-child/js\";i:599;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra-child/inc\";i:3456;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra-child\";i:380605;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/admin/assets/build/images\";i:747889;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/admin/assets/build\";i:2612834;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/admin/assets/theme-builder/build\";i:1217152;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/admin/assets/theme-builder\";i:1217152;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/admin/assets\";i:3829986;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/admin/includes\";i:93859;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/admin\";i:3956109;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/template-parts/404\";i:926;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/template-parts/single\";i:2806;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/template-parts/header/builder\";i:17207;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/template-parts/header\";i:18185;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/template-parts/blog\";i:4958;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/template-parts/footer/builder\";i:8311;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/template-parts/footer\";i:11367;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/template-parts/advanced-footer\";i:2193;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/template-parts\";i:53014;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/svg/logo-svg-icons\";i:2147262;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/svg\";i:5463896;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/fonts\";i:6632;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/css/minified/compatibility/page-builder\";i:1581;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce\";i:579955;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/css/minified/compatibility\";i:787823;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/css/minified\";i:1485259;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/css\";i:1485259;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/js/minified\";i:177118;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/js/unminified\";i:299383;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets/js\";i:476501;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/assets\";i:7432288;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/languages\";i:585635;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/base/dynamic-css/button\";i:9986;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/base/dynamic-css/social\";i:22774;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/base/dynamic-css/html\";i:6371;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget\";i:7912;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/base/dynamic-css\";i:47043;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/base\";i:47043;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/assets/js/minified\";i:106804;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/assets/js/unminified\";i:186039;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/assets/js\";i:292843;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/assets\";i:292843;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css\";i:17565;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/mobile-menu\";i:22568;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css\";i:2577;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/site-identity\";i:3702;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/account/dynamic-css\";i:6042;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/account\";i:11990;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/search/dynamic-css\";i:7032;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/search\";i:10434;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/button/dynamic-css\";i:678;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/button\";i:3092;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css\";i:22881;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/off-canvas\";i:23927;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css\";i:10217;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/primary-header\";i:12530;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css\";i:6142;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/below-header\";i:7206;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css\";i:24359;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/menu\";i:32173;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css\";i:696;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/social-icon\";i:1809;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css\";i:45722;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/woo-cart\";i:46903;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css\";i:10456;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/mobile-trigger\";i:11537;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css\";i:6180;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/above-header\";i:7243;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css\";i:19741;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/edd-cart\";i:20914;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/html/dynamic-css\";i:684;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/html\";i:1749;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css\";i:694;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header/widget\";i:1799;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/header\";i:219576;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css\";i:6250;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/above-footer\";i:7448;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css\";i:2456;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/button\";i:4874;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css\";i:6252;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/below-footer\";i:7450;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css\";i:15268;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/menu\";i:18781;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css\";i:720;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/social-icon\";i:1876;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css\";i:7443;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/primary-footer\";i:8661;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css\";i:2930;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/html\";i:4019;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css\";i:3361;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/copyright\";i:4589;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css\";i:3130;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer/widget\";i:4235;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type/footer\";i:61933;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/type\";i:636344;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/markup\";i:21672;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder/controllers\";i:25415;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/builder\";i:694385;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/schema\";i:20907;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/core/builder\";i:122410;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/core/deprecated\";i:17909;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/core/markup\";i:9899;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/core\";i:515162;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/minified\";i:1863;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified\";i:4354;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/scroll-to-top/assets/js\";i:6217;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/scroll-to-top/assets\";i:6217;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/scroll-to-top/css\";i:5871;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/scroll-to-top/classes/customizer\";i:10332;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/scroll-to-top/classes\";i:14707;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/scroll-to-top\";i:28498;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/heading-colors/customizer\";i:8671;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified\";i:7565;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified\";i:10860;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/heading-colors/assets/js\";i:18425;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/heading-colors/assets\";i:18425;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/heading-colors/dynamic-css\";i:1335;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/heading-colors\";i:40308;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified\";i:33699;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified\";i:37341;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/transparent-header/assets/js\";i:71040;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/transparent-header/assets\";i:71040;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css\";i:96330;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/transparent-header/classes/sections\";i:55309;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/transparent-header/classes\";i:172155;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/transparent-header\";i:244989;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/breadcrumbs/customizer\";i:30365;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified\";i:6111;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified\";i:8182;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js\";i:14293;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/breadcrumbs/assets\";i:14293;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css\";i:25769;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons/breadcrumbs\";i:129352;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/addons\";i:443147;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/astra-pro\";i:3124;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/extend-customizer\";i:3776;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/builder/base\";i:46426;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs\";i:191902;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/builder/header\";i:210372;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs\";i:58374;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/builder/footer\";i:69064;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/builder\";i:343471;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/colors-background\";i:12605;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/buttons\";i:45442;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/layout\";i:106067;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/block-editor\";i:3569;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/comments\";i:4832;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/typography\";i:55521;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/accessibility\";i:4298;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations/global-misc\";i:1273;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/configurations\";i:579496;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/description-with-link\";i:1575;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified\";i:334481;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified\";i:378507;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/assets/css\";i:712988;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/minified\";i:70669;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified\";i:142978;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/assets/js\";i:213647;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/assets\";i:926635;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link\";i:1314;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/typography\";i:22099;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/description\";i:951;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls/logo-svg-icon\";i:934;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/custom-controls\";i:960664;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/extend-custom-controls/build\";i:591247;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer/extend-custom-controls\";i:591480;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/customizer\";i:2310209;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/assets/fonts\";i:3972;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/assets/css\";i:405020;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/assets/images/customizer\";i:80652;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/assets/images/starter-content\";i:106458;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/assets/images\";i:429794;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/assets/js/minified\";i:27424;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/assets/js\";i:85791;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/assets\";i:924577;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/admin/settings/performance\";i:25706;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/admin/settings\";i:25706;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/admin/postmeta\";i:27927;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/admin\";i:53633;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/globals/colors\";i:36911;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/globals/buttons\";i:17089;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/globals/typography\";i:46300;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/globals/container\";i:22375;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/globals\";i:122675;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/posttypes/blog\";i:47805;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/posttypes\";i:47805;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/siteidentity\";i:14779;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/header/transparent\";i:20733;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/header/builder\";i:16500;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/header\";i:106494;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/general/sidebar\";i:32011;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/general/scroll-to-top\";i:11926;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/general/breadcrumb\";i:23697;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/general\";i:67634;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer/footer\";i:60251;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities/customizer\";i:419638;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/abilities\";i:501201;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules/related-posts/customizer\";i:48981;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules/related-posts/css\";i:18019;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules/related-posts\";i:96152;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules/posts-structures/customizer\";i:139678;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules/posts-structures/assets/js/minified\";i:24419;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules/posts-structures/assets/js/unminified\";i:33498;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules/posts-structures/assets/js\";i:57917;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules/posts-structures/assets\";i:57917;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules/posts-structures/css\";i:69016;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules/posts-structures\";i:286898;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/modules\";i:383050;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout\";i:4308;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections\";i:15020;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/lifterlms/customizer\";i:16370;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/lifterlms\";i:53819;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/surecart/customizer\";i:2000;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/surecart\";i:18019;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/starter-content\";i:296232;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout\";i:10025;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/edd/customizer/sections\";i:16733;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/edd/customizer\";i:20436;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/edd\";i:67754;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout\";i:48004;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections\";i:58625;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/woocommerce/customizer\";i:60627;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/woocommerce\";i:240433;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout\";i:1891;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections\";i:8422;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/learndash/customizer\";i:9886;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility/learndash\";i:37298;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/compatibility\";i:859667;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/metabox/extend-metabox/build\";i:1414363;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/metabox/extend-metabox/css/minified\";i:94798;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified\";i:113648;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/metabox/extend-metabox/css\";i:208446;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/metabox/extend-metabox\";i:1622809;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/metabox\";i:1728063;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/theme-update\";i:169218;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/dynamic-css\";i:146419;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/blog\";i:58315;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/docs\";i:9786;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/webfont\";i:19344;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/assets/css/minified\";i:608;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/assets/css/unminified\";i:738;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/assets/css\";i:1346;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/assets\";i:1346;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/css\";i:31620;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/js\";i:10231;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets\";i:41851;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/classes\";i:11242;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey\";i:53093;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/modules\";i:57976;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics/classes\";i:2860;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/bsf-analytics\";i:104027;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/nps-survey/assets/fonts\";i:38041;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/nps-survey/assets\";i:38041;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/nps-survey/classes\";i:18345;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/nps-survey/dist\";i:58382;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/nps-survey\";i:123436;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/batch-processing\";i:13904;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib/astra-notices\";i:16808;s:72:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc/lib\";i:293226;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra/inc\";i:9755872;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/astra\";i:22378735;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree/patterns\";i:9785;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree/styles\";i:53195;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono\";i:148118;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro\";i:1409152;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree/assets/fonts/inter\";i:807760;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree/assets/fonts/dm-sans\";i:128429;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree/assets/fonts\";i:2493459;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree/assets\";i:2493459;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree/templates\";i:10295;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree/parts\";i:878;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes/twentytwentythree\";i:2668513;s:58:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/themes\";i:37195996;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/webp\";i:51877;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/minify\";i:224893;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/cache\";i:205861;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/includes/tables\";i:1936;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/includes/list-tables\";i:2275;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/includes/blockui\";i:47985;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/includes/fragments\";i:3777;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/includes\";i:611002;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/languages\";i:198577;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/css/sortable\";i:3031;s:75:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/css\";i:162301;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/compatibility\";i:16124;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/templates/minify\";i:75891;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/templates/status\";i:1998;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/templates/cache\";i:31825;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/templates/images\";i:27706;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/templates/database\";i:31281;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/templates/performance\";i:6151;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/templates/notices\";i:17534;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/templates/settings\";i:41591;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/templates\";i:270125;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/images/logo\";i:23223;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/images/features\";i:38044;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/images/our-other-plugins\";i:84482;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/images/icon\";i:559;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/images/notices\";i:364742;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/images\";i:511050;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/js/serialize-json\";i:22814;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/js/jszip\";i:505574;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/js/sortable\";i:10705;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/js/handlebars\";i:397175;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/js\";i:1257646;s:126:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-guesser/src/Detectors\";i:9633;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-guesser/src\";i:19088;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-guesser\";i:20577;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/file-util/src\";i:6112;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/file-util\";i:11344;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/exec-with-fallback/src\";i:14864;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/exec-with-fallback\";i:60942;s:160:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/FileSystemProblems\";i:696;s:165:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConverterNotOperational\";i:685;s:154:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInput\";i:879;s:141:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed\";i:3283;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions\";i:4239;s:135:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits\";i:42505;s:140:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits\";i:11186;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Converters\";i:218871;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Helpers\";i:8792;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert\";i:236131;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Exceptions/InvalidInput\";i:497;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Exceptions\";i:2177;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Loggers\";i:4810;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Serve/Exceptions\";i:202;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Serve\";i:23996;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Options/Exceptions\";i:625;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Options\";i:26647;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Helpers\";i:15381;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src\";i:315712;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert\";i:318112;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-sniffer/src\";i:6594;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-sniffer\";i:13584;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/locate-binaries/src\";i:5104;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk/locate-binaries\";i:11253;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/rosell-dk\";i:435812;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/faq\";i:2576;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/css\";i:106;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/examples\";i:8694;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlDocument\";i:18229;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode\";i:25463;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/Debug\";i:1640;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs\";i:62744;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom\";i:255284;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/simplehtmldom\";i:255284;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/bin\";i:0;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/src/Exceptions\";i:2171;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/src\";i:93112;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/data/js\";i:987;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/data\";i:987;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify\";i:95158;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/matthiasmullie/path-converter/src\";i:6776;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/matthiasmullie/path-converter\";i:7835;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/matthiasmullie\";i:102993;s:136:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Installer/icons\";i:175216;s:130:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Installer\";i:197428;s:133:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/RestResponse\";i:707;s:137:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/build\";i:404758;s:148:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/assets/icons\";i:52991;s:146:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/assets/css\";i:5790;s:148:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/assets/logos\";i:3830;s:142:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/assets\";i:62611;s:141:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/types\";i:3130;s:149:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/utils/Tooltip\";i:4064;s:141:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/utils\";i:26671;s:141:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/store\";i:17095;s:152:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/components/Modal\";i:18880;s:153:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/components/Fields\";i:76230;s:153:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/components/Inputs\";i:3786;s:146:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src/components\";i:116183;s:135:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding/src\";i:227389;s:131:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard/Onboarding\";i:657867;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/Wizard\";i:856037;s:136:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard/composer-plugin-extras\";i:6789;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-onboarding-wizard\";i:863691;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/modules\";i:265489;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/css\";i:884;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/images\";i:13902;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/js\";i:16673;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/classes\";i:5986;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central\";i:403340;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central\";i:409613;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/CI/xml\";i:866;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/CI\";i:866;s:133:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme/fonts/Inter\";i:1209904;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme/fonts\";i:1209904;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme/helpers\";i:12789;s:149:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme/components/button/templates\";i:224;s:139:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme/components/button\";i:41581;s:160:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme/components/icon/svgs/teamupdraft-logos\";i:941;s:142:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme/components/icon/svgs\";i:8542;s:137:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme/components/icon\";i:12362;s:147:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme/components/column-and-row\";i:184772;s:132:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme/components\";i:238715;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-theme\";i:1468357;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-semaphore\";i:10125;s:150:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-plugin-deinstall-dialog/assets/css\";i:8933;s:149:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-plugin-deinstall-dialog/assets/js\";i:13528;s:146:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-plugin-deinstall-dialog/assets\";i:22461;s:149:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-plugin-deinstall-dialog/templates\";i:1274;s:139:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-plugin-deinstall-dialog\";i:30806;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-tasks\";i:47316;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-rpc\";i:82643;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-notices\";i:9804;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src\";i:1649051;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs\";i:1657481;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/team-updraft\";i:2930785;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/bin\";i:10056;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/File\";i:281556;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:23151;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Net\";i:415528;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:17621;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/System\";i:19449;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:545014;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Math\";i:134078;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib\";i:1396285;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib\";i:1405928;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/phpseclib\";i:1405928;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/static\";i:4736;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/builder\";i:22969;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/JS\";i:9048;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/HTML\";i:7403;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Source\";i:6959;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Logger\";i:525;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/CSS\";i:19325;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Cache\";i:22341;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Controller\";i:15131;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify\";i:160922;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/HTTP\";i:22418;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/MrClay/Cli\";i:5098;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/MrClay\";i:16555;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib\";i:227014;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/minify\";i:276285;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/web\";i:2512;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/src/JSMin\";i:16622;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/src\";i:16622;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php\";i:22860;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic/src/Props\";i:8549;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic/src\";i:8549;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic\";i:9604;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/mrclay\";i:308749;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Vault\";i:2528;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Laravel/Facades\";i:295;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Laravel\";i:1638;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/config\";i:1467;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Token\";i:5410;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Exception\";i:422;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src\";i:26033;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/intervention/httpauth\";i:27111;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/intervention\";i:27111;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Processor\";i:21654;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:10575;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1895;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1993;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4282;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler\";i:265769;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Formatter\";i:57350;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog\";i:392867;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src\";i:392867;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog/monolog\";i:393930;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/monolog\";i:393930;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Tests/Fixtures\";i:5725;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Tests/Psr11\";i:6945;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Tests\";i:36700;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Exception\";i:6494;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Psr11\";i:4140;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple\";i:60565;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src\";i:60565;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/pimple/pimple\";i:71143;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/pimple\";i:71143;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/psr/log/Psr/Log\";i:11471;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/psr/log/Psr\";i:11471;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/psr/log\";i:12556;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/psr/container/src\";i:1388;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/psr/container\";i:2533;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/psr\";i:15089;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/src\";i:48443;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin\";i:48443;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/tubalmartin\";i:48443;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor/composer\";i:124626;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/vendor\";i:6130720;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize/optimizations\";i:99724;s:71:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wp-optimize\";i:11135702;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/base\";i:25858;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/scss/mixins\";i:2324;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/scss/widgets/video\";i:4713;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/scss/widgets\";i:340485;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/scss/variables\";i:1445;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/scss/lib\";i:25791;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/scss\";i:412834;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/css/min\";i:1187718;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/css\";i:2448758;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/presets-json\";i:14740;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/images/devices\";i:11024;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/images\";i:40709;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/js/min\";i:413710;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/js\";i:961905;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/jquery-event-move\";i:20846;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/intl-tel-input\";i:0;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/tablesaw\";i:70982;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/chartjs\";i:208341;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/scroll-indicator\";i:0;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/slick\";i:131818;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/smartmenu\";i:70025;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/justified-gallery\";i:65140;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/jquery-cookie\";i:4440;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/magnific-popup\";i:74132;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/fancybox\";i:259434;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/three-vanta\";i:603742;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/tooltipster\";i:160800;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/tilt\";i:18113;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/countdown\";i:53226;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/hamburgers\";i:52781;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/isotope\";i:126843;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/ppicons/fonts\";i:209412;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/ppicons/css\";i:6896;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/ppicons\";i:216308;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/jquery-resize\";i:9034;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib/particles\";i:23364;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/lib\";i:2169369;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/assets\";i:6048315;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/includes/admin\";i:48684;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/includes/updater\";i:32503;s:128:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod\";i:17158;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha\";i:37491;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/includes/vendor/recaptcha\";i:40326;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/includes/vendor\";i:40326;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/includes/controls/groups\";i:5886;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/includes/controls\";i:6499;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/includes\";i:159506;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/extensions\";i:92153;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/languages\";i:2162625;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/wpforms/widgets\";i:56191;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/wpforms\";i:57413;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/progress-bar/widgets\";i:40702;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/progress-bar\";i:41837;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/image-comparison/widgets\";i:33488;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/image-comparison\";i:34640;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/author-list/widgets\";i:39416;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/author-list\";i:40152;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/image-accordion/widgets\";i:38840;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/image-accordion\";i:39987;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/coupons/widgets\";i:171770;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/coupons\";i:172878;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/faq/widgets\";i:61419;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/faq\";i:64361;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/categories/widgets\";i:111764;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/categories\";i:114713;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/modal-popup/widgets\";i:65337;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/modal-popup\";i:66078;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/custom-fields/fields\";i:8911;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/custom-fields\";i:10183;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/recipe/widgets\";i:70758;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/recipe\";i:71485;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/toc/widgets\";i:37779;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/toc\";i:38509;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/formidable-forms/widgets\";i:53732;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/formidable-forms\";i:54953;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/scroll-image/widgets\";i:17912;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/scroll-image\";i:19044;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/charts/widgets\";i:90047;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/charts\";i:90369;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/video/widgets\";i:196024;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/video\";i:201653;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/toggle/widgets\";i:29882;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/toggle\";i:30599;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/testimonials/widgets\";i:108113;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/testimonials\";i:109246;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/divider/widgets\";i:33242;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/divider\";i:33964;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/tabbed-gallery/widgets\";i:96582;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/tabbed-gallery\";i:98212;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/dynamic-tags/tags\";i:2916;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/dynamic-tags\";i:4143;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/step-flow/widgets\";i:0;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/step-flow\";i:0;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/table/widgets\";i:125588;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/table\";i:126300;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/ninja-forms/widgets\";i:48793;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/ninja-forms\";i:49982;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/slide-menu\";i:0;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/buttons/widgets\";i:47553;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/buttons\";i:48270;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/how-to/widgets\";i:75590;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/how-to\";i:76306;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/display-conditions/conditions\";i:117355;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/display-conditions\";i:133958;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/fluent-forms/widgets\";i:49286;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/fluent-forms\";i:50484;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/tabbed-content-carousel/widgets\";i:113256;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/tabbed-content-carousel\";i:113256;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/info-list/widgets\";i:56359;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/info-list\";i:57476;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/traits\";i:0;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/gallery/widgets\";i:242743;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/gallery\";i:246894;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/twitter/widgets\";i:29459;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/twitter\";i:30240;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/protected-content/widgets\";i:38479;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/protected-content\";i:39245;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/registration-form/widgets\";i:81349;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/registration-form/fields\";i:3642;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/registration-form\";i:113338;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/business-reviews/skins\";i:84090;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/business-reviews/widgets\";i:19832;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/business-reviews\";i:104683;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/logos/widgets\";i:86296;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/logos\";i:87212;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/google-maps/widgets\";i:38151;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/google-maps\";i:39278;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/promo-box/widgets\";i:58051;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/promo-box\";i:58782;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/offcanvas-content/widgets\";i:57624;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/offcanvas-content\";i:58395;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/business-hours/widgets\";i:36761;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/business-hours\";i:37512;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/link-effects/widgets\";i:17010;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/link-effects\";i:17756;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/instafeed/widgets\";i:91244;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/instafeed\";i:92372;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/contact-form-seven/widgets\";i:44247;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/contact-form-seven\";i:45470;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/showcase/widgets\";i:129785;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/showcase\";i:131357;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/pricing/widgets\";i:156468;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/pricing\";i:157383;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/templates-content\";i:18270;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/query-control/types\";i:31673;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/query-control\";i:34858;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/hotspots/widgets\";i:42169;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/hotspots\";i:42902;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/calendar\";i:0;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/info-table/widgets\";i:58757;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/info-table\";i:59879;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/devices/widgets\";i:94080;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/devices\";i:95633;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/headings/widgets\";i:29561;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/headings\";i:30489;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/onepage-nav/widgets\";i:26593;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/onepage-nav\";i:27337;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/woocommerce/skins\";i:42257;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials\";i:5706;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop\";i:9590;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/woocommerce/templates\";i:75078;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/woocommerce/widgets\";i:964289;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/woocommerce\";i:1094028;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/team-member/widgets\";i:166985;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/team-member\";i:168139;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/breadcrumbs/widgets\";i:48875;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/breadcrumbs\";i:50019;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/counter/widgets\";i:53046;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/counter\";i:53768;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/content-reveal/widgets\";i:30510;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/content-reveal\";i:31266;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/query-post/controls\";i:2356;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/query-post\";i:7335;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/countdown/widgets\";i:58928;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/countdown\";i:60046;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/album/widgets\";i:72194;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/album\";i:73913;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/interactive-circle/widgets\";i:62048;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/interactive-circle\";i:63213;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/login-form/includes/vendor/google\";i:0;s:141:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/login-form/includes/vendor/monolog/monolog/src/Monolog\";i:0;s:133:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/login-form/includes/vendor/monolog/monolog/src\";i:0;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/login-form/includes/vendor/monolog/monolog\";i:0;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/login-form/includes/vendor/monolog\";i:0;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/login-form/includes/vendor\";i:0;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/login-form/includes\";i:0;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/login-form/widgets\";i:88049;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/login-form\";i:111694;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/marquee/widgets\";i:41159;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/marquee\";i:41881;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/flipbox/widgets\";i:63928;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/flipbox\";i:64650;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/advanced-accordion/widgets\";i:49896;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/advanced-accordion\";i:50667;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/gravity-forms/widgets\";i:76129;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/gravity-forms\";i:77325;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/posts/skins\";i:309745;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/posts/traits\";i:16922;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/posts/widgets\";i:459241;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/posts\";i:792390;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/advanced-tabs/widgets\";i:67090;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/advanced-tabs\";i:67836;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/presets-style/controls\";i:2682;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/presets-style\";i:4956;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/random-image/widgets\";i:32202;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/random-image\";i:33923;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/advanced-menu/widgets\";i:82516;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/advanced-menu\";i:83262;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/events/skins\";i:0;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/events/widgets\";i:0;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/events\";i:0;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/review-box/widgets\";i:93716;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/review-box\";i:94452;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/info-box/widgets\";i:166715;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/info-box\";i:167851;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/icon-list/widgets\";i:34937;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/icon-list\";i:35668;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/sitemap/widgets\";i:29835;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules/sitemap\";i:30943;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/modules\";i:6878961;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/templates/page\";i:2020;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/templates/woocommerce/cart\";i:458;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/templates/woocommerce/checkout\";i:2114;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/templates/woocommerce/myaccount\";i:986;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/templates/woocommerce\";i:12079;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/templates\";i:14099;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/classes/theme-support/includes\";i:1031;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/classes/theme-support\";i:13688;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/classes/wpml\";i:46250;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements/classes\";i:373101;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/powerpack-elements\";i:15946001;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/isolation\";i:1108;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/preview\";i:592;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/notifications/traits\";i:678;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/notifications\";i:2012;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/admin\";i:10837;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/integrations/actions/email\";i:7732;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/integrations/actions\";i:8766;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/integrations/exceptions\";i:2014;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/integrations\";i:13567;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/editor\";i:13805;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/security\";i:1543;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/utils\";i:5627;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/compatibility\";i:505;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/upgrade\";i:36142;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/connect/apps\";i:3857;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/connect\";i:4444;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/behaviors\";i:2320;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/assets/styles\";i:580;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/assets/js/ui\";i:960;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/assets/js/hooks\";i:621;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/assets/js\";i:2621;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/assets\";i:3201;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/onboarding\";i:1925;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/kit-library\";i:2548;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/import\";i:3883;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/export\";i:1499;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/revert\";i:1795;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners\";i:7177;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export\";i:9457;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/services\";i:2744;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/models\";i:1138;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context\";i:16874;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms\";i:2767;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions\";i:22012;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages\";i:30156;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules\";i:8375;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions\";i:4568;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/organisms\";i:2860;s:126:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands\";i:1205;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data\";i:1479;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/hooks\";i:1942;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js\";i:73072;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets\";i:73072;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints\";i:11274;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/responses\";i:632;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data\";i:12693;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/site-editor\";i:93462;s:131:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/base\";i:1208;s:133:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/import\";i:7772;s:133:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/traits\";i:3013;s:133:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/export\";i:6411;s:126:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners\";i:18404;s:134:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/utils\";i:1184;s:134:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks\";i:11835;s:139:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components\";i:72467;s:128:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js\";i:86520;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets\";i:86520;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules/import-export-customization\";i:112488;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app/modules\";i:219880;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/app\";i:227365;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/database\";i:45656;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/data/endpoints\";i:2650;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/data/interfaces\";i:362;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core/data\";i:3745;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/core\";i:387407;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/base\";i:43827;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/css/modules\";i:119759;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/css/templates\";i:677706;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/css/conditionals\";i:18674;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/css\";i:1943111;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/images/announcements\";i:15106;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/images\";i:19165;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended\";i:9354;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended\";i:51110;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/editor-collection-loop\";i:5132;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/editor-interactions-extended\";i:585235;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/license-api\";i:12721;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/editor-components-extended\";i:520843;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/editor-editing-panel-extended\";i:26140;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/core-adapter-utils\";i:5464;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/editor-notes\";i:10732;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/editor-controls-extended\";i:114353;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/editor-variables-extended\";i:60594;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages/editor-templates-extended\";i:27847;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/packages\";i:1429525;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js/notes\";i:1754465;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/js\";i:8352444;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/data\";i:880;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/lib/html2canvas/js\";i:468619;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/lib/html2canvas\";i:468619;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/lib/lottie\";i:711407;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/lib/instant-page\";i:9329;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/lib/sticky\";i:13740;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro\";i:119898;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/lib/smartmenus\";i:69932;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js\";i:30687;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/lib/dom-to-image\";i:30687;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets/lib\";i:1423612;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/assets\";i:11739212;s:128:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export\";i:9031;s:142:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export-customization\";i:9575;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts\";i:45407;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets\";i:12869;s:128:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export\";i:8844;s:142:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export-customization\";i:9398;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons\";i:52252;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/import-export/traits\";i:2171;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/import-export\";i:2171;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items\";i:5213;s:130:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/editor-one-menu-items\";i:3680;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types\";i:138912;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/assets\";i:0;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager/classes\";i:14001;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/assets-manager\";i:154563;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/call-to-action/assets\";i:0;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/call-to-action/widgets\";i:53288;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/call-to-action\";i:55054;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/scroll-snap/assets\";i:0;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/scroll-snap\";i:3743;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/table-of-contents/assets\";i:0;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/table-of-contents/widgets\";i:23620;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/table-of-contents\";i:24719;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/custom-attributes\";i:5418;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/blockquote/assets\";i:0;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/blockquote/widgets\";i:27992;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/blockquote\";i:29019;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/link-in-bio/base\";i:197;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets\";i:23879;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render\";i:1708;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/link-in-bio/classes\";i:1708;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/link-in-bio\";i:26331;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/flip-box/assets\";i:0;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/flip-box/widgets\";i:46571;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/flip-box\";i:47814;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/slides/assets\";i:0;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/slides/widgets\";i:42315;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/slides/controls\";i:624;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/slides\";i:44437;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/element-manager\";i:2609;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder/assets/images\";i:21176;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder/assets\";i:21176;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder/views\";i:4308;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder/skins\";i:15201;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder/traits\";i:19203;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder/documents\";i:15234;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder/widgets\";i:31015;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder/files/css\";i:7070;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder/files\";i:7070;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder/providers\";i:13935;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-builder\";i:138154;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items\";i:5002;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/tiers\";i:6369;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/checklist/steps\";i:1236;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/checklist\";i:2695;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/lottie/assets/animations\";i:112811;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/lottie/assets\";i:112811;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/lottie/widgets\";i:21031;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/lottie/classes\";i:2402;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/lottie\";i:138548;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/notifications/views\";i:2709;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/notifications\";i:8076;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/user\";i:14669;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/assets/images\";i:3936;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/assets\";i:3936;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/database/migrations\";i:4811;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/database/query\";i:17338;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/database/models\";i:15829;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/database/transformers\";i:1503;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/database\";i:40598;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/data/endpoints\";i:7302;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/data\";i:27051;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes/editor-one-menu-items\";i:1279;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/notes\";i:120004;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/search/assets\";i:0;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/search/widgets\";i:58840;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/search/data/endpoints\";i:3170;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/search/data\";i:3611;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/search\";i:64957;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags\";i:13466;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods\";i:17509;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags\";i:15189;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf\";i:22873;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags/assets\";i:0;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags\";i:11903;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset\";i:14187;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base\";i:4531;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags\";i:71851;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags/components\";i:1885;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/dynamic-tags\";i:133946;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/admin-top-bar\";i:1477;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/payments/assets\";i:0;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/payments/widgets\";i:28628;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/payments/classes\";i:18308;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/payments\";i:63387;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/display-conditions/assets\";i:0;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base\";i:6878;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/display-conditions/conditions\";i:38654;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags\";i:4780;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/display-conditions/classes\";i:18774;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/display-conditions\";i:66743;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/animated-headline/assets\";i:0;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/animated-headline/widgets\";i:18694;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/animated-headline\";i:19769;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/floating-buttons/base\";i:771;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/floating-buttons/assets\";i:0;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/floating-buttons/documents\";i:5757;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets\";i:47314;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render\";i:61511;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/floating-buttons/classes\";i:61511;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/floating-buttons\";i:118642;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/cloud-library\";i:1659;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/mega-menu/assets\";i:0;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/mega-menu/traits\";i:1535;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/mega-menu/widgets\";i:80935;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/mega-menu/controls\";i:405;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/mega-menu\";i:85665;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/off-canvas/assets\";i:0;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/off-canvas/widgets\";i:14830;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/off-canvas\";i:18862;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/gallery/assets\";i:0;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/gallery/widgets\";i:43829;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/gallery\";i:45138;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/code-highlight/assets\";i:0;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/code-highlight/widgets\";i:7842;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/code-highlight\";i:10132;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/usage\";i:6833;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/custom-css/assets\";i:0;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/custom-css/admin-menu-items\";i:1047;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/custom-css\";i:7055;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/popup/display-settings\";i:12251;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing\";i:26056;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers\";i:15305;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/popup/assets/images\";i:45384;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/popup/assets\";i:45384;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/popup/admin-menu-items\";i:3022;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/popup/editor-one-menu-items\";i:1712;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/popup\";i:100650;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/share-buttons/assets\";i:0;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/share-buttons/widgets\";i:19047;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/share-buttons\";i:21766;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/sticky/assets\";i:0;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/sticky\";i:7002;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-filter/assets\";i:0;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-filter/traits\";i:8471;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-filter/widgets\";i:24672;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types\";i:7928;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-filter/query/interfaces\";i:272;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-filter/query/data\";i:775;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-filter/query\";i:19098;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints\";i:5314;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-filter/data\";i:5782;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/loop-filter\";i:70813;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/wp-cli\";i:3703;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/social/assets\";i:0;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/social/widgets\";i:22696;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/social/classes\";i:6863;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/social\";i:30919;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/transitions\";i:1566;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/pricing/assets\";i:0;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/pricing/widgets\";i:74899;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/pricing\";i:76488;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/variables/prop-types\";i:374;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/variables/classes\";i:2497;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/variables\";i:6933;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/checkbox\";i:10049;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/time-picker\";i:5686;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/submit-button\";i:6043;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/radio-button\";i:8986;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/input\";i:6785;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/textarea\";i:7338;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/select\";i:6435;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/classes\";i:14527;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/date-picker\";i:5686;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/label\";i:4561;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/actions\";i:24286;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/file-upload/validators\";i:5088;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form/file-upload\";i:24166;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-form\";i:142057;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/screenshots/assets\";i:0;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/screenshots/app/assets\";i:0;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/screenshots/app\";i:0;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/screenshots\";i:13900;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/attributes/props-resolver/transformers/settings\";i:880;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/attributes/props-resolver/transformers\";i:880;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/attributes/props-resolver\";i:880;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/attributes/controls\";i:702;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/attributes\";i:4457;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/progress-tracker/assets\";i:0;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/progress-tracker/widgets\";i:17396;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/progress-tracker\";i:18463;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/announcements/triggers\";i:832;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/announcements\";i:3402;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/query-control/assets\";i:0;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/query-control/classes\";i:18404;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/query-control/controls\";i:31071;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/query-control\";i:80389;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/custom-code/assets\";i:0;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/custom-code/import-export\";i:7543;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items\";i:3697;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/custom-code/import-export-customization\";i:8030;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/custom-code/editor-one-menu-items\";i:1756;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/custom-code\";i:54071;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/carousel/assets\";i:0;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/carousel/widgets\";i:84757;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/carousel\";i:86649;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/nested-carousel/assets\";i:0;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/nested-carousel/widgets\";i:15522;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/nested-carousel\";i:16824;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/collection-loop/traits\";i:1530;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/collection-loop/elements/collection-loop-item\";i:2502;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/collection-loop/elements/collection-loop\";i:5058;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/collection-loop/elements/collection-loop-layout\";i:3483;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/collection-loop/elements\";i:11043;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/collection-loop\";i:14869;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart\";i:5022;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates\";i:5022;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/assets\";i:0;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/skins\";i:4328;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/traits\";i:6445;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/documents\";i:11781;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/widgets\";i:553192;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/conditions\";i:3733;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/settings\";i:28534;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/classes\";i:13984;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/tags/traits\";i:835;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/tags\";i:17786;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce/import-export-customization\";i:2372;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/woocommerce\";i:706626;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/hotspot/assets\";i:0;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/hotspot/widgets\";i:34699;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/hotspot\";i:35705;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/global-widget/assets\";i:0;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/global-widget/views\";i:2559;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/global-widget/documents\";i:1674;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/global-widget/widgets\";i:6723;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/global-widget/data\";i:1675;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/global-widget/import-export-customization\";i:5426;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/global-widget\";i:28040;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/countdown/assets\";i:0;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/countdown/widgets\";i:22628;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/countdown\";i:23648;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/compatibility-tag\";i:1757;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/registrars\";i:3709;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/assets\";i:0;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items\";i:7744;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/export\";i:4795;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/database/repositories\";i:3566;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations\";i:9262;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/database/entities\";i:1852;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/database\";i:39547;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints\";i:12054;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/data/responses\";i:657;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/data\";i:22667;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/actions\";i:6439;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions/editor-one-menu-items\";i:2194;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/submissions\";i:93348;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/assets\";i:0;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/widgets\";i:108476;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/fields\";i:35559;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/classes\";i:74966;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/actions\";i:99031;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms/controls\";i:1192;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/forms\";i:425246;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/assets/images\";i:1486;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/assets\";i:1486;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/admin-menu-items\";i:679;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/views\";i:6870;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/skins\";i:16696;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/documents\";i:47883;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/widgets\";i:25755;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/theme-support\";i:2767;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/conditions\";i:21182;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/classes\";i:50064;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/import-export-customization\";i:8156;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder/editor-one-menu-items\";i:1642;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-builder\";i:200187;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/interactions/assets\";i:0;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/interactions\";i:6960;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-elements/assets\";i:0;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-elements/widgets\";i:141731;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/theme-elements\";i:143478;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/page-transitions/assets\";i:0;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/page-transitions\";i:24243;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/video-playlist/assets\";i:0;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/video-playlist/widgets\";i:71418;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/video-playlist\";i:72705;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/posts/assets\";i:0;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/posts/skins\";i:68159;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/posts/traits\";i:22358;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/posts/widgets\";i:45123;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/posts/data\";i:1472;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/posts\";i:139334;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/library/wp-widgets\";i:5158;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/library/assets\";i:0;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/library/widgets\";i:2482;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/library/classes\";i:2177;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/library\";i:13967;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/nav-menu/assets\";i:0;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/nav-menu/widgets\";i:46288;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/nav-menu\";i:47531;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/motion-fx/assets\";i:0;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/motion-fx\";i:20327;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/role-manager/assets\";i:0;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/role-manager\";i:4154;s:126:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-widgets/prop-types/display-conditions\";i:2882;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-widgets/prop-types\";i:2882;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-widgets/transformers\";i:1977;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/atomic-widgets\";i:11289;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules/editor-one\";i:1771;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/modules\";i:4105631;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/license/assets/js\";i:1633;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/license/assets\";i:1633;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/license/notices\";i:2441;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/license/data/endpoints\";i:2131;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/license/data\";i:2584;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/license/editor-one-menu-items\";i:3288;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/license\";i:70404;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/sample-data\";i:222479;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/vendor/composer\";i:37845;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/vendor\";i:38593;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/data/base\";i:255;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro/data\";i:690;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor-pro\";i:16837740;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq\";i:1006;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to\";i:1595;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks\";i:2601;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs\";i:559;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks\";i:559;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/blocks\";i:3160;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/packages/js/images\";i:149441;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/packages/js\";i:149441;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/packages\";i:149441;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/formatter\";i:7384;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/listeners\";i:304;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/pages\";i:4103;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/filters\";i:9256;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/tracking\";i:25798;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/notifiers\";i:3614;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/endpoints\";i:3887;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/watchers\";i:7659;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/views/form\";i:1101;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/views/tabs/network\";i:11931;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/views/tabs/tool\";i:7583;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard\";i:1740;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/views/tabs\";i:21254;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/views\";i:72521;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/google_search_console/views\";i:3373;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/google_search_console\";i:3815;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/import/plugins\";i:60112;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/import\";i:68106;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/menu\";i:26264;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/metabox\";i:65811;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/services\";i:2476;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/ajax\";i:7095;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/statistics\";i:7976;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/taxonomy\";i:39384;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/roles\";i:6648;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/exceptions\";i:1092;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin/capabilities\";i:15933;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/admin\";i:753146;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/css/dist\";i:1072129;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/css\";i:1076300;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/images/support\";i:81065;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/images/academy\";i:59456;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/images\";i:567967;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/js/dist/languages\";i:2004648;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/js/dist/externals\";i:2555635;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/js/dist\";i:7601537;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/js\";i:7601537;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/memoizers\";i:8376;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/surfaces/values\";i:12186;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/surfaces\";i:37070;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/repositories\";i:61207;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/context\";i:19548;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions\";i:5675;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-http-request/domain\";i:9504;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-http-request/application\";i:8744;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-http-request/infrastructure\";i:3554;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-http-request\";i:21802;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/domain/data\";i:3675;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/domain/tasks\";i:12721;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions\";i:4000;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/domain/components\";i:6053;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/domain\";i:26449;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/application/endpoints\";i:691;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/application/configuration\";i:1336;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks\";i:10650;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/application/tasks\";i:44309;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/application\";i:47069;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/infrastructure/endpoints\";i:2114;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/infrastructure/indexables\";i:6621;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/infrastructure/tasks-collectors\";i:6263;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/infrastructure\";i:18918;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/user-interface/tasks\";i:7618;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list/user-interface\";i:7618;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/task-list\";i:100054;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/deprecated/frontend\";i:10905;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/frontend\";i:1307;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin\";i:1424;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations\";i:2731;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers\";i:559;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/deprecated/src/promotions/domain\";i:613;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/deprecated/src/promotions\";i:613;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals\";i:913;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/deprecated/src\";i:4816;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/deprecated\";i:15759;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-generator/domain/endpoint\";i:1399;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-generator/domain\";i:3425;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-generator/application\";i:6966;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure/endpoints\";i:2148;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure\";i:3154;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-generator/user-interface\";i:19752;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-generator\";i:33297;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema/application/configuration\";i:4182;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema/application\";i:4182;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema/infrastructure\";i:930;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema\";i:5112;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/integrations/blocks\";i:23252;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation\";i:9666;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/integrations/admin\";i:165727;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/integrations/watchers\";i:112236;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/integrations/alerts\";i:2958;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/integrations/third-party\";i:63927;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/integrations/front-end\";i:69694;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/integrations\";i:530405;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/helpers/schema\";i:14164;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/helpers/twitter\";i:1226;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/helpers/open-graph\";i:5733;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/helpers\";i:205071;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/tracking/domain/exceptions\";i:443;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/tracking/domain\";i:443;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/tracking/application\";i:857;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/tracking/infrastructure\";i:3407;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/tracking/user-interface\";i:3498;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/tracking\";i:8205;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/authorization/domain\";i:2407;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/authorization/application\";i:22258;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure\";i:10183;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/authorization/user-interface\";i:7299;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/authorization\";i:42147;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/content-planner/domain\";i:11784;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/content-planner/application\";i:21065;s:126:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/recent-content\";i:5021;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/endpoints\";i:3575;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure\";i:9730;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/content-planner/user-interface\";i:20383;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/content-planner\";i:62962;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/free-sparks/application\";i:3464;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/free-sparks/infrastructure/endpoints\";i:1350;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/free-sparks/infrastructure\";i:1350;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/free-sparks/user-interface\";i:2495;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/free-sparks\";i:7309;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions\";i:6423;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/http-request/domain\";i:10450;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/http-request/application\";i:9140;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/http-request/infrastructure\";i:3752;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/http-request\";i:23342;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/generator/domain\";i:2323;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/generator/application\";i:7794;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/endpoints\";i:3583;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure\";i:4688;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/generator/user-interface\";i:20013;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/generator\";i:34818;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/consent/application\";i:2584;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/consent/infrastructure/endpoints\";i:1409;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/consent/infrastructure\";i:1409;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/consent/user-interface\";i:8302;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai/consent\";i:12295;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai\";i:182873;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/wrappers\";i:3077;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/enhancement\";i:1393;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/domain\";i:8955;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/application/cache\";i:7373;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema_map\";i:5365;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/application/meta\";i:3275;s:145:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-property-filter\";i:3469;s:136:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-filter\";i:4726;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering\";i:15379;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/application/enhancement\";i:11898;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/application\";i:59864;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map\";i:14353;s:131:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map\";i:35638;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-pieces\";i:17115;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/enhancement\";i:3042;s:131:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/indexable-repository\";i:6036;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure\";i:88428;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/cache\";i:6665;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface\";i:26121;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/schema-aggregator\";i:183368;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/abilities/domain\";i:1092;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/abilities/application\";i:5528;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/abilities/user-interface\";i:9330;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/abilities\";i:15950;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface\";i:2259;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/user-profiles-additions\";i:2259;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/wordpress\";i:1474;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/alerts/application/default-seo-data\";i:7781;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/alerts/application/ping-other-admins\";i:4962;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/alerts/application/indexables-disabled\";i:3537;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/alerts/application\";i:16280;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/alerts/infrastructure/default-seo-data\";i:1187;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/alerts/infrastructure\";i:1187;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/alerts/user-interface/default-seo-data\";i:6225;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/alerts/user-interface\";i:8315;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/alerts\";i:25782;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/user-meta/domain\";i:1536;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/user-meta/application\";i:6223;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/user-meta/infrastructure\";i:1333;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta\";i:19668;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods\";i:7164;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/user-meta/framework\";i:26832;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/user-meta/user-interface\";i:7304;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/user-meta\";i:43228;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/domain/integrations\";i:880;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features\";i:3785;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/domain/seo\";i:6969;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/domain\";i:11634;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/application/integrations\";i:1047;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/application/site\";i:1484;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/application/analysis-features\";i:2337;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/application/seo\";i:2587;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/application\";i:7455;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/framework/integrations\";i:14810;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/framework/site\";i:13922;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms\";i:8583;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts\";i:11848;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/framework/seo\";i:22551;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors/framework\";i:61195;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/editors\";i:80284;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/generated/assets\";i:24847;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/generated\";i:620861;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/commands\";i:15924;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/introductions/domain\";i:3129;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/introductions/application\";i:20783;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/introductions/infrastructure\";i:5950;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/introductions/user-interface\";i:14508;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/introductions\";i:46164;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/initializers\";i:15741;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/domain/exceptions\";i:477;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/domain\";i:35987;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/application/grants\";i:5323;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/application/ports\";i:12169;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/application/exceptions\";i:5727;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/application\";i:67512;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure/crypto\";i:28382;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure/encoding\";i:1350;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure/oidc\";i:21146;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure/wordpress\";i:577;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure/registration\";i:20154;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure/http\";i:10507;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure/dpop\";i:7322;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure/token\";i:15687;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure\";i:105125;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client/user-interface\";i:31823;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/myyoast-client\";i:240447;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/presenters/webmaster\";i:3558;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/presenters/admin\";i:46279;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/presenters/twitter\";i:6011;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/presenters/debug\";i:2602;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/presenters/slack\";i:2190;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/presenters/open-graph\";i:14868;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/presenters\";i:105747;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/routes/endpoint\";i:2963;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/routes\";i:64702;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/presentations\";i:53381;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/config/migrations\";i:38800;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/config\";i:80720;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/services/importing/aioseo\";i:11460;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/services/importing\";i:17266;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/services/indexables\";i:2336;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/services/health-check\";i:31439;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/services\";i:51041;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/expiring-store/domain\";i:962;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/expiring-store/application/ports\";i:2050;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/expiring-store/application\";i:18928;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/expiring-store/infrastructure\";i:4830;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/expiring-store/user-interface\";i:1640;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/expiring-store\";i:26360;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/images/Application\";i:5340;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/images\";i:5340;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/promotions/domain\";i:2974;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/promotions/application\";i:2243;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/promotions\";i:5217;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/general/user-interface\";i:13046;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/general\";i:13046;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/builders\";i:93660;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/models\";i:9000;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-free-sparks/application\";i:2525;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-free-sparks/infrastructure/endpoints\";i:963;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-free-sparks/infrastructure\";i:963;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-free-sparks/user-interface\";i:2479;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-free-sparks\";i:5967;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/conditionals/admin\";i:6425;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/conditionals/traits\";i:475;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/conditionals/third-party\";i:6331;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/conditionals\";i:52284;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider\";i:4526;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts\";i:4969;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/domain/file\";i:1339;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/domain/content-types\";i:3208;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/items\";i:2150;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections\";i:6808;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown\";i:10134;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/domain/content\";i:245;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/domain\";i:19895;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/application/available-posts\";i:1804;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders\";i:8271;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/application/file/commands\";i:5170;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/application/file\";i:9080;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/application/configuration\";i:1816;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/application/health-check\";i:3150;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/application\";i:25252;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/file\";i:5100;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services\";i:8134;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/content\";i:13253;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure\";i:26487;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/health-check\";i:3726;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt/user-interface\";i:21077;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/llms-txt\";i:92711;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/loggers\";i:1071;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo\";i:67039;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/actions/importing\";i:79980;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/actions/semrush\";i:4721;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/actions/indexables\";i:3855;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/actions/indexing\";i:38912;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/actions/configuration\";i:8803;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/actions/addon-installation\";i:6340;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/actions/wincher\";i:13661;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/actions\";i:163044;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/exceptions/importing\";i:427;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation\";i:948;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens\";i:1343;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/exceptions/oauth\";i:2079;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/exceptions/locking\";i:551;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/exceptions/indexable\";i:6500;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/exceptions\";i:12382;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-consent/domain/endpoint\";i:560;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-consent/domain\";i:560;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-consent/application\";i:1736;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-consent/infrastructure/endpoints\";i:1044;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-consent/infrastructure\";i:1044;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-consent/user-interface\";i:8171;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-consent\";i:11511;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/analytics/domain\";i:4484;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/analytics/application\";i:6566;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/analytics/user-interface\";i:1757;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/analytics\";i:12807;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-authorization/domain\";i:2209;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-authorization/application\";i:21625;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure\";i:9391;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-authorization/user-interface\";i:7283;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/ai-authorization\";i:40508;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results\";i:5515;s:132:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups\";i:6979;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups\";i:6452;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups\";i:15368;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/content-types\";i:3182;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4\";i:1706;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings\";i:7020;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/taxonomies\";i:1363;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/search-console\";i:1170;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider\";i:4478;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/filter-pairs\";i:1149;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic\";i:4341;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain/time-based-seo-metrics\";i:1076;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/domain\";i:46368;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/tracking\";i:2796;s:131:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/seo-score-results\";i:1162;s:139:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/readability-score-results\";i:1314;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/score-results\";i:8442;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/endpoints\";i:691;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/configuration\";i:5624;s:137:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups/readability-score-groups\";i:1279;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups/seo-score-groups\";i:1167;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups\";i:4018;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/content-types\";i:1626;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings\";i:6880;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/taxonomies\";i:2007;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/filter-pairs\";i:1579;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application/traffic\";i:4278;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/application\";i:37941;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/integrations\";i:11303;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/tracking\";i:2671;s:134:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/seo-score-results\";i:8452;s:142:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/readability-score-results\";i:8908;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results\";i:18407;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints\";i:6822;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/nonces\";i:392;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/indexables\";i:3667;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration\";i:4572;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-groups\";i:1692;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/content-types\";i:1330;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4\";i:14688;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/browser-cache\";i:1584;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/taxonomies\";i:4114;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/connection\";i:1470;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console\";i:8960;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure\";i:81672;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/setup\";i:8390;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/tracking\";i:5057;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration\";i:8964;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/time-based-seo-metrics\";i:10475;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores\";i:8966;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard/user-interface\";i:41852;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/dashboard\";i:207833;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/values/indexables\";i:1414;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/values/twitter\";i:976;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/values/oauth\";i:3217;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/values/robots\";i:4147;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/values/open-graph\";i:1178;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/values\";i:13764;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/generators/schema\";i:46786;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/generators\";i:88155;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/elementor/infrastructure\";i:4721;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/elementor\";i:4721;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/plans/domain/add-ons\";i:2567;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/plans/domain\";i:2567;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/plans/application\";i:2844;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/plans/infrastructure/add-ons\";i:1470;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/plans/infrastructure\";i:1470;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/plans/user-interface\";i:10604;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/plans\";i:17485;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/content-type-visibility/application\";i:10555;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface\";i:4364;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src/content-type-visibility\";i:14919;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/src\";i:3780616;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor/composer\";i:519424;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor\";i:520172;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/inc/sitemaps\";i:106291;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/inc/options\";i:148784;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/inc/exceptions\";i:402;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/inc\";i:565059;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool\";i:15110;s:133:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception\";i:1211;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider\";i:37292;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider\";i:3990;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token\";i:9752;s:130:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception\";i:804;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant\";i:10346;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src\";i:76490;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client\";i:76490;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/league\";i:76490;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts\";i:1008;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/service-contracts\";i:6312;s:131:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag\";i:18265;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument\";i:3602;s:128:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception\";i:7002;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection\";i:52895;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony\";i:60215;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception\";i:261;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src\";i:254660;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7\";i:254660;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src\";i:51900;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises\";i:51900;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler\";i:134144;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception\";i:8915;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie\";i:33249;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src\";i:336002;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle\";i:336002;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp\";i:642562;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src\";i:2245;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client\";i:2245;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src\";i:48512;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message\";i:48512;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log\";i:12052;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr\";i:12052;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log\";i:12052;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src\";i:1426;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container\";i:1426;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src\";i:5205;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory\";i:5205;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed/psr\";i:69440;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/vendor_prefixed\";i:848707;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/lib/migrations\";i:42199;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/lib/dependency-injection\";i:2127;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo/lib\";i:140927;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/wordpress-seo\";i:16081202;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/logger/loggers\";i:4664;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/logger/items\";i:8601;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/logger\";i:23397;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/frontend/render-modes\";i:2618;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/frontend\";i:8395;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/isolation\";i:7537;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/breakpoints\";i:18672;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/admin/editor-one-menu/menu\";i:6548;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/admin/editor-one-menu/interfaces\";i:884;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/admin/editor-one-menu\";i:17585;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/admin/menu/interfaces\";i:752;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/admin/menu\";i:6041;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/admin/ui/components\";i:2429;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/admin/ui\";i:2429;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/admin/notices\";i:515;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/admin\";i:112097;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/document-types\";i:11663;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/loader/v1/templates\";i:1634;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/loader/v1/js\";i:26;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/loader/v1\";i:3767;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/loader/common\";i:9639;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/loader/v2/scss\";i:1122;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/loader/v2/templates\";i:1680;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/loader/v2/js\";i:575;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/loader/v2\";i:9172;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/loader\";i:30847;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/data/globals/endpoints\";i:4719;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/data/globals\";i:6002;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor/data\";i:6002;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/editor\";i:58910;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/base/traits\";i:7216;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/base/background-process\";i:15137;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/base/providers\";i:7322;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/base/elements-iteration-actions\";i:7419;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/base\";i:123836;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/dynamic-tags\";i:22551;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/utils/svg\";i:17086;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/utils/import-export/parsers\";i:29184;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/utils/import-export\";i:103218;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/utils/api\";i:3330;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/utils/promotions\";i:2623;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/utils\";i:187518;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/debug/classes\";i:3146;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/debug\";i:8314;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules/event-tracker/data\";i:1867;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules/event-tracker\";i:9662;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules/finder/categories\";i:14671;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules/finder\";i:24716;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules/events-manager\";i:4017;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules/connect/admin-menu-items\";i:1556;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules/connect/apps\";i:30571;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules/connect/rest\";i:6635;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules/connect\";i:49508;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules/ajax\";i:7053;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common/modules\";i:94956;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/common\";i:102127;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/upgrade\";i:36345;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/behaviors/interfaces\";i:637;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/behaviors\";i:637;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/app/modules/onboarding\";i:465;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/app/modules/kit-library/connect\";i:708;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/app/modules/kit-library\";i:1174;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/app/modules/import-export\";i:601;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/app/modules\";i:2240;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/app\";i:2595;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/files/fonts\";i:7665;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/files/assets/json\";i:706;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/files/assets/svg\";i:7050;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/files/assets\";i:13440;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/files/css\";i:39535;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/files/file-types\";i:12395;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/files\";i:106456;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/database\";i:1512;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/settings/base\";i:11173;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/settings/page\";i:13454;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/settings/general\";i:3899;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/settings/editor-preferences\";i:7275;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/settings\";i:40869;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/kits/views\";i:3257;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/kits/documents/tabs\";i:56249;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/kits/documents\";i:61739;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/kits/controls\";i:1647;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/kits\";i:80846;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/responsive/files\";i:4918;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/responsive\";i:9400;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/experiments/exceptions\";i:178;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/experiments\";i:41944;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg\";i:3848;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/page-assets/data-managers\";i:11050;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/page-assets\";i:15763;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core/role-manager\";i:11807;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/core\";i:1059035;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/svg-paths\";i:1225;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/editor-v4-opt-in\";i:171;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/ai\";i:12878;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/notes\";i:285;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/apps\";i:3650;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/home\";i:163;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/container-converter\";i:904;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/promotions\";i:4338;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/announcements\";i:7929;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/design-system-sync\";i:4083;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/atomic-widgets\";i:3272;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/styleguide\";i:1579;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules/editor-one\";i:116871;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/modules\";i:156123;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/templates\";i:623475;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css/conditionals\";i:84682;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/css\";i:4110215;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/shapes\";i:26827;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/images/library-connect\";i:304645;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/images/app/onboarding\";i:458939;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/images/app/ai\";i:126491;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/images/app/site-editor\";i:161824;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/images/app\";i:747254;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/images\";i:1820218;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-panels\";i:24674;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-interactions\";i:135454;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/onboarding\";i:274382;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-widget-creation\";i:13336;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-global-classes\";i:239572;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-documents\";i:29430;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/locations\";i:9579;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters\";i:32130;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/wp-media\";i:13025;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-mcp\";i:1188198;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/schema\";i:632115;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/twing\";i:1538066;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/icons\";i:1411409;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-props\";i:166049;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/elementor-kit-mcp\";i:21754;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor\";i:9471;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-design-system\";i:52702;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/http-client\";i:107660;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-controls\";i:1603448;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-variables\";i:247959;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-styles-repository\";i:24982;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/utils\";i:18150;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-templates\";i:12740;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/alpinejs\";i:128857;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/store\";i:162116;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice\";i:6465;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/env\";i:2930;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel\";i:458212;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-responsive\";i:10859;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/ui\";i:3035708;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-elements\";i:72598;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/frontend-handlers\";i:11184;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/elementor-v3-mcp\";i:929510;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-modal-shell\";i:655895;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/query\";i:118217;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-starter\";i:15655;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/site-builder\";i:21577;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-current-user\";i:11631;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-elements-panel\";i:15490;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation\";i:85502;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-notifications\";i:66753;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/menus\";i:8909;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/elementor-capabilities-mcp\";i:878602;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-canvas\";i:534902;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/v4-activation-modal\";i:342967;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/elementor-mcp-common\";i:22316;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo\";i:12189;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-ui\";i:119088;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-components\";i:205611;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-styles\";i:6611;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/session\";i:6494;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/events\";i:5812;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages/editor-app-bar\";i:134280;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js/packages\";i:15893225;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/js\";i:52958485;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/data\";i:419;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/mask-shapes\";i:3893;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/flatpickr\";i:179729;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/animations/styles\";i:40649;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/animations\";i:59117;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/color-thief\";i:6666;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/pickr/themes\";i:9117;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/pickr\";i:32636;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/e-gallery/css\";i:7065;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/e-gallery/js\";i:65251;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/e-gallery\";i:72316;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/eicons/fonts\";i:1079122;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/eicons/css\";i:48630;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/eicons\";i:1614453;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/inline-editor/js\";i:49905;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/inline-editor\";i:49905;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/html2canvas/js\";i:640143;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/html2canvas\";i:640143;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js\";i:53612;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/perfect-scrollbar\";i:53612;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/dialog\";i:33546;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/nprogress\";i:17564;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/backbone\";i:192428;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/share-link\";i:7460;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/swiper/v8/css\";i:35772;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/swiper/v8\";i:500732;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/swiper\";i:500732;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/e-select2/css\";i:32267;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/e-select2/js\";i:242532;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/e-select2\";i:274799;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/animate.css\";i:22669;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/nouislider\";i:110550;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/jquery-numerator\";i:5194;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/jquery-easing\";i:8184;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/hover\";i:20542;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/jquery-hover-intent\";i:3093;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/font-awesome/json\";i:1168670;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts\";i:2978212;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/font-awesome/fonts\";i:1085661;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/font-awesome/css\";i:419884;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/font-awesome/migration\";i:41049;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/font-awesome/js\";i:55810;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/font-awesome\";i:5749286;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/motion\";i:419333;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/imagesloaded\";i:19402;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/tipsy\";i:12799;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/dom-to-image/js\";i:30687;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib/dom-to-image\";i:30687;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets/lib\";i:10136845;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/assets\";i:69058127;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/libraries/wp-background-process\";i:634;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/libraries/bfi-thumb\";i:24081;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/libraries\";i:24715;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/base\";i:154451;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items\";i:3380;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/template-library/sources\";i:101653;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/template-library/classes\";i:14980;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/template-library/data/endpoints\";i:2321;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/template-library/data\";i:3015;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/template-library/forms\";i:1680;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/template-library\";i:153924;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/editor-templates\";i:105361;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/widgets/traits\";i:20245;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/widgets\";i:522255;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/elements\";i:120621;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/managers\";i:92540;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/settings/admin-menu-items\";i:3500;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/settings\";i:55581;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/interfaces\";i:730;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/admin-templates\";i:10353;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/controls/groups\";i:93951;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes/controls\";i:267136;s:78:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/includes\";i:1798108;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/wp-rest/base\";i:4617;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/wp-rest/classes\";i:28371;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/wp-rest\";i:34209;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-opt-in\";i:7043;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/pro-install\";i:14080;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/link-in-bio/base\";i:44143;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/link-in-bio/widgets\";i:703;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/link-in-bio/classes/render\";i:22902;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/link-in-bio/classes\";i:22902;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/link-in-bio\";i:69832;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/notifications\";i:8405;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/element-cache\";i:4479;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/admin-bar\";i:4106;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/element-manager/admin-menu-items\";i:1282;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/element-manager\";i:11646;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/elementor-counter\";i:1885;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/safe-mode/mu-plugin\";i:3894;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/safe-mode\";i:20038;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/ai/connect\";i:22883;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/ai/feature-intro\";i:2178;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/ai/site-planner-connect\";i:10936;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/ai\";i:83513;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/global-classes/import-export\";i:3475;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/global-classes/utils\";i:15778;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/global-classes/usage\";i:9412;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/global-classes/database/migrations\";i:10470;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/global-classes/database\";i:11306;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/global-classes/concerns\";i:1427;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/global-classes/import-export-utils\";i:14474;s:128:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/global-classes/import-export-customization/runners\";i:5262;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/global-classes/import-export-customization\";i:6124;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/global-classes\";i:136236;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/performance-lab\";i:1826;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/checklist/steps\";i:13521;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/checklist/data/endpoints\";i:2562;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/checklist/data\";i:3604;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/checklist\";i:30460;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/notes\";i:1236;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/dynamic-tags\";i:3100;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/widget-creation\";i:6385;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/admin-top-bar\";i:3613;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/nested-accordion/widgets\";i:31040;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/nested-accordion\";i:32266;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/floating-buttons/control\";i:434;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/floating-buttons/base\";i:123654;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items\";i:908;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/floating-buttons/documents\";i:8156;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/floating-buttons/widgets\";i:1443;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/floating-buttons/classes/render\";i:25195;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/floating-buttons/classes/conditions\";i:1302;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/floating-buttons/classes/action\";i:2515;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/floating-buttons/classes\";i:29012;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/floating-buttons\";i:181144;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/markdown-render\";i:22887;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/cloud-library/documents\";i:1225;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/cloud-library/connect\";i:9409;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/cloud-library\";i:17648;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/apps\";i:11836;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/nested-elements/base\";i:3707;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/nested-elements/controls\";i:484;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/nested-elements\";i:5716;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/cloud-kit-library/connect\";i:6713;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/cloud-kit-library/data/endpoints\";i:1196;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/cloud-kit-library/data\";i:3038;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/cloud-kit-library\";i:14872;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/lazyload\";i:2790;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/wc-product-editor\";i:1443;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/usage/calculators\";i:3269;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/usage/contracts\";i:335;s:83:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/usage\";i:24972;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/page-templates/templates\";i:2123;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/page-templates\";i:13224;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/web-cli\";i:1110;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/shapes/widgets\";i:15058;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/shapes\";i:16965;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/elements-color-picker\";i:979;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/history/views\";i:5529;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/history\";i:16883;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/image-loading-optimization\";i:11076;s:84:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/wp-cli\";i:16202;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/home/transformations/base\";i:1907;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/home/transformations\";i:12641;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/home/classes\";i:2118;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/home\";i:18180;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/system-info/helpers\";i:1738;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/system-info/admin-menu-items\";i:2074;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/system-info/templates\";i:937;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/system-info/reporters\";i:38279;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/system-info\";i:52228;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/feedback\";i:1852;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/container-converter\";i:4180;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/pro-free-trial-popup\";i:5787;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/utils\";i:20879;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/prop-types\";i:1034;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/services/batch-operations\";i:4202;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/services\";i:9464;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/adapters\";i:3551;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/storage/entities\";i:3949;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/storage/exceptions\";i:1635;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/storage\";i:24499;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/classes\";i:27589;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/transformers\";i:684;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/import-export-customization/runners\";i:8731;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables/import-export-customization\";i:9583;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/variables\";i:105692;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces\";i:472;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/promotions/admin-menu-items\";i:17366;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/promotions/prop-types\";i:914;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/promotions/widgets\";i:11402;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/promotions/pointers\";i:6464;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/promotions/controls\";i:1733;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/promotions\";i:61901;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/announcements/triggers\";i:1803;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/announcements/classes\";i:2522;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/announcements\";i:7495;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners\";i:3854;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export\";i:4729;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/kit-elements-defaults/utils\";i:5685;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/kit-elements-defaults/data\";i:4078;s:135:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export-customization/runners\";i:4022;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export-customization\";i:5004;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/kit-elements-defaults\";i:21712;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/mcp/abilities\";i:15874;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/mcp\";i:19047;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items\";i:3018;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/landing-pages/documents\";i:2336;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/landing-pages\";i:23705;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/favorites/types\";i:1527;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/favorites\";i:9408;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/design-system-sync/classes\";i:18354;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/design-system-sync/controls\";i:2871;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/design-system-sync\";i:23413;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/elementor-capabilities-mcp\";i:1748;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/site-navigation/rest-fields\";i:935;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/site-navigation/data/endpoints\";i:9523;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/site-navigation/data\";i:11044;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/site-navigation\";i:14116;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/compatibility-tag/views\";i:2210;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/compatibility-tag\";i:14229;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/generator-tag\";i:2352;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/interactions/schema\";i:560;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/interactions/cache\";i:2920;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/interactions/props\";i:9584;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/interactions/validators\";i:3642;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/interactions\";i:43696;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/content-sanitizer/interfaces\";i:201;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/content-sanitizer\";i:1548;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/library/traits\";i:1042;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/library/documents\";i:7270;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/library\";i:12757;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/dev-tools\";i:11433;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/nested-tabs/widgets\";i:40839;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/nested-tabs\";i:42291;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/logger\";i:2810;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/parsers\";i:8943;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/base\";i:456;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/styles/cache-validity\";i:9765;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/styles\";i:59505;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/import-export\";i:991;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags\";i:27999;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers\";i:6971;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/import-export\";i:10246;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/utils/image\";i:2003;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/utils\";i:4025;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/usage\";i:7241;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions\";i:4342;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters\";i:6902;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/functions\";i:2779;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform\";i:6752;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base\";i:10400;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/utils\";i:3800;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/traits\";i:1923;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/contracts\";i:1143;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns\";i:4583;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives\";i:3747;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-types\";i:85729;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/query\";i:4659;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/opt-in\";i:3230;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-button\";i:5847;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-youtube\";i:9586;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-divider\";i:3315;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/loader\";i:1579;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/base\";i:32832;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-svg\";i:4233;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/div-block\";i:6141;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-paragraph\";i:5223;s:132:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tab-content\";i:4752;s:130:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs-menu\";i:3556;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tab\";i:6547;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs\";i:9251;s:138:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs-content-area\";i:3581;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/handlers\";i:6174;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs\";i:33861;s:126:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-self-hosted-video\";i:9876;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/promotions\";i:4025;s:132:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-error-message\";i:1139;s:134:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-success-message\";i:1147;s:126:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-message\";i:4459;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form\";i:24445;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-image\";i:4533;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-heading\";i:5875;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/template-renderer\";i:3668;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements/flexbox\";i:6190;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/elements\";i:161229;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/database/migrations\";i:768;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/database\";i:1372;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/cache-validity\";i:915;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles\";i:19606;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/import\";i:2024;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/export\";i:2204;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings\";i:5357;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers\";i:36421;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver\";i:45669;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/library\";i:4090;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-dependencies\";i:7420;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations\";i:44319;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/controls/base\";i:2316;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/controls/types/elements\";i:384;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/controls/types\";i:17836;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets/controls\";i:21450;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/atomic-widgets\";i:529459;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/components/styles\";i:2459;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/components/utils\";i:3539;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/components/documents\";i:10234;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/components/prop-types\";i:11785;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/components/widgets\";i:3725;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/components/overridable-props\";i:17113;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/components/transformers\";i:5056;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/components\";i:109008;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/styleguide/controls\";i:499;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/styleguide\";i:4007;s:96:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/editor-one/classes\";i:30020;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/editor-one/components\";i:5415;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/editor-one\";i:38029;s:87:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/gutenberg\";i:6194;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules/editor-app-bar\";i:1394;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/modules\";i:2020966;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/migrations/operations\";i:5528;s:80:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/migrations\";i:18361;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/admin-menu-items\";i:1938;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/onboarding/validation\";i:6877;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/onboarding/storage/entities\";i:5393;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/onboarding/storage\";i:9597;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/onboarding/data/endpoints\";i:8819;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/onboarding/data\";i:10435;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/onboarding\";i:37603;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/kit-library/admin-menu-items\";i:1171;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/kit-library/connect\";i:2073;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies\";i:812;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints\";i:1909;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/kit-library/data/kits\";i:3434;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/kit-library/data\";i:14500;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/kit-library\";i:23336;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export/runners/import\";i:24499;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export/runners/export\";i:13016;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export/runners/revert\";i:9996;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export/runners\";i:48038;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export/processes\";i:39087;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export/compatibility\";i:4540;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export\";i:137437;s:99:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/site-builder/rest\";i:2951;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/site-builder/services\";i:2176;s:102:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/site-builder/connect\";i:854;s:94:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/site-builder\";i:9685;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/site-editor\";i:1069;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import\";i:40453;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export\";i:20998;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert\";i:11078;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export-customization/runners\";i:73082;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export-customization/processes\";i:42642;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export-customization/compatibility\";i:6912;s:128:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/traits\";i:1303;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export-customization/data/routes\";i:23908;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export-customization/data\";i:26431;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules/import-export-customization\";i:191592;s:81:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app/modules\";i:400722;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/app\";i:413019;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/src/V120\";i:6813;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/src\";i:6813;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-notifications-package\";i:29214;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build\";i:559194;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home\";i:4907736;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets\";i:5466930;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Common\";i:4412;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Controllers\";i:5123;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Exceptions\";i:241;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Components\";i:6202;s:121:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes\";i:24079;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect\";i:43703;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Controllers\";i:28389;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Exceptions\";i:407;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Services\";i:30009;s:122:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components\";i:15975;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Helpers\";i:4816;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin\";i:80162;s:105:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src\";i:140968;s:101:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor/wp-one-package\";i:5610749;s:86:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/elementor\";i:5639963;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor/composer\";i:102293;s:76:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor\";i:5743004;s:126:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Unary\";i:2223;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary\";i:17825;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test\";i:7258;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Filter\";i:3074;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression\";i:69239;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node\";i:126757;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension\";i:88099;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser\";i:36098;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Attribute\";i:411;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Runtime\";i:12593;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Loader\";i:14183;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Node\";i:2084;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/NodeVisitor\";i:2277;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Dumper\";i:6012;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler\";i:14464;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox\";i:9949;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Util\";i:5493;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor\";i:31130;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Test\";i:10741;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache\";i:6970;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Error\";i:8928;s:114:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Resources\";i:15878;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/RuntimeLoader\";i:2449;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src\";i:539937;s:100:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig\";i:543016;s:95:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/twig\";i:543016;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/deprecation-contracts\";i:2977;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype\";i:12487;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/Resources/stubs\";i:1924;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/Resources\";i:1924;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81\";i:5572;s:134:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources/unidata\";i:54042;s:126:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources\";i:54042;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring\";i:113331;s:129:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs\";i:2294;s:123:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources\";i:2294;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80\";i:12198;s:98:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig/symfony\";i:146565;s:90:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed/twig\";i:689581;s:85:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/vendor_prefixed\";i:689581;s:89:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/data/base/processor\";i:881;s:79:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/data/base\";i:19692;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/data/v2/base/endpoint/index\";i:3426;s:91:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/data/v2/base/endpoint\";i:5085;s:92:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/data/v2/base/processor\";i:1037;s:93:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/data/v2/base/exceptions\";i:2219;s:82:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/data/v2/base\";i:34920;s:77:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/data/v2\";i:44011;s:74:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor/data\";i:73055;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/elementor\";i:81302489;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin/marketing/css\";i:153;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin/marketing/images\";i:1021;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin/marketing/js\";i:10302;s:113:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin/marketing\";i:37515;s:109:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin/views\";i:111332;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin/feedback/css\";i:8527;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin/feedback/images\";i:6031;s:115:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin/feedback/js\";i:7460;s:117:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin/feedback/cron\";i:7458;s:112:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin/feedback\";i:54343;s:103:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/admin\";i:223068;s:110:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/assets/icons\";i:97285;s:108:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/assets/css\";i:34689;s:111:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/assets/images\";i:708092;s:120:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/assets/atomic-form/css\";i:6064;s:119:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/assets/atomic-form/js\";i:27044;s:116:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/assets/atomic-form\";i:33108;s:107:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/assets/js\";i:117828;s:104:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/assets\";i:991002;s:144:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes/atomic-form/field-controls-definition\";i:3906;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes/atomic-form/checkbox\";i:5792;s:130:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes/atomic-form/time-picker\";i:5215;s:131:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes/atomic-form/radio-button\";i:5998;s:124:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes/atomic-form/input\";i:9712;s:127:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes/atomic-form/textarea\";i:6902;s:125:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes/atomic-form/select\";i:6246;s:130:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes/atomic-form/date-picker\";i:5217;s:130:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes/atomic-form/file-upload\";i:8001;s:118:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes/atomic-form\";i:72784;s:106:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form/includes\";i:128696;s:97:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins/conditional-fields-for-elementor-form\";i:1384332;s:59:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/plugins\";i:142687494;s:68:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/wpo/logs\";i:1393;s:70:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/wpo/images\";i:21886;s:63:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/wpo\";i:1149804;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2023/09\";i:18118;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2023\";i:18118;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2024/05\";i:517915;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2024/06\";i:48524;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2024\";i:566439;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2022/11\";i:298999833;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2022/12\";i:6159;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2022\";i:299005992;s:67:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2026/07\";i:236296;s:64:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/2026\";i:236296;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/elementor/css\";i:459689;s:73:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/elementor/tmp\";i:0;s:88:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/elementor/design-system-sync\";i:0;s:69:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads/elementor\";i:459689;s:59:\"/home/mrarqpph/public_html/hartgarnermdn/wp-content/uploads\";i:301436338;}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2380, '_transient_timeout_elementor_remote_info_api_data_4.1.5', '1784653814', 'off'),
(2381, '_transient_elementor_remote_info_api_data_4.1.5', 'a:4:{s:9:\"timestamp\";s:10:\"1784608418\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:3;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:5;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:7;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:9;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:10;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:13:\"Portfolio Bio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:11;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:12;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:13;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'off'),
(2429, '_site_transient_timeout_community-events-de3bfefd66685f0a991fef0c5a558dea', '1784660319', 'off'),
(2430, '_site_transient_community-events-de3bfefd66685f0a991fef0c5a558dea', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"45.120.96.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:87:\"WordPress Campus Connect Hajee Mohammad Danesh Science and Technology University (HSTU)\";s:3:\"url\";s:53:\"https://events.wordpress.org/campusconnect/2026/hstu/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2026-08-16 00:00:00\";s:8:\"end_date\";s:19:\"2026-08-16 00:00:00\";s:20:\"start_unix_timestamp\";i:1786816800;s:18:\"end_unix_timestamp\";i:1786816800;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Dinajpur, Bangladesh\";s:7:\"country\";s:2:\"BD\";s:8:\"latitude\";d:25.6951926;s:9:\"longitude\";d:88.6519613;}}}}', 'off'),
(2431, '_site_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1784660319', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2432, '_site_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2026 05:07:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=7.1-beta2-62808\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress 7.0.2 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 18:45:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21167\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"WordPress 7.0.2 is now available. The 7.0.2 security release addresses one critical and one high severity security issue. Because this is a security release, it is recommended that you update your sites immediately. Due to the severity, the WordPress.org team have enabled forced updates via the auto-update system for sites running affected versions. To manually [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4464:\"\n<h2 class=\"wp-block-heading\">WordPress 7.0.2 is now available.</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The 7.0.2 security release addresses one critical and one high severity security issue.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because this is a security release, <strong>it is recommended that you update your sites immediately.</strong> Due to the severity, the WordPress.org team have enabled forced updates via the auto-update system for sites running affected versions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To manually update you can visit your WordPress Dashboard, click “Updates”, and then click “Update Now”, or you can <a href=\"https://wordpress.org/wordpress-7.0.2.zip\">download WordPress 7.0.2 from WordPress.org</a>. On sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The security team would like to thank the following people for responsibly <a href=\"https://hackerone.com/wordpress\">reporting</a> vulnerabilities and allowing them to be fixed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A facilitated SQL injection issue reported as a team by TF1T, dtro, and haongo </li>\n\n\n\n<li>A REST API batch-route confusion and SQL injection issue leading to Remote Code Execution reported by Adam Kues at <a href=\"https://slcyber.io\"><u>Assetnote / Searchlight Cyber</u></a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on this release, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-7-0-2/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Backports</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress 6.9 is affected by both vulnerabilities. Version 6.9.5 has been released containing fixes for both.</li>\n\n\n\n<li>WordPress 6.8 is only affected by the first vulnerability. Version 6.8.6 has been released containing a fix.</li>\n\n\n\n<li>The beta release of WordPress 7.1 is affected by both vulnerabilities. Version 7.1 beta2 has been released containing fixes for both.</li>\n\n\n\n<li>Versions of WordPress prior to 6.8 are not affected.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">CVE and GHSA references</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-fpp7-x2x2-2mjf\"><code>CVE-2026-60137</code> / <code>GHSA-fpp7-x2x2-2mjf</code></a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-ff9f-jf42-662q\"><code>CVE-2026-63030</code> / <code>GHSA-ff9f-jf42-662q</code></a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> and <a href=\"https://profiles.wordpress.org/barry/\">Barry Abrahamson</a>. In addition to the security researchers mentioned above, WordPress 7.0.2 would not have been possible without the significant contributions of the following people: <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/Barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ehtis\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/Matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, plus representatives from Altis, Automattic, Bluehost, Cloudflare, GoDaddy, Hostinger, and WP Engine.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 7.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 15:53:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"7-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20987\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"WordPress 7.1 Beta 1 is ready for download and testing!&#160; This beta release is intended for testing and development&#160;only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features. How to Test WordPress 7.1 Beta 1 [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Krupa Nanda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17714:\"\n<p class=\"wp-block-paragraph\">WordPress 7.1 Beta 1 is ready for download and testing!&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta release is intended for testing and development</strong>&nbsp;only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 7.1 Beta 1</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.1 Beta 1 in any of the following ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.1-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\" target=\"_blank\" rel=\"noreferrer noopener\">WP-CLI</a> command: <br><code>wp core update --version=7.1-beta1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?site-slug=kind-classic-mountain&amp;networking=no&amp;php=8.3&amp;wp=beta&amp;language=&amp;multisite=no\" target=\"_blank\" rel=\"noopener\">7.1 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. No setup required-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.1 is <strong>August 19, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\" data-type=\"link\" data-id=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\" target=\"_blank\" rel=\"noopener\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing! </p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute – whether or not you have experience.&nbsp;<a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\">Details on what to test in WordPress 7.1 are available here</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please share it in the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\" rel=\"noopener\">Alpha/Beta area</a>&nbsp;of the support forums. If you are comfortable submitting a reproducible bug report, you can do so&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\" rel=\"noopener\">via WordPress Trac</a>. You can also check your issue against this list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\" rel=\"noopener\">known bugs</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a>&nbsp;and join the&nbsp;<a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a>&nbsp;on&nbsp;<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 will include new features that were previously only available in the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 7.0 in the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s New in Gutenberg</a> posts for versions <a href=\"https://make.wordpress.org/core/2026/03/11/whats-new-in-gutenberg-22-7-11-march/\">22.7</a>, <a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/\">22.8</a>, <a href=\"https://make.wordpress.org/core/2026/04/09/whats-new-in-gutenberg-22-9-8-april/\">22.9</a>, <a href=\"https://make.wordpress.org/core/2026/04/22/whats-new-in-gutenberg-23-0-22-april/\">23.0</a>, <a href=\"https://make.wordpress.org/core/2026/05/07/whats-new-in-gutenberg-23-1-07-may/\">23.1</a>, <a href=\"https://make.wordpress.org/core/2026/05/21/whats-new-in-gutenberg-23-2-21-may/\">23.2</a>, <a href=\"https://make.wordpress.org/core/2026/06/03/whats-new-in-gutenberg-23-3-03-jun/\">23.3</a>, <a href=\"https://make.wordpress.org/core/2026/06/17/whats-new-in-gutenberg-23-3-03-jun-2/\">23.4</a>, <a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">23.5</a> and 23.6.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in WordPress 7.1?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 delivers a more complete set of styling controls, a smoother media experience, and a more personalized admin experience. Notes have evolved to add inline notes with @mentions and rich text formatting that make asynchronous feedback feel more powerful. New styling features unlock long requested features to style how blocks look across screen sizes and to style interactive states, all without writing custom CSS. Various client side media improvements means better format support, improved performance, and more resilient uploads when adding media to your site. A new inline cropping tool brings a fresh and more robust experience to editing images. Finally, the admin experience becomes easier to navigate with an ever present admin bar in the editors, improvements to the command palette, and various quality of life improvements. Underneath it all, developers get an expanding set of APIs to build on, and site owners get better support for a truly global audience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">New suite of Notes features</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Notes continue to grow into a fuller collaboration experience, making asynchronous feedback between teams faster and more expressive.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Text Formatting</strong>: Notes now support inline formatting like bold, italic, code, links and adding emoji; each with a respective keyboard shortcut, so feedback reads clearly without breaking your flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>@mentions</strong>: Type &#8220;@&#8221; in a Note to pull up a searchable list of collaborators and tag someone directly, so feedback points at the right person without leaving the sidebar.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Leave notes anywhere</strong>: Start more than one conversation on the same block instead of folding every comment into a single thread, making it easier to track distinct pieces of feedback.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Inline notes:</strong> Leave a note on a text selection instead of on an entire block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Show more / show less</strong>: Long notes now collapse by default with a toggle to expand them, keeping the margin tidy while you write.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Style it your way, on any screen</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 takes a major step toward built-in responsive design and interactive styling, letting you achieve looks that once required writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Responsive styling</strong>: Define how a block looks at different screen sizes directly in the editor, for both Global Styles and individual blocks without the need of writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Viewport breakpoint customization</strong>: Theme authors can now define their own responsive breakpoints in <code>theme.json</code>, giving more flexibility for how responsive controls behave on a given site.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Interactive state styling</strong>: Style how blocks respond to interaction, like a button changing color on hover or focus, using a standardized set of controls for both Global Styles and individual block instances.</p>\n\n\n\n<h3 class=\"wp-block-heading\">A smoother media experience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Uploading, editing, and browsing media keeps getting more capable and more reliable.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Client-side media processing</strong>: Image and media processing moves into the browser, now with broader format support that includes HEIC (the default format for iPhone photos), UltraHDR, AVIF and WebP support built in,&nbsp;plus GIF-to-video conversion for lighter, more efficient files. Uploads are also more resilient, with a progress indicator and automatic retries if your data connectivity drops off.</li>\n\n\n\n<li><strong>New Media Editor Modal</strong>: A dedicated modal for editing images replaces the inline cropping tool, bringing cropping, rotation, and metadata editing together in one streamlined workflow.</li>\n\n\n\n<li><strong>Smarter galleries</strong>: Gallery blocks can automatically pull in and sort media already attached to the current post, cutting down on manual set-up.</li>\n\n\n\n<li><strong>View attached images:</strong> After you upload images to a post, the inserter will automatically surface them in a new Attached images section to make it easier to find relevant images.</li>\n\n\n\n<li><strong>Infinite scrolling by default</strong>: The Media Library grid view now loads additional items automatically as you scroll, rather than requiring a click on &#8220;Load more&#8221; especially handy for sites that handle large media libraries. This can be disabled under your user profile.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">A more personal, more navigable admin</h3>\n\n\n\n<p class=\"wp-block-paragraph\">These meaningful upgrades make the WordPress admin easier to move around in and more consistent with how you like to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Persistent toolbar (Omnibar)</strong>: The admin toolbar now travels with you into the Site Editor and Block Editor, with a series of polish improvements throughout.</li>\n\n\n\n<li><strong>Command palette improvements</strong>: Moving through the dashboard and editor with the command palette <code>(Ctrl/Cmd+K)</code> is more refined to make finding what you need even faster! Now results are grouped into <em>Recent, matching and Suggestions</em> sections instead of one flat list.</li>\n\n\n\n<li><strong>Admin color scheme in the Site Editor</strong>: The Site Editor now reflects your chosen admin color scheme instead of always using a fixed background.</li>\n\n\n\n<li><strong>DataViews and DataForms iterations</strong>: Continued refinement of the components behind managing lists of posts, pages, patterns, and templates, alongside the forms used to edit them.</li>\n\n\n\n<li><strong>Excerpts in the Posts list</strong>: The Posts list view now shows a short excerpt for each entry, making it easier to identify the post you&#8217;re looking for without opening it.</li>\n\n\n\n<li><strong>Visual revisions</strong>: This release adds a picker activity layout for browsing history in more detail, clearly labeled autosaves in the timeline, and an autosave notice that opens straight into the visual revisions view. Global Styles revisions get a small polish too, swapping the <em>active</em> style&#8217;s text label for a badge.</li>\n\n\n\n<li><strong>A dedicated Identity section</strong>: Site identity settings like your title, tagline, and icon are now live in their own clearly labeled section of the Site Editor, making them easier to find and update.</li>\n\n\n\n<li><strong>On This Day Widget</strong>: A new widget resurfaces what you published on this date in past years, right on your dashboard. A small nudge to look back on what you&#8217;ve written, and a reason to write something new today.</li>\n\n\n\n<li><strong>Allow Changing Comment Parent:</strong> Fixing a misthreaded comment used to mean editing the database directly. WordPress 7.1 adds an editable &#8220;In reply to&#8221; control to the Edit Comment screen, letting you pick a new parent from a dropdown of the post&#8217;s other comments. It&#8217;s scoped to the same post, so this is about untangling threads, not moving comments across posts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">New blocks and block-level enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 release brings a handful of block refinements that give more control with fewer steps.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Playlist Block:</strong> A new block for adding a collection of audio files to a post or page, with an optional waveform visualization that shows the audio&#8217;s shape as it plays; a more visual way to present podcasts, music, or audio content without using any third-party plugins.</li>\n\n\n\n<li><strong>Tabs Block:</strong> A new block for organizing content into clickable tabbed panels instead of showing everything at once. It&#8217;s a cleaner way to present related content without overwhelming the page.</li>\n\n\n\n<li><strong>Background gradients</strong>: Background gradients and background images no longer conflict. The gradient used to get silently overridden by the image, but now they combine and display together. This fix extends beyond the Group block to Verse, Accordion, Pullquote, Post Content, and Quote block.</li>\n\n\n\n<li><strong>HTML block editable content</strong>: The HTML block now supports editable nested blocks. This is great to use for AI-generated content, which often arrives as raw HTML.</li>\n\n\n\n<li><strong>&#8220;Mark as decorative&#8221; for images</strong>: A new toggle on the Image block lets you hide purely decorative images from screen readers for a better accessibility experience.</li>\n\n\n\n<li><strong>Smarter shortcode handling</strong>: Pasting or converting a shortcode into the Embed block now creates a proper Embed block instead of leaving raw shortcode text behind, and the Shortcode block gains block-specific transforms of its own.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Built for a global audience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues work to make Core reflect the full diversity of its worldwide community, with progress toward supporting Unicode email addresses so usernames, slugs, and email addresses can better represent users everywhere.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Built for developers</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues to expand the foundation developers build on.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Abilities API expansion</strong>: Continued refinement of the Abilities API with improved querying, filtering, and input validation, giving developers and AI tooling a more reliable foundation to build on.</li>\n\n\n\n<li><strong>Block Bindings for list items</strong>: Block Bindings now extend to List Item, making it possible to connect more block content to dynamic data sources without custom code.</li>\n\n\n\n<li><strong>Custom icon registration</strong>: New functions let plugin and theme authors register their own icons for the Icons block for use throughout the block editor.</li>\n\n\n\n<li><strong>Enforced iframed editor</strong>: The post editor now always runs inside an iframe, isolating the editing canvas from admin styles for more predictable rendering. Blocks using Block API v2 or lower should be updated to v3 for compatibility.</li>\n\n\n\n<li><strong>wordpress/theme stabilization</strong>: Introduces design tokens and a stable React ThemeProvider to provide a more consistent, customizable foundation for WordPress admin interfaces.</li>\n\n\n\n<li><strong>Connectors authentication improvements</strong>: The Connectors screen now also supports username and application-password login &#8211; a more familiar way to connect plugins and services. This release also closes a security gap where browsers could auto-suggest saved credentials into the API key field.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">With so much in progress for WordPress 7.1 Beta 1, this is still only the beginning; expect continued refinement with each Beta and RC release ahead of the final release on <strong>August 19, 2026</strong>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Just for you: a Beta 1 haiku:</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Seeds of Seven-One,<br>Notes, styles, media, and tools—<br>Test, and watch them bloom.</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to </em><a href=\'https://profiles.wordpress.org/benjamin_zekavica/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>benjamin_zekavica</a>, <a href=\'https://profiles.wordpress.org/amykamala/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>amykamala</a>, <a href=\'https://profiles.wordpress.org/wildworks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wildworks</a>, <a href=\'https://profiles.wordpress.org/adamsilverstein/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adamsilverstein</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/fushar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fushar</a>, <a href=\'https://profiles.wordpress.org/jorgefilipecosta/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorgefilipecosta</a><em>, <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> for proofreading and review.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Your Guide to WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/07/wcus-2026-guide/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jul 2026 13:07:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCUS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21007\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"WordCamp US 2026 returns for another year, this time in Phoenix, Arizona, for four days, August 16 to 19. It comes at a moment of real energy for WordPress, as artificial intelligence reshapes everyday workflows, the business of building and maintaining sites is shifting, and new people keep discovering the platform every day. Four tracks [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:55793:\"\n<figure class=\"wp-block-image size-large has-custom-border is-style-default\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png\" alt=\"📅\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>August 16-19, 2026 | Phoenix Convention Center</strong>,<strong> Phoenix, Arizona</strong></figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp US 2026 returns for another year, this time in Phoenix, Arizona, for four days, August 16 to 19. It comes at a moment of real energy for WordPress, as artificial intelligence reshapes everyday workflows, the business of building and maintaining sites is shifting, and new people keep discovering the platform every day. Four tracks address this moment, covering AI, Honing Your Skills, Technical WordPress, and Beginner WordPress. Between them, there is something for everyone, whether you lead an agency, freelance for local clients, write code for a living, or are building your very first site. Whatever draws you in, you will leave Phoenix better equipped and better connected than ever.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-c9c19393 wp-block-buttons-is-layout-flex\" style=\"padding-right:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/tickets/\">Get Your Tickets</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/contributor-day/\">Sign Up for Contributor Day</a></div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Phoenix itself rewards anyone who adds a day or two to their trip. The capital of Arizona sits in the Sonoran Desert and pairs a lively downtown with a rich arts and food scene. The Roosevelt Row arts district is known for its galleries, murals, and independent restaurants. It is also home to one of the largest art walks in the region. Nearby, Chase Field and the Footprint Center host professional baseball and live shows, and the surrounding desert offers striking scenery at places like Papago Park and the Desert Botanical Garden.</p>\n\n\n\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"fade\"><div class=\"wp-block-jetpack-slideshow_container swiper\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1920\" height=\"1147\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21052\" data-id=\"21052\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1920%2C1147&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=767%2C458&amp;ssl=1 767w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1536%2C918&amp;ssl=1 1536w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"612\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21053\" data-id=\"21053\" data-aspect-ratio=\"1024 / 612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1024%2C612&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=768%2C459&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1536%2C918&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"612\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21054\" data-id=\"21054\" data-aspect-ratio=\"1024 / 612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1024%2C612&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=768%2C459&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1536%2C918&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"612\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21056\" data-id=\"21056\" data-aspect-ratio=\"1024 / 612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1024%2C612&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=768%2C459&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1536%2C918&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\">Start with Contributor Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The week begins with <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Contributor Day</a>, a full day set aside for giving back to the project that makes everything else possible. Attendees will gather in teams to improve WordPress itself, from Core code and documentation to design, training, accessibility, and translation.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress is so unique because we&#8217;re not just a product; we&#8217;re a movement.</p>\n<cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day is open to everyone, whatever your skills, and whether or not you have ever contributed before. Come and experience the open source collaboration that is at the heart of the project. <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Signing up</a> in advance helps us prepare our veteran contributors and provide you with the best experience.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a5f16f27cfea&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f27d562&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f27d562\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19085\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19085\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f27db33&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f27db33\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19089\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"wp-image-19089\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f27e032&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f27e032\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19110\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19110\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f27e51d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f27e51d\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21080\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21080\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f27ea0a&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f27ea0a\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21078\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21078\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f27ef14&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f27ef14\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21079\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21079\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f27f443&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f27f443\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21077\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21077\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f27f9ca&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f27f9ca\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21074\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21074\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f27ffab&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f27ffab\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21076\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21076\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f280505&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f280505\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21083\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21083\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f280a1d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f280a1d\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21082\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21082\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f280f74&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f280f74\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19083\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19083\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Explore Real-World Projects on Showcase Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Day 2, Showcase Day, is dedicated to real-world WordPress projects and focuses on how teams develop features, manage publishing, and run demanding sites at scale. It brings to life the kind of work collected in the WordPress <a href=\"https://wordpress.org/showcase/\">Showcase</a>, the directory of standout sites built on the platform, from global brands like <a href=\"https://wordpress.org/showcase/disney-connect/\">Disney</a> to community publishers and institutions like <a href=\"https://wordpress.org/showcase/nasa/\">NASA</a>. Past WordCamp US Showcase days have brought teams from the likes of <a href=\"https://www.youtube.com/watch?v=PGvh7fCOUk0\">Wikimedia</a> and <a href=\"https://www.youtube.com/watch?v=MHk-Us00pTk\">CANCOM</a> to explain how they manage large, high-traffic systems. Other sessions took a builder&#8217;s perspective on catching bugs faster with automated testing and even running the Block Editor inside a custom app.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-21064\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Dive Into Two Conference Days</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The two main conference days will bring a full slate of sessions across four tracks. First among them is the AI track, which treats the technology as a tool to handle with care rather than a headline to chase. Its sessions set guardrails for AI-assisted development, prepare for a web where AI agents become the visitors a site must serve, and weigh the legal and ethical questions of putting AI tools in the hands of clients. Speakers from companies like Elementor will be taking a look at where the web is heading, while keeping the focus on what teams can adopt today without giving up control of their work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Technical WordPress and Honing Your Skills tracks cover the craft and business of building with WordPress. On the technical side, sessions dig into modern development workflows, automated testing with tools like the browser-based <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, and plugin pipelines. The Honing Your Skills track adds practical guidance on pricing, maintenance, and how the agency model is changing as clients ask for more. The Beginner WordPress track keeps the door open for newcomers, with approachable sessions that make your first WordCamp less daunting. Hands-on work runs through all of these tracks, so alongside the talks, attendees will find workshops and working sessions where they can build something real and leave ready to apply it to their own projects.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a5f16f281bd8&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f282033&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f282033\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19080\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19080\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2825b8&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2825b8\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21086\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21086\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f282b70&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f282b70\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21085\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21085\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f282f5f&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f282f5f\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1280\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21065\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637801.jpg?resize=1920%2C1280&#038;ssl=1\" alt=\"\" class=\"wp-image-21065\" style=\"aspect-ratio:1\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2834cc&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2834cc\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"819\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21084\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=819%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-21084\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=819%2C1024&amp;ssl=1 819w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=240%2C300&amp;ssl=1 240w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=1229%2C1536&amp;ssl=1 1229w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=768%2C960&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?w=1536&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 819px) 100vw, 819px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2839ff&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2839ff\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21081\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21081\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Not all of the value happens in the session rooms. On the show floor, the <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#happiness\">Happiness Bar</a> is a free, drop-in help desk where you can sit down with a volunteer WordPress expert and work through whatever has you stuck. The <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#sponsor\">Sponsor Hall</a> next door is where many of the best unplanned conversations happen, and its <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#career\">Career Corner</a> gives anyone weighing their next move a relaxed place to browse the job board, meet company reps, and see who is hiring across the ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Plan Your Trip to Phoenix</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Getting to Phoenix is straightforward. The <a href=\"https://us.wordcamp.org/2026/about/venue/\">Phoenix Convention Center</a> sits in the heart of downtown, less than five miles from Phoenix Sky Harbor International Airport (PHX) and about 15 minutes away on the <a href=\"https://www.valleymetro.org/how-to-ride/rail\">Valley Metro light rail</a>. WordCamp US has a room block at the Sheraton Phoenix Downtown, close to the convention center, so <a href=\"https://book.passkey.com/event/51129263/owner/68648/home\">book your hotel</a> before the block fills, and <a href=\"https://us.wordcamp.org/2026/tickets/\">reserve your ticket</a> if you have not already. The full event lineup and details live on the <a href=\"https://us.wordcamp.org/2026/schedule/\">WordCamp US 2026 site</a>, and the conference closes with an evening social before everyone heads home.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-nowrap is-layout-flex wp-container-core-group-is-layout-7c1a8141 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--edge-space)\">\n<ol style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\" class=\"wp-block-list has-off-white-background-color has-background has-large-font-size wp-container-content-9cfa9a5a\">\n<li><strong><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </strong><a href=\"https://us.wordcamp.org/2026/tickets/\">Reserve your ticket</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f6cf.png\" alt=\"🛏\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/about/travel-accommodation/\"> Find accommodations</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f68c.png\" alt=\"🚌\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/plan-your-trip-to-phoenix/\"> Plan your trip</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cd.png\" alt=\"📍\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://www.visitphoenix.com/\">Explore Phoenix</a></li>\n</ol>\n\n\n\n<figure class=\"wp-block-image size-full wp-container-content-577e1c61\" style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2066\" height=\"2560\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=2066%2C2560&#038;ssl=1\" alt=\"\" class=\"wp-image-21164\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?w=2066&amp;ssl=1 2066w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=242%2C300&amp;ssl=1 242w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=826%2C1024&amp;ssl=1 826w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=768%2C952&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=1240%2C1536&amp;ssl=1 1240w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=1653%2C2048&amp;ssl=1 1653w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Help Us Spread the Word!</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Whether attending in person or following along online, share your experience and help welcome others to the WordPress community. Use the #WCUS and #WordPress hashtags to tell your story on social.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21007\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 7.0.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 17:33:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"7.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"7.0.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21005\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:395:\"WordPress 7.0.1 is now available! This minor release includes fixes for 31 bugs throughout Core and the Block Editor, addressing issues affecting multiple areas of WordPress including the block editor, admin ui, and media. For a full list of bug fixes, please refer to the release candidate announcement. WordPress 7.0.1 is a short-cycle maintenance release. The next major version [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Estela Rueda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8722:\"\n<p class=\"wp-block-paragraph\"><strong>WordPress 7.0.1 is now available!</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">This minor release includes fixes for 31 bugs <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=7.0.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">throughout Core</a> and the <a href=\"https://core.trac.wordpress.org/changeset/62610\">Block Editor</a>, addressing issues affecting multiple areas of WordPress including the block editor, admin ui, and media. For a full list of bug fixes, please refer to the <a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">release candidate announcement.</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 is a short-cycle maintenance release. The next major version of WordPress will be 7.1; it is scheduled for release on 19 August 2026 at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can&nbsp;<a href=\"https://wordpress.org/wordpress-7.0.1.zip\">download WordPress 7.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-7-0-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by&nbsp;<a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> and <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abduremon\">Abdur Rahman Emon</a>, <a href=\"https://profiles.wordpress.org/abhishekfdd\">Abhishek Kumar</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam\">Adam Zieliński</a>, <a href=\"https://profiles.wordpress.org/iamadisingh\">Aditya Singh</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/andrewserong\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/bacoords\">Brian Coords</a>, <a href=\"https://profiles.wordpress.org/masteradhoc\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/cogdesign\">cogdesign</a>, <a href=\"https://profiles.wordpress.org/danluu\">Dan Luu</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/darshitrajyaguru97\">Darshit Rajyaguru</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhruvang21\">Dhruvang21</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/r1k0\">Erick Wambua</a>, <a href=\"https://profiles.wordpress.org/ecairol\">Esteban</a>, <a href=\"https://profiles.wordpress.org/estelaris\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/abcd95\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/hbhalodia\">Hit Bhalodia</a>, <a href=\"https://profiles.wordpress.org/huzaifaalmesbah\">Huzaifa Al Mesbah</a>, <a href=\"https://profiles.wordpress.org/iflairwebtechnologies\">iflairwebtechnologies</a>, <a href=\"https://profiles.wordpress.org/jamesbregenzer\">James</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/karthikeya01\">Karthikeya Bethu</a>, <a href=\"https://profiles.wordpress.org/khokansardar\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/rlucian\">Lucian R.</a>, <a href=\"https://profiles.wordpress.org/luismulinari\">luismulinari</a>, <a href=\"https://profiles.wordpress.org/dervishov\">Mahammad Darvishov</a>, <a href=\"https://profiles.wordpress.org/manhar\">Manhar Barot</a>, <a href=\"https://profiles.wordpress.org/mciampini\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/muryam\">Maryam Sultana</a>, <a href=\"https://profiles.wordpress.org/masum52\">Masum</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/369work\">Miroku</a>, <a href=\"https://profiles.wordpress.org/mohamedahamed\">Mohammed Noumaan Ahamed</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/mustafabharmal\">Mustafa Bharmal</a>, <a href=\"https://profiles.wordpress.org/ntsekouras\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/noruzzaman\">Noruzzaman</a>, <a href=\"https://profiles.wordpress.org/ozgursar\">Ozgur Sar</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ekla\">Rahul Kumar</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rishabhwp\">Rishabh Gupta</a>, <a href=\"https://profiles.wordpress.org/roshniahuja14\">Roshni Ahuja</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sakshamsharma5\">Saksham Sharma</a>, <a href=\"https://profiles.wordpress.org/andrewssanya\">SAndrew</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/siliconforks\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/swanandm\">Swanand M</a>, <a href=\"https://profiles.wordpress.org/inc2734\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/edent\">Terence Eden</a>, <a href=\"https://profiles.wordpress.org/threadi\">threadi</a>, <a href=\"https://profiles.wordpress.org/tusharaddweb\">Tushar Patel</a>, <a href=\"https://profiles.wordpress.org/umesh.nevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/yusufmudagal\">Yusuf Mudagal</a> </p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p class=\"wp-block-paragraph\">To get involved in WordPress core development, head over to Trac,&nbsp;<a href=\"https://core.trac.wordpress.org/report/6\">choose a ticket</a>, and join the conversation in the&nbsp;<a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a>&nbsp;channel. Need help? Check out the&nbsp;<a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Props to </em><a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a><em> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"The First AI Leaders Graduates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/06/ai-leaders-graduates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 20:29:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"AI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20951\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through AI Leaders, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5442:\"\n<p class=\"wp-block-paragraph\">On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through <a href=\"https://ai-leaders.org/\">AI Leaders</a>, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them earned it by building real projects, applying generative AI to genuine work, and contributing to the open source software that powers more than 40% of the web. Students who completed the course also earned $1,000, made possible by a donation from Automattic and UIC. This celebration was the moment the program had been building toward since it was <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">first announced in February</a>.</p>\n\n\n\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\" style=\"background-color:#0c1125;padding-top:var(--wp--preset--spacing--edge-space);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)\">\n<p class=\"has-text-align-center has-white-color has-text-color has-link-color has-normal-font-size wp-elements-2 wp-block-paragraph\"><strong>Explore the project portfolios built by this year’s AI Leaders</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><a href=\"https://aileaderswp.blog/\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/aileaderswpblog-scaled.png?ssl=1\" alt=\"\" class=\"wp-image-20975\" /></a></figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aileaderswp.blog/\"><strong>AI Leaders · Class of 2026</strong></a></div>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">When the pilot launched, the goal was to test whether open source learning could connect directly to job pathways rather than stopping at a certificate. What makes this program distinct is that it is built on open source from the ground up: students learn on WordPress, contribute to it, and use generative AI the way the WordPress ecosystem uses it every day, leaving with a credential that employers can verify and a community that continues long after the course ends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The pilot reflects a shared belief that AI and open source skills should be within reach regardless of where someone lives or what they can afford.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress was built to expand access to publishing and participation on the open web.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The program is a collaboration with distinct roles for each partner. It is funded through the <a href=\"https://osf.it.uic.edu/\">UIC Tech Solutions Open Source Fund</a>, with support from the <a href=\"https://www.uic.edu/\">University of Illinois Chicago</a> and <a href=\"https://automattic.com/?p=867048\">Automattic</a>, while the WordPress project and the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> contribute to the development of the curriculum itself.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first cohort was just the beginning. The gathering in Chicago brought this group together with employers and agencies, and further job placements are already in motion. </p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--edge-space);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)\">\n<p class=\"has-text-align-center wp-block-paragraph\">The next round of AI Leaders is on the horizon. Subscribe for updates to be the first to hear when the next cohort opens and how to take part.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://ai-leaders.org/#apply\"><strong>Subscribe for AI Leaders Updates</strong></a></div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-dark-strokes-grey-color has-alpha-channel-opacity has-dark-strokes-grey-background-color has-background\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>WordPress offers a wide range of educational opportunities for people at every stage, from first steps to advanced contribution. Explore workshops, lesson plans, and community-created resources designed to help you build practical skills while connecting with others who are learning and contributing at <a href=\"https://wordpress.org/education/\">WordPress.org/education/</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20951\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Browse the New Mercantile Swag Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2026/06/open-web-merch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 15:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20930\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"Mercantile, the official swag store of the WordPress project, has a newly redesigned storefront with a catalog that now sits front and center, and a design tuned to hold up across a wide range of screen sizes. There are also small touches, like automatically selecting a variant when only one is in stock and order [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"jillq\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5622:\"\n<p class=\"wp-block-paragraph\"><a href=\"https://mercantile.wordpress.org/\">Mercantile</a>, the official swag store of the WordPress project, has a newly redesigned storefront with a catalog that now sits front and center, and a design tuned to hold up across a wide range of screen sizes. There are also small touches, like automatically selecting a variant when only one is in stock and order emails styled to match the look and feel of the store.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1055\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=2048%2C1055&#038;ssl=1\" alt=\"\" class=\"wp-image-20931\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=300%2C155&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=767%2C395&amp;ssl=1 767w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=1024%2C528&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=1536%2C791&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Throughout the design, the storefront leans into the history and culture of WordPress. Visual and copy choices nod to familiar elements of the project, from the metabox and the admin bar to Wapuu making the occasional appearance, with small open source and code references for those who look closely. The aim was a storefront that feels uniquely WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Under the hood, the storefront shows what a modern WordPress and <a href=\"https://woocommerce.com/\">WooCommerce</a> site can do. It is built almost entirely with blocks, including a block-based cart, checkout, mini-cart, and order confirmation, supported by a set of custom theme blocks created for the store. The <a href=\"https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/iapi-about/\">Interactivity API</a> powers the catalog navigation and modal states, the store runs on WordPress 7.0, and accessibility is built in throughout, honoring reduced-motion preferences across animations and meeting color contrast standards. Product pages surface per-product attributes such as size, material, and care, so shoppers have the details they need before adding an item to the cart.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=2048%2C800&#038;ssl=1\" alt=\"\" class=\"wp-image-20932\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=300%2C117&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=768%2C300&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=1024%2C400&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=1536%2C600&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This latest redesign supported the Mercantile booth at <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe</a>. To make in-person sales work smoothly, the team enabled local pickup at checkout and added a set of event-only products refined to match the rest of the catalog. Fifty orders were completed at the event using in-person payments, a strong real-world test of the new checkout flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is more on the way! A playful experiment in progress will let curious shoppers explore a text-based version of the store from the command line, a small tribute to the developers who make up much of the WordPress community. Subtle hints pointing the way will appear once it is ready.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"719\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=2048%2C719&#038;ssl=1\" alt=\"\" class=\"wp-image-20933\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=300%2C105&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=766%2C269&amp;ssl=1 766w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=1024%2C360&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=1536%2C539&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The new Mercantile is the work of many contributors who designed, built, tested, and refined it together. Every purchase supports the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a>, a 501(c)(3) nonprofit organization, in its mission to democratize publishing and preserve open source software for generations to come. Take a look around and find something you love.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://mercantile.wordpress.org/\">Shop at <strong>mercantile.WordPress.org</strong></a></div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Kim Parsell Memorial Scholarship Opens for WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2026/06/kim-parsell-wcus-scholarship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jun 2026 16:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"Kim Parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"Scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"WCUS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20927\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"Applications are now open for the 2026 Kim Parsell Memorial Scholarship, which supports one active WordPress contributor who identifies as a woman and has not previously attended WordCamp US. The scholarship helps make it possible for a community member with financial need to join WordCamp US 2026 in Phoenix, Arizona, and take part in one [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5857:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1920%2C1080&#038;ssl=1\" alt=\"\" class=\"wp-image-20941\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1536%2C864&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Applications are now open for the 2026 Kim Parsell Memorial Scholarship, which supports one active WordPress contributor who identifies as a woman and has not previously attended WordCamp US. The scholarship helps make it possible for a community member with financial need to join WordCamp US 2026 in Phoenix, Arizona, and take part in one of the largest annual gatherings in the WordPress project.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The scholarship honors Kim Parsell, a longtime WordPress contributor whose work and presence left a meaningful mark on the project. Kim was known for her care, generosity, and commitment to helping others feel welcome in open source spaces. For readers who are less familiar with her story, the <a href=\"https://us.wordcamp.org/2019/memories-of-kim-parsell/\">tributes shared by friends and colleagues</a> offer a deeper look at her role in the WordPress community and the lasting impact she had on those who knew her. Through this scholarship, the WordPress Foundation continues to recognize contributors who reflect that same spirit of participation and community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is built by people from many backgrounds, experiences, and areas of expertise. Events like WordCamp US create space for contributors to meet in person, learn from one another, and continue the work that supports the software and the community around it. For some contributors, the cost of travel, lodging, and registration can make attending difficult. The Kim Parsell Memorial Scholarship helps reduce that barrier for one eligible contributor each year.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Scholarship Details</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One scholarship will be awarded for WordCamp US 2026. Applicants must:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Identify as a woman. </li>\n\n\n\n<li>Be actively involved as a contributor to WordPress.</li>\n\n\n\n<li>Have never attended WordCamp US before.</li>\n\n\n\n<li>Demonstrate financial need to attend the event.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The scholarship includes the cost of a WordCamp US 2026 ticket, round-trip flight, and lodging. Applications are open through July 10, 2026, and all applicants will be notified of the decision by July 24, 2026.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://wordcampcentral.survey.fm/wcus-2026-kim-parsell-scholarship-application\" style=\"background-color:#6c214f\">Apply for the Kim Parsell Memorial Scholarship</a></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"wp-block-paragraph\">WordCamp US 2026 will take place August 16–19, 2026, at the Phoenix Convention Center in Phoenix, Arizona. Contributors, attendees, volunteers, organizers, and sponsors will come together to share ideas, learn from each other, and continue building the future of WordPress. For many contributors, attending in person creates new ways to collaborate, find support, and stay connected to the open source work that happens throughout the year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To learn more about eligibility, visit the <a href=\"https://wordpressfoundation.org/kim-parsell-memorial-scholarship/\">Kim Parsell Memorial Scholarship page</a>. Community members are encouraged to share this opportunity with contributors who may qualify. You can also learn more about attending WordCamp US 2026 on the <a href=\"https://us.wordcamp.org/2026/tickets/\">WordCamp US tickets page</a>, explore <a href=\"https://us.wordcamp.org/2026/call-for-volunteers/\">volunteer opportunities</a>, or review <a href=\"https://us.wordcamp.org/2026/call-for-sponsors/\">sponsorship opportunities</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"943\" height=\"1978\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=943%2C1978&#038;ssl=1\" alt=\"\" class=\"wp-image-20939\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?w=943&amp;ssl=1 943w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=143%2C300&amp;ssl=1 143w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=768%2C1610&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=488%2C1024&amp;ssl=1 488w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=732%2C1536&amp;ssl=1 732w\" sizes=\"auto, (max-width: 943px) 100vw, 943px\" /></figure>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Global Partners Across the First Half of the 2026 WordPress Event Season\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2026/06/global-partners-first-half-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2026 17:01:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Global Partners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20910\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:402:\"This post recaps how the WordPress project&#8217;s five Global Partners — Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger — supported community events during the first half of 2026. Across more than a dozen regional the first WordPress Developers Day, and a growing network of WordPress Campus Connect events, Global Partners staffed booths, sponsored sessions, and connected [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Harmony Romo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8155:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55169598894_0199c1bbb9_o-scaled.jpg?ssl=1\" alt=\"\" class=\"wp-image-20911\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This post recaps how the WordPress project&#8217;s five Global Partners — Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger — supported community events during the first half of 2026. Across more than a dozen regional <a href=\"https://events.wordpress.org/novisad/2026/developer-day/\">the first WordPress Developers Day</a>, and a growing network of <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a> events, Global Partners staffed booths, sponsored sessions, and connected with developers, freelancers, students, and agency owners around the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A global footprint</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The year began in January with <a href=\"https://nepal.wordcamp.org/2026\">WordCamp Nepal</a>, where Jetpack joined the community in Kathmandu. The momentum carried into India, where <a href=\"https://kolhapur.wordcamp.org/2026\">WordCamp Kolhapur</a> and, a week later, <a href=\"https://pune.wordcamp.org/2026\">WordCamp Pune</a> brought Global Partners face-to-face with a student-heavy audience of roughly 200-250 attendees. In Pune, a session on connecting WordPress with AI workflows drew a large crowd, and attendees were curious about WordPress.com plans, new AI features, and Automattic for Agencies.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1206\" height=\"675\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=1206%2C675&#038;ssl=1\" alt=\"\" class=\"wp-image-20920\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?w=1206&amp;ssl=1 1206w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=766%2C429&amp;ssl=1 766w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=1024%2C573&amp;ssl=1 1024w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">In February, Jetpack traveled to <a href=\"https://portharcourt.wordcamp.org/2026\">WordCamp Port Harcourt</a> in Nigeria, an inclusive and well-organized event with 256 attendees that featured talks on inclusion and accessibility. Locally produced swag was a standout success there, a reminder that the WordPress community&#8217;s reach extends well beyond Europe and North America.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Across Europe</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Spring brought a wave of European events. At <a href=\"https://madrid.wordcamp.org/2026\">WordCamp Madrid</a>, with 280 attendees, WordPress.com served as a Global Sponsor and ran a Wapuu treasure hunt that drew 97 participants.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55230328181_175ece15a5_o-scaled.jpg?ssl=1\" alt=\"\" class=\"wp-image-20921\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Down the coast in France, <a href=\"https://nice.wordcamp.org/2026\">WordCamp Nice</a> gave Jetpack a chance to connect with 247 freelancers and developers, an audience that appreciated concrete, easy-to-explain solutions and asked questions about newsletters, security, and Jetpack&#8217;s broader feature set.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://vienna.wordcamp.org/2026\">WordCamp Vienna</a> stood out for its developer-heavy crowd of 277. From a Jetpack-branded booth staffed on both days, the team engaged with agencies and merchants, fielded numerous questions about WooCommerce and security, and booked 8 agency meetings. Many builders were interested to learn that Automattic stands behind both WordPress.com and WooCommerce. In Italy and Germany, <a href=\"https://torino.wordcamp.org/2026\">WordCamp Torino</a> and <a href=\"https://leipzig.wordcamp.org/2026\">WordCamp Leipzig</a> both reflected growing curiosity about AI, a theme that resurfaced throughout the year. At Leipzig, with 109 agencies, hosting companies, and freelancers in attendance, WordPress.com staffed a booth where tote bags were in high demand, while conversations kept returning to AI and WordPress Studio.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://slovenia.wordcamp.org/2026\">WordCamp Slovenia </a>and <a href=\"https://portugal.wordcamp.org/2026\">WordCamp Portugal</a> closed the European stretch. WordPress.com brought a booth to Ljubljana, and in Porto, it appeared with both a booth and logo presence alongside WooCommerce, which suited an event filled with e-commerce builders and Woo payment providers. The first WordPress Developers Day in Novi Sad introduced a new format, with Jetpack as a global sponsor and nearly 30 in-depth conversations on Jetpack, WooCommerce, performance, and the realities of client work.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Community in Uganda</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In May, <a href=\"https://kampala.wordcamp.org/2026\">WordCamp Kampala</a> brought four Global Partners onto the sponsor roster: Jetpack, WooCommerce, Bluehost, and WordPress.com. The event, themed &#8220;Tech for Social Good,&#8221; welcomed more than 200 attendees and reflected the energy of a fast-growing local community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Support from Global Sponsors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Behind every one of these events is a layer of support that does not always appear at a booth. In 2026, Bluehost and Hostinger both joined the <a href=\"https://events.wordpress.org/sponsor/\">WordPress community sponsorship program</a> as top-tier Global Sponsors, alongside Jetpack and WordPress.com. Their contributions help underwrite the global WordCamp program and the community events that make a year like this possible. That program-level backing is what allows organizers in Kathmandu, Porto, and Kampala to bring their events to life, and the WordPress community is grateful to every partner that invests at that scale.<br></p>\n\n\n\n<h2 class=\"wp-block-heading\">Campus Connect reaches 6,200 students</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the most notable stories of 2026 is not a WordCamp at all. It is <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a>. As of early June, the program has passed 6,200 students, with 25 events completed in 2026, 45 events all-time, and 42 more in planning or already scheduled. WordPress.com has played a direct support role throughout, including providing hosting for WordPress Campus Connect events around the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The connective tissue between these events and the broader community is real. An organizer first met at WordCamp Mukono went on to help lead WordPress Campus Connect work in Uganda. A student who built her first WordPress site at a WordPress Campus Connect event later attended a WordCamp. These events serve as a pathway for the next generation of WordPress contributors, builders, and professionals.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking ahead</h2>\n\n\n\n<p class=\"wp-block-paragraph\">If 2026 has shown anything, it is that interest in WordPress, and in the tools and services that Global Partners provide, continues to grow around the world. The questions being asked at booths and in sessions are sharper, the audiences more diverse, and the community&#8217;s reach more genuinely global. Thank you to Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger for being part of that story this year, and to every organizer, volunteer, speaker, and attendee who made these events possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To find an upcoming event near you, visit <a href=\"https://central.wordcamp.org\">WordCamp Central</a>. To learn how organizations can support the WordPress project, see the <a href=\"https://events.wordpress.org/sponsor/\">community sponsorship program</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"What Happened at WordCamp Europe 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/06/wceu-2026-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Jun 2026 17:44:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20793\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"WordCamp Europe 2026 brought the WordPress community to Kraków for three days of contribution and conversation, from CERN going live on WordPress to WordPress 7.0, AI, and a closing fireside chat on where the project goes next. Read the full recap.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:72610:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=2560%2C1440&#038;ssl=1\" alt=\"\" class=\"wp-image-20801\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-horizontal is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-e8523bbf wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"386\" height=\"501\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?resize=386%2C501&#038;ssl=1\" alt=\"\" class=\"wp-image-20863\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?w=386&amp;ssl=1 386w, https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?resize=231%2C300&amp;ssl=1 231w\" sizes=\"auto, (max-width: 386px) 100vw, 386px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe, <a href=\"https://europe.wordcamp.org/2026/\">the biggest WordPress conference in Europe</a>, spent the first week of June in Kraków. The 2026 edition of this event filled the ICE Kraków Congress Centre from June 4 to 6, drawing 2,458 ticket holders from 81 countries to the south of Poland. Close to a quarter of them were attending their first WordCamp Europe.</p>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">The city made it easy to settle in. Every attendee&#8217;s badge carried a transport hologram good for unlimited trams and buses. The Main Market Square, the largest in Europe, sat a short ride away, and the local food ran the gamut from pierogi to żurek soup to obwarzanek pretzels sold off the street.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Kraków is beautiful, with history everywhere.<br><em>&#8211; Sebastian Miśniakiewicz, local team lead</em></p>\n</blockquote>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-7387b849 wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">The program kept pace with the setting. Across multiple tracks, the schedule held 49 talks and eight hands-on workshops, grouped into themes that ran from core development and AI to business and the open web. Around them sat a full Contributor Day, a sponsor area, side events, on-site childcare, and an after-party the local team stretched to eight hours.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?resize=474%2C500&#038;ssl=1\" alt=\"\" class=\"wp-image-20864\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?w=474&amp;ssl=1 474w, https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?resize=284%2C300&amp;ssl=1 284w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" /></figure>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day Opens the Week</h2>\n\n\n\n<p class=\"wp-block-paragraph\">As it does every year, the event began the day before the talks. Contributors filled the venue for Contributor Day, a working session where people work together to improve WordPress itself rather than watch a presentation about it. The morning started with registration and a welcome, the room split into teams, and a group photo broke up the work around midday. The afternoon ran a second working block before each team gathered to share what it had done.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a5f16f2a8b1c&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-3 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2a8faa&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2a8faa\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20812\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20812\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2a9530&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2a9530\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20806\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20806\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2a9a3a&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2a9a3a\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20805\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20805\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2aa102&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2aa102\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20807\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20807\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2aa741&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2aa741\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20808\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20808\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2aaccb&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2aaccb\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20809\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20809\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2ab2be&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2ab2be\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20810\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20810\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2ab904&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2ab904\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20813\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.25.24-1-scaled.jpeg?ssl=1\" alt=\"\" class=\"wp-image-20813\" style=\"aspect-ratio:1\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2ac01f&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2ac01f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20811\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20811\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">The range of tables is the clearest picture of how wide the project has become. Newcomers could sit down with Polyglots to translate WordPress into their own language, with Documentation to fix the pages people reach when they get stuck, or with Support to answer questions in the forums. More technical tables covered Core, Performance, Testing, Themes, and the Plugins team, whose reviewers screen every plugin submitted to the directory.</p>\n\n\n\n<p class=\"wp-block-paragraph\">First-timers were not left to find their own way. The day was built around onboarding tables, named table leads, and mentors, with an open invitation for experienced contributors to adopt a newcomer and walk them through their first patch, string, or ticket.</p>\n\n\n\n<p class=\"wp-block-paragraph\">People who could not travel to Kraków were welcomed to join remotely through the #contributor-day channel in the <a href=\"https://make.wordpress.org/\">Make WordPress Slack</a>, so distance was not a reason to sit the day out.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Birthplace of the Web</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It was fitting that the opening keynote came from CERN. The European Laboratory for Particle Physics, on the French-Swiss border outside Geneva, is where the World Wide Web was invented more than 30 years ago, and <a href=\"https://profiles.wordpress.org/joachimv\">Joachim Valdemar Yde</a>, who has managed CERN&#8217;s web team since 2021, came to explain why the laboratory had chosen WordPress to carry its web presence forward.</p>\n\n\n\n<div class=\"wp-block-group has-black-background-color has-background is-layout-constrained wp-container-core-group-is-layout-ef2f134e wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/712t_Kjbj3I?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;listType=playlist&#038;list=PL1pJFUVKQ7ET_os7azDwYFsUDoc0Y9plA\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Yde and <a href=\"https://profiles.wordpress.org/franciscobbarros\">Francisco Borges Aurindo Barros</a>, who leads CERN&#8217;s WordPress infrastructure, framed the move as a chance to give a web presence built up over three decades a shared, modern foundation. After evaluating several leading content management systems against CERN&#8217;s needs, WordPress came out on top.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Barros walked through what they had built. The guiding idea is that people at CERN focus on their content while the web team looks after the platform underneath. A self-service portal lets anyone request a site in a few clicks. Behind it, a shared distribution supplies a common theme and a set of approved, security-hardened plugins, and an in-house tool provisions each new site on Kubernetes in about a minute. In its first year, the platform has already set up hundreds of sites.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Moving years of existing content onto the new platform is the other half of the work, and the team automated it: a single command lifts each site&#8217;s pages, headings, and images and rebuilds them as Gutenberg blocks, with no downtime. They plan to open source the tool.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then Yde delivered the line that the room had been waiting for.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">As of today, our main flagship website, home.cern, is now served on WordPress. It&#8217;s been automatically migrated, and it&#8217;s live.<br><br><em>&#8211; Joachim Valdemar Yde, Web Manager, CERN</em></p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The rollout is on track to wrap up over the coming months, and early impressions, Yde said, have been overwhelmingly positive, with easy wins in responsiveness and accessibility. For those at the event, the keynote pointed the room toward <a href=\"https://youtu.be/f09yvh3mnME\">a later talk by CERN&#8217;s Akanksha Chatterjee</a> on building and maintaining the laboratory&#8217;s engineering websites on the same service.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is a neat symmetry to it. The institution that published the world&#8217;s first website now runs on the software that powers more than 40% of today&#8217;s web, licensed under the GPL and maintained by the people in the room.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 7.0 and AI</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 was a throughline of the conference. Several sessions placed the release at the center, framing it less as a routine update than as a change in what the software is, and in what it makes possible for the people who build with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The anchor for that conversation was a panel called &#8220;Inside WordPress 7.0.&#8221; It gathered contributors who worked on the release, among them <a href=\"https://profiles.wordpress.org/juanmaguitar\">Juan Manuel Garrido</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/mikachan\">Sarah Norris</a>, and <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>. It was framed around more than a feature list, setting out to cover how a release of this size actually comes together: the contribution workflows, the coordination, and the human aspects of shipping software in the open.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2ad859&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2ad859\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1264\" height=\"843\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=1264%2C843&#038;ssl=1\" alt=\"Photo of the stage for the panel inside WordPress 7.0\" class=\"wp-image-20878\" title=\"Panel: Inside WordPress 7.0\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=768%2C512&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<p class=\"wp-block-paragraph\">What gives this release its weight is the work moving into WordPress&#8217;s core: a native AI client, a new Abilities API that lets plugins declare what they can do in a way other tools can discover, and a Connectors screen for wiring up providers such as OpenAI, Anthropic, or Google Gemini. The argument running through the AI sessions was that this belongs to everyone who builds on WordPress, not only to developers shipping their own integrations. Speakers got specific about how to put that to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/anukasha\">Anukasha Singh</a> focused on how the Abilities API can make plugin permissions cleaner and safer than the capability checks developers have leaned on for years.</li>\n\n\n\n<li>In a workshop, <a href=\"https://profiles.wordpress.org/wpfeedback\">Vito Peleg</a> set out to take builders from one-off prompts toward a tool-using workflow that audits a live site and files structured tickets.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, a WP-CLI maintainer who has worked on structured data and the AI-native web, turned to a fast-growing opportunity. AI assistants and search now send real traffic to the open web, with more than a billion referral visits logged by the middle of 2025. His session framed WordPress as well-placed to earn that attention, with a practical checklist for getting a site ready to be found, read, and cited.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">People stayed at the center of the conversation, too. <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, in a talk called &#8220;Human in the loop means something,&#8221; framed the phrase as a real commitment rather than a checkbox. Humans and AI are each good at different things, and the products worth building let each do what it does best.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Development and Craft</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The development sessions were where the craft lived. <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, who co-wrote the HTML API and designed the block parser, devoted a deep-dive workshop to that API. <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, a long-time Core committer on the Performance team, focused on how the WP_Query class has been made faster through better caching, and how site builders can take advantage of that at scale.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Scaling got a hands-on session of its own. One talk set out to see how far a WordPress site can run on a twelve-dollar virtual server, profiling it under load in Grafana and tuning away the bottlenecks, with a GitHub repository so attendees could follow along at home. <a href=\"https://profiles.wordpress.org/fellyph\">Fellyph Cintra</a> focused on the latest in <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, the browser-based tooling and architectural changes that the project credits with a real speed-up.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/luminuu\">Jessica Lyschik</a>, a Core contributor and former default-theme co-lead, set out to make the case that accessibility-ready requirements are far easier to meet than most theme developers assume, drawing on real reviews of both block and classic themes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Two members of the Plugins team, <a href=\"https://profiles.wordpress.org/davidperez\">David Perez</a> and <a href=\"https://profiles.wordpress.org/frantorres\">Fran Torres</a>, framed their session as a practical clinic. Between them, they have reviewed more than 25,000 plugins, and they set out to name the common, avoidable issues that keep good plugins stuck in the review queue. For a first-time author, that is the difference between an afternoon and a month of waiting.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Business of WordPress and the Open Web</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The business and community sessions pulled the lens back to people, with a refreshingly unsentimental view of running a WordPress business. <a href=\"https://profiles.wordpress.org/deltacx\">Debbie Levitt</a> built her talk around a model for finding product-market fit at three levels at once, on the premise that teams celebrate one good metric and then wonder months later where their users went. <a href=\"https://profiles.wordpress.org/vasvalch\">Vassilena Valchanova</a> took on a quieter problem: being good at the work is not the same as anyone knowing you are.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There was a local thread here as well. <a href=\"https://profiles.wordpress.org/irsilviana\">Irfani Silviana</a>, a full-stack developer at a Kraków-based agency, framed the Business Model Canvas as a translation layer that moves developers from shipping features to engineering business value, a fitting talk to give in her own city.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">The web&#8217;s standards, the argument goes, remain as open as the day Tim Berners-Lee created them at CERN.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">That idea carried through the rest of the community sessions. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/wdavidsnead\">David Snead</a>, an attorney who works with internet infrastructure providers, set out to explain how hosts, registrars, and registries coordinate against abuse through shared, real-time intelligence, on the logic that a threat to one WordPress host is a threat to all of them.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a> shared a practical playbook for how companies and individuals can support open source sustainably and look after the people who keep it going.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/karinchristen\">Karin Christen</a> set out to describe how her Swiss agency turned <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> from a good intention into a standing team habit through internal contributor days.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Running alongside the talks, the hands-on workshops were a chance to build something on the spot. In one, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a> set out to build a touch-enabled gallery slider with the Interactivity API, while another centered on Full Site Editing, with a working portfolio theme attendees could reuse on their next client project. These were laptop-open, leave-with-working-code sessions.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a5f16f2ae581&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-4 is-cropped has-black-background-color has-background wp-block-gallery-4 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2aeb32&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2aeb32\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20849\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20849\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2af25f&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2af25f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20850\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20850\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Closing Fireside Chat</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The closing session opened with a warm gesture from Kraków University of Technology. Representatives took the stage to thank the organizers and the community and to present <a href=\"https://profiles.wordpress.org/4thhubbard\">Mary Hubbard</a>, the Executive Director of WordPress, with a gift from their faculty of informatics and mathematics. They described what the university and the WordCamp community share: a love of learning and sharing knowledge, and an openness to new ideas, skills, and connections.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Hubbard used the moment to share some news. Starting in October, the university will open a WordPress-specific course, which she called a trail-blazing event for Poland and for WordPress. Earlier that day, the program&#8217;s first cohort, around 20 students, had shown what they built, part of the <a href=\"https://wordpress.org/education/campus-connect/\">WordPress Campus Connect</a> and <a href=\"https://wordpress.org/education/credits/\">WordPress Credits</a> education work.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a5f16f2af8ef&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-4 is-cropped has-black-background-color has-background wp-block-gallery-5 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2afeb6&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2afeb6\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20888\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20888\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2b0680&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2b0680\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20887\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20887\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Hubbard then turned the stage into a conversation, inviting <a href=\"https://profiles.wordpress.org/matveb\">Matías Ventura</a>, the lead of the Gutenberg project, and <a href=\"https://profiles.wordpress.org/richtabor\">Rich Tabor</a>, a WordPress designer and developer, to talk through where WordPress is heading and how AI fits in. WordPress 7.0 had just launched with Ventura as its release lead, and he asked everyone who had contributed to it to stand for a round of applause.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Much of the chat explored the balance between building WordPress with AI, and building with AI on WordPress, without losing the human part. Ventura noted that WordPress&#8217;s long investment in its design system is paying off now that you can ask an AI to extend a menu or a control, and it reaches for the right components. He pointed to older primitives gaining new value, like <a href=\"https://wordpress.org/cli/\">WP-CLI</a>, which AI models use fluently, and to <a href=\"https://developer.wordpress.com/docs/developer-tools/studio/studio-code/\">Studio Code</a>, an open source, agent-based coding tool the team has been building for WordPress. Tabor showed how he now ships many small editor improvements by talking to an agent instead of typing code, and Ventura demoed desktop mode and open-canvas experiments that reimagine the admin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On open source and AI, Hubbard argued that open source is why WordPress has thrived, that the same values should shape AI, and that the community should be far more vocal about it. As she put it, &#8220;We should be talking about it, and we should be much louder about it.&#8221;</p>\n\n\n\n<div class=\"wp-block-group has-black-background-color has-background is-layout-constrained wp-container-core-group-is-layout-9c97b5da wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/X4GG-sfH94M?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Audience questions pushed on multilingual support, unsticking long-stalled tickets, and reaching a younger, more diverse community. On that last point, Hubbard came back to education, pointing to a <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">US pilot of an AI literacy micro-credential</a> that uses WordPress as the playground, and made the case for it:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">I think that focusing in on younger generations, and bringing them into the project in a healthy way, with the dynamic of education as well as mentorship, and how we can understand and learn from them, as well as mentor them and adopt them as contributors, is very important.<br><br><em>&#8211; Mary Hubbard, WordPress Executive Director</em></p>\n</blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Beyond the Talks</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp is also about the corridor outside the talks, and Kraków gave people reason to roam. Between sessions, attendees moved through the sponsor area for product demos and conversations that often carried on over lunch.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a5f16f2b126c&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-3 is-cropped has-black-background-color has-background wp-block-gallery-6 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2b1883&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2b1883\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20823\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20823\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2b1fd9&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2b1fd9\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20828\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20828\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2b276e&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2b276e\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20825\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20825\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2b2f20&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2b2f20\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20824\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20824\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2b36be&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2b36be\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20826\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20826\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a5f16f2b3c45&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a5f16f2b3c45\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20827\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20827\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">The after-party was the not-so-subtle flourish of a local team that doubled the usual length to eight hours, with Polish food and dragon-and-floral swag that nodded to the Wawel Dragon of Kraków legend. The nearby artistic Kazimierz district kept the evening going, and the trams, as one organizer had promised, were still running reliably afterward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamps run on people, and 2026 was no different. The organizing teams, the speakers, the sponsors who funded the venue and the meals, the local crew who sorted trams and pierogi, and the contributors who arrived a day early to work on the project all built this WCEU together. The people watching the <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ET_os7azDwYFsUDoc0Y9plA\">livestream</a> from outside Kraków were part of it as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For anyone whose appetite was only sharpened by three days in Poland, the calendar already has the next stop. <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a> (Phoenix, USA) runs August 16 to 19, with its own Contributor Day opening the week.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-style:none;border-width:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:var(--wp--preset--shadow--natural)\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe will return next year (May 27-29, 2027) in Málaga, Spain.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>Photography by the <a href=\"https://europe.wordcamp.org/2026/community/organisers/#photography-team\">WCEU 2026 photography team</a>. See the full galleries on <a href=\"https://www.flickr.com/photos/wceu/albums/\">Flickr</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20793\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Protect The Shire\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://wordpress.org/news/2026/06/pts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Jun 2026 18:51:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20783\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"tl;dr: Temporary 24-hour cooldown period for plugin/theme releases before auto-updates. AI can give defenders an edge. We want to secure all 78K plugins and themes on WordPress.org.&#160; One of the things we’ve always striven to do as the developers of WordPress is to work harder so you don’t have to; we take technology that’s complex [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7910:\"\n<p class=\"wp-block-paragraph\"><strong>tl;dr:</strong> <em>Temporary 24-hour cooldown period for plugin/theme releases before auto-updates. AI can give defenders an edge. We want to secure all 78K plugins and themes on WordPress.org.&nbsp;</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">One of the things we’ve always striven to do as the developers of WordPress is to work harder so you don’t have to; we take technology that’s complex or inaccessible and make it available to everyone, running in as many environments as possible. It’s the Open Source way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Just last December there was a <a href=\"https://x.com/karpathy/status/2026731645169185220\">step-change in coding ability</a> that rocked many developers, and since April’s <a href=\"https://red.anthropic.com/2026/mythos-preview/\">reveal of Mythos</a>, security activity has kicked into high gear. A few days ago, <a href=\"https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html\">Chrome shipped a release with 429 security fixes</a>! The threats and opportunities of these new capabilities inspired us to kick off an initiative we call <strong>Protect The Shire</strong> (hat tip <a href=\"https://www.tolkiensociety.org/discover/biography/\">J. R. R. Tolkien</a>) with the aim of using our best minds and the infrastructure of WordPress.org to make all code in our directories and repositories as secure as possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Much of this work was and will remain behind the scenes, and we hope its success is defined mostly by what <em>doesn’t</em> happen. However, while we reckon with our newfound powers, we need to make space for review.</p>\n\n\n\n<h2 class=\"wp-block-heading\">To Update or Not</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress core updates go through multiple people and layers of review before they go out, a process we’ve polished to a high art in the 18 years since we <a href=\"https://wordpress.org/news/2008/12/coltrane/\">introduced one-click upgrades in 2.7 “Coltrane.”</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Core is solid, and I’m so proud that <a href=\"https://wordpress.org/about/stats/\">over 50% of all WordPress sites have upgraded to 7.0 within two weeks</a>! That’s the result of an unimaginable amount of work across thousands of hosts, developers, and teams across WordPress.org. We’ve pushed hard to make upgrades happen automagically, and as fast as possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We’re in a liminal period now, and I believe 2026 will be a year of tension between two approaches: updating as quickly as possible to stay secure, and holding back on updating to stay secure.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We’ve seen clever and dangerous supply chain attacks across the npm, PyPI, GitHub, and RubyGems ecosystems, and we even had our own mini-version with the <a href=\"https://anchor.host/someone-bought-30-wordpress-plugins-and-planted-a-backdoor-in-all-of-them/\">Essential Plugins debacle</a>, where good plugins were unknowingly sold to a new author who had malicious intent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How to balance security updates and <em>securing</em> updates?</p>\n\n\n\n<h2 class=\"wp-block-heading\">Mirkwood or the Wild West?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Everyone knows the fun of WordPress is in its 78k+ plugins and themes. We have a rigorous, human-powered review process for <a href=\"https://make.wordpress.org/themes/handbook/review/\">theme</a> and <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/\">plugin</a> submissions, but once you’re published in the directory, you’re on your own. Our update system currently distributes every plugin and theme release as soon as a developer presses the button. That’s what keeps the directory as robust as WordPress itself. There were over 3,000 commits to the plugin repository yesterday!&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\">For now, each new plugin release will wait up to 24 hours before being distributed through auto-updates. This will give everyone, including a <a href=\"https://wapuu.studio/wapuu/a-gandalf-wapuu-that-is-a-coding-wizard-302912b8/\">new Wapuu</a> we call Gandalf, a chance to review changes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I expect 24 hours could be reduced to minutes as the process evolves, but we’ll err on the side of caution while AI models are advancing so rapidly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Our <a href=\"https://make.wordpress.org/plugins/\">plugin review team</a> seems superhuman, but still needs to sleep. But bots don’t, and a depth of review that seemed unimaginable before is now a matter of time and tokens.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The security capabilities of AI are going to make the world weird and take a lot of our focus in the next few months, but there’s a light at the end of the tunnel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Our Shire Is Special</h2>\n\n\n\n<p class=\"wp-block-paragraph\">There’s no shortage of ways to find, install, and update plugins and themes for WordPress. For those who choose WordPress.org, though, we want to make sure that it feels safe and secure. That means staying strict about some things—like guidelines and Open Source licenses—while also remaining flexible enough to allow solo hackers, community projects, and for-profit commercial plugins and themes to thrive in our ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">GitHub stars may get the hype, but if you add up all the numbers <a href=\"https://wordpress.org/plugins/\">in our plugin directory</a>, it’s over 400M installs. There are 78k+ extensions, many from solo devs, installed on over a million sites each! Now we need to learn from the best parts of GitHub and make that available to every developer on WordPress.org.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Just because WordPress plugins have a reputation for vulnerabilities is no reason not to aim for the same security and stability we’ve achieved in core. We’ve done the impossible a few times already in <a href=\"https://wordpress.org/book/table-of-contents/\">our journey from a b2/cafelog fork</a> to <a href=\"https://wordpress.org/showcase/\">where we are today</a>.&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Freedom and security are not zero-sum.</strong> With Open Source, we can show how security comes from transparency, not obscurity. Collaboration over competition. What we accomplish when we come together is nothing short of incredible. Success always attracts bad actors, but we grow stronger through every adversity.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The scale of WordPress can make some challenges seem too big to tackle, but given time, there is no problem that’s insurmountable. I’m reminded of the story behind the title of <a href=\"https://www.amazon.com/Bird-Some-Instructions-Writing-Life/dp/0385480016\">Anne Lamott’s book <em>Bird by Bird</em></a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Thirty years ago my older brother, who was ten years old at the time, was trying to get a report written on birds that he&#8217;d had three months to write, which was due the next day. We were out at our family cabin in Bolinas, and he was at the kitchen table close to tears, surrounded by binder paper and pencils and unopened books about birds, immobilized by the hugeness of the task ahead. Then my father sat down beside him, put his arm around my brother&#8217;s shoulder, and said, &#8220;Bird by bird, buddy. Just take it bird by bird.”</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">More to come, stay tuned. I wish everyone <a href=\"https://europe.wordcamp.org/2026/\">in Kraków at WordCamp Europe</a> the best and hope to see you soon!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 21 Jul 2026 06:58:39 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 21 Jul 2026 05:07:28 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:5:\"clear\";s:4:\"x-nc\";s:9:\"HIT dca 1\";}s:5:\"build\";i:1760658336;s:21:\"cache_expiration_time\";i:1784660319;s:23:\"__cache_expiration_time\";i:1784660319;}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2433, '_site_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1784660319', 'off'),
(2434, '_site_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1784617119', 'off'),
(2435, '_site_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1784660320', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2436, '_site_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:112:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WordCamp Central: WordCamp Rajshahi 2026: Celebrating Community, Learning, and Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://central.wordcamp.org/?p=15457333\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://central.wordcamp.org/news/2026/07/wordcamp-rajshahi-2026-celebrating-community-learning-and-open-source/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8004:\"<p class=\"wp-block-paragraph\">WordCamp Rajshahi 2026, held on July 2nd-3rd, 2026, at the Rajshahi University of Engineering &amp; Technology (RUET) Auditorium, brought together WordPress enthusiasts, developers, designers, business owners, students, and open-source contributors from across Bangladesh and beyond. As a non-profit, community-driven conference, the event demonstrated the strength of collaboration, knowledge sharing, and the spirit of open source.</p>\n\n\n\n<p class=\"wp-block-paragraph\">More than just a technology conference, WordCamp Rajshahi became a place where people connected, exchanged ideas, and inspired one another to contribute to the future of WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sharing Knowledge That Matters</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The conference featured a diverse lineup of local and international speakers who shared practical experiences, real-world case studies, and emerging trends shaping the web today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Artificial intelligence was one of the most discussed topics throughout the event. Sessions explored how AI is transforming the way developers and businesses work—from integrating AI into WordPress without writing code to building customer support agents, using modern Large Language Models (LLMs) for development, debugging applications, and improving everyday workflows.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Performance, architecture, and security also received significant attention. Speakers demonstrated advanced WordPress optimization techniques, object caching strategies, no-code animations using GSAP, methods for identifying system vulnerabilities, and practical approaches to cleaning malware-infected WordPress websites with AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Beyond technical sessions, the conference emphasized personal and professional growth. Attendees learned about building successful careers, transitioning from startups to multinational companies, product marketing, the realities of remote work, and maintaining mental well-being while working in the technology industry.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day: Giving Back to WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day, held on July 2, served as one of the most meaningful parts of the event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Participants worked alongside experienced WordPress contributors and Table Leads to improve the WordPress project itself. Whether they contributed to Core, Accessibility, Themes, Plugins, Polyglots (translations), Education, or Photos, attendees experienced firsthand how community collaboration built the global WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For many first-time contributors, it was their first opportunity to make a direct contribution to one of the world&#8217;s largest open-source projects.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Campus Connect: Inspiring the Next Generation</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the highlights of WordCamp Rajshahi 2026 was the <strong>Campus Connect</strong> initiative.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To encourage student participation in open source, <strong>40 university students</strong> received <strong>complimentary tickets</strong> to attend the event. This initiative introduced young learners to the WordPress community, allowing them to interact with experienced professionals, attend technical sessions, and discover opportunities to contribute to open source.</p>\n\n\n\n<p class=\"wp-block-paragraph\">By investing in students today, the community hopes to cultivate the next generation of developers, designers, and contributors who will help shape the future of WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sponsors Who Made It Possible</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp events are made possible through the generous support of organizations that believe in strengthening the open-source ecosystem. Rather than simply sponsoring an event, these companies invest in community growth and knowledge sharing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This year, the sponsorship tiers celebrated Rajshahi&#8217;s famous mango heritage.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Fazli Majesty (Platinum Sponsors)</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://webappick.com/\" rel=\"noopener\" target=\"_blank\">WebAppick</a>,</li>\n\n\n\n<li><a href=\"https://fluentcart.com/\" rel=\"noopener\" target=\"_blank\">FluentCart</a>,</li>\n\n\n\n<li><a href=\"https://xcloud.host/\" rel=\"noopener\" target=\"_blank\">xCloud</a>.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Himsagar Legacy (Gold Sponsor)</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://hosting.com/\" rel=\"noopener\" target=\"_blank\">Hosting.com</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Amrapali Delight (Silver Sponsors)</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://paymentform.io/\" rel=\"noopener\" target=\"_blank\">PaymentForm.io</a></li>\n\n\n\n<li><a href=\"https://kirki.com/\" rel=\"noopener\" target=\"_blank\">Kirki</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Community Sponsors</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.google.com/url?sa=E&amp;q=https%3A%2F%2Fcrowdzonebd.com%2F\" rel=\"noopener\" target=\"_blank\">Crowd Zone</a>,</li>\n\n\n\n<li><a href=\"https://exprovia.com/\" rel=\"noopener\" target=\"_blank\">Exprovia</a>,</li>\n\n\n\n<li>NT Tech Innovation,</li>\n\n\n\n<li><a href=\"https://padmazon.com.bd/\" rel=\"noopener\" target=\"_blank\">Padmazon Limited</a>,</li>\n\n\n\n<li><a href=\"https://shapedplugin.com/\" rel=\"noopener\" target=\"_blank\">ShapedPlugin</a>,</li>\n\n\n\n<li><a href=\"https://sigmative.com/\" rel=\"noopener\" target=\"_blank\">Sigmative</a>,</li>\n\n\n\n<li><a href=\"https://timetics.ai/\" rel=\"noopener\" target=\"_blank\">Timetics AI</a>,</li>\n\n\n\n<li><a href=\"https://wpbakery.com/\" rel=\"noopener\" target=\"_blank\">WPBakery</a>.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Official Partners</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>FM Networks (Internet Partner)</li>\n\n\n\n<li>TNR Soft (Payment Gateway Partner)</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Their support enabled the community to deliver a world-class experience while keeping the event affordable and accessible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank You to Everyone Behind the Scenes</h2>\n\n\n\n<p class=\"wp-block-paragraph\">An event of this scale is never the work of a single person.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Our sincere appreciation goes to every speaker and Contributor Day table lead who generously shared their knowledge and experience with the community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We are equally grateful to our organizers and volunteers. From sponsorship coordination, website management, registration, design, photography, audiovisual production, venue operations, food management, and attendee support, every team member played a vital role in ensuring the event ran smoothly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Their dedication transformed months of planning into an unforgettable experience for every attendee.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking Ahead</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Rajshahi 2026 demonstrated what is possible when passionate volunteers, contributors, sponsors, and community members work toward a common goal.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The event was more than a conference—it was a celebration of learning, collaboration, and the open-source values that make WordPress one of the world&#8217;s most successful communities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As the community continues to grow, the relationships built, ideas shared, and contributions made during WordCamp Rajshahi 2026 will inspire future events and encourage even more people to participate in the global WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s to many more WordCamps, more contributors, and a stronger open-source community in Bangladesh and beyond.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jul 2026 19:05:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Nazmul Hosen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Gutenberg Times: #WCUS Schedule, iframed Post Editor, WooCommerce 11.0 and so much more — Weekend Edition 369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=46063\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://gutenbergtimes.com/wcus-schedule-iframed-post-editor-woocommerce-11-0-and-so-much-more-weekend-edition-369/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23671:\"<p class=\"wp-block-paragraph\">Hi there!</p>\n\n\n\n<p class=\"wp-block-paragraph\">What a week! WordPress 7.1 Beta 1 (and Beta 2) arrived with a huge array of updates. We&#8217;ll unpack them together over the next four weeks, right up to the final release on August 19, 2026.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One thing shouldn&#8217;t wait, though: the security release WordPress 7.0.2. Go update your production sites now — this newsletter will still be here when you&#8217;re back. <img alt=\"😉\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png\" style=\"height: 1em;\" /></p>\n\n\n\n<p class=\"wp-block-paragraph\">In this edition, you&#8217;ll also find the first speaker lineup for WordCamp US, a fourth page-builder migration story, WooCommerce 11.0 on the horizon, and plenty of block development goodness:  from iframed editors to on-brand maintenance pages.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Grab your favorite Saturday beverage and dig in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yours, <img alt=\"💕\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\"><strong>WordCamp US 2026: Four Tracks, Three Workshops, 33 Speakers</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://us.wordcamp.org/2026/announcing-our-first-round-of-speakers-2/\"><img alt=\"First speaker spotlight WordCamp US&gt; \" class=\"wp-image-46081\" height=\"343\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Speakers-WordCamp-Us.png?resize=652%2C343&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The first wave of WCUS 2026 speakers is live — and it reads like a who&#8217;s-who of WordPress in practice.</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp US just <a href=\"https://us.wordcamp.org/2026/speakers/\">published its opening lineup</a> for August 16–19 in Phoenix: 34 confirmed speakers so far, including <strong>K Adam White, Brian Coords, Jamie Marsland, Kathy Zant, Miriam Schwab, and Robert Abela</strong>, all experienced developers, educators, security specialists, community builders.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program runs four tracks. </p>\n\n\n\n<ul class=\"wp-block-list has-small-font-size\">\n<li><strong>AI in Action</strong> leads with sessions on agentic workflows, AI search, and guardrails for AI-assisted development. </li>\n\n\n\n<li><strong>Honing Your Skills</strong> covers the practical side: maintenance, privacy compliance, creator commerce, security. </li>\n\n\n\n<li><strong>Technical WordPress</strong> digs into block migrations at scale, WP-CLI automation, and plugin pipelines. </li>\n\n\n\n<li><strong>Beginning WP101</strong> is the on-ramp for newcomers — or for clients you&#8217;re bringing along.</li>\n\n\n\n<li>Three <strong>hands-on workshop</strong>s round out the program, where you build something real in the room and leave with it.<br /></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The full session schedule isn&#8217;t out yet, but the speaker list alone is a useful signal. If someone on that page is a voice you follow, a tool you depend on, or a corner of WordPress you&#8217;re actively navigating, you now have a specific reason to be in the room.<br /><br /><img alt=\"🎟\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" style=\"height: 1em;\" /> <a href=\"https://us.wordcamp.org/2026/tickets\" rel=\"noopener\" target=\"_blank\">us.wordcamp.org/2026/tickets</a> — $100 General Admission · $750 Micro-Sponsor (includes listing on the sponsors page) <img alt=\"👥\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f465.png\" style=\"height: 1em;\" /> <a href=\"https://us.wordcamp.org/2026/speakers/\" rel=\"noopener\" target=\"_blank\">Full speaker list →</a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\"><strong>WordPress 7.1 Beta </strong>1</a> was release on July 15, 2026.  is now available for testing. The release post offers instructions how to sent up a test side and shows an extensive list of new features. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The security team released <a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\"><strong>WordPress 7.0.2</strong></a> with the urgent appeal to update right away. The security fixes were also backported in 6.9.5 and 6.8.6. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The security fix was also included in <strong>WordPress 7.1 Beta 2</strong>, so testing sites are also protected during this release cycle. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Huzaifa Al Mesbah,</strong> from the Core Test team, published the accompanying <a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\"><strong>Help Test WordPress 7.1</strong></a> post. </p>\n\n\n\n<p class=\"wp-block-paragraph\">A few <strong>WordPress 7.1 Dev Notes</strong> are already available: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/13/consistent-navigation-in-wordpress-7-1-with-persistent-toolbar/\">Consistent navigation in WordPress 7.1 with persistent toolbar</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/07/the-classic-block-stays-in-the-inserter-for-wordpress-7-1/\">The Classic block stays in the inserter for WordPress 7.1</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><img alt=\"🎙\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\">Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5</a></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-46077\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17-edited-1.png?resize=652%2C183&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In about 10 days, WooCommerce 11.0 release is schedule. Brain Coords has the skinny for you in <a href=\"https://developer.woocommerce.com/2026/07/13/woocommerce-11-0-pre-release/\"><strong>what&#8217;s coming for developers in WooCommerce</strong></a>. Performance leads the release with 28 PRs — product object caching becomes the default for new stores, speeding up variable products by 9–12%. You&#8217;ll also find email verification connecting guest orders to accounts, new phone validation hooks, video embeds in the block email editor, and the final removal of the Product Editor beta. The beta is ready for your testing now.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jamie Marsland</strong> followed his instincts and build <a href=\"https://wordpress.org/plugins/jamies-front-end-editor-for-content-teams/\"><strong>Jamie&#8217;s Front-End Editor for Content Teams</strong></a>, a plugin that lets your editors click any paragraph or heading on the live page and start typing — no block editor required. With the latest updates, you can now edit text, links, buttons and images right on the live page. No wp-admin, no block editor, just click and change it in place.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Built on the Interactivity API with no build step, it preserves block markup on save, records edits as native block notes for an audit trail, and lets you restrict chosen roles to front-end-only editing. Let Marsland what you think. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://gutenbergtimes.com/roadmap-7-1-gutenberg-23-5-responsive-styling-migration-to-block-themes-weekend-edition-368/\">Last week</a>, I shared three migration stories from page builders to the Core block editor and block themes. Here&#8217;s a fourth perspective: The team at WP Expert, an Ottawa agency founded by <strong>Frederic Sune</strong>, put together a comprehensive post on <a href=\"https://wpexpert.ca/migrate-agency-gutenberg-success/\"><strong>migrating agency sites from page builders to Gutenberg</strong></a>, should you go on that journey, too. You&#8217;ll find the strategic arguments (better Core Web Vitals, smaller attack surface, less technical debt) alongside a practical playbook covering backups, staging, block theme selection, pattern development, and SEO safeguards. The post also explores what block-based architectures mean for an agency&#8217;s business model, from premium modernization packages to fewer layout-related support tickets. An FAQ rounds it out.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Brian Coords</strong> tackles a common WooCommerce pain point: <a href=\"https://www.briancoords.com/custom-product-templates-for-block-themes/\"><strong>custom product templates for block themes</strong></a>. He combines two core WordPress features — the plugin template registration API from 6.7 and the venerable <code>single_template_hierarchy</code> filter — to serve custom templates for product collections, like all products in a category. His example plugin falls back to your Single Product template unless you override it. Clone the repo and give it a try; custom Product fields are next on his list.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">On the WordPress Developer Blog, <strong>Troy Chaplin </strong>shows you how to build <strong><a href=\"https://developer.wordpress.org/news/2026/07/on-brand-maintenance-mode-for-wordpress-block-themes/\">an on-brand maintenance mode for block themes</a>.</strong> You add one small hook to your theme&#8217;s <code>functions.php</code> once, then design and manage the maintenance page entirely in the Site Editor with full access to your Global Styles. Renaming or deleting the template toggles maintenance mode on and off, no code needed. An SEO-friendly variant adds 503 headers so crawlers know the downtime is temporary.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://developer.wordpress.org/news/2026/07/on-brand-maintenance-mode-for-wordpress-block-themes/\"><img alt=\"\" class=\"wp-image-46150\" height=\"345\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/maintenance-mode.png?resize=652%2C345&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n<div class=\"ng-block-c548d7331354225a wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-12aebc3c3c3e1d74 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-5cb9612b2ea27781 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2025/\">2025</a></strong></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools </h2>\n\n\n\n<p class=\"wp-block-paragraph\">On WP Mayor, <strong>Jean Galea </strong>untangles <strong><a href=\"https://wpmayor.com/wp-cli-vs-rest-api-vs-abilities-api/\">when to reach for WP-CLI, the REST API, or the Abilities API</a>.</strong> His mental model: they&#8217;re layers, not rivals. WP-CLI lives on the server for bulk work, REST serves off-server callers like headless front ends, and the Abilities API tells AI agents what they&#8217;re allowed to do, complete with schemas and permission checks. Galea also shares how his own sites lean on all three at once.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">Get up to speed how to make your custom blocks plugin work in the iframed post editor, if you haven&#8217;t yet. After five years of ruminating and communicating the switch is coming to WordPress 7.1. In his post, <strong>Ryan Welcher</strong> explains <a href=\"https://gutenbergtimes.com/the-post-editor-is-going-full-iframe-what-block-developers-need-to-know-before-wordpress-7-1/\"><strong>why the post editor is going full iframe in WordPress 7.1</strong></a> and what that means for your custom blocks. You&#8217;ll find the fixes for the most common breakage — global <code>window</code> and <code>document</code> references, editor styles enqueued into the wrong document, stale admin-scoped CSS, and third-party libraries — plus a companion demo plugin with broken/fixed block pairs, Playground blueprints for testing both states, and a handy pre-flight checklist.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">The video volunteers at WordCamp Portugal uploaded all recordings to WordPressTV and two of the talks caught my eye: </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Imran Sayed</strong> walks you through <a href=\"https://wordpress.tv/2026/05/19/the-fastest-way-to-build-gutenberg-blocks-modern-tools-scripts-and-ai-2/\"><strong>the fastest way to build Gutenberg blocks with modern tools, scripts, and AI</strong></a>. If custom block development has felt complex or time-consuming, you&#8217;ll appreciate his focus on practical, real-world workflows you can adopt immediately — moving fast without over-engineering. The recording is available on WordPress.tv, and the presentation slides are linked below the video for easy reference.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jorge Costa</strong> shows you how to use <a href=\"https://wordpress.tv/2026/05/19/ai-is-in-wordpress-core-heres-how-to-use-it/\">t<strong>he AI building blocks already shipped in WordPress core</strong></a> (the WP AI Client, the Abilities API, and the MCP adapter)  to bring AI-powered features into your own plugins, themes, and sites. He also tackles the bigger question: when agents can spin up entire projects on any stack, why is WordPress still the right bet? <a href=\"https://portugal.wordcamp.org/2026/files/2026/05/T1-12H30-jorge-slides_260516_095705.pdf\">Slides are linked</a> alongside the recording.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">Check out the not so new any more <strong>Talk Devy to Me</strong> series on Ryan Welchers YouTube Channel! In the latest epsiode, <strong>Antonio Sejas</strong> <a href=\"https://www.youtube.com/watch?v=YZWwP1QHXKM\"><strong>demos Studio Code, the agentic AI assistant</strong></a> built into WordPress Studio&#8217;s desktop app and CLI. You can spin up sites, run performance audits, add content, and install plugins and themes through natural language conversation — all locally, so nothing you break goes public. Sejas explains how it works under the hood before building something live with the host. Studio Code is free while in beta, so now&#8217;s a good time to experiment. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">If you rather want to read about the updates in WordPress Studio, <strong>Fredrik Rombach Ekelund</strong> shares <a href=\"https://wordpress.com/blog/2026/07/13/faster-wordpress-studio/\"><strong>three big updates to WordPress Studio</strong></a>: a new default Native PHP runtime makes your local sites load 30–50% faster while using a third of the memory, the Studio CLI now installs with one dependency-free command — no Node.js or npm required — and Claude Sonnet 5 is the new default model in Studio Code, improving multi-step work like tracing bugs across files. A Sandbox runtime remains available for testing untrusted code.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<div class=\"ng-block-d924b0804abea9bd wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-4bae1c4ffff1ffb2 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-cdcbc19716dad901 wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-f20d903f3f52a4f1 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-043865cd0b055fdf wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-eedae0967e3f6a6f wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jul 2026 13:15:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Important Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2026/07/wp-security/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2168:\"<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\">WordPress 7.0.2</a> went out today with two important security updates. One is a type of pre-authorization RCE we (fortunately!) have only seen a few times in WordPress&#8217; 23-year history; the last, I believe, <a href=\"https://wordpress.org/documentation/wordpress-version/version-4-6-21/\">in the PHPMailer class five years ago</a>. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Major kudos to <a href=\"https://x.com/hash_kitten\">Adam Kues</a> of <a href=\"https://slcyber.io/\">Searchlight Cyber</a> for finding the batch REST API RCE, to TF1T, dtro, and haongo on the facilitated SQL injection! </p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks to <a href=\"https://en.wikipedia.org/wiki/Coordinated_vulnerability_disclosure\">responsible disclosure</a>, the WordPress.org Security team was able to coordinate with hosts and CDNs to mitigate the attack at the network layer. <em>Please upgrade anyway!</em> But it&#8217;s a huge relief to know the vast majority of WordPress sites were protected by <a href=\"https://en.wikipedia.org/wiki/Defense_in_depth_(computing)\">defense-in-depth</a> even before the updates went out. </p>\n\n\n\n<p class=\"wp-block-paragraph\">I really appreciate how people and organizations that otherwise might not be on the best of terms come together in times like this. (<a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\">Full credits in the release post</a>.) Everyone buries the hatchet to protect as many people as possible as quickly as possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve said it before, I&#8217;ll say it again: security is going to be a big topic this year as the technology industry digests the incredible advances in AI models. It&#8217;s a good time to review your plans and processes, sweat the details, <a href=\"https://www.amazon.com/dp/1953953492\">invest in maintenance</a>, and <a href=\"https://en.wikipedia.org/wiki/System_Administrator_Appreciation_Day\">hug a sysadmin</a>. <img alt=\"🙂\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png\" style=\"height: 1em;\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jul 2026 02:36:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress.org blog: WordPress 7.0.2 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4462:\"<h2 class=\"wp-block-heading\">WordPress 7.0.2 is now available.</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The 7.0.2 security release addresses one critical and one high severity security issue.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because this is a security release, <strong>it is recommended that you update your sites immediately.</strong> Due to the severity, the WordPress.org team have enabled forced updates via the auto-update system for sites running affected versions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To manually update you can visit your WordPress Dashboard, click “Updates”, and then click “Update Now”, or you can <a href=\"https://wordpress.org/wordpress-7.0.2.zip\">download WordPress 7.0.2 from WordPress.org</a>. On sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The security team would like to thank the following people for responsibly <a href=\"https://hackerone.com/wordpress\">reporting</a> vulnerabilities and allowing them to be fixed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A facilitated SQL injection issue reported as a team by TF1T, dtro, and haongo </li>\n\n\n\n<li>A REST API batch-route confusion and SQL injection issue leading to Remote Code Execution reported by Adam Kues at <a href=\"https://slcyber.io\"><u>Assetnote / Searchlight Cyber</u></a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on this release, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-7-0-2/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Backports</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress 6.9 is affected by both vulnerabilities. Version 6.9.5 has been released containing fixes for both.</li>\n\n\n\n<li>WordPress 6.8 is only affected by the first vulnerability. Version 6.8.6 has been released containing a fix.</li>\n\n\n\n<li>The beta release of WordPress 7.1 is affected by both vulnerabilities. Version 7.1 beta2 has been released containing fixes for both.</li>\n\n\n\n<li>Versions of WordPress prior to 6.8 are not affected.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">CVE and GHSA references</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-fpp7-x2x2-2mjf\"><code>CVE-2026-60137</code> / <code>GHSA-fpp7-x2x2-2mjf</code></a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-ff9f-jf42-662q\"><code>CVE-2026-63030</code> / <code>GHSA-ff9f-jf42-662q</code></a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> and <a href=\"https://profiles.wordpress.org/barry/\">Barry Abrahamson</a>. In addition to the security researchers mentioned above, WordPress 7.0.2 would not have been possible without the significant contributions of the following people: <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/Barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ehtis\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/Matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, plus representatives from Altis, Automattic, Bluehost, Cloudflare, GoDaddy, Hostinger, and WP Engine.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 18:45:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Gutenberg Times: The post editor is going full iframe: what block developers need to know before WordPress 7.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=46095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://gutenbergtimes.com/the-post-editor-is-going-full-iframe-what-block-developers-need-to-know-before-wordpress-7-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55248:\"<p class=\"wp-block-paragraph\">For years, the post editor has lived a double life. The Site Editor renders your blocks inside an iframe. The post editor — where most people actually spend their time — renders them directly in the admin page. That split ends with WordPress 7.1: <strong>the post editor canvas will always be an iframe, on every theme, no matter what <code>apiVersion</code> your blocks declare</strong>. The Gutenberg plugin has been enforcing exactly this for months. If you ship blocks, assume the iframe.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If your block never touches the global <code>document</code> or <code>window</code>, you can probably stop reading after you&#8217;ve changed <code>\"apiVersion\": 2</code> to <code>\"apiVersion\": 3</code> in <code>block.json</code>. For everyone else — and especially anyone shipping blocks that wrap third-party libraries — the iframe changes <em>where your code runs</em> versus <em>where your markup lives</em>. That gap is where things break.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick reference guide</strong>: <strong>Are your blocks ready?</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"An infographic showing the checks and fixes for readying custom blocks for the WordPress 7.1 iframed editor\" class=\"wp-image-46098\" height=\"652\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/7.1-iframe-block-check.png?resize=652%2C652&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"timeline\">The timeline, in one table</h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Release</th><th>What happens</th></tr></thead><tbody><tr><td><strong>June 21, 2021</strong></td><td>The iframed editor was <a href=\"https://make.wordpress.org/core/2021/06/29/blocks-in-an-iframed-template-editor/\">announced on make.wordpress.org</a></td></tr><tr><td><strong>WordPress 6.9</strong> (Dec 2025)</td><td>Console warning (with <code>SCRIPT_DEBUG</code>) when a block registers with <code>apiVersion</code> 2 or lower. The <code>block.json</code> schema now only validates <code>apiVersion: 3</code>.</td></tr><tr><td><strong>WordPress 7.0</strong> (Apr 2026)</td><td>The iframe decision now looks at blocks <strong>actually inserted in the post</strong>, not every registered block. All inserted blocks on v3+ → canvas is iframed. Insert a single v1/v2 block → the iframe is removed on the fly. Nothing is enforced yet.<br /></td></tr><tr><td><strong>Gutenberg 22.6+</strong></td><td>The iframe is <strong>enforced regardless of theme</strong> — this is the feedback-gathering phase.</td></tr><tr><td><strong>WordPress 7.1</strong> (Aug 19, 2026)</td><td>The iframe is <strong>enforced on every theme</strong>, regardless of <code>apiVersion</code>. The conditions are gone, not tightened.</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The WordPress 7.0 change is subtle but important: before 7.0, one <code>apiVersion: 2</code> block <em>registered by any active plugin</em> — even one never used in the post — kept the entire editor out of the iframe for everyone. Now only inserted blocks count. Your v3 block gets the iframe until the user inserts a legacy one, at which point the editor quietly reloads the canvas without the iframe. The companion plugin ships a <code>legacy-api-v2</code> block so you can watch this happen — insert it into an otherwise-v3 post and the iframe disappears. In 7.1, that escape hatch closes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Worth knowing, as an aside: the &#8220;every theme&#8221; decision landed in <a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\" rel=\"noopener\" target=\"_blank\">WordPress 7.1 Beta 1</a>, and it&#8217;s deliberately being tested in public. Gutenberg merged <a href=\"https://github.com/WordPress/gutenberg/pull/74042\" rel=\"noopener\" target=\"_blank\">&#8220;Post editor: always iframe&#8221; (#74042)</a> on July 10, 2026, deleting the theme and <code>apiVersion</code> conditions outright. The 7.1 release lead signed off on that merge <a href=\"https://github.com/WordPress/gutenberg/pull/74042#issuecomment-4878384706\" rel=\"noopener\" target=\"_blank\">on the condition</a> that the team could &#8220;move to the softer approach&#8221; if Beta 1 feedback surfaced real problems — the softer approach being enforcement on block themes only, with everything else staying on the 7.0 rules. No specific mechanism is committed to; the plan is to respond to what the beta actually turns up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Which is a reason to test harder, not to wait and see. If that rollback happens, the iframed and non-iframed editors both stay in the wild <em>longer</em> — and your block has to work in both regardless of which way it goes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s also worth noting that blocks that will break with the 7.1 changes are most likely <strong>already breaking in the Site Editor</strong>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why the iframe is a good thing</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This isn&#8217;t change for change sake. Rendering the canvas in an iframe gives the editor a real document boundary:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Admin CSS stops leaking into your content.</strong> No more <code>#wpadminbar</code>-adjacent style resets, no more admin styles subtly changing how blocks render in the editor versus the front end.</li>\n\n\n\n<li><strong>Viewport units and media queries finally work.</strong> <code>vw</code>, <code>vh</code>, and <code>@media</code> rules resolve against the canvas, not the admin page — so tablet/mobile previews and zoomed-out views actually behave like the front end.</li>\n\n\n\n<li><strong>What you see is much closer to what you get.</strong> The canvas document is built from your theme&#8217;s styles, not the admin&#8217;s.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The issue this raises for block developers? Your editor JavaScript runs in the admin page, but your block&#8217;s DOM lives in a different document. Every assumption baked into <code>document.querySelector(...)</code> and <code>window.addEventListener(...)</code> just became wrong.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What actually breaks (and how to fix it)</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Everything below is demonstrable with the companion plugin — each pattern ships as a broken/fixed pair of blocks: <strong><a href=\"https://github.com/ryanwelcher/iframe-editor-examples\" rel=\"noopener\" target=\"_blank\">iframe-editor-examples on GitHub</a></strong>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Global <code>window</code> and <code>document</code> references</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The classic: a block that reads the viewport or listens for resize.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Broken in the iframed editor\nuseEffect( () => {\n	const update = () => setWidth( window.innerWidth );\n	update();\n	window.addEventListener( \'resize\', update );\n	return () => window.removeEventListener( \'resize\', update );\n}, [] );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x274c; Broken in the iframed editor</span></span>\n<span class=\"line\"><span style=\"color: #DCDCAA;\">useEffect</span><span style=\"color: #D4D4D4;\">( () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\"> = () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">setWidth</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">window</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">innerWidth</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\">();</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">window</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">addEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #9CDCFE;\">window</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">removeEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}, [] );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Editor scripts load in the admin page, so <code>window</code> is the <strong>admin</strong> window. In the iframed editor this reports the wrong width and never reacts to the canvas resizing — switch to the Tablet preview and the number doesn&#8217;t move.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The fix is to derive the document and window from your block&#8217;s own DOM element:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> Fixed — works iframed or not\nimport { useRefEffect } from \'@wordpress/compose\';\n\nconst ref = useRefEffect( ( element ) => {\n	const { defaultView } = element.ownerDocument;\n	const update = () => setWidth( defaultView.innerWidth );\n	update();\n	defaultView.addEventListener( \'resize\', update );\n	return () => defaultView.removeEventListener( \'resize\', update );\n}, [] );\n\nconst blockProps = useBlockProps( { ref } );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x2705; Fixed — works iframed or not</span></span>\n<span class=\"line\"><span style=\"color: #C586C0;\">import</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">useRefEffect</span><span style=\"color: #D4D4D4;\"> } </span><span style=\"color: #C586C0;\">from</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #CE9178;\">\'@wordpress/compose\'</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #4FC1FF;\">ref</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #DCDCAA;\">useRefEffect</span><span style=\"color: #D4D4D4;\">( ( </span><span style=\"color: #9CDCFE;\">element</span><span style=\"color: #D4D4D4;\"> ) </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #4FC1FF;\">defaultView</span><span style=\"color: #D4D4D4;\"> } = </span><span style=\"color: #9CDCFE;\">element</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">ownerDocument</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\"> = () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">setWidth</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">defaultView</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">innerWidth</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\">();</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">defaultView</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">addEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #9CDCFE;\">defaultView</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">removeEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}, [] );</span></span>\n<span class=\"line\"></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #4FC1FF;\">blockProps</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #DCDCAA;\">useBlockProps</span><span style=\"color: #D4D4D4;\">( { </span><span style=\"color: #9CDCFE;\">ref</span><span style=\"color: #D4D4D4;\"> } );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Two things to notice:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>element.ownerDocument</code> is whatever document the block is rendered into — the iframe&#8217;s document when iframed, the admin document when not. <code>ownerDocument.defaultView</code> is that document&#8217;s window. Code written this way is <em>context-agnostic</em>: it doesn&#8217;t care whether the iframe exists.</li>\n\n\n\n<li><code>useRefEffect</code> (from <code>@wordpress/compose</code>) instead of <code>useRef</code> + <code>useEffect</code>: it re-runs the callback when the ref changes, so if the block ever moves between documents, your listeners re-attach to the right window.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. &#8220;Close on outside click&#8221; and other document-level events</h3>\n\n\n\n<p class=\"wp-block-paragraph\">This one is my favorite because it fails <em>weirdly</em>. A dropdown that closes when you click outside, implemented the way every React tutorial teaches it:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Broken in the iframed editor\nuseEffect( () => {\n	const closeOnOutsideClick = ( event ) => {\n		if ( ! containerRef.current.contains( event.target ) ) {\n			setIsOpen( false );\n		}\n	};\n	document.addEventListener( \'click\', closeOnOutsideClick );\n	return () => document.removeEventListener( \'click\', closeOnOutsideClick );\n}, [] );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x274c; Broken in the iframed editor</span></span>\n<span class=\"line\"><span style=\"color: #DCDCAA;\">useEffect</span><span style=\"color: #D4D4D4;\">( () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">closeOnOutsideClick</span><span style=\"color: #D4D4D4;\"> = ( </span><span style=\"color: #9CDCFE;\">event</span><span style=\"color: #D4D4D4;\"> ) </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		</span><span style=\"color: #C586C0;\">if</span><span style=\"color: #D4D4D4;\"> ( ! </span><span style=\"color: #9CDCFE;\">containerRef</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">current</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">contains</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">event</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">target</span><span style=\"color: #D4D4D4;\"> ) ) {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">			</span><span style=\"color: #DCDCAA;\">setIsOpen</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #569CD6;\">false</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		}</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	};</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">document</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">addEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'click\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">closeOnOutsideClick</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #9CDCFE;\">document</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">removeEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'click\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">closeOnOutsideClick</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}, [] );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">In the iframed editor, clicks inside the canvas happen in the <strong>iframe&#8217;s</strong> document. They never bubble to the admin document, so the listener never fires. The result: click another block in the canvas and the dropdown stays open — but click the admin sidebar and it closes. Same code, same block, works perfectly in the non-iframed editor. This is the kind of bug report you&#8217;ll get from users that &#8220;can&#8217;t be reproduced&#8221; — because whoever tested it happened to have a v2 block sitting in their post, which quietly dropped the iframe and made everything work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Fix: same principle, attach to <code>element.ownerDocument</code> instead of <code>document</code> (<a href=\"https://github.com/ryanwelcher/iframe-editor-examples/blob/trunk/src/click-outside-fixed/edit.js#L32\">see the plugin for the full <code>useRefEffect</code> version</a>).</p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Editor styles enqueued into the wrong document</h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re styling your block&#8217;s editor experience with <code>enqueue_block_editor_assets</code>, those styles load in the <strong>admin page</strong> — outside the iframe. They silently stop applying the moment the canvas is iframed:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Loads in the admin page — never reaches the iframed canvas.\nfunction myplugin_enqueue_editor_styles() {\n	wp_enqueue_style( \'myplugin-editor\', plugins_url( \'editor.css\', __FILE__ ) );\n}\nadd_action( \'enqueue_block_editor_assets\', \'myplugin_enqueue_editor_styles\' );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x274c; Loads in the admin page — never reaches the iframed canvas.</span></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">function</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">myplugin_enqueue_editor_styles</span><span style=\"color: #D4D4D4;\">() {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #DCDCAA;\">wp_enqueue_style</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'myplugin-editor\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #DCDCAA;\">plugins_url</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'editor.css\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #569CD6;\">__FILE__</span><span style=\"color: #D4D4D4;\"> ) );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span>\n<span class=\"line\"><span style=\"color: #DCDCAA;\">add_action</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'enqueue_block_editor_assets\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #CE9178;\">\'myplugin_enqueue_editor_styles\'</span><span style=\"color: #D4D4D4;\"> );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">The fix is to register editor styles through <code>block.json</code>, which WordPress injects <strong>into</strong> the canvas document, iframed or not:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JSON</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">{\n	\"editorStyle\": \"file:./index.css\"\n}</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #D4D4D4;\">{</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">&quot;editorStyle&quot;</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">&quot;file:./index.css&quot;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">(<code>add_editor_style()</code> also gets copied into the iframe, if you need theme-level editor styles.)</p>\n\n\n\n<p class=\"wp-block-paragraph\">The demo plugin makes this visual: the same block carries a green banner from <code>editorStyle</code> and a red banner from <code>enqueue_block_editor_assets</code>. Count the banners — two means no iframe, one means you&#8217;re iframed.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Stale CSS written for the leaky editor</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The section above is about CSS loading into the wrong document. This one is the sneakier inverse: the stylesheet loads into the <em>right</em> document — injected straight into the canvas, exactly as intended — and still gets it wrong, because of what it was written to describe. These are the rules that quietly stop matching, or start over-matching, once the canvas becomes its own document. It&#8217;s the code that&#8217;s been sitting in themes and plugins for years, &#8220;working,&#8221; right up until the iframe is enforced.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Selectors keyed on admin body classes</strong></h4>\n\n\n\n<p class=\"wp-block-paragraph\">The most common one, and it fails exactly like the &#8220;close on outside click&#8221; bug — silently.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> The canvas body no longer carries these classes */\n.wp-admin .my-block { padding: 2rem; }\nbody.block-editor-page .my-block__title { font-size: 2rem; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x274c; The canvas body no longer carries these classes */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.wp-admin</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">padding</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">body.block-editor-page</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">.my-block__title</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">font-size</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Inside the iframe, the canvas <code>&lt;body&gt;</code> is a clean document — no <code>wp-admin</code>, no <code>block-editor-page</code>. The selector matches nothing and your editor styling just evaporates. Same block, same stylesheet, works perfectly in the non-iframed editor.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> Scope to the block, not the admin chrome */\n.my-block { padding: 2rem; }\n.my-block__title { font-size: 2rem; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x2705; Scope to the block, not the admin chrome */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">padding</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-block__title</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">font-size</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.editor-styles-wrapper</code> <em>does</em> still wrap the canvas content inside the iframe, so <code>.editor-styles-wrapper .my-block</code> keeps working if you need genuinely editor-only styling — but the admin ancestor was almost never necessary in the first place.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Offsets that compensate for admin chrome</strong></h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Subtracting the admin sidebar and adminbar from the viewport */\n.my-fullwidth { width: calc( 100vw - 160px ); } /* 160px = admin menu */\n.my-toolbar   { position: fixed; top: 32px; }   /* 32px = #wpadminbar */</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x274c; Subtracting the admin sidebar and adminbar from the viewport */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-fullwidth</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">width</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #DCDCAA;\">calc</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #B5CEA8;\">100vw</span><span style=\"color: #D4D4D4;\"> - </span><span style=\"color: #B5CEA8;\">160px</span><span style=\"color: #D4D4D4;\"> ); } </span><span style=\"color: #6A9955;\">/* 160px = admin menu */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-toolbar</span><span style=\"color: #D4D4D4;\">   { </span><span style=\"color: #9CDCFE;\">position</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">fixed</span><span style=\"color: #D4D4D4;\">; </span><span style=\"color: #9CDCFE;\">top</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">32px</span><span style=\"color: #D4D4D4;\">; }   </span><span style=\"color: #6A9955;\">/* 32px = #wpadminbar */</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">This is the flip side of the win from earlier: now that <code>100vw</code> resolves against the <em>canvas</em> instead of the admin page, there&#8217;s no sidebar to subtract — so the <code>calc()</code> overshoots, and <code>top: 32px</code> pushes your toolbar below an admin bar that doesn&#8217;t exist in this document.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> The canvas is the viewport now — no compensation needed */\n.my-fullwidth { width: 100vw; }\n.my-toolbar   { position: fixed; top: 0; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x2705; The canvas is the viewport now — no compensation needed */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-fullwidth</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">width</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">100vw</span><span style=\"color: #D4D4D4;\">; }</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-toolbar</span><span style=\"color: #D4D4D4;\">   { </span><span style=\"color: #9CDCFE;\">position</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">fixed</span><span style=\"color: #D4D4D4;\">; </span><span style=\"color: #9CDCFE;\">top</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">0</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Specificity walls built to fight leakage</strong></h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Cranked up to beat leaking admin styles */\n.editor-styles-wrapper .my-block p {\n	font-family: Georgia, serif !important;\n	line-height: 1.6 !important;\n	box-sizing: border-box !important;\n}</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x274c; Cranked up to beat leaking admin styles */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.editor-styles-wrapper</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">p</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">font-family</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">Georgia</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #CE9178;\">serif</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">!important</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">line-height</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">1.6</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">!important</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">box-sizing</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">border-box</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">!important</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">The iframe already stops admin CSS from leaking in — that&#8217;s one of the reasons it&#8217;s a good thing. These <code>!important</code>s and resets have no admin styles left to override, but they <em>do</em> now override the theme styles the iframe loads into the canvas. The result: your editor preview drifts <em>away</em> from the front end — the exact opposite of what the iframe is for.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> Let theme styles through; set only what your block truly owns */\n.my-block p { font-family: Georgia, serif; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x2705; Let theme styles through; set only what your block truly owns */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">p</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">font-family</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">Georgia</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #CE9178;\">serif</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Two things to notice:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The pattern is the same as the JavaScript fixes: <strong>stop describing the admin, start describing your block.</strong> A selector that names <code>.wp-admin</code>, <code>#wpadminbar</code>, or <code>.block-editor-page</code> is reaching for chrome that isn&#8217;t in the canvas document anymore.</li>\n\n\n\n<li>Most of these were <em>workarounds for problems the iframe solves.</em> Deleting them is usually the fix.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">5. Third-party libraries that assume one global context</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The biggest real-world hazard. Masonry layouts, sliders, lightboxes, maps — a generation of libraries was written assuming there is exactly one <code>document</code>:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// Inside some-legacy-lib.js\nconst targets = document.querySelectorAll( selector ); // finds nothing in the iframe</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// Inside some-legacy-lib.js</span></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #4FC1FF;\">targets</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #9CDCFE;\">document</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">querySelectorAll</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">selector</span><span style=\"color: #D4D4D4;\"> ); </span><span style=\"color: #6A9955;\">// finds nothing in the iframe</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Your block calls the library, the library queries the admin document, finds zero matches, and silently does nothing. No error, no warning — the block just stops being enhanced.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Your options, in order of preference:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Pass elements, not selectors.</strong> If the library accepts an element (<code>lib.init( element )</code>), hand it the block&#8217;s element from <code>useRefEffect</code> and you&#8217;re usually fine.</li>\n\n\n\n<li><strong>Patch the library.</strong> For unmaintained dependencies, <a href=\"https://www.npmjs.com/package/patch-package\" rel=\"noopener\" target=\"_blank\"><code>patch-package</code></a> is the pragmatic answer: edit the module in <code>node_modules</code> to resolve <code>document</code>/<code>window</code> from the element (<code>node.ownerDocument</code>), run <code>npx patch-package &lt;pkg&gt;</code>, commit the patch, add a <code>postinstall</code> script. The <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/block-migration-for-iframe-editor-compatibility/\" rel=\"noopener\" target=\"_blank\">official migration guide</a> walks through a real patch for <code>@panzoom/panzoom</code>.</li>\n\n\n\n<li><strong>Guard and bail.</strong> If the library is loaded inside the iframe (front-end scripts are), check for it on <code>defaultView</code> before using it: <code>if ( ! defaultView.jQuery ) return;</code></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">So what does <code>apiVersion: 3</code> actually do?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Less than you might think — and that&#8217;s the point. Declaring <code>\"apiVersion\": 3</code> in <code>block.json</code> doesn&#8217;t change how your block renders; it&#8217;s a <strong>signal that your block is iframe-ready</strong>. All core blocks have been on v3 since WordPress 6.3. For most blocks the migration is literally a one-line change… followed by the actual work: testing that nothing in your <code>edit</code> component (or the libraries it pulls in) touches the global <code>document</code>/<code>window</code>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And to be clear about 7.1: the iframe will be enforced there <strong>regardless</strong> of <code>apiVersion</code>. Staying on v2 doesn&#8217;t opt you out anymore — it just means you get the console warning <em>and</em> the breakage.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to test today</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You don&#8217;t need to wait for 7.1. What you&#8217;re testing is that your block works in <strong>both states</strong> — iframed and not — because both will exist in the wild for a while yet.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Iframed:</strong> install the <strong>Gutenberg plugin 22.6+</strong>. It enforces the iframe regardless of theme, so this is the fastest way to live in the future. <a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\"><strong>7.1 Beta 1</strong> </a>does the same — I&#8217;ve confirmed it forces the iframe on a classic theme, which is the merged behavior shipping in August.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Not iframed:</strong> run <strong>WordPress 7.0 without the plugin</strong> and insert a v1/v2 block alongside yours — the canvas drops the iframe on the fly. <a href=\"https://github.com/ryanwelcher/iframe-editor-examples\">The companion plugin&#8217;s <code>legacy-api-v2</code> block exists for exactly this.</a> Any theme will do: core 7.0 has no theme check in the iframe decision at all, so you don&#8217;t need to hunt down a classic theme to reproduce this.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Confirm which state you&#8217;re in:</strong> <code>element.ownerDocument !== document</code>, or look for <code>iframe[name=\"editor-canvas\"]</code> in devtools.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Site Editor</strong> has been iframed for years — if your block already behaves there, you&#8217;re most of the way home.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The companion plugin</strong> ships a <code>wp-env</code> setup, an example override file that adds Gutenberg for enforced mode (copy it to <code>.wp-env.override.json</code>), and <strong>two Playground blueprints</strong> — one per state, so you can flip between iframed and not in two tabs without installing anything.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The block author&#8217;s checklist</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Set <code>\"apiVersion\": 3</code> in every <code>block.json</code>.</li>\n\n\n\n<li>Check your editor code for <code>window.</code> and <code>document.</code> — every hit is a suspect. Replace with <code>element.ownerDocument</code> / <code>.defaultView</code> via <code>useRefEffect</code>.</li>\n\n\n\n<li>Check for <code>enqueue_block_editor_assets</code> — move canvas-affecting styles to <code>editorStyle</code> in <code>block.json</code>.</li>\n\n\n\n<li>Check your editor CSS for <code>.wp-admin</code>, <code>#wpadminbar</code>, and <code>.block-editor-page</code> , admin chrome offsets and <code>!important</code></li>\n\n\n\n<li>Audit third-party libraries: pass elements not selectors, patch what you must.</li>\n\n\n\n<li>Test both <strong>states</strong>, not both themes: iframed (Gutenberg 22.6+ active) and not iframed (no plugin, v1/v2 block inserted). </li>\n\n\n\n<li>Watch the console with <code>SCRIPT_DEBUG</code> on — the deprecation warnings tell you which registered blocks are still on v1/v2.</li>\n</ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note What&#8217;s <em>not</em> on that list:</strong> checking whether the active theme is a block theme. Core exposes that answer twice — as <code>__unstableIsBlockBasedTheme</code> in the editor settings and as <code>is_block_theme</code> on the REST themes endpoint — and there&#8217;s a shelved PR and a live debate behind it. Your block never needs to ask. <code>element.ownerDocument !== document</code> answers the only version of the question that affects you. If you&#8217;re curious what that theme check does under the hood, that&#8217;s its own story: <a href=\"https://gutenbergtimes.com/?p=46118&amp;preview=1&amp;_ppp=09a7d05e9d\"><strong>How WordPress decides a Theme is a &#8220;Block theme&#8221;.</strong></a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Resources</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/02/24/iframed-editor-changes-in-wordpress-7-0/\" rel=\"noopener\" target=\"_blank\">Iframed Editor Changes in WordPress 7.0</a> — the dev note this all builds on</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74042\" rel=\"noopener\" target=\"_blank\">Post editor: always iframe (#74042)</a> — the merged PR that makes 7.1 always-iframed, and the discussion behind the beta-feedback plan</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\" rel=\"noopener\" target=\"_blank\">Roadmap to 7.1</a> — the original block-themes-first plan, superseded by #74042</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/preparing-the-post-editor-for-full-iframe-integration/\" rel=\"noopener\" target=\"_blank\">Preparing the Post Editor for Full iframe Integration</a> — the 6.9 groundwork</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/block-migration-for-iframe-editor-compatibility/\" rel=\"noopener\" target=\"_blank\">Migrating Blocks for iframe Editor Compatibility</a> — the official migration guide</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/\" rel=\"noopener\" target=\"_blank\">Block API Versions</a> — what each version means</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/enqueueing-assets-in-the-editor/\">Enqueueing editor assets</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/including-assets/#editor-stylesheets\">Editor styles for themes</a></li>\n\n\n\n<li>Companion demo plugin: <a href=\"https://github.com/ryanwelcher/iframe-editor-examples\" rel=\"noopener\" target=\"_blank\">iframe-editor-examples</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 16:21:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ryan Welcher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Open Channels FM: Who Is Actually Using the Internet?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://openchannels.fm/who-is-actually-using-the-internet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"A look at the impact of AI and bots on the web, emphasizing the decline of human engagement, the challenges for content creators, and the future of digital interaction.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 13:41:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Open Channels FM: Open Channels FM Launches Live News Show Focused on the Open Source Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556978\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://openchannels.fm/open-channels-fm-launches-live-news-show-focused-on-the-open-source-ecosystem/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"Open Channels FM is launching a new video news show called Open Channels News, starting July 27th. It\'s a quick, five to ten-minute program covering various open source topics, available live and on YouTube.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2026 12:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Akismet: A small integration detail with a big impact\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://akismet.com/blog/a-small-integration-detail-with-a-big-impact/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1814:\"<p class=\"wp-block-paragraph\"><a href=\"https://givewp.com\">GiveWP</a> is the most popular fundraising and donation tool on WordPress, powering over $500 million in donations. It integrates with Akismet to ensure that spammy or potentially fraudulent submissions get filtered out. Recently, some Give users saw an unusually high level of false positives on their donation forms: legitimate donation submissions that were being marked as spam.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We investigated and found that the donation forms were being sent to Akismet for checking after each step in the donation process: once after choosing an amount, again after the user entered their name, again after they entered an optional message, etc. To Akismet, this looks like sudden repeated submissions from the same user, all with similar content (better known as spam).</p>\n\n\n\n<p class=\"wp-block-paragraph\">Akismet supports rechecking content, but only if the integration includes <a href=\"https://akismet.com/developers/detailed-docs/comment-check/\">the <code>recheck_reason</code> parameter</a>. If that parameter is present, Akismet knows not to classify the repeated duplicate (or nearly duplicate) checks as part of a spam attack; however, if <code>recheck_reason</code> is omitted, this kind of consecutive similar content looks very similar to spam, and Akismet blocks it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://github.com/impress-org/givewp/issues/8238\">We reported the root issue</a> to Liquid Web, and they quickly addressed it and released a fix in version 4.16.0. This kind of collaboration is what makes Open Source great!</p>\n\n\n\n<p class=\"wp-block-paragraph\">We&#8217;re planning on bringing automatic integration review to more clients and platforms, so stay tuned for more tips and insights.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 16:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 7.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17550:\"<p class=\"wp-block-paragraph\">WordPress 7.1 Beta 1 is ready for download and testing! </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta release is intended for testing and development</strong> only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 7.1 Beta 1</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.1 Beta 1 in any of the following ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" rel=\"noreferrer noopener\" target=\"_blank\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.1-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\" rel=\"noreferrer noopener\" target=\"_blank\">WP-CLI</a> command: <br /><code>wp core update --version=7.1-beta1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?site-slug=kind-classic-mountain&amp;networking=no&amp;php=8.3&amp;wp=beta&amp;language=&amp;multisite=no\" rel=\"noopener\" target=\"_blank\">7.1 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. No setup required-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.1 is <strong>August 19, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\" rel=\"noopener\" target=\"_blank\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing! </p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute – whether or not you have experience. <a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\">Details on what to test in WordPress 7.1 are available here</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\" rel=\"noopener\" target=\"_blank\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\" rel=\"noopener\" target=\"_blank\">via WordPress Trac</a>. You can also check your issue against this list of <a href=\"https://core.trac.wordpress.org/tickets/major\" rel=\"noopener\" target=\"_blank\">known bugs</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 will include new features that were previously only available in the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 7.0 in the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s New in Gutenberg</a> posts for versions <a href=\"https://make.wordpress.org/core/2026/03/11/whats-new-in-gutenberg-22-7-11-march/\">22.7</a>, <a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/\">22.8</a>, <a href=\"https://make.wordpress.org/core/2026/04/09/whats-new-in-gutenberg-22-9-8-april/\">22.9</a>, <a href=\"https://make.wordpress.org/core/2026/04/22/whats-new-in-gutenberg-23-0-22-april/\">23.0</a>, <a href=\"https://make.wordpress.org/core/2026/05/07/whats-new-in-gutenberg-23-1-07-may/\">23.1</a>, <a href=\"https://make.wordpress.org/core/2026/05/21/whats-new-in-gutenberg-23-2-21-may/\">23.2</a>, <a href=\"https://make.wordpress.org/core/2026/06/03/whats-new-in-gutenberg-23-3-03-jun/\">23.3</a>, <a href=\"https://make.wordpress.org/core/2026/06/17/whats-new-in-gutenberg-23-3-03-jun-2/\">23.4</a>, <a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">23.5</a> and 23.6.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in WordPress 7.1?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 delivers a more complete set of styling controls, a smoother media experience, and a more personalized admin experience. Notes have evolved to add inline notes with @mentions and rich text formatting that make asynchronous feedback feel more powerful. New styling features unlock long requested features to style how blocks look across screen sizes and to style interactive states, all without writing custom CSS. Various client side media improvements means better format support, improved performance, and more resilient uploads when adding media to your site. A new inline cropping tool brings a fresh and more robust experience to editing images. Finally, the admin experience becomes easier to navigate with an ever present admin bar in the editors, improvements to the command palette, and various quality of life improvements. Underneath it all, developers get an expanding set of APIs to build on, and site owners get better support for a truly global audience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">New suite of Notes features</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Notes continue to grow into a fuller collaboration experience, making asynchronous feedback between teams faster and more expressive.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Text Formatting</strong>: Notes now support inline formatting like bold, italic, code, links and adding emoji; each with a respective keyboard shortcut, so feedback reads clearly without breaking your flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>@mentions</strong>: Type &#8220;@&#8221; in a Note to pull up a searchable list of collaborators and tag someone directly, so feedback points at the right person without leaving the sidebar.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Leave notes anywhere</strong>: Start more than one conversation on the same block instead of folding every comment into a single thread, making it easier to track distinct pieces of feedback.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Inline notes:</strong> Leave a note on a text selection instead of on an entire block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Show more / show less</strong>: Long notes now collapse by default with a toggle to expand them, keeping the margin tidy while you write.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Style it your way, on any screen</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 takes a major step toward built-in responsive design and interactive styling, letting you achieve looks that once required writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Responsive styling</strong>: Define how a block looks at different screen sizes directly in the editor, for both Global Styles and individual blocks without the need of writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Viewport breakpoint customization</strong>: Theme authors can now define their own responsive breakpoints in <code>theme.json</code>, giving more flexibility for how responsive controls behave on a given site.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Interactive state styling</strong>: Style how blocks respond to interaction, like a button changing color on hover or focus, using a standardized set of controls for both Global Styles and individual block instances.</p>\n\n\n\n<h3 class=\"wp-block-heading\">A smoother media experience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Uploading, editing, and browsing media keeps getting more capable and more reliable.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Client-side media processing</strong>: Image and media processing moves into the browser, now with broader format support that includes HEIC (the default format for iPhone photos), UltraHDR, AVIF and WebP support built in, plus GIF-to-video conversion for lighter, more efficient files. Uploads are also more resilient, with a progress indicator and automatic retries if your data connectivity drops off.</li>\n\n\n\n<li><strong>New Media Editor Modal</strong>: A dedicated modal for editing images replaces the inline cropping tool, bringing cropping, rotation, and metadata editing together in one streamlined workflow.</li>\n\n\n\n<li><strong>Smarter galleries</strong>: Gallery blocks can automatically pull in and sort media already attached to the current post, cutting down on manual set-up.</li>\n\n\n\n<li><strong>View attached images:</strong> After you upload images to a post, the inserter will automatically surface them in a new Attached images section to make it easier to find relevant images.</li>\n\n\n\n<li><strong>Infinite scrolling by default</strong>: The Media Library grid view now loads additional items automatically as you scroll, rather than requiring a click on &#8220;Load more&#8221; especially handy for sites that handle large media libraries. This can be disabled under your user profile.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">A more personal, more navigable admin</h3>\n\n\n\n<p class=\"wp-block-paragraph\">These meaningful upgrades make the WordPress admin easier to move around in and more consistent with how you like to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Persistent toolbar (Omnibar)</strong>: The admin toolbar now travels with you into the Site Editor and Block Editor, with a series of polish improvements throughout.</li>\n\n\n\n<li><strong>Command palette improvements</strong>: Moving through the dashboard and editor with the command palette <code>(Ctrl/Cmd+K)</code> is more refined to make finding what you need even faster! Now results are grouped into <em>Recent, matching and Suggestions</em> sections instead of one flat list.</li>\n\n\n\n<li><strong>Admin color scheme in the Site Editor</strong>: The Site Editor now reflects your chosen admin color scheme instead of always using a fixed background.</li>\n\n\n\n<li><strong>DataViews and DataForms iterations</strong>: Continued refinement of the components behind managing lists of posts, pages, patterns, and templates, alongside the forms used to edit them.</li>\n\n\n\n<li><strong>Excerpts in the Posts list</strong>: The Posts list view now shows a short excerpt for each entry, making it easier to identify the post you&#8217;re looking for without opening it.</li>\n\n\n\n<li><strong>Visual revisions</strong>: This release adds a picker activity layout for browsing history in more detail, clearly labeled autosaves in the timeline, and an autosave notice that opens straight into the visual revisions view. Global Styles revisions get a small polish too, swapping the <em>active</em> style&#8217;s text label for a badge.</li>\n\n\n\n<li><strong>A dedicated Identity section</strong>: Site identity settings like your title, tagline, and icon are now live in their own clearly labeled section of the Site Editor, making them easier to find and update.</li>\n\n\n\n<li><strong>On This Day Widget</strong>: A new widget resurfaces what you published on this date in past years, right on your dashboard. A small nudge to look back on what you&#8217;ve written, and a reason to write something new today.</li>\n\n\n\n<li><strong>Allow Changing Comment Parent:</strong> Fixing a misthreaded comment used to mean editing the database directly. WordPress 7.1 adds an editable &#8220;In reply to&#8221; control to the Edit Comment screen, letting you pick a new parent from a dropdown of the post&#8217;s other comments. It&#8217;s scoped to the same post, so this is about untangling threads, not moving comments across posts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">New blocks and block-level enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 release brings a handful of block refinements that give more control with fewer steps.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Playlist Block:</strong> A new block for adding a collection of audio files to a post or page, with an optional waveform visualization that shows the audio&#8217;s shape as it plays; a more visual way to present podcasts, music, or audio content without using any third-party plugins.</li>\n\n\n\n<li><strong>Tabs Block:</strong> A new block for organizing content into clickable tabbed panels instead of showing everything at once. It&#8217;s a cleaner way to present related content without overwhelming the page.</li>\n\n\n\n<li><strong>Background gradients</strong>: Background gradients and background images no longer conflict. The gradient used to get silently overridden by the image, but now they combine and display together. This fix extends beyond the Group block to Verse, Accordion, Pullquote, Post Content, and Quote block.</li>\n\n\n\n<li><strong>HTML block editable content</strong>: The HTML block now supports editable nested blocks. This is great to use for AI-generated content, which often arrives as raw HTML.</li>\n\n\n\n<li><strong>&#8220;Mark as decorative&#8221; for images</strong>: A new toggle on the Image block lets you hide purely decorative images from screen readers for a better accessibility experience.</li>\n\n\n\n<li><strong>Smarter shortcode handling</strong>: Pasting or converting a shortcode into the Embed block now creates a proper Embed block instead of leaving raw shortcode text behind, and the Shortcode block gains block-specific transforms of its own.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Built for a global audience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues work to make Core reflect the full diversity of its worldwide community, with progress toward supporting Unicode email addresses so usernames, slugs, and email addresses can better represent users everywhere.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Built for developers</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues to expand the foundation developers build on.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Abilities API expansion</strong>: Continued refinement of the Abilities API with improved querying, filtering, and input validation, giving developers and AI tooling a more reliable foundation to build on.</li>\n\n\n\n<li><strong>Block Bindings for list items</strong>: Block Bindings now extend to List Item, making it possible to connect more block content to dynamic data sources without custom code.</li>\n\n\n\n<li><strong>Custom icon registration</strong>: New functions let plugin and theme authors register their own icons for the Icons block for use throughout the block editor.</li>\n\n\n\n<li><strong>Enforced iframed editor</strong>: The post editor now always runs inside an iframe, isolating the editing canvas from admin styles for more predictable rendering. Blocks using Block API v2 or lower should be updated to v3 for compatibility.</li>\n\n\n\n<li><strong>wordpress/theme stabilization</strong>: Introduces design tokens and a stable React ThemeProvider to provide a more consistent, customizable foundation for WordPress admin interfaces.</li>\n\n\n\n<li><strong>Connectors authentication improvements</strong>: The Connectors screen now also supports username and application-password login &#8211; a more familiar way to connect plugins and services. This release also closes a security gap where browsers could auto-suggest saved credentials into the API key field.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">With so much in progress for WordPress 7.1 Beta 1, this is still only the beginning; expect continued refinement with each Beta and RC release ahead of the final release on <strong>August 19, 2026</strong>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Just for you: a Beta 1 haiku:</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Seeds of Seven-One,<br />Notes, styles, media, and tools—<br />Test, and watch them bloom.</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to </em><a class=\"mention\" href=\"https://profiles.wordpress.org/benjamin_zekavica/\"><span class=\"mentions-prefix\">@</span>benjamin_zekavica</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/amykamala/\"><span class=\"mentions-prefix\">@</span>amykamala</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/wildworks/\"><span class=\"mentions-prefix\">@</span>wildworks</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/adamsilverstein/\"><span class=\"mentions-prefix\">@</span>adamsilverstein</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/annezazu/\"><span class=\"mentions-prefix\">@</span>annezazu</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/fushar/\"><span class=\"mentions-prefix\">@</span>fushar</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/jorgefilipecosta/\"><span class=\"mentions-prefix\">@</span>jorgefilipecosta</a><em>, <a class=\"mention\" href=\"https://profiles.wordpress.org/joedolson/\"><span class=\"mentions-prefix\">@</span>joedolson</a> for proofreading and review.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 15:53:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Krupa Nanda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Open Channels FM: How AI Tools Are Transforming Everyday Web Design Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556905\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://openchannels.fm/how-ai-tools-are-transforming-everyday-web-design-practices/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"In this episode, Bob and Cami discuss how AI is reshaping web design, offering tips on using AI tools effectively, educating clients, and adapting workflows for better efficiency in the digital space.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 14:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: #225 – Milan Petrović on the Risks of Legacy PHP in WordPress and Why Upgrading Matters for Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://wptavern.com/podcast/225-milan-petrovic-on-the-risks-of-legacy-php-in-wordpress-and-why-upgrading-matters-for-security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43219:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the risks of legacy PHP in WordPress and why upgrading matters for security.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you or your idea featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Milan Petrović. Milan has been deeply immersed in the WordPress ecosystem since 2007, developing an array of plugins, especially for expanding bbPress forums, and running his own company, creating plugins before joining the Freemius team as a full stack developer. With nearly two decades of hand-on experience, Milan has witnessed firsthand the evolution of both the WordPress and PHP landscapes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many WordPress users may be only partially aware of PHP. Perhaps they&#8217;ve noticed version numbers in their hosting panel, but few of the millions of WordPress users understand the real impact that PHP versions have on the security and performance of their websites. Milan is here to shine a light on why embracing newer versions like PHP eight isn&#8217;t just good practise, but a crucial step for security and efficiency.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Milan begins by recounting his journey through WordPress development. The conversation gets into the heart of his recent WordCamp Europe presentation, which tackles how legacy PHP code exposes sites to thousands of open bugs and vulnerabilities. And why relying on old versions is, as he describes, an active invitation for automated exploitation.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The discussion explores the contrast between running legacy code, and using the native shields of modern PHP, and highlights how PHP 8 not only closes security holes, but also delivers major performance boosts, reducing memory usage, and accelerating speed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re wondering why you should care about the PHP version your site is running on, or you&#8217;re a developer interested in practical ways to harden your code, Milan unpacks both the existential risks of outdated PHP, and the step-by-step benefits for hosts, agencies, and plug-in developers alike.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He introduces his Vulnerability Lab plugin, designed for developers to see firsthand how code exploits play out differently across PHP versions, and makes the case that modernising can happen gradually, one update, one plugin at a time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;ve ever questioned how your hosting choice, or plugin stack, could affect your site&#8217;s future. Or you&#8217;re ready to take the first steps towards building more secure and future proof WordPress products, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so without further delay, I bring you Milan Petrović.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Milan Petrović. Hello Milan.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:58] <strong>Milan Petrović:</strong> Hello Nathan. Thank you for having me here.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:00] <strong>Nathan Wrigley:</strong> You are very welcome. We&#8217;re in a beautiful, beautiful media room at WordCamp Europe. And I know that you have already done your presentation because we just had a little chat about the fact that you&#8217;ve done it and it went well and all of that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Do you want to tell us a little bit about you and your background working with code and developing and security and all of that kind of stuff? And then we&#8217;ll talk about your actual presentation and how it went.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:25] <strong>Milan Petrović:</strong> So I started with WordPress almost 20 years ago, so way back in 2007. And I created a lot of plugins for WordPress, and I especially have a lot of plugins for bbPress for expanding forums. Yeah, people still use forums these days. So that was, I really like bbPress and all the stuff I did with that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I have been working as a freelancer for a lot of years. I have my own company that was doing plugins, it&#8217;s called Dev4Press. But in 2024, I joined the amazing team at Freemius. So for almost two years I am a full stack developer at Freemius. And that was a really nice change of pace for me and the work I usually do before that. So yeah, that&#8217;s a short of it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:13] <strong>Nathan Wrigley:</strong> Yeah. That&#8217;s great. Thank you. And so the presentation that you did that is now over, goes like this. I&#8217;m going to read the entire blurb because it&#8217;s short enough to read, and it says, secure by design, hardening plugins with PHP 8.x. In the WordPress ecosystem, we&#8217;re often forced to choose between supporting the lowest common denominator of hosting and implementing modern security. But in 2026, writing legacy PHP 7 code isn&#8217;t just a bad habit, it&#8217;s an active invitation for automated exploitation. It&#8217;s time to stop playing whack-a-mole with sanitisation, and start building products that are secure by design. This talk isn&#8217;t just another slide deck on security tips. Through comparisons of a Vulnerability Lab plugin, you will see how common exploits like authentication bypass, and server side request forgery succeed on legacy code, only to be neutralised by the native shields of the latest PHP. You learn how to leverage the modern PHP patterns to ensure your plugins are resilient to a wide range of exploits.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now into the show notes I will put Milan&#8217;s wordpress.tv presentation so that you can go and watch the entirety of it. I guess basically if at any point you get confused, that would be a good idea, pause this podcast and go and check that out. But, how did it go? How well received was it?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:33] <strong>Milan Petrović:</strong> For me personally, I&#8217;m very satisfied with how how it went. I don&#8217;t know, it&#8217;s a bit overwhelming to be honest, but I am very satisfied and I got a lot of questions after the talk. I met a lot of people that liked what I had to say. And I think it&#8217;s good feedback to have, for something that is more technical like this was.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:52] <strong>Nathan Wrigley:</strong> Well touching on the fact that it&#8217;s more technical, I have to confess that I think you are going to have to shepherd me through this, because a lot of the content that you I think probably got stuck into is beyond my pay grade. But hopefully we&#8217;ll get through it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now at WordCamp Europe, where we are now, I don&#8217;t know what the ratio is, but I&#8217;m guessing that a significant proportion of the people out there are not developers. They kind of know that PHP is a thing. They realise that WordPress is built on that, but they don&#8217;t really have an understanding.</p>\n\n\n\n<p class=\"wp-block-paragraph\">They&#8217;ve probably heard of PHP 7. They&#8217;ve probably heard of PHP 8, because somewhere in a control panel that was shown to them. But maybe there&#8217;s not much of an understanding of the fact that it gets better over time. It gets secure over time. I think there&#8217;s probably a notion of, well, my website works. Why do I need to change anything?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So let&#8217;s get into that. What were you talking about in your presentation? What&#8217;s changed in the landscape of PHP more recently that you brought to the fore that you shared with your audience?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:51] <strong>Milan Petrović:</strong> Yeah, I think that PHP 8 was a big milestone for a lot of things. And I&#8217;m not sure, but I don&#8217;t think that the wider communities are kind of aware about the impact of the PHP, or the server environment in general, on how the websites work and how secure they are. Maybe the WordPress in itself needs to spread more awareness about that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because right now we get a notice in the dashboard that maybe the PHP needs to be updated. But for a lot of website users, that can be too much and too little information at the same time, because they may be not aware of how to do things on their hosting site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We need to spread more awareness about how important the changes in the code are when it comes to the newer PHP versions, and what they can do to improve the security. And how developers should be starting to use more of those new features and the new things that PHP provides on a language level nowadays.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:49] <strong>Nathan Wrigley:</strong> WordPress has got this real legacy, I suppose is the right word, of supporting legacy code. So WordPress itself is supported way, way, way back. You can keep using versions of WordPress, which are many, many, many years old. And I wonder what your stance is in terms of PHP, whether or not WordPress runs versions of PHP which are far too old, in your opinion.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So in other words, should WordPress have a policy of, I don&#8217;t know, 8.x only? Or is 7 okay. And I don&#8217;t know what other CMS platforms, you know, Drupal, Joomla as was. I don&#8217;t know what they do, I don&#8217;t know what their posture is.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:32] <strong>Milan Petrović:</strong> I think that one of the most important decisions that, it was done with WordPress early on, is that backwards compatibility, because it opened the doors for a wider adoption. Because you don&#8217;t need to change server every year, or you don&#8217;t need to upgrade your software that often. And that helped a lot of hosting companies to provide WordPress hosting very cheaply, because they didn&#8217;t have to have the latest PHP, they didn&#8217;t have to invest much more money into all that. So WordPress got a lot of adoption from backwards compatibility policies.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But in the same time, that also proved a bit of a problem. Because even the WordPress Core code is kind of stuck because of that policy of backwards compatibility. And it&#8217;s not only compatibility with old versions of WordPress, but the old versions of PHP. And we are running now maybe six years behind end of life PHP versions. Because PHP 7.4 end of life was four and a half years ago. And we still support it in the Core.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:33] <strong>Nathan Wrigley:</strong> Yeah, I guess it&#8217;s a nice thing to support it. And it, as you described, it was a great way of onboarding the millions of people that came along. But things have moved on.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What would be some of the top level items? And I&#8217;m inviting you to open the scary book and sort of give out the worst case scenarios basically of running legacy code. So really, go to town, frighten us all. What are some of the horrors that await if you&#8217;re quite willing to, as a hosting company, support seven point whatever or beyond, six or five, or dare I say it, four, who knows? What are some of the terrible things that await us?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:08] <strong>Milan Petrović:</strong> To be honest, when I was researching some of the statistics and things like that, I was kind of scared when I saw that there are 3 or 4,000 open bug reports for PHP 7 and PHP 5, which are still in use today, and there are WordPress websites running on both of them in the millions. And there are 3 or 4,000 open and confirmed bags that are never going to be fixed. Never. So PHP 7 has thousands of bugs, and I&#8217;m sure that not everything security related, but a big chunk of those bags are related to security.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And there are open exploits that run on the PHP level. They don&#8217;t care really about if you are using WordPress or using something else. It&#8217;s more like a exploit on the level of a, on a server side that can be quite scary because you, even the technical people are not really sure what are all those bugs. Who is going to go through 3,000 or 4,000 bug reports?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:05] <strong>Nathan Wrigley:</strong> Yeah, so just to sort of describe that, the fact that there is no more updates to the 7 branch of PHP means that all of those bugs which are publicly available, anybody can go and read great detail about what they are. Well that then means that any hacker can do that, and probably did like a dozen years ago. And so really you are painting a picture there of you are asking for trouble.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:30] <strong>Milan Petrović:</strong> There are hosting companies that maybe do things a bit differently because you don&#8217;t need to run PHP as it was created. You can build your own version of PHP. You can patch bugs on your own. And a lot of hosting companies are doing that. But in the same time, that also poses a problem. You are going to run WordPress in your own plugins on a platform that is not actually officially PHP supported. It can have some different quirks that make your code run a bit differently.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A while ago we had the Facebook running their own PHP build, that was quite different from the public PHP. But they used it, and other people started using it. So I don&#8217;t know. Still I think that the official PHP is the one you should be on because you never know what other issues. Even when hosting company patches the PHP they&#8217;re using, maybe they&#8217;re opening doors to something else that is not quite documented on that level.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I think that the best policies, I don&#8217;t expect for WordPress to adopt the latest PHP or only supported PHP versions, but to kind of move quicker on the adoption of the newest version. So maybe we should be quicker to adopt PHP 8.0 or 8.1 is a next minimal required version for WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:50] <strong>Nathan Wrigley:</strong> When you say you don&#8217;t expect WordPress to do it, is that simply because it doesn&#8217;t have a history of doing it? Is there a technical reason why WordPress could not keep up with the latest version? I know we&#8217;ve got this plugin architecture where there&#8217;s thousands and thousands of developers who are all doing their own thing, and there&#8217;s all of that. Is there any technical reason why WordPress couldn&#8217;t be on the cutting edge, most up-to-date, latest version?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:15] <strong>Milan Petrović:</strong> There are two factors in all that. First one is you can declare, PHP 8 is the minimal version we support. We don&#8217;t support PHP 7.4 anymore. And that means that you don&#8217;t need to make any changes in WordPress at that point. You can declare it because WordPress is compatible with all PHP versions. It works on 8.0 and 8.5. That&#8217;s no problem. But say that branch 7 is no longer supported, you&#8217;re kind of pushing other developers and hosting companies to improve their support for newer versions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And you don&#8217;t need to make immediate changes to WordPress. But at that point, you are open to modernise the code because now you can have more stricter typing across the board. There are some strict typing things in older PHP versions, but with 8.0, you can do all of that. And it doesn&#8217;t have to be a process that is done immediately. It can be done gradually. You can update parts of the WordPress Core over time. And it&#8217;ll take a few years, to get up to date, but at least you are closing doors to some older versions of PHP, and you are pushing developers as well for plugins to have that policy.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Right now, each developer can have their own plugins supporting any version of PHP you want. For my plugins, I have policy of 8.0 as a minimal version since this year. And, I&#8217;m updating the code as I go along. I don&#8217;t do it, it&#8217;s impossible to do it all at once. And for WordPress, it&#8217;s going to be even worse to make it all up to date. But declaring PHP 8 is a minimal required version, would be a great step in the right direction for wider adoption.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:51] <strong>Nathan Wrigley:</strong> Yeah, I think the problem is simply one of the user base, isn&#8217;t it? There&#8217;s just millions of people, thousands of developers all doing their own thing. And casting 8.x, 8.0 and above as the new minimum, there&#8217;s going to be a moment where some things do go wrong.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that calendar plugin that you&#8217;ve been using for ages, which just works. And sure, you&#8217;ve never really received any updates from the developer, but it just works. Everybody&#8217;s booking on my calendar and we are all good. And then suddenly PHP 8 is required and it turns out the calendar plugin now no longer works.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can imagine those kind of stories a million times over coming to the fore. But equally, we got to move on. There&#8217;s no way of, you know, because we can&#8217;t in 10 years still have sites on 7.4.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:43] <strong>Milan Petrović:</strong> We have sites on five point something. I recently checked the official WordPress tracking. 7.4 is on 20% even now. So we are far away from WordPress ditching the 7 branch. And I think there are still few percent of PHP 5 in all that so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:01] <strong>Nathan Wrigley:</strong> Yes, I regularly look at the, it&#8217;s like a little donut chart, isn&#8217;t it? That is often produced and you gradually see the eight point x whatever section of the pie getting bigger as they produce the next survey. But you&#8217;re right, it&#8217;s still a significant chunk that&#8217;s on 7 and below.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And whilst when I look at that chart, it doesn&#8217;t really bring any alarm bells to the fore, I just think, oh, that&#8217;s a shame. But now that you are presenting this talk, and giving me this information, I realise that that attack surface is worse.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When you gave that talk, who is your target audience? Were you directly sort of aiming at the hosting companies who presumably can do a lot of work very quickly? You know, they could take a million people onto 8 with a little bit of development work and on the back end of their platform. Or are you really encouraging the general WordPress user, like me, to take a bit more interest and make sure that I am going into the cPanel or whatever it is and updating myself? Or is it a bit of both?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:59] <strong>Milan Petrović:</strong> For everyone actually. It&#8217;s for developers to be more aware of what they can gain with the new PHP versions. It&#8217;s for hosting companies. Because it&#8217;s not only about security when it comes to the newer PHP. The PHP is faster and faster. So each new version gets you 5 or 10% more performance without doing anything. So PHP 8.5 is more than 50% faster than PHP 7.4. So that&#8217;s a significant update.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I have even, one slide was showing how much less memory PHP 8.5 used to run exactly the same piece of code. So it&#8217;s pretty wild to see that hosting companies are maybe the biggest factor in all this. They will gain a lot more because they&#8217;re going to free a lot of resources to run more websites because PHP is going to use less memory and it&#8217;s going to be faster.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I understand they need to invest a lot of money to do all that. But, I don&#8217;t know, I think that gains from that are very significant, on that level alone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:57] <strong>Nathan Wrigley:</strong> Yeah, so you described there are really compelling scenario. You know, it&#8217;s quicker, it uses less memory, you&#8217;ll save money. I mean what else do you need? You&#8217;ve just presented the entire argument.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, it hasn&#8217;t happened. So technically speaking, why do you think it hasn&#8217;t happened? Is there an acquisition of new knowledge that is difficult to take in? Is it that simply you would have to, I don&#8217;t know, retrain your staff? How do you understand that it hasn&#8217;t happened? What are the reasons people are digging their heels in and not making these updates?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:25] <strong>Milan Petrović:</strong> I kind of make the group of two or three types of hosting companies. One, and that&#8217;s usually more expensive managed hosting solutions. They are forcing the updates. They&#8217;re not maybe on the latest version, but they are forcing their users to use at least three or four versions of PHP back. So maybe 8.2 or 8.3, which is a great step in the right direction.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is also a problem of support. If something starts breaking, they&#8217;re going to be the first one to be asked about that, because they made the change to the server. So why now website that was working yesterday is no longer working today because of some change made on a hosting level. So there are a lot of factors to play into that adoption.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But on the other hand, there are a lot of developers that have moved on with supporting PHP 8. A lot of plugins are very much updated and, especially popular plugins. They invested a lot of time to do the update. It&#8217;s getting easier to support it. But on the other hand, you have very old websites that are simply cannot move without proper testing, without updating the plugins. And there are cases when you cannot simply update one plugin because something else may break, or you made some changes that will make some other thing break. So it&#8217;s a big puzzle that is definitely not easy to solve, but maybe we should start some work on that as a community to do it, and to move people along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I don&#8217;t want to say force the change, but make people aware of the benefits. Make people aware of the risks if they continue to run the old and outdated software. And the same goes for not updating plugins, not updating WordPress. No matter how much work is done in that regard, there are still most likely some exploits on a WordPress level for very old versions that at some point someone is going to find out about and exploit.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:16] <strong>Nathan Wrigley:</strong> I mean I guess the motto of WordPress was democratised publishing, which means basically make it available to everybody. No matter your level of expertise, make it available to everybody. And I&#8217;m sure that if you were to grab the CEO of any hosting company and say, I can save you money, I can save you resources, and all of those things that you outlined earlier, they would, yeah, we know, we know. But we&#8217;ve got thousands of non-technical people using WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I kind of have this analogy in my head, and it goes a bit like this. Several years ago, I bought a bike. And it sits in my garage and there is my bike. And I expect my bike to work tomorrow in the same way that it did four years ago. And in 10 years, I expect my bike to work. I don&#8217;t expect there to be an update to wheels or gears or the saddle. It doesn&#8217;t need an update. It&#8217;s just a bike. And I need my bike to be a bike and nothing more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I get the impression that many people treat their WordPress website as the same thing. This sort of static commodity that, sure enough, they pay a monthly fee for it, but it&#8217;s this website. It&#8217;s a thing, and it doesn&#8217;t need changing. And so what I&#8217;m trying to say is, I&#8217;m fairly sure that the hosting companies are met with that an awful lot. The customers who just, it&#8217;s a bike, it&#8217;s a website. Do you know what I mean?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:37] <strong>Milan Petrović:</strong> Yeah, but you need to maintain your bike. If you don&#8217;t do it, it&#8217;s going to, your belt is going to rust, your wheels are going to be deflated or whatever. A lot of things can happen with it if you don&#8217;t maintain it. So, we don&#8217;t need to upgrade everything all at once, but we can start from someplace. We can do it gradually. But still, WordPress needs to be the platform that leads the charging that, because it&#8217;s going to force other developers to do it. It&#8217;s going to force hosting companies to start doing it. And it&#8217;s not a big jump on moving just that one version, but it&#8217;s going to help to move things along faster. Let&#8217;s see how it goes in the next few years. But I really don&#8217;t expect for WordPress to drop 7.4 for at least a year or two, maybe even more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:24] <strong>Nathan Wrigley:</strong> I loved your rebuttal of my bike analogy there. That was perfect. That&#8217;s exactly right. The bike will rust, the wheels will be deflated and all of that, yeah. So we need to drag the WordPress users along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, in your presentation, you mentioned something that I have never used, the Vulnerability Lab plugin, which you used to demonstrate the attack. Can you just tell us a little bit about that? Because I&#8217;d be curious to follow that up, and maybe some people listening to this would too.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:47] <strong>Milan Petrović:</strong> I started it for, created for this talk specifically to add few examples and to run the code that is going to show those things if you run the plugin on the old version and the new version of PHP. And I do plan to expand on it because there are a lot more PHP security elements that can be demonstrated in that way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it can show you, you have like a, in many cases the same code, but if you run it on one platform, you&#8217;re going to get one result. And if you run it on the newer one, you will get something different. So it&#8217;s useful to show, and some of those changes are quite small, those attributes that you can add to the code are very, very small, but they can really help you to improve security of your plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And there are more complex security measures that can be implemented, but the format of the talk wasn&#8217;t really suitable to mention everything. But this was like something to get you started on the path of discovering what else PHP 8 can offer, when it comes to improving the security of the plugins and what possible exploits and vulnerabilities are there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I try to use some obvious things that are very easy to spot. And I&#8217;m sure I did made some of those errors myself in the past. So some of those examples are something that I dealt with when I was upgrading my code. So I&#8217;m sure that a lot of people can see similar problems in their own code, and similar kind of solutions that can help them to overcome those and to make them much more resilient in the future.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:17] <strong>Nathan Wrigley:</strong> So is your plugin designed primarily, would you say for developers in mind, or is it something that just a typical end user may get some mileage out of?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:26] <strong>Milan Petrović:</strong> No, it&#8217;s more for developers that they can see, they can run that code and see how it behaves on the old version and the new version to demonstrate some of those things. And I will definitely expand it to include more examples in the future. Even for myself to like a document, what can happen if you run something in the old version, and the new version?</p>\n\n\n\n<p class=\"wp-block-paragraph\">I had some suggestions coming to me like, maybe like a pattern library that is going to show what is the pattern that we use with old PHP and how to improve it with a new one, and document which version of PHP is going to support it, and how it&#8217;s going to improve the code.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:01] <strong>Nathan Wrigley:</strong> So is the idea then that you would instal it on various different, let&#8217;s say that you&#8217;ve got a live site and you&#8217;ve got, I don&#8217;t know, a development site and another development site, is that you would put it on each of those, different PHP versions, and just sort of compare and contrast what.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:16] <strong>Milan Petrović:</strong> Yeah, that can be used.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:17] <strong>Nathan Wrigley:</strong> Yeah, in that way. And what&#8217;s the reporting that you get? Is it kind of error logs, you know, that only a developer would be able to understand, or is it in plain language that somebody like me could understand?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:26] <strong>Milan Petrović:</strong> Right now it&#8217;s a bit technical because if you run a certain part of the code, some of those elements do have a visual component in the admin section. You will see, one of the examples, if it&#8217;s run on PHP 7.4, it&#8217;s going to result in a fatal error for sure, depending on the server settings. And if you run it on the new version, you will get a full code running and executing as expected.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it&#8217;s a bit of a development thing that developers can use themselves to show maybe to potential clients or to website owners what is going to happen if they continue to run the outdated versions of the PHP. So it&#8217;s not just, yeah, the PHP 7.4 is bad, but here it is, why it is bad actually.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:12] <strong>Nathan Wrigley:</strong> Okay, that&#8217;s a really interesting use case, isn&#8217;t it? So if I&#8217;m an agency owner and I&#8217;ve got, I don&#8217;t know, a client over here who is absolutely wedded to this plugin, this calendar plugin say, and we know that the development of that plugin has ended years ago, then trying to persuade that client to find something new, or have something new built is difficult.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But with the capabilities of the plugin that you&#8217;ve created, you&#8217;ll be able to show in a sort of readable human way, okay, right. That&#8217;s all very well, but we&#8217;ve got to get onto PHP 8.0. And when we do that, this is going to happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s actually quite a useful tool for agencies to be able to dangle things in front of the noses of their clients. Potentially, I don&#8217;t know, get some new work out of it as well, because there&#8217;s this extra work that needs to be done to bring it up to the modern standards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:01] <strong>Milan Petrović:</strong> Yes. And one example especially demonstrates not only security, it demonstrates the performance. It shows you how much memory that piece of code is using on old version. Almost half the memory is going to be used less with a new version. So that&#8217;s very on the nose demonstration on security, and the performance in the same time. So things like that can help. And I will definitely try to invest more time in showing more examples and anyone can contribute.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s a plugin available on GitHub, so any contributions in that regard are welcome. And we can maybe all work to create like a list of patterns that are something that a lot of people can use, and show different people how the PHP can help them move along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And again, I don&#8217;t want to sound like we don&#8217;t need whatever WordPress is doing. We still need to use all the security enhancements that WordPress has built in the Core. Escaping, sanitisation. All that is still very important because you cannot solve everything by upgrading PHP and upgrading your code to use some of the PHP features. There are still a lot of security elements in WordPress itself that are very important and should not be replaced, or removed, from the code. There are patterns that are crucial to ensuring the security is on a top level. So combination of what WordPress already has, plus everything we get with the newer PHP is something that we should strive in the future, and to make things better.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it&#8217;s not that complicated to start with the process. You can start upgrading small things. You can start with stricter typing. You can start with very small changes, and then gradually you can add those new attributes. You can replace some of the functions that you may be used with old version of PHP, but there is something better in the new version. So that&#8217;s something that everyone can do. Do a bit at a time so not everything at once. Spend time and make some gradual upgrades, and that&#8217;s going to help moving along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:57] <strong>Nathan Wrigley:</strong> You are obviously here to talk about where PHP meets WordPress, but presumably you, yourself are gaining intel from the PHP community. Is there a resource, like a central PHP resource that you would direct people to, or would you rather steer them towards kind of WordPress resources? The things that people are doing in the WordPress space and the hosting space. There&#8217;s not really a question there, but it&#8217;s more where do you find your information? Where&#8217;s the most reliable place?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:25] <strong>Milan Petrović:</strong> You need to check everything. PHP website is a really good resource to find the information about what&#8217;s coming in the next version of PHP, because the preparations take up to a year to release a new version of PHP. So they&#8217;re now on a cycle that every December we get a new feature version. So in December this year, there is going to be PHP 8.6. And you already know most of the things that are coming to that version. You have the detailed list of changes for every PHP version. And that&#8217;s something that any developer should look at, and to see maybe something that will drive them to upgrade.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In the current usage of third party libraries, there are a lot of libraries used in PHP that have moved on beyond 7.4. There are a lot of libraries that now require 8.1 or 8.2. If you depend on some library for, I don&#8217;t know, parsing URLs, or doing something else, something for security, something for whatever. You may face the problem that if you want to use the latest version of that library, you will need to have the newer PHP version. So you are kind of forced to upgrade your plugin requirements to meet with the requirements of the third party libraries.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And outside of WordPress ecosystem, those libraries will move much faster with the adoption of newer PHPs versions than WordPress itself, because they don&#8217;t deal with millions and millions of websites that are affected. They are creating the library the best way they can. And they want to ensure that their library is secure, that their library has access to the latest features. So they are going to bump requirements for those libraries on their own. And if you are depending on it, you need to do it yourself for your plugin. So it&#8217;s kind of, those libraries are kind of forcing the hand of some developers to upgrade, even if they maybe are not ready at this point to do it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:15] <strong>Nathan Wrigley:</strong> Yeah, it certainly sounds like there&#8217;s no lack of information out there. If you make your business to find the information, then it&#8217;s all there. You&#8217;ve just got to make the effort to go and find it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve kind of run the gamut of everything I wish to ask. However, I&#8217;m very conscious, as I said at the beginning, that this conversation is a little bit above my pay grade. Is there anything that I missed that you wished you had been asked that you wanted to get across?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:38] <strong>Milan Petrović:</strong> No, I think we covered a lot of stuff in that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:42] <strong>Nathan Wrigley:</strong> Well I&#8217;m glad to hear it. That&#8217;s great. Yeah, thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In which case, I&#8217;m assuming, given that you&#8217;ve come to an event like this and you&#8217;ve put a plugin on GitHub, you are sort of semi available, or very available, to have conversations with people around this. And if that&#8217;s the case, where&#8217;s the best place to find you online? A website or an email address or a Twitter handle or whatever.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:00] <strong>Milan Petrović:</strong> We included the slide with the contact information. So even the email, if someone wants to get more information, they can do it on various social networks as well. So any input about all that is welcome. And I&#8217;d be happy to help if someone needs, some pointers or additional information to get started with all this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:21] <strong>Nathan Wrigley:</strong> Well, thank you. That&#8217;s very much appreciated. As always, if you go to the show notes on the WP Tavern website and click on the episode involving Milan, you&#8217;ll be able to find, buried probably towards the bottom, all the different bits and pieces, the wordpress.tv video that will go with his presentation and various other links that have been discussed during the course of this episode.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So with that said, Milan, thank you so much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:47] <strong>Milan Petrović:</strong> Thank you. It was really great, and I appreciate your invitation for the interview.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:52] <strong>Nathan Wrigley:</strong> You are so welcome. Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:53] <strong>Milan Petrović:</strong> Thank you.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrović</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Milan has been deeply immersed in the WordPress ecosystem since 2007, developing an array of plugins, especially for expanding bbPress forums, and running his own company creating plugins before joining the Freemius team as a full stack developer. With nearly two decades of hands-on experience, Milan has witnessed firsthand the evolution of both the WordPress and PHP landscapes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many WordPress users may be only partially aware of PHP, perhaps they’ve noticed version numbers in their hosting panels, but few of the millions of WordPress users understand the real impact that PHP versions have on the security and performance of their websites. Milan is here to shine a light on why embracing newer versions, like PHP 8.x, isn’t just good practice but a crucial step for security and efficiency.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Milan begins by recounting his journey through WordPress development. The conversation gets into the heart of his recent WordCamp Europe presentation, which tackles how legacy PHP code exposes sites to thousands of open bugs and vulnerabilities, and why relying on old versions is, as he describes, “an active invitation for automated exploitation.” The discussion explores the contrast between running legacy code and using the “native shields” of modern PHP, and highlights how PHP 8.x not only closes security holes but also delivers major performance boosts, reducing memory usage and accelerating speed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re wondering why you should care about the PHP version your site is running on, or you’re a developer interested in practical ways to harden your code, Milan unpacks both the existential risks of outdated PHP and the step-by-step benefits for hosts, agencies, and plugin developers alike.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He introduces his Vulnerability Lab plugin, designed for developers to see first-hand how code exploits play out differently across PHP versions, and makes the case that modernising can happen gradually, one update, one plugin at a time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’ve ever questioned how your hosting choice or plugin stack could affect your site’s future, or you’re ready to take the first steps towards building more secure and future-proof WordPress products, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://europe.wordcamp.org/2026/session/secure-by-design-hardening-plugins-with-php-8-x/\">Secure-by-design: hardening plugins with PHP 8.x</a> &#8211; Milan&#8217;s presentation at WordCamp Europe 2026</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://bbpress.org\">bbPress</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.dev4press.com\">Dev4Press</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://freemius.com\">Freemius</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://github.com/dev4press/vulnerability-lab\"> Vulnerability Lab plugin</a> on GitHub</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Open Channels FM: We are Welcoming InMotion Hosting as our Newest Sponsor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://openchannels.fm/we-are-welcoming-inmotion-hosting-as-our-newest-sponsor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:170:\"InMotion Hosting joins Open Channels FM Podcast as a sponsor, offering reliable hosting with great support. They\'ve been a solid choice for over 25 years. Check them out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 10:08:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: Multi-Layered Security and the Future of Hosting in an AI World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556869\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/multi-layered-security-and-the-future-of-hosting-in-an-ai-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"In this episode, Adam and Aaron discuss evolving web security in the AI era, emphasizing proactive strategies, layered defenses, and the vital role of hosts in protecting websites against modern threats. Secure your online presence!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Jul 2026 12:41:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.org blog: Your Guide to WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21007\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/07/wcus-2026-guide/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23903:\"<figure class=\"wp-block-image size-large has-custom-border is-style-default\"><img alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" style=\"border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;\" width=\"1024\" /><figcaption class=\"wp-element-caption\"><img alt=\"📅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png\" style=\"height: 1em;\" /> <strong>August 16-19, 2026 | Phoenix Convention Center</strong>,<strong> Phoenix, Arizona</strong></figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp US 2026 returns for another year, this time in Phoenix, Arizona, for four days, August 16 to 19. It comes at a moment of real energy for WordPress, as artificial intelligence reshapes everyday workflows, the business of building and maintaining sites is shifting, and new people keep discovering the platform every day. Four tracks address this moment, covering AI, Honing Your Skills, Technical WordPress, and Beginner WordPress. Between them, there is something for everyone, whether you lead an agency, freelance for local clients, write code for a living, or are building your very first site. Whatever draws you in, you will leave Phoenix better equipped and better connected than ever.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-c9c19393 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/tickets/\">Get Your Tickets</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/contributor-day/\">Sign Up for Contributor Day</a></div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Phoenix itself rewards anyone who adds a day or two to their trip. The capital of Arizona sits in the Sonoran Desert and pairs a lively downtown with a rich arts and food scene. The Roosevelt Row arts district is known for its galleries, murals, and independent restaurants. It is also home to one of the largest art walks in the region. Nearby, Chase Field and the Footprint Center host professional baseball and live shows, and the surrounding desert offers striking scenery at places like Papago Park and the Desert Botanical Garden.</p>\n\n\n\n<div class=\"wp-block-jetpack-slideshow aligncenter\"><div class=\"wp-block-jetpack-slideshow_container swiper\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21052\" height=\"1147\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1920%2C1147&#038;ssl=1\" width=\"1920\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21053\" height=\"612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1024%2C612&#038;ssl=1\" width=\"1024\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21054\" height=\"612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1024%2C612&#038;ssl=1\" width=\"1024\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21056\" height=\"612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1024%2C612&#038;ssl=1\" width=\"1024\" /></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\"></a><a class=\"wp-block-jetpack-slideshow_button-pause\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\">Start with Contributor Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The week begins with <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Contributor Day</a>, a full day set aside for giving back to the project that makes everything else possible. Attendees will gather in teams to improve WordPress itself, from Core code and documentation to design, training, accessibility, and translation.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress is so unique because we&#8217;re not just a product; we&#8217;re a movement.</p>\n<cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day is open to everyone, whatever your skills, and whether or not you have ever contributed before. Come and experience the open source collaboration that is at the heart of the project. <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Signing up</a> in advance helps us prepare our veteran contributors and provide you with the best experience.</p>\n\n\n\n<figure class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19085\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19089\" height=\"1707\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?fit=1024%2C683&amp;ssl=1\" width=\"2560\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19110\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21080\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21078\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21079\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21077\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21074\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21076\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21083\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21082\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19083\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Explore Real-World Projects on Showcase Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Day 2, Showcase Day, is dedicated to real-world WordPress projects and focuses on how teams develop features, manage publishing, and run demanding sites at scale. It brings to life the kind of work collected in the WordPress <a href=\"https://wordpress.org/showcase/\">Showcase</a>, the directory of standout sites built on the platform, from global brands like <a href=\"https://wordpress.org/showcase/disney-connect/\">Disney</a> to community publishers and institutions like <a href=\"https://wordpress.org/showcase/nasa/\">NASA</a>. Past WordCamp US Showcase days have brought teams from the likes of <a href=\"https://www.youtube.com/watch?v=PGvh7fCOUk0\">Wikimedia</a> and <a href=\"https://www.youtube.com/watch?v=MHk-Us00pTk\">CANCOM</a> to explain how they manage large, high-traffic systems. Other sessions took a builder&#8217;s perspective on catching bugs faster with automated testing and even running the Block Editor inside a custom app.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-21064\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Dive Into Two Conference Days</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The two main conference days will bring a full slate of sessions across four tracks. First among them is the AI track, which treats the technology as a tool to handle with care rather than a headline to chase. Its sessions set guardrails for AI-assisted development, prepare for a web where AI agents become the visitors a site must serve, and weigh the legal and ethical questions of putting AI tools in the hands of clients. Speakers from companies like Elementor will be taking a look at where the web is heading, while keeping the focus on what teams can adopt today without giving up control of their work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Technical WordPress and Honing Your Skills tracks cover the craft and business of building with WordPress. On the technical side, sessions dig into modern development workflows, automated testing with tools like the browser-based <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, and plugin pipelines. The Honing Your Skills track adds practical guidance on pricing, maintenance, and how the agency model is changing as clients ask for more. The Beginner WordPress track keeps the door open for newcomers, with approachable sessions that make your first WordCamp less daunting. Hands-on work runs through all of these tracks, so alongside the talks, attendees will find workshops and working sessions where they can build something real and leave ready to apply it to their own projects.</p>\n\n\n\n<figure class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width: 20px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19080\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21086\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21085\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-full wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21065\" height=\"1280\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637801.jpg?resize=1920%2C1280&#038;ssl=1\" width=\"1920\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21084\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=819%2C1024&#038;ssl=1\" width=\"819\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21081\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Not all of the value happens in the session rooms. On the show floor, the <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#happiness\">Happiness Bar</a> is a free, drop-in help desk where you can sit down with a volunteer WordPress expert and work through whatever has you stuck. The <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#sponsor\">Sponsor Hall</a> next door is where many of the best unplanned conversations happen, and its <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#career\">Career Corner</a> gives anyone weighing their next move a relaxed place to browse the job board, meet company reps, and see who is hiring across the ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Plan Your Trip to Phoenix</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Getting to Phoenix is straightforward. The <a href=\"https://us.wordcamp.org/2026/about/venue/\">Phoenix Convention Center</a> sits in the heart of downtown, less than five miles from Phoenix Sky Harbor International Airport (PHX) and about 15 minutes away on the <a href=\"https://www.valleymetro.org/how-to-ride/rail\">Valley Metro light rail</a>. WordCamp US has a room block at the Sheraton Phoenix Downtown, close to the convention center, so <a href=\"https://book.passkey.com/event/51129263/owner/68648/home\">book your hotel</a> before the block fills, and <a href=\"https://us.wordcamp.org/2026/tickets/\">reserve your ticket</a> if you have not already. The full event lineup and details live on the <a href=\"https://us.wordcamp.org/2026/schedule/\">WordCamp US 2026 site</a>, and the conference closes with an evening social before everyone heads home.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-nowrap is-layout-flex wp-container-core-group-is-layout-7c1a8141 wp-block-group-is-layout-flex\">\n<ol class=\"wp-block-list has-off-white-background-color has-background has-large-font-size wp-container-content-9cfa9a5a\">\n<li><strong><img alt=\"🎟\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" style=\"height: 1em;\" /> </strong><a href=\"https://us.wordcamp.org/2026/tickets/\">Reserve your ticket</a></li>\n\n\n\n<li><img alt=\"🛏\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f6cf.png\" style=\"height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/about/travel-accommodation/\"> Find accommodations</a></li>\n\n\n\n<li><img alt=\"🚌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f68c.png\" style=\"height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/plan-your-trip-to-phoenix/\"> Plan your trip</a></li>\n\n\n\n<li><img alt=\"📍\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cd.png\" style=\"height: 1em;\" /><a href=\"https://www.visitphoenix.com/\">Explore Phoenix</a></li>\n</ol>\n\n\n\n<figure class=\"wp-block-image size-full wp-container-content-577e1c61\" style=\"margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;\"><img alt=\"\" class=\"wp-image-21164\" height=\"2560\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=2066%2C2560&#038;ssl=1\" width=\"2066\" /></figure>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Help Us Spread the Word!</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Whether attending in person or following along online, share your experience and help welcome others to the WordPress community. Use the #WCUS and #WordPress hashtags to tell your story on social.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jul 2026 13:07:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Open Channels FM: Understanding Open Source Law and AI Impacts in Modern Software Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556631\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://openchannels.fm/understanding-open-source-law-and-ai-impacts-in-modern-software-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:214:\"In this Open Web Conversations episode, host Anne Bovelett chats with lawyer Carlo Piana about open source software\'s legal challenges, AI\'s impact on coding, and the importance of proper licensing and attribution.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jul 2026 08:54:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Gutenberg Times: Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=46018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:69012:\"<p class=\"wp-block-paragraph\">In episode 132 of the <em>Gutenberg Changelog</em> podcast, host Birgit Pauli-Haack and guest Ellen Bauer explore the latest updates within the WordPress ecosystem. The conversation centers on the releases of Gutenberg 23.4 and 23.5, the recent WordPress 7.0.1 maintenance update, and the strategic roadmap for the upcoming WordPress 7.1.A significant portion of the episode is dedicated to major merge proposals destined for WordPress 7.1 that aim to evolve the core software. </p>\n\n\n\n<p class=\"wp-block-paragraph\">These include &#8220;Core Abilities&#8221; for AI agent integration, the new &#8220;Knowledge&#8221; post type for managing site standards and guidelines, and &#8220;Design System Theming&#8221; to enhance consistency and accessibility via CSS custom properties. The hosts also discuss the shift toward mandatory iframing for the post editor in block-based themes, a critical architectural change designed to improve content rendering.Beyond core architecture, the episode highlights user-focused improvements such as enhanced responsive editing controls, which now allow for granular canvas resizing without preset limits. They also touch on media-related updates, including aspect ratio controls in the media editor, and improvements to the Icon block. </p>\n\n\n\n<p class=\"wp-block-paragraph\">With WordPress 7.1’s Beta 1 approaching, Birgit and Ellen emphasize the importance of community involvement, encouraging developers and site owners to participate in ongoing &#8220;Call for Testing&#8221; efforts. Whether discussing React 19 status or new grid layout properties, the episode serves as a comprehensive briefing for anyone looking to stay current with the rapidly changing landscape of the block editor and WordPress core development.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size wp-block-paragraph\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special Guest: Ellen Bauer</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://x.com/ellenbauer\">On X (former Twitter) @ellenbauer</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/elmastudio/\">WordPress.org Ellen Bauer</a></li>\n\n\n\n<li><a href=\"https://bsky.app/profile/ellenbauer.bsky.social\">Bluesky</a></li>\n\n\n\n<li><a href=\"https://www.elmastudio.de/en/\">ElmaStudio</a></li>\n\n\n\n<li>Previews appearances on the show\n<ul class=\"wp-block-list\">\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-124-gutenberg-22-wordpress-6-9/\">Gutenberg Changelog #124 – Gutenberg 22.0 and WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-117-woocommerce-starter-theme-and-blocks/\">Gutenberg Changelog 117 – WooCommerce Starter Theme and Blocks, WordCamp Europe, and Gutenberg 20.7 and 20.8</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-105-gutenberg-18-9-block-themes-and-woocommerce/\">Gutenberg Changelog #105 – Gutenberg 18.9, Block Themes and WooCommerce</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-88-wordpress-6-4-and-gutenberg-16-5/\">Gutenberg Changelog #88 – WordPress 6.4 and Gutenberg 16.4 and 16.5.</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Announcements</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/test/2026/07/03/call-for-testing-responsive-styling/\">Call for Testing: Responsive Styling</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/05/21/media-editor-modal-call-for-testing/\">Modal Media Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/04/call-for-testing-client-side-media-processing/\">Client media processing</a> and the </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/03/announcing-a-collaborative-editing-outreach-effort-for-7-1/\">Real-time collaboration outreach effort </a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/10/call-for-testing-unicode-email-addresses/\">Call for Testing: Unicode email addresses</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/02/merge-proposal-expanding-wordpress-core-abilities/\">Merge Proposal: Expanding WordPress Core Abilities</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/22/merge-proposal-guidelines-built-on-knowledge/\">Merge Proposal: Guidelines built on Knowledge</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/07/merge-proposal-design-system-theming/\">Merge Proposal: Design System Theming</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s released</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\">WordPress 7.0.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">WordPress 7.0.1 RC1</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/?p=45920&amp;preview=1&amp;_ppp=99b8f1f429\">WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\">Roadmap to 7.1</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Post Editor iframed </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li> <a href=\"https://github.com/WordPress/gutenberg/pull/74042\">Post editor: always iframe #74042</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/02/24/iframed-editor-changes-in-wordpress-7-0/\">iframed Editor Changes in WordPress 7.0</a> (February 2026) </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/preparing-the-post-editor-for-full-iframe-integration/\">Preparing the Post Editor for Full iframe Integration</a> (November 2025)</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2021/06/29/blocks-in-an-iframed-template-editor/\">Blocks in an iframed (template) editor</a> (June 2021)</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Punted from 7.1 </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/07/the-classic-block-stays-in-the-inserter-for-wordpress-7-1/\">The Classic block stays in the inserter for WordPress 7.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/05/react-19-upgrade-temporarily-reverted-in-gutenberg/\">React 19 upgrade temporarily reverted in Gutenberg</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg releases</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/06/17/whats-new-in-gutenberg-23-3-03-jun-2/\">What’s new in Gutenberg 23.4? (June 17, 2026)</a>\n<ul class=\"wp-block-list\">\n<li>Docs: Auto-generate per-block API reference pages from block.json. (<a href=\"https://github.com/WordPress/gutenberg/pull/77612\">77612</a>) </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/05/05/proposal-auto-generate-block-editor-handbook-docs-from-block-json/\">Proposal: Auto-generate Block Editor Handbook docs from block.json</a></li>\n\n\n\n<li>Documentation pages: <a href=\"https://developer.wordpress.org/block-editor/reference-guides/core-blocks/\">Core Blocks Reference</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">What’s new in Gutenberg 23.5? (July 1, 2026)</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Welcome to our 132nd episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about proposals for core, calls for testing Gutenberg 23.4, Gutenberg 23.5, and whatever side ideas we have about 7.1, which is in the works. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full time core contributor for the WordPress open source project sponsored by Automattic. With me today on the show, and I&#8217;m very delighted to tell you that is Ellen Bauer, product manager at WordPress.com and early adopter of block themes. Thank you for joining me, Ellen. How are you today?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Thank you very much. Always happy to be here. I&#8217;m great. I just landed back in Bangkok this week where we are. I&#8217;m staying here a little bit longer with my family this year from Germany, visiting family and attending a meetup. And yeah, it&#8217;s good to kind of do that travel because it always inspires me to get out of a routine. And yeah, I&#8217;m really glad I&#8217;m here now and motivated.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> To get back into working, improving WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> That&#8217;s a great time to spend in Germany. And I hope you had luck with the weather.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer</em>: Well, there was this heat wave in the second week. It completely knocked me out, to be honest.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah, that was really hard. And a lot of people say that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It was great and went on the last day I went to Legoland for the first time, which was also an experience and exhausting, but great.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> That’s here between Munich and Augsburg.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, I think it&#8217;s close. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, between my first time. Oh, nice. Yeah, maybe I should go there too. But it is fun.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It is fun. Maybe not. I don&#8217;t recommend to go in the summer on a Sunday, which we did, but. Oh yeah, that&#8217;s actually really fun.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Family day. Yeah. So you mentioned you attended the meetup in Porto. What was your takeaway from the meetup with digital?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So it was actually the main reason I came to Europe for it was the first time all products meetup from Automattic in beautiful Portugal for me, also the first time I&#8217;ve been to Portugal, which shouldn&#8217;t happen to not visit before. But it was really cool. I love Portugal. Really lovely people, beautiful vibe, nice weather. Yeah, it was really relaxing, really a treat. And then very inspiring and motivating to be in the product group for the first time all together in a nice setting and we had amazing conversations. For me, I also got to know my team a little bit better because I just sort of recently switched into dot com, so that was helpful. But yeah, also a lot of meaningful, deep conversations and I&#8217;m really, really motivated after that meetup.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh yeah. So when you said meetup, I&#8217;m still in the community brain, so I thought it might have been a WordPress meetup because I spent some time. And that&#8217;s probably also the reason why my brain went there instead of the internal. Because I spent some time with meetups, local WordPress meetups in Salzburg and in Erfurt and also in Munich. I restarted the meetup here in Munich with a few of the original founders and some other people and. And it&#8217;s a totally different vibe than a WordPress conference.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That is true. I love meetups.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> You meet 15 maximum 20 people and then you learn more about how they use WordPress, what they really move a normal user. So it kind of grounds you much better than kind of always being in the contributor section, kind of.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So that is true. Well, there was WordCamp Europe, which I didn&#8217;t attend because it was just so much. I attended WordCamp Asia, which I also loved this year. That was such an amazing experience and very motivating. And I talked to a lot of people who are meetup organizers in India and I really now want to visit one of their meetups. It sounds fun. I also visited the meetup here in Bangkok before and I love the people there, the really tight community. And I&#8217;m also. I have been thinking for many years now that I should actually start a meetup in our town in New Zealand. I haven&#8217;t committed, but I&#8217;m always coming back thinking about it. So maybe I should just commit and do that because it would be cool to have like a local.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> In New Zealand. There aren&#8217;t many around, but it would be cool.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Well, the first thing that you need is a co-organizer. So don&#8217;t start until you have a second person to do that because we travel a lot. Well, I travel a lot and I cannot be at every meetup, so I need somebody else to do that. So that was kind of back of mind.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That&#8217;s a good advice.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. And the meetups in India, they&#8217;re really big. They&#8217;re 40, 50 people.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I talked to someone and. And they have 200 people every month on Surat. I was like, I want to come. Yeah, it&#8217;s amazing. Like, I want to visit.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s a small word camp for an evening kind of thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That is so true.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Calls for Testing</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> All right. Yeah. So work for 7.1 is progressing and there are calls for testing out, and this is the first time that there are so many out there. There are five of them. And if you want to learn what&#8217;s really in 7.1, there&#8217;s no better way to take a deep dive and heed the call for testing. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So there&#8217;s a call for testing for the responsive styling and yes, it&#8217;s coming to WordPress now. And then there&#8217;s a call for testing for the new modal media editor that opens up when you click on the crop icon in the toolbar of an image block or a cover block. And then there is the call for testing for the client media processing. That&#8217;s a feature that comes to 7.1 where the client, the browser is actually doing a lot of work in uploading the upload side of the image uploads and the resizing and then dumps it into the WordPress media library. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s also a real time collaboration outreach effort that is also a call for testing. And then there&#8217;s a call for testing for getting Unicode into email addresses. And that&#8217;s kind of fun too. So the testing has done an amazing job putting those calls for testing together because you get instructions on how to use it and videos to show you how to use it and then the instructions also for the testing. So your mental work on how do I test this is already done. You&#8217;re just going to follow the script and, and then have room in your mental room to observe your feelings for whatever you&#8217;re doing and kind of try to, to verbalize them and share your feedback. So it&#8217;s really interesting and I hope you dear listeners are going to heed those calls. One or two of them. You don&#8217;t have to do all of them. Yeah, I don&#8217;t grade you, but there will be a test. Yeah. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Then there are also two. Well, I said two, but there are actually three merge proposals from the contributors. There&#8217;s new things coming to WordPress Core. One is expanding the WordPress Core abilities. It&#8217;s a merge proposal to add three read-only abilities to cover the settings, content and users for AI. And it gives AI clients real tools to call so the agents can understand what your site&#8217;s configuration, post and people are doing. There&#8217;s a discussion should this be in core, should this be a plugin and all that you can read up on the post. And the second one is also for AI is the guidelines to build knowledge on your website. Yeah, what&#8217;s your tone about what&#8217;s the tone of voice, the expression, what the topic is about and what the members are, what the standards are and all the notes for revision and capabilities. So an AI agent could follow those instructions as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And for people who manage multiple sites with one AI they can actually it&#8217;s different for every site. So it&#8217;s really important to have that on the site to give that that&#8217;s a new content type and new settings pages for these things. So you can even use your AI to update those guidelines. There&#8217;s one thing and then of course the last one is the bigger one and that&#8217;s a merge proposal for the design systems theming Andrew Duthie published a merge proposal bringing design tokens and new theme components to WordPress built by the Gutenberg Components team. But it turns the hard coded admin styles into CSS custom properties so your plugins and screens stay consistent and accessible. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Then a color ramp tool generates harmonious accessible scales from just two seed colors and the user color scheme reaches the site editor which will come into I think 7.1. So with a dark mode on the horizon. So it&#8217;s a good time to get involved in the discussion now, dear listeners, and to make your point of view listen to and converse with others on the impact for you and your business and for your clients because that&#8217;s where the decisions are made. Some of them are already made but they are loosely held, so to speak. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s a whole aspect of WordPress is we have strong opinions but they&#8217;re loosely held. If you have a good argument and you have a good use case or a different point of view, you are listened to. Of course if aired respectfully and even if it&#8217;s not respectful it should be because we all want to do the same thing. So the links to all the merge proposals and calls for testing will be in the show notes. You get to pick what you are interested in and so that&#8217;s a whole thing that happened in the last three weeks when we didn&#8217;t have a Gutenberg change log. So I wanted to catch you up. Any thoughts on that Ellen, that you want to share with our listeners?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think on the merge proposals but I think for the calls for testing the responsive styling of course sticks out to me because we have been calling for that for so long and the user the feedback was always there like what is that without responsive styling? So now here it is. So yeah go ahead and test it and I will do the same and kind of contribute to make it better or improve what. What we can. But here we go. We finally have. I think the number one ask always this is missing in Gutenberg.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. I think the number one ask is not the responsive design because Gutenberg is responsive in certain areas. It&#8217;s a viewpoint. It&#8217;s a media kind of thing. Yeah. So what is a tablet? What is a mobile. And to change things for those screen sizes. And there was a big hesitation and there&#8217;s. On the developer blog, there&#8217;s an article about intrinsic design that&#8217;s built into Gutenberg. And I think the thinking was, okay, intrinsic design is what comes after media queries. Comes after. So because we need to also talk to what is component in the container queries in CSS and all that. And at the start of Gutenberg people wanted to push the envelope of intrinsic design and then see what&#8217;s missing. And. And now we know where it all goes and how to. To change it. And there is a. Yeah, we talk about it a little later when we come to that. Yeah, but so that&#8217;s kind of. That part why it took so long, I think was the reason why I kind of went on the drain there.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That is true. I&#8217;m glad that we didn&#8217;t do like earlier versions of it. It seems late, but yeah, there&#8217;s. There&#8217;s a reason.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> But I think, yeah, a lot of plugin companies actually filled that gap quite nicely. I also saw a few implementations where you didn&#8217;t have three viewports or breakpoints, you had six, so. And I kind of couldn&#8217;t imagine that a normal user can keep in their head six different sizes to control the styling and when something needs to be changed to find it again where that actually was changed. I get the hesitation. So yeah, yeah..</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> You quickly go a little overboard with that. And I&#8217;m also glad that we didn&#8217;t do that on the core level.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; WordPress 7.0.1</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Birgit Pauli-Haack: Yeah. So that brings us to what&#8217;s released and it&#8217;s release week kind of thing. So on Wednesday and we&#8217;re recording this on Friday, July 10, Thursday, July 9, WordPress 7.0.1 was released with bug fixes from the major release. And the release candidate announcement has a list of all the fixes in track and from the Gutenberg repo, </p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m preparing an article for the Gutenberg Times. I will probably put in the show notes about what the fixes actually did is the WPKSS or however say that CSS corruption on some of the admin design glitches and some more. So you can have a summary of that. Yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">On Wednesday, just the day before 7.0.1, a user ask in the core channel, what is. I see all the communication. Yeah. What is the latest version actually, and at that time it was still 7.0, but we say but tomorrow it&#8217;s going to be 7.0.1. 7.0.1. Yes. Yeah, yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So 7.1 last month Anne McCarthy posted the roadmap 7.1. It was aspirational and also very concise with an outline and links to the tracking issue for the many features contributors have been working towards. Beta 1 of 7.1 is scheduled for next week. That&#8217;s July 15th. And by then we will know the full picture of what made it and didn&#8217;t make it into the release features from the Gutenberg plugin releases 22.6 through 23.6 will come to 7.1 unless they&#8217;re behind an experiment flag or plugin or plugin only as guardrail 23.6 release candidate. And that&#8217;s what&#8217;s getting into the beta version is on July 14, so one day before the beta version, because that&#8217;s where all the NPM packages are created and all the things get into the branches. Right feature branch. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The final release of 23.6 is moved to July 22nd. That was kind of decided by the release tech leads to get it all just in time for beta and organize that. So the deadline for enhancement into the plugin on 7.1 is July 14, the day before beta. So if you&#8217;re a contributor and you want to get the feature that you were working on in this weekend is probably crucial because it also needs to be reviewed and approved. So give people time to get in there. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So yeah, what should be on your radar for 7.1 is the mandatory iframe of the post editor. We mentioned it before. It actually has also a lead time to come to this point is the post editor runs inside or the block editor should run inside an iframe because it isolates the content from your admin styles and makes the viewport units and media queries work correctly against the editing canvas rather than the browser window. And in 7.1, iframing becomes more enforced for block based themes or for all themes because it ensures that canvas behaves predictably and the blocks render accurately for both the post editor and the site editor, template editor and pattern editor and plugin developers. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So plugin developers who have not updated their Block collections from version 2Block JSON version 2 to 3 should actually upgrade to make this all work. If you want to catch up on the newest discussion, there&#8217;s a Gutenberg PR that&#8217;s called Always the post editor for book theme. And that&#8217;s the 79819. And if you put that in your playground, you can actually add some of the plugins or your staging site, or add it to the staging site, then you can test your things. I think the biggest problems are sites that are maintained by people that do not read the make blog or do not listen to podcasts or read blog posts about their site or the software. And those are sites that haven&#8217;t been maintained for a while, otherwise they would have already upgraded things. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So block themes need to do anything too. They haven&#8217;t. No. Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I haven’t looked into that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s a problem for blocks. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That are in the block plugin collections.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. That only. They were only meant for post editor and have never been used inside editor or something like that. Because those would have broken already. Because the site editor since 2020 kind of uses an iframe version. So if you use the block in a template or use the pages thing from the site editor, the pages administration from the site editor, you will know when the block breaks. And in the post editor, if you go into the console, you see the notification that it&#8217;s going to be deprecated. But if you&#8217;re only in the post editor and never look at anything else and those blocks might break if they&#8217;re not updated.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> What should they do if this happened to them?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> There are some guardrails in place and there were two PRs. That one is the hard kind of, okay, we do all the iframe insight and that&#8217;s going to be in beta. And in beta, listening to the feedback will decide if there will be a switch to the other less hard choice there in terms of saying, okay, if it&#8217;s a block theme, it&#8217;s going to be an iframe post editor. But if it&#8217;s not a block theme and. Or if there are blocks on the page that are on the old version, like the version 2, then it will not be iframed, but that is subject to change. It&#8217;s kind of. There&#8217;s a trial and error kind of process here to figure out what is the best way move forward. Because the first post blog post about that was actually published in June ‘21, so five years. And then there was another one in November 2025, and there was another one in February ‘26. So there is a lot of leeway or runway for agency developers and plugin developers to kind of update, but sooner or later there will be a push to make it final and then deal with the consequences. Yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Anne McCarthy&#8217;s roadmap included two updates that we already know have been already punted. So that&#8217;s the update to React 19 and the deprecation of the classic block. Those things have been punted. And there are blog posts on the make blog for the reasons and next steps for that. It&#8217;s pretty much the classic blog where there was a lot of communication around it that said, okay, maybe it&#8217;s not a good time yet. And for the RAC 19 there were too many backwards compatibility issues, but it&#8217;s going to come. So it just needs a little bit more runway to get final to that point. All right. Any thoughts about that?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Not really. I&#8217;m excited for 7.1. I think we haven&#8217;t mentioned the release time. Is that still planned for WordCamp US and like August 19th.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yes, the planning is July 15th being beta and then August 5th being release candidate and August 19th final release on the last day of WordCamp US.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Okay, cool. I&#8217;m excited.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah, I&#8217;m excited too. There are nice features in there and there are nice updates to the site editor there and I&#8217;m very excited about that. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 23.4</h3>\n\n\n\n<p class=\"wp-block-paragraph\">And now that brings us to Gutenberg 23.4. Let&#8217;s go and talk about things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So that was released June 17th. We&#8217;re also going to talk about the next release 23.5 right after. So let&#8217;s start with this one first. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So I think the most exciting things in there are related to media. And the first thing that is pretty exciting is if you load media into the post editor, you now get like a little notification snack bar that kind of tells you the progress of your uploads. Like if you load dump, just dump in like 20 images you&#8217;re going to see. And you also I think timed first image, second image, third image. We are used to it, I don&#8217;t know from apps and stuff. So I think that is really, really helpful to see the progress of the loading there.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. And Adam Silverstein did an amazing job to get this all done. There&#8217;s a second one that also that the upload process is now enabled. So when it&#8217;s interrupted because you&#8217;re offline or something, it also resumes automatically the upload on the when the connection returns. So this would save quite a few hurry up and wait kind of thing. When you&#8217;re maybe on a train or in a country where you don&#8217;t have stable Internet connections to upload your media. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Right now, I only highlighted that because it&#8217;s in the same thing that the client side media processing is now geared towards 7.1. So the plugin’s only guardrail has been removed and it can be merged into WordPress.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The next one is the playlist block. It now has a visualization style selector so it has the playlist lock. When you try and test it, you&#8217;ll see there is a visualization kind of where the music builds some animation on top of the track and you can select the styles now for that. And also it now has a track length setting so you can set up the settings for that as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Another thing I kind of liked because I&#8217;ve built that before is if you have, I don&#8217;t know, on a WooCommerce theme or something, if you want to have the log out log in or for any other kind of purpose, you can now get that into an inner block of the navigation submenu. The lockout lock in. That wasn&#8217;t possible before. It&#8217;s a small thing but very helpful for whenever you want to have that in a drop down or sub menu.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. If you have a membership site or subscribers only content and you. You offer them a nice accessible way to log in and log out. There&#8217;s a very minimal change, but you might need. You will notice it. It&#8217;s the time to read icon has been renamed to time. So it&#8217;s not. Might be getting rid of redundancy, but I&#8217;m not sure it&#8217;s even clearer. It&#8217;s clear enough. So yeah, that&#8217;s the change.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, I think that&#8217;s mainly kind of to reuse it, to be able to reuse it for more things. Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Another thing that I think is a little bit bigger and quite helpful is that now it&#8217;s possible that columns and gallery blocks can be transformed into grid variations for layout styling. I think that&#8217;s kind of cool. I think I wanted to do that many, many times.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, me too. Because I forgot that I have a grid block and I tried to do things with the columns block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, yeah. So often you kind of start out in a column and then you realize no, that should be a grid.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> And then again for the media. But this time it&#8217;s out of the block editor. The media editing modal has changed and it has some new features, better features, new libraries. And we talked about it before on this podcast. But now you can reorder the details field has been reordered and then now you have aspect ratio controls for the mobile toolbar and they refactored a little bit the modal layout in total. But this is a great, great tool. So these are all just the usability issues. The main feature was already in 23.2 or 3 and there are editable attachment fields. And the mobile tool. The mobile toolbar has been updated to include the aspect ratio controls. Also uses the zoom uses now plus and minus buttons. Yeah. Instead of the spyglass.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Oh yeah. That is actually very helpful an update on the dashboard. And you maybe have to help me out if I&#8217;m not 100% sure if I understand that correctly. So we always had the grid columns and now they are opinionated. So pre designed responsive. Is that correct if I say that like in your dashboard, like the two columns, I think it&#8217;s maximum four columns. It doesn&#8217;t go more than four and then it reduces like it nicely responsive by default, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. It goes from 960 desktop width, so four columns to two columns between a tablet kind of size, between if it&#8217;s smaller than 960 to 600 and if, if it&#8217;s smaller than 600 or 600 and smaller, it&#8217;s going to one column and has a mobile kind of view there. So it&#8217;s definitely responsive. But that&#8217;s the dashboard. It&#8217;s about the admin dashboard. It&#8217;s not in the block editor. So that grid has nothing to do with a grid block in the block editor. So we have a little issue there with using the same words for different things. But that&#8217;s because it&#8217;s all grid based. But it&#8217;s a good thing. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And contributors have an experiment on redesigning the dashboard and also let blocks going in there and all that. So it&#8217;s. It&#8217;s quite interesting to see that there are more additional features in there like this day before. Right. So if you&#8217;re in a block, you can. They&#8217;re figuring out how to put the previous day and previous years. So if you have a blog for 30 years or 10 years, you. You get. Or even five years. Yeah. You get a notification, what you published about this time of year, last year or something like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, I like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> And that was actually kind of nice.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It kind of embraces your blogging history.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, exactly.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> One actually kind of cool little change that I really like is in the site editor now. The admin color scheme, if you select another one, get translated into the site editor. So I know a lot of people always say, oh, you go into the site editor and it&#8217;s this black different looking user interface. And yeah it&#8217;s. Why is it so dark? So now it kind of adopts the color scheme you have selected. And I think this like part of bigger work going into kind of making the interfaces more be like one thing instead of.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. The unification of the admin interface is also a long time coming and I think that&#8217;s a, that&#8217;s a fantastic step. Yeah. To kind of just make it sure that if you have a green sidebar that it&#8217;s also green in the site editor.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah. Because why, why wouldn&#8217;t it be?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah. So on the client media side again, the ultra HDR JPEGs that are detected by upload and then the originals are kept unmodified and the sizes subsizes. They preserve their ICO standards. So you have a better quality of the Ultra HD but it also handles the bigger sizes. So it&#8217;s a nice addition to the media upload feature that we talked about before.</p>\n\n\n\n<h3 class=\"wp-block-heading\">APIs</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> And then we also have an update on APIs. Oh, God. You have to help me with this one. I read it, but now I&#8217;m kind of like what was that about again? The future it will help.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: So it tracks per entity, the view configuration for pages. And then so it&#8217;s about the pages of pages, posts, patterns, template parts, templates and have their default layout in the grids being the, the layout grid in the admin. So when you&#8217;re in the site editor you have a choice when you look at templates, what kind of layout. You have a grid layout, a list layout and these kinds of things. And now there is actually an API that you can extract that view configuration for several other things. If you&#8217;re plugin developers, you can then replicate what the, what the priority is or what the preference is for your user. And you see that in the rest API when you pull out the information and display it again, that you get the configuration with it. I don&#8217;t know.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So you can practically kind of unlock whatever the configuration was in default and then use that in a plugin or something, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Exactly. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> The same screen.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So when you. One use case could be if you are using WordPress as your content container, but have another application that displays things as a headless or in another. In another admin content management system that only talks to WordPress with all and pulls out the things that are in WordPress and measures it up with other data that&#8217;s also in the system, then you are able to display the same what the user sees in the WordPress admin, you can display that also in your system at the same time. So that kind of would be one of the use cases that I just made up.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, that makes sense and very good to explain in that way. What else do we have next?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So the dashboard we talked about that now has also an events widget that can be filled. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p class=\"wp-block-paragraph\">I wanted to point out one documentation thing that is really a big deal that Juan Margarido has taken on in April or May and push that through a merge now with 23.4 and that is the auto generation of the per block API reference from the block JSON files. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So, until now it was really hard to figure out, okay, what&#8217;s the block markup and are there all the supports in there? Because the documentation was handmade. So if somebody updated a block&#8217;s configuration and block JSON and added support to it for other things, it would not show in the documentation until someone touches the documentation page. And for 90 blocks or so that are in core right now, that&#8217;s a moving target and fast moving target. So he proposed to go in and auto generate that documentation page for humans and AI to map multiple things. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So one is the parent relationship with other blocks like think accordion block and the sub blocks there, the attributions in the table, in a table that what the block supports and with links to explain those features. So if you don&#8217;t know what the alignment or support of a block is, you can look it up right from there and then what block styles come with core so you don&#8217;t have to figure that out from the interface. So like the button comes with two styles, one is the default, the other one is the outline style. Then which CSS selectors are automatically created and then an example of the block markup. And last but not least, also the links to the source of the information and the packages. So you have a full 36-degree view on the block. And because the documentation is auto updated, it comes right there when the new features are kind of added to the block and it will be shown in the documentation. </p>\n\n\n\n<p class=\"wp-block-paragraph\">This not only helps the developers and theme developers to have a better handle on or one lookup page or section in the documentation, it also helps AI agents to form a comprehensive space to learn about WordPress blocks. Because I have found that AI sometimes just does a custom HTML block and puts it all there instead of using a column block or cover block or something like that. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So this is a very big deal because that&#8217;s something where AI elevates human capabilities because he used AI to run the code that parses the block JSON and puts it into the documentation page and then also has that documentation page from the GitHub repo into the developers.wordpress.org document block editor documentation automatically merged there. So this is a big deal. And kudos to Juan Margarido. He also spent some time getting some community input from the documentation team from the Gutenberg leadership. We had a hallway hangout with a Q and A and it finally was merged now. So kudos.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, that&#8217;s pretty cool. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 23.5</h3>\n\n\n\n<p class=\"wp-block-paragraph\">I think now we&#8217;re moving to the latest release, 23.5, released July 1. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">I think the first thing we wanted to highlight was that the design system token defaults now with out a runtime which practically, as far as I understand it correctly, helps that all the styling from the design system is just there by default. There&#8217;s nothing that got missed. Is that correct? Yeah, because it happened before that some design elements were in style.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Exactly. Yeah. It&#8217;s now available as public export. That&#8217;s pretty much so you can use it in your own apps that you put into apps. I say it&#8217;s also called plugin, so you can use it without having to import it into your plugin via NPM and these kinds of things via the build process. So you can just import it into your app here. </p>\n\n\n\n<p class=\"wp-block-paragraph\">But I also want to point out again the match proposal for the design system. Everything there is kind of in a holistic way explained and also what it&#8217;s supposed to come to. And these are all plenty of the component work that&#8217;s done for 23.5 and released or merged is actually in support of the design system and the UI revamp of the components.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think about the block library. And we have a few other updates in the release. The first one is that the viewport states and the controls are now support for they supporting aspect ratio and all the related controls with that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So I think yeah, it&#8217;s part of the styling system. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> For image blocks featured image block media library also no, no background images. A background cover image and cover block, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Also yeah, okay, that&#8217;s the viewport states is the name that they give the responsive editing screens. So those controls are now also available. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s also a line item in the block library section of the changelog about the classic block to hide it from the inserter that has been reverted. That&#8217;s part of the blog post that I mentioned earlier that was published after the release of 23.4, so I wanted to point that out. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The next one is that the media editor modal is now available also for the cover block that comes with that. I think I mentioned that already. But now when you have a cover block with an image, you can also use the media editor modal to crop it, to rotate it, to tilt it and all that kind of things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That&#8217;s a nice add on small but also visually really nice to have is that the icon block now has controls for flip and rotate the icons, which is very nice to have like a. One of the things you like kind of expect to be able to do and then it&#8217;s super difficult. So now you can do that. And then it also. What is the second one about?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh, it just adds a default placeholder instead of to the blockchain.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah. So there was also a big push to have text alignment support for some of the text blocks. And now the block quote. I think there were seven or eight blocks that have that again. This time there was missing text align support and that has been rectified. So now you have also text align support for the block quote. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah, that was one thing that threw me quite a bit and quite often I always went back to the quotes block. But a quote block and a pull quote have different use cases and a pull plot is an excerpt from the article and you couldn&#8217;t make it not centered. It was kind of odd that you couldn&#8217;t left align it. Which is my favorite. Yeah. Centered when you have more than one word in the center, you hardly can read it. Or more than one line. Yeah. So I always wanted to be left aligned and I can&#8217;t quote just a sentence. Yeah. So I&#8217;m really great that they have a text aligned support now that makes sense.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It&#8217;s these little things that kind of throw you, throw you off if you don&#8217;t have them and you&#8217;re like, why can&#8217;t I then? I think one of the biggest things in this release is that the resizable editor now it&#8217;s like fully resizable. You can drag it along. It&#8217;s not just mobile, tablet, desktop, you can get your own size and preview it. I think this is one of the biggest releases in this. In this update 23.5. So can you do anything else? You can resize it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Birgit Pauli-Haack: Yeah, yeah. It has a handle though. You can resize it. So you have a handle to make it smaller but not as small as mobile. So you can see if. If somebody uses a tablet whatever and odd width you can kind of test it if, if your settings actually work there or your. If the. The layout is there. But you cannot change the viewports themselves. Yeah. They are not customizable. It&#8217;s just so you can see the preview there. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Which is very helpful like visually.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. Especially when you get a call and you don&#8217;t have that device on hand. Yeah. That a client sees or a client has a complaint from their clients that something is wrong on the view. You can just kind of tested in the block editor without having the device on hand. </p>\n\n\n\n<p class=\"wp-block-paragraph\">But there is a long standing request to be able to change the viewport numbers and because right now they are hard coded to I think 768 is the desktop and then 467. Yeah. 468 is the tablet and or between there is tablet and then below is the mobile. But there is good news. There is coming with 23.6. It&#8217;s already merged is in PR where you can change that via the theme JSON. So theme developers are now able to change viewport numbers for their sites. There is no UI yet for it. But that&#8217;s typical. That theme JSON is first. So theme developers can test it out and can actually use it. But for the UI you need a little bit more information how things are going and how users would work with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> And there&#8217;s also been a smaller change on. If you add a note that just. It&#8217;s simplified how the show more or less collapse works. If you have a long note you want to collapse it and show more or less. I think that just has been reworked or simplified.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I don&#8217;t think it&#8217;s anything we see on the user side. Right. It&#8217;s more in the background. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s just faster. Yeah. It&#8217;s kind of that. Okay. Mostly performance issue. Yeah. You&#8217;ll see a slight change there. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There is the experiment of the omnipresent toolbar which is pretty much the admin bar. In the editors you see the admin bar, the black admin bar on top of the screen when you&#8217;re logged in and you look at your website from that perspective and you also in the post editor you see the black toolbar but you couldn&#8217;t in the site editor or in the other editors. So now the experiment is to show it but then also unify the interface because the design view or the site editor has its own W to go back to the other admin. And when it&#8217;s in the admin bar you just click where you normally click to get to the site. So it&#8217;s all unification of the interface pretty much. And now you can see the site icon instead of the dash icon if you select it as well in the toolbar. So there has been an ongoing effort and some of it might come to 7.1. It&#8217;s on the roadmap for the admin bar everywhere, so to speak.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think one thing that I remember I struggled with quite a lot is the flex behavior of children. So now there has been.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> You mean your child? Well, it&#8217;s not the flexibility of toddlers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ellen Bauer: The Flex elements. I love flexbox CSS always have. But I think we always had a problem that they weren&#8217;t behaving like exactly like CSS. Flexbox should behave. So now one of the changes has been that so flex children that had a fixed width, this is now like truly fixed. I think it was squishable before. Can you say that? Is that correct? And now it&#8217;s like a truly fixed width to zero. So I think that&#8217;s one of the things visually that helps a lot. And then the other one was grid layouts now have fill available space, toggle. Is that correct? I think it&#8217;s just a toggle in the settings. Right. That you can toggle on and off and then you have auto fill and auto fit behavior. Okay. And this behaves exactly like CSS grid behavior.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, you would expect. Yeah, that&#8217;s pretty nice. There was some. Some quirkiness to the grid block and the grid layouts and I&#8217;m glad that Isabella is working on that constantly to improve it and to get back to it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, she&#8217;s doing great work. I met her live at WordCamp Asia this year and it was really pleasant because I love flexbox Grid. I always love these blocks and CSS settings and they never quite worked. How I or like went into that depth, I wish they had. And yeah, she&#8217;s. I think, like, she has the same opinions, so it was a good chat. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Another thing that is kind of cool and fun to have is that now global styles allow text shadow settings. So, yeah, there&#8217;s these options of text shadow, if you ever want to use that in like a cool, fun design or. So now you can set it in global styles, which is really cool. That wasn&#8217;t possible before at all, I believe. Right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: It&#8217;s a new style support.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I really like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, I tested it and it&#8217;s really nice. There are some presets in there that come from core, and I still need to figure out or find out how you can switch off some of the styles and how you can add your own styles like you can do with the shadow box. The shadow box has a feature that you can switch out the core styles with your own styles or just switch them off, but you definitely would need that for the texture as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Maybe we will add that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s not there. It&#8217;s the first version and the first version is pretty much a minimal viable kind of setup. Yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The next thing is again Media Editor modal. It now has some error states. You can magnify the crop to fill the canvas and the current post always includes the initial options. There are also minor fixes, but that is because it gets ready for 7.1 release. So every aspect of it is actually and comes from feedback from the call for testing. The call for testing was actually already issued in I think in May. So it&#8217;s already a month in or two months in. So there is already some feedback coming back. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The data layer has a feature for the real time collaboration or many features, but one of them stands out is that you can disable collaboration per post. So if you have maybe a recipe or a book post type and you don&#8217;t want anybody to collaborate with you on that, you can switch that off. It&#8217;s probably best for very visual post types or it&#8217;s also necessary for template parts or for navigation. Those are also post types. You can control that now. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So there was a for a while in the text controls there was a prop to have the next 40px default size and there was underscore. Underscore was an experimental property and that now has been made the default. So if you had a 36 before or 32 on the default size for the text box, then if you wanted to be in the same realm as WordPress itself, you had to use the underscore next 40px default size prop to have the same sizes of the controls and now those are default now. So you don&#8217;t have to do this experimental prop to use but it will change how things work. So you might want to, as a theme developer or a plugin developer, you probably want to check your plugins, your text control components, how they change behavior or at least the default layout. So that&#8217;s why I&#8217;m calling that out here in the episode. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And also a similar thing is known that 23.6 Gutenberg 23.5 bumps. The minimum required version to install the Gutenberg plugin is now 6.94 versions 23.5 and newer. So if you are on 6.7 or 6.8, you are not getting the newest version of the Gutenberg plugin. So I think. Oh, there&#8217;s one more. Did I overlook something?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> No, I think on performance you highlighted that blocks migrate markdown converter from showdown to marked. And what does that do?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It actually is just performed faster. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Oh, yeah. Okay.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> And it also has a different parser, so it might have a say. It&#8217;s G. What&#8217;s it called? GTM. There is a standard for markdown that comes from GitHub and it now adheres to that standard. Yeah. So that&#8217;s updated. It&#8217;s a minimum change most people wouldn&#8217;t even need to do. But if you copy paste something from GitHub or from other Markdown editors or from your AI agent, it&#8217;s a different parsing process.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I just researched that and it said that the previous one was like from 2018 or so and this is just like a faster newer version that we updated to. Okay, that makes sense. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p class=\"wp-block-paragraph\">And then there was one last highlighted thing on the block library unwrapping. Classic block migration notice experiment.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s part of the effort to the classic logic. But that has also been reverted so it will not announce that this is deprecated. So it&#8217;s important to know that that line item in the change log has been overwritten already with a newer version that comes to 23.6 on July 22.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Various</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> And there was another small update on icons to self declare icons color on the icons block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh, nice. Yeah, I overlooked that. I got lost in the changelog already. So.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I mean there were a lot of these smaller things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh yeah. So if you have an icon, it can say I&#8217;m. I&#8217;m only in blue or something like that. What does it mean, the current color?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh, current color. Yeah, of course. Duh. Yeah. I was still stuck on tab sync finally second the tab sync because it&#8217;s the. For stabilizing it to come into 7.1. The tabs block is still under active development until July 14, so don&#8217;t start building on it yet because there&#8217;s API cleanup and refactoring going on where the contributors try to nail down the final version before it gets into core. Yeah, that&#8217;s the end of it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Wow.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, we still had a lot to talk about, Ellen. Yeah. So apart from the responsive styling, are you excited about some things that come to 7.1 in the near future?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think for me, being like a Visual X thing builder or and working on blocks, I think responsiveness is a big one and I&#8217;m excited to see how. Yeah. How we just kind of improve things. Also, I like that we are looking more into the dashboard and finding ways to unify the experience. I think this is one of the things that always come up that it looks kind of like two different versions, partly outdated. And I think we need to move along and kind of come to maybe not make everyone happy, of course, but come to a compromise that we can all live with and then move forward. I think this would really help WordPress to kind of shine in a way that it doesn&#8217;t look outdated or not like one product. I think if we can come together and do that and push for that change, that would be really, really helpful for all of us and for everyone and for WordPress. So I&#8217;m excited to contribute and help to make this happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Awesome. Awesome. Yeah. Yeah. I like the new blocks that are coming. Of course. I have been a fan of blocks since the beginning of the block editor, so I like that the playlist block and the TAMS block. And finally. The table of content. There is an effort to actually have the table of content come to WordPress. Right now. It&#8217;s only available for years in the Gutenberg plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I didn&#8217;t even know. I thought it would be in.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Even small things like rotating icons and stuff like that or having them be the current color and all these grid and Flexbox things. They. We need these things. I think it&#8217;s still very, very important to have professional settings like that available.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. And this is a visual person. You&#8217;re probably also happy that you now can have in the group block. Background gradients. Gradients. We all love gradients. I love gradients. I love gradients. Yeah. And there&#8217;s these kinds of things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> They&#8217;re like, why aren&#8217;t they there? And so responsiveness. And I think just of kind of growing up Gutenberg and the editing experience.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Seems. And even like with AI helping on a lot of things and being able to patch CSS and stuff on onto things to make things better that we don&#8217;t have. I think it&#8217;s still important that we aim for a really high quality experience in manual editing so people find what they&#8217;re looking for and are not frustrated or get lost. I think that&#8217;s just the quality we want to stand for and have in WordPress no matter what.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think the standard should like, should be. We aim. Should aim for that as being just there for people, for users.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> I think we. We develop, as I say. Yeah. Are kind of really immersed in this AI grace and hype and also the possibilities and the usefulness of AI in our work. There is a danger that we forget that WordPress users that are writers or publishers actually are not using AI to do their work on WordPress. So we definitely need a delightful interface and all these small changes, quality of life changes and the big changes like the responsive editing and the dynamic galleries and whatever is going to come. The modal editor, the media editor needs to be delightful and useful for humans that are kind of having fun and producing more content for the Internet that is kind of. Yeah. Eating it whole, so to speak, with AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, yeah, I love that too. Delightful is a beautiful word to use. Yeah. We want to delight people using WordPress and this should be our aim. AI or not, like in whatever. We have to meet users wherever they are, however they want to use the tool. It shouldn&#8217;t be, oh, we can leave this stuff now because everyone uses AI. I think if we have a user interface, it would be delightful. If it&#8217;s not yet delightful, we have to make it delightful. And AI can only help us to do that because we can contribute faster, we can move things faster. So let&#8217;s use AI for that, to delight users to meet them wherever they are for everything we offer, and we do offer a user interface. So here we are with some work to do.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haac</em>k: I think that&#8217;s a good end of the show today. Thank you so much, Ellen, to be on the show and walk with me through those changes that are coming and if people want to reach you, how is a good way to reach out to you.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So I am in the community Slack WordPress community Slack. I&#8217;m also on social media, not that active to be fair, but reachable anytime. I think for WordPress community, the community Slack is the best place to reach me. But if you look at my name, Ellen Bauer, you can find me online on all kinds of platforms and I&#8217;m oh, I&#8217;m actually revamping my Manu and my Little Elmo Studio blog. So there&#8217;s going to be a new design and I&#8217;m really excited to get blogging again. Also doing a lot more like a few more YouTube videos. I have some ideas for that over the summer month now. So, so wonderful. Yeah, I will share if I have some news on that. Look out for Ellen or Elmer Studio and just reach out anywhere.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Excellent.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yes, I&#8217;m always excited to hear from you.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Wonderful. Thank you so much, Ellen.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Thank you for having me. Birget, you&#8217;re welcome to be on the show.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s delightful to have you to overuse that word. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, dear listeners, the show notes will be published on GutenbergTimes.com podcast this is number 132, 132. And if you have questions and suggestions or news you want us to include, send them to <a href=\"http://changelogudenbergtimes.com\">changelog@gutenbergtimes.com</a> that&#8217;s <a href=\"http://changelogutenbergtimes.com\">changelog@gutenbergtimes.com</a> thank you all for listening. And until the next time, goodbye.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Bye.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Jul 2026 10:57:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"Gutenberg Times: Roadmap 7.1, Gutenberg 23.5, Responsive Styling, Migration to Block themes — Weekend Edition #368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=45946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://gutenbergtimes.com/roadmap-7-1-gutenberg-23-5-responsive-styling-migration-to-block-themes-weekend-edition-368/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24996:\"<p class=\"wp-block-paragraph\">Hi there, </p>\n\n\n\n<p class=\"wp-block-paragraph\">After a four-week break — courtesy of a sciatic nerve with strong opinions — I&#8217;m happy to be back in by office chair and in your inbox. There is plenty to catch up on.  </p>\n\n\n\n<p class=\"wp-block-paragraph\">Beyond the updates on the new WordPress and Gutenberg versions, you&#8217;ll find stories below from WordPress veterans on migrating to and working with block themes on client sites and dive into more complex theme solutions or </p>\n\n\n\n<p class=\"wp-block-paragraph\">Don&#8217;t let me keep you from your light summer reading. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Have a splendid weekend ahead! </p>\n\n\n\n<p class=\"wp-block-paragraph\">Yours, <img alt=\"💕\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The team around release lead Aaron Jorbin pushed <a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\">WordPress 7.0.1 Maintenance release </a>out the door to update millions of WordPress sites. The update covers 17 Trac tickets and 14 Gutenberg PRs. The full list is available in the <a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">RC 1 announcement post </a>from last week. </p>\n\n\n\n<p class=\"wp-block-paragraph\">In <a href=\"https://gutenbergtimes.com/wordpress-7-0-1-fixes-registration-spam-wp_kses-css-corruption-and-7-0-admin-design-glitches/\"><strong>WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches</strong>,</a> I cover the most important fixes for end users and developers of this release.  You&#8217;ll learn how the registration-spam loophole got closed, which admin design glitches were sanded off, and why developers can finally remove their <code>wp_kses()</code> CSS workarounds. Update your sites soon if auto-updates aren&#8217;t enabled. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ryan Welcher</strong> compiled <a href=\"https://developer.wordpress.org/news/2026/07/whats-new-for-developers-july-2026/\"><strong>What&#8217;s new for developers (July 2026)</strong></a>, and it&#8217;s all about the 7.1 cycle getting real: Beta 1 lands July 15, final release August 19 at WordCamp US. You&#8217;ll want to test responsive styling, the React 19 runtime flag, and Unicode email addresses now. Also on your radar: merge proposals for Core Abilities and Guidelines, the 40px component default, icons inheriting color, and Playground&#8217;s MCP support.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><img alt=\"🎙\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\">Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5</a></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-46077\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17-edited-1.png?resize=652%2C183&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Berislav &#8220;Bero&#8221; Grgičak</strong> announced <a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">what&#8217;s new in Gutenberg 23.5</a>, released July 1. The headliner: you can now drag the editor canvas to any width, with the device preview dropdown and resize handles working together for responsive editing. The experimental Media editor gains a magnified crop canvas, pixel-snapping handles, and Cover block support. Also notable: text shadows in Global Styles, flip and rotate controls for the Icon block, and a minimum WordPress version bump to 6.9.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">For the next episode of the Gutenberg Changelog, I sat down with <strong>Ellen Bauer </strong>to chat about what&#8217;s coming next for WordPress. We dug into the latest Gutenberg plugin releases (23.4 and 23.5) and the recent WordPress 7.1 update. Plus, we walked through some big merge proposal, like the Design System Theming. our excitement around responsive styling coming to WordPress. It’s a packed episode full of news you won&#8217;t want to miss! The episode will land in your favorite podcast app over the weekend.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-45996\" height=\"194\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17.png?resize=652%2C194&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"wordpress-7-1-roadmap-and-more-calls-for-testing\">WordPress 7.1 roadmap and more calls for testing</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Anne McCarthy</strong> published <a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\">Roadmap to WordPress 7.1</a>., scheduled for August 19, 2026. Longstanding styling gaps are being tackled: responsive styling and interactive-state styling let you adjust blocks per viewport or on hover — no custom CSS required. You&#8217;ll also find new Playlist, Table of Contents, and Tabs blocks, a smarter command palette, a Design → Identity screen, the admin bar inside the editors, a media editor modal, and expanded Unicode support for email addresses.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Also mentioned Real-time collaboration, Knowledge Guidelines, React 19 upgrade, Classic block deprecation have been punted since the posts came out. Beta 1 arrives July 15 and will settle which of the other Roadmap features are in and which will be punted to a future release.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">The latest Weekend Edition<a href=\"https://gutenbergtimes.com/calls-for-testing-gutenberg-23-3-block-mcp-weekend-edition-367/#calls-for-testing-for-wordpress-7-1\"> listed three calls for testing</a>. Meanwhile, two more came online:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nikunj Hatkar</strong>, this year&#8217;s team rep of the Core Test team, posted a <a href=\"https://make.wordpress.org/test/2026/07/03/call-for-testing-responsive-styling/\">call for testing responsive styling</a>. You&#8217;ll be able to style blocks differently for tablet and mobile right in the editor — no custom CSS or media queries needed. The underlying PR unifies the resizable canvas with the device-preview switcher. Fire up the linked WordPress Playground instance, walk through the four test scenarios, and share what feels intuitive or broken. Plugin and theme developers should test their canvas integrations, too.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Dennis Snell</strong> published a <a href=\"https://make.wordpress.org/core/2026/06/10/call-for-testing-unicode-email-addresses/\">call for testing Unicode email addresses</a>. With initial support merged, <code>is_email()</code> and <code>sanitize_email()</code> now accepting non-ASCII addresses like <code>grå@grå.org</code>, and validation aligns with the <a href=\"https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address\"><em>Web Hypertext Application Technology Working Group</em> (WHATWG) spec.</a> You&#8217;ll want to check your plugins and themes: the new <code>WP_Email_Address</code> class gives you structured access to local and domain parts, and a snippet lets you disable Unicode support until third-party integrations catch up.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"three-merge-proposals\">Three Merge Proposals </h3>\n\n\n\n<p class=\"wp-block-paragraph\">Core contributors put together three merge proposal for new features to be added to Core for public comment. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jorge Costa</strong> published a <strong><a href=\"https://make.wordpress.org/core/2026/07/02/merge-proposal-expanding-wordpress-core-abilities/\">merge proposal to expand WordPress Core Abilities</a> </strong>in WordPress, adding three read-only abilities covering settings, content, and users. Building on the Abilities API from 6.9, they give the AI Client real tools to call, so agents can understand your site&#8217;s configuration, posts, and people. Settings and post types opt in through a dedicated flag, and management abilities are planned for a later WordPress version. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Greg Ziółkowski</strong> published a <a href=\"https://make.wordpress.org/core/2026/06/22/merge-proposal-guidelines-built-on-knowledge/\"><strong>merge proposal for Guidelines built on Knowledge</strong></a>, a new custom post type headed for WordPress 7.1. Knowledge gives your site one shared home for standards, memories, and notes — with revisions, capabilities, and REST access built in. Guidelines is the first feature on top, letting you capture voice, tone, and per-block rules right where writing happens. Although, originally aimed at WordPress 7.1, in their l<a href=\"https://make.wordpress.org/core/2026/06/22/merge-proposal-guidelines-built-on-knowledge/#comment-49029\">atest comment, Anne McCarthy indicated</a> that it needs to simmer some more before it&#8217;s considered for inclusion in WordPress Core. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Andrew Duthie</strong> published a <a href=\"https://make.wordpress.org/core/2026/07/07/merge-proposal-design-system-theming/\"><strong>merge proposal for Design System Theming</strong></a>, bringing design tokens and a new theme component to WordPress. Built by the Gutenberg Components Team, it turns hard-coded admin styles into CSS custom properties, so your plugins and screens stay consistent and accessible. A color ramp tool generates harmonious, accessible scales from just two seed colors, and the user color scheme reaches the Site Editor — with dark mode on the horizon. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Anne Katzeff </strong>published a tutorial <strong><a href=\"https://www.askdesign.biz/blog/2026/05/exploring-the-wordpress-cover-block-parallax-scroll/\">exploring the WordPress Cover Block for parallax scrolls</a>. </strong>You&#8217;ll learn how the Fixed Background setting turns a Cover block into a layered parallax effect — background, middle ground, and foreground text moving at different speeds. The post steps through nesting a second Cover block, switching which layer scrolls, and improving text readability with grouped backgrounds. A video tutorial rounds it out. She also demos her process in <a href=\"https://www.youtube.com/watch?v=dux016qIXSM\">this YouTube video</a>. </p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Carrie Dils </strong>shared a case study, <a href=\"https://carriedils.com/one-header-two-themes/\"><strong>One Header, Two Themes</strong></a>, on phasing a legacy Elementor site toward Full Site Editing without a rebuild or content freeze. Using ThemeSwitcher Pro to run two themes side-by-side, she built one shared header in a plugin that both themes render. You&#8217;ll learn from five real-world snags — WooCommerce&#8217;s hooked blocks, cascade conflicts, routing gaps, query-string bypasses — and why shipping the shared layer first de-risks everything after.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Gina Lucia</strong> compared <a href=\"https://olliewp.com/wordpress-theme-vs-page-builder/\"><strong>WordPress block themes vs page builders</strong></a> on the <em>Ollie</em> blog. You&#8217;ll get a clear-eyed walkthrough of what classic themes, page builders, and block themes each handle — scope, design control, performance, lock-in, and maintenance — with side-by-side tables. Her conclusion: block themes combine sitewide design control with visual editing natively, so you rarely need a page builder anymore, though migration costs and team habits can justify keeping one.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Elliott Richmond</strong> explained <strong><a href=\"https://elliottrichmond.co.uk/why-i-spent-16-months-turning-400-holiday-cottages-into-wordpress-blocks/\">why he spent 16 months turning 400+ holiday cottages into WordPress blocks</a>.</strong> The kate &amp; tom&#8217;s site moved from ACF flexible content to a native block theme, freeing the marketing team from waiting on custom widgets. You&#8217;ll appreciate his candor: 10,590 widgets migrated via a purpose-built plugin, re-run against fresh production snapshots, with flaky conversions fixed by hand. Even untuned, PageSpeed jumped from 22 to 67.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Wes Theron</strong> published a video tutorial, <strong><a href=\"https://www.youtube.com/watch?v=OFRAPMPQMeA\">How to Create and Edit Navigation Menus in WordPress</a>,</strong> for anyone getting comfortable with block themes. In under ten minutes, you&#8217;ll learn how to edit your menu with the Navigation block, add pages, posts, categories, and custom links, and build dropdown menus. Timestamps let you jump straight to the part you need — handy if dropdowns are the only thing standing between you and a finished header.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Henrique Iamarino</strong>  shared how the Automattic Design team <a href=\"https://automattic.design/2026/07/09/build-a-wordpress-theme-without-ever-opening-figma/\"><strong>built a WordPress theme without ever opening Figma</strong></a>. You&#8217;ll follow the making of Crafted, a production-ready theme created almost entirely in the WordPress Editor: Global Styles for typography and spacing, <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a> to save edits to theme files, WordPress Studio for local review, and an AI assistant for finishing-touch hover CSS. His takeaway: the Editor is now a professional design surface.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Justin Tadlock</strong> explained <a href=\"https://developer.wordpress.org/news/2026/06/dynamically-loading-template-parts-in-block-themes/\"><strong>how to dynamically load template parts in block themes</strong></a> on the Developer Blog. Instead of maintaining a pile of near-identical templates, you can hook into the <code>render_block_data</code> filter and swap a template part&#8217;s slug on the fly — say, a different sidebar per post category. His walkthrough covers early returns, fallback behavior, and file setup, and the technique works for headers, footers, and banners, too.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<div class=\"ng-block-34558c8e36b97ea0 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-bdb2d305929a3d8c wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-8f0981044651b152 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2025/\">2025</a></strong></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"ai-and-wordpress\">AI and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jeff Paul</strong> announced <strong><a href=\"https://make.wordpress.org/ai/2026/07/08/whats-new-in-ai-1-1-0/\">what&#8217;s new in AI 1.1.0</a>,</strong> the latest release of the canonical AI plugin. Two experiments headline, <code>type-ahead text</code> suggests inline ghost text as you write in the block editor, and <code>key encryption</code> secures your AI Connector API keys in the database. You&#8217;ll also find smarter content readiness checks with locale-aware counting, more control over guest comment moderation, a new <code>core/read-settings</code> Ability, and a peek at 1.2.0 plans.</p>\n\n\n<div class=\"ng-block-5ad9d79859afcdc2 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-1ba009a408a5feb5 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-aeec717219ebb16b wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-378429da94b5a47b wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-f6a2ba98e6ff46c0 wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-23d8579a8ba8da3e wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jul 2026 01:37:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Open Channels FM: The Real Challenge of Technological Solutions: Exclusion in the Age of Verification\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556720\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://openchannels.fm/the-real-challenge-of-technological-solutions-exclusion-in-the-age-of-verification/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:419:\"David Snead, director of the Secure Hosting Alliance and a long-time Internet policy leader, shares his perspective on the complexities that emerge when technological solutions like age verification are implemented in the digital infrastructure space. Dave&#8217;s reflection highlights how the push for more secure, regulated environments can unintentionally create barriers for vulnerable or less tech-savvy [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 14:34:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Dennis Snell: See DATA, CDATA, RCDATA, and PCDATA oh my!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://fluffyandflakey.blog/?p=3943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://fluffyandflakey.blog/2026/07/10/see-data-cdata-rcdata-and-pcdata-oh-my/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30966:\"<p class=\"wp-block-paragraph\">HTML and XML are markup languages based on plaintext files. This means that any given character <em>could</em> be part of a syntax form (a tag, a comment, a character reference, etc…) <em>or</em> it could be representing itself the way it reads in the file literally.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-html\"><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">tag</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-string\">&amp;middot;</span> Text node<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">tag</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">Whenever a character might be ambiguous, both languages require explicit indication of the intent of the character. In HTML this occurs via <em>escaping</em>, while XML allows escaping <em>or</em> wrapping the content in a <em>marked section</em>, specifically a <code>CDATA section</code>.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\"><span class=\"tok-string\">&amp;lt;</span>tag<span class=\"tok-string\">&amp;gt;</span></div><div class=\"cm-line\"><span class=\"tok-string2\">&lt;![CDATA[&lt;tag&gt;· Text node&lt;/tag&gt;]]&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">These terms confuse me at times, especially since <code>CDATA</code> and <code>CDATA sections</code> are distinct forms of the same content, and it’s easy to conflate each term. This post is here to disambiguate the terms, their meanings, and why they exist.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#summary\">The punchline comes at the end</a>, but the story is hopefully worth the read.</p>\n\n\n\n<span id=\"more-3943\"></span>\n\n\n\n<h2 class=\"wp-block-heading\">Markup and mixed content</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the first jobs of a parser for any plaintext-oriented format is to determine if the next input character represents real text or is part of a syntax form that carries special meaning. If it’s a syntax form we would call it <em>markup</em>, but if the characters are part of real text meant for display or rendering or reading then we call it <em>data</em>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anything that is not syntax is data.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The interpretation of the next character depends on the region of the document in which it’s parsed. While the rules for syntax forms are complicated<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#0ba56e66-ab0f-4fbd-93d2-df22a6984fd7\" id=\"0ba56e66-ab0f-4fbd-93d2-df22a6984fd7-link\">1</a></sup>, this post will focus on the data forms.</p>\n\n\n\n<h3 class=\"wp-block-heading\">PCDATA — “parsed character data”</h3>\n\n\n\n<p class=\"is-style-plain wp-block-paragraph\"><em>May form: tags, comments, sections, character references, literal text.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">Characters in this region could be data or could form the start of a new markup element. It’s “parsed” because it needs parsing before determining what it represents.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The HTML specification renames this to <code>Data</code>, which is simpler and a bit harder to search for. In XML, however, it’s used in a document-type definition (DTD). When an element may contain content — text — its data model must include <code>#PCDATA</code>. Otherwise the only characters allowable within that element are other elements, comments, and whitespace. XML documents are required to be valid SGML documents, so its own specification adopts the terminology from SGML’s.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Those who have worked with DTDs might note that <em>elements</em> in XML may contain <code>#PCDATA</code> while <em>attributes</em> contain <code>CDATA</code> instead. First of all, the <code>#</code> is there only to make it explicit that <code>PCDATA</code> is referring to the reserved keyword, rather than a <code>&lt;pcdata&gt;</code> element. Secondly, there’s a good reason for this, which is that attributes can only contain text — they can’t contain other elements of markup. If an attribute value could contain a <code>&lt;span&gt;</code> element, for example, then the attribute value would need to be <code>#PCDATA</code> instead, but this is prevented by design.</p>\n\n\n\n<p class=\"wp-block-paragraph\">PCDATA actually contains more than just literal text and elements. In addition to comments, processing instructions, and other node-like syntax, one important feature of PCDATA is the <em>character reference</em>. These make it possible to represent characters that would conflate with syntax (such as ‘<code>&lt;</code>’ — <code>&amp;lt;</code>) or which might be cumbersome to enter on a keyboard (such as ‘§’ — <code>&amp;sect;</code>). When parsing, each character in these sequences neither creates an element nor  displays as the text itself; rather, the entire sequence is parsed and translates into the character it refers to.</p>\n\n\n\n<p class=\"wp-block-paragraph\">HTML pre-specifies <a href=\"https://github.com/w3c/html/blob/master/entities.json\">a fixed set of named character references</a>, but any Unicode code point may be referenced by its decimal or hexadecimal numeric index. While XML also allows referencing code points by their index<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6d3de5b9-f8a6-4f46-853b-3d407731feca\" id=\"6d3de5b9-f8a6-4f46-853b-3d407731feca-link\">2</a></sup>, it only pre-specifies the five named characters which correspond to its main markup introducers: <code>&lt;</code>, <code>></code>, <code>&amp;</code>, <code>\'</code>, and <code>\"</code>. In XML, any additional named character references are created through the DTD by defining <em>entities</em>.</p>\n\n\n\n<h3 class=\"wp-block-heading\"> CDATA — “character data”</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>May form: [character references], literal text.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">If a character isn’t markup, then it’s <em>character data</em>, which means that it’s representing its literal self or it’s part of a <em>character reference</em>. Once the parser has entered this region it will not create markup elements.</p>\n\n\n\n<p class=\"wp-block-paragraph\">CDATA is the most confusable kind of character data; this is because there are many kinds of CDATA that share the same name:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>XML attributes may contain CDATA, where character references are decoded.</li>\n\n\n\n<li>XML CDATA sections only contain CDATA, but character references are not decoded.</li>\n\n\n\n<li>HTML <em>kind of</em> has the same CDATA sections, but only in <em>foreign elements</em> (inlined SVG and MathML elements).</li>\n\n\n\n<li>SGML elements may be declared to have a CDATA content model, in which case all content until the appropriate closing tag is to be parsed as character data, where character references are not decoded.</li>\n</ul>\n\n\n\n<h4 class=\"wp-block-heading\">CDATA sections contain only literal text</h4>\n\n\n\n<p class=\"wp-block-paragraph\">Many people are familiar with <code>CDATA sections</code>, but it took me far longer to understand them than my intuition led on. They are the vestige of SGML “marked regions” which tell the parser to handle a specific range of bytes in a special way. The <code>CDATA</code> section is one of those, which tells the parser to <em>completely turn off until it reaches <code>]]&gt;</code></em>.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\"><span class=\"tok-string2\">&lt;![CDATA[literal characters only in here]]&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">It had other marked sections, however, which served different purposes.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\">&lt;![IGNORE[everything in here is ignored; it doesn’t exist.]]&gt;</div><div class=\"cm-line\">&lt;![INCLUDE[in here things <span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span>do<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span> exist as normal.]]&gt;</div><div class=\"cm-line\">&lt;![RCDATA[read on to learn about RCDATA!]]&gt;</div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">The <code>IGNORE</code> and <code>INCLUDE</code> sections may seem strange, since SGML already has comments, and <code>INCLUDE</code> effectively does nothing, but the sections can be marked by replaced <em>entities</em>, making for conditional inclusion which can be overwritten via command-line arguments when invoking the SGML parser.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\">&lt;!ENTITY % review-only &quot;IGNORE&quot;&gt;</div><div class=\"cm-line\"></div><div class=\"cm-line\">...</div><div class=\"cm-line\"></div><div class=\"cm-line\">&lt;![%review-only;[</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">aside</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">Add `-Dreview-only=INCLUDE` when building drafts.</div><div class=\"cm-line\">This note won’t appear otherwise.</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">aside</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">]]&gt;</div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.w3.org/XML/9712-reports.html#:~:text=XML%20will%20have%20CDATA%20marked%20sections\">XML only retained CDATA sections</a> from SGML, while HTML never included them. They are useful because they are so easy to parse. All characters inside of them are to be treated as literal text, up until the first occurrence of the terminating <code>]]&gt;</code>. Unlike elements, the marked sections do not nest.</p>\n\n\n\n<h4 class=\"wp-block-heading\">There are no CDATA sections in HTML</h4>\n\n\n\n<p class=\"wp-block-paragraph\">The Internet is full of discussions about the use of CDATA sections in HTML, but there are no such things, mostly. HTML itself is an amalgam of pure HTML and embedded SVG and MathML. Content inside of those <em>embedded</em> SVG and MathML elements is parsed differently, and within this “foreign content” there <em>are</em> <code>CDATA section</code> nodes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When something which <em>look like a CDATA section</em> appears in an HTML document, it’s transformed into a “bogus” HTML comment and considered a snippet of malformed markup. To make things more confusing, the parsing rules differ inside an HTML document for these regions depending on whether they are found within HTML elements or foreign elements.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When a real CDATA section appears within SVG and MathML, it parses as in XML or SGML — everything is  literal text <em>until</em> the nearest <code>]]&gt;</code>.</li>\n\n\n\n<li>When a malformed CDATA look-alike appears in an HTML element, it gets special treatment — the parser only turns off until the nearest <code>&gt;</code>. This means that these sections end even without a closing <code>]]&gt;</code>, and when they do, all of their contained content disappears from the page.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">That small difference confuses naïve parsers and is a regular source of bugs.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-html\"><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span>&lt;![CDATA[There are no tags in here.]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">svg</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">text</span><span class=\"tok-punctuation\">&gt;</span>&lt;![CDATA[<span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">none</span><span class=\"tok-punctuation\">&gt;</span> here either.]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">text</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">svg</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span>&lt;![CDATA[But there <span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span>are<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span> tags in here]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">     the section ends here ╯   ╰ start of a real end tag</div><div class=\"cm-line\"></div><div class=\"cm-line\">The following is the equivalent markup to the third line.</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-comment\">&lt;!--But there &lt;em--&gt;</span>are<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName tok-invalid\">em</span><span class=\"tok-punctuation\">&gt;</span> tags in here]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<h4 class=\"wp-block-heading\">SGML contains CDATA regions outside of marked CDATA sections</h4>\n\n\n\n<p class=\"wp-block-paragraph\">SGML made it possible to define more kinds of content than XML does for a given element. For example, an element in SGML can be declared to have a CDATA content model, in which case the element itself behaves like a CDATA section. All characters after the opening tag are treated as literal text until the parser finds the nearest appropriate end tag<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#2d0aee27-cf77-4b19-a4c5-3b1cc4192c53\" id=\"2d0aee27-cf77-4b19-a4c5-3b1cc4192c53-link\">3</a></sup>. XML rejected this ability because it increases the complexity of the parser and requires that every document also contains a full DTD when parsing. For example, if an element were declared to have CDATA content, then <code>a &lt;at> b</code> would represent that literal string; on the other hand, if it were declared like any other normal element, it would have three children: “<code>a </code>”, the <code>&lt;at></code> opening tag, and “<code> b</code>”.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\">&lt;!ELEMENT verbatim - - CDATA&gt;</div><div class=\"cm-line\"></div><div class=\"cm-line\">...</div><div class=\"cm-line\"></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">verbatim</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">There are <span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">no</span><span class=\"tok-punctuation\">&gt;</span> tags in here, because this is CDATA,</div><div class=\"cm-line\">but you wouldn’t know without reading the DTD,</div><div class=\"cm-line\">overcomplicating the demands on the parser.</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">verbatim</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">These kinds of elements do exist in HTML, though a few were modified when HTML5 was standardized in 2008. Inside of the elements, the parser essentially turns off, which makes them easy to parse and can help avoid the need to extensively escape content. These elements are, of course, <code>&lt;script></code> and <code>&lt;style></code><sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#68152c30-bf36-4e5b-a7df-3f0610daeadb\" id=\"68152c30-bf36-4e5b-a7df-3f0610daeadb-link\">4</a></sup>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Were it not for the CDATA declared content model, every angle bracket and ampersand would have to be escaped in included JavaScript and CSS. In XHTML this was required, because it had no CDATA declared content model (since it was XML)<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#21aeab38-6e1f-4700-a8f4-27c96ebe0c3b\" id=\"21aeab38-6e1f-4700-a8f4-27c96ebe0c3b-link\">5</a></sup>.</p>\n\n\n\n<h4 class=\"wp-block-heading\">All text in XML is CDATA</h4>\n\n\n\n<p class=\"wp-block-paragraph\">Herein lies the most-confusing aspect of discussing CDATA — XML contains CDATA sections as well as <em>CDATA</em> as normal text. After parsing there is no distinction between <code>&amp;lt;tag&amp;gt;</code> and <code>&lt;![CDATA[&lt;tag&gt;]]&gt;</code> in the parsed content.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many XML generators (or serializers) provide two mechanisms for creating text content: one wraps text in a <code>CDATA section</code> and leaves the text as it came (apart from avoiding including the terminating sequence); the other escapes syntax characters instead. While there are times where it would be appropriate to intentionally pick one over the other, a good library design would at least offer a third mechanism (if not <em>only</em> providing this third mechanism) which simply produces <em>CDATA</em>, itself determining when to wrap and when to escape<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6e56b2ce-8156-4bf5-a4d3-d297a401c1a3\" id=\"6e56b2ce-8156-4bf5-a4d3-d297a401c1a3-link\">6</a></sup>, and whether or not to produce chunks of wrapped text interspersed with chunks of escaped text.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The real difference between these two kinds of CDATA is purely presentational in the source document, as the XML snippet below only contains one text node, not two. <em>Creating CDATA does not imply creating a <code>CDATA section</code>!</em></p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">rule</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-string2\">&lt;![CDATA[#X13&lt;d&amp;r&gt;]]&gt;</span> (<span class=\"tok-string\">&amp;pp;</span>4 <span class=\"tok-string\">&amp;ss;</span>3.11)<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">rule</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<h3 class=\"wp-block-heading\">RCDATA — “replaceable character data”</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>May form: character references, literal text.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">There’s one more confusing designation for characters in the HTML and XML input streams: <em>RCDATA</em>. RCDATA is almost identical to CDATA, except that in contexts where CDATA does not decode character references and entities, RCDATA <em>will</em> decode them <em>into</em> CDATA. This is confusing, because in the context of an XML attribute, the <code>CDATA</code> designation in a DTD automatically implies that character references are decoded, unlike the <code>CDATA</code> sections in <em>content</em>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To this end there are no RCDATA attributes, since character references are always decoded inside attribute values. The RCDATA declaration is like the SGML CDATA content declaration: all characters following the opening tag for this element will be treated as text until the nearest matching closing tag (the difference being only that character references are recognized and decoded).</p>\n\n\n\n<p class=\"wp-block-paragraph\">It’s worth remembering that XML rejected the CDATA content type because of how it complicates parsing, and it also rejected the RCDATA type. On the other hand, RCDATA was incorporated into HTML, but statically so. HTML has no configurable DTD, but in its specification two elements contain RCDATA content:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>TITLE</code></li>\n\n\n\n<li><code>TEXTAREA</code></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">While it’s easy to comprehend the way that <code>&lt;textarea></code> works, and that’s probably because we are used to entering text into one on a web page, the behavior of <code>&lt;title></code> is consistently confused in all manner of programming languages, platforms, and HTML-parsing code.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The TITLE element <em>only</em> contains character data — it cannot contain other markup. The parsing is among the easiest sections of an HTML document to parse: once the <code>&lt;title&gt;</code> opening tag is detected, the parser can capture everything until the nearest <code>&lt;/title&gt;</code> closing tag. Everything it captured is literal text, after decoding character references.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-html\"><div class=\"cm-line\"><span class=\"tok-comment\">&lt;!-- the title is &quot;&lt;title&gt;&quot; --&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\"></div><div class=\"cm-line\"><span class=\"tok-comment\">&lt;!-- equivalent HTML --&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-string\">&amp;lt;</span>title<span class=\"tok-string\">&amp;gt;</span><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">This complicates content management systems like WordPress which allow posts to have HTML in their <em>post titles</em>, because a page can show richly-formatted article titles which cannot be represented in the browser tab’s label, and care must be taken to extract the plaintext content from that HTML before display in those contexts.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"summary\">Coda</h2>\n\n\n\n<p class=\"wp-block-paragraph\">HTML and XML both speak about different kinds of characters in their source documents and content models, which traces from the complicated ways that SGML documents could be constructed. SGML’s complexity almost always stems from the central idea that computers should do extra work to remove the hassle for humans to enter structured content in plaintext documents.</p>\n\n\n\n<p class=\"wp-block-paragraph\">HTML, inspired by SGML, adopted some of the names and mechanisms for parsing those regions of text in distinct ways, but codified a single parsing standard independent of SGML. When XML was later developed, it was meant to form a simplified subset of SGML. This subset flipped the tradeoffs, leaning on humans performing extra work to remove the hassle for computers to parse structure in plaintext documents. For these text forms, this meant rejecting a few of the constructs while retaining others.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This is also another demonstration of how <em>balanced tags are not enough</em> to have well-behaved HTML with a naïve parser. A well-formed XML document <a href=\"https://www.ch.imperial.ac.uk/rzepa/talks/pmr11/xml-dev/9708/0152.html\">may be parsed with a terse PERL script and regular expression</a>, but HTML relies heavily on the context in which characters are found. Any HTML parser <em>must</em> know the special rules for each kind of element’s content model.</p>\n\n\n\n<h3 class=\"wp-block-heading\">In summary</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When it’s unclear whether a character forms text or markup, that is PCDATA. Once parsed, there is no PCDATA anymore; it’s either a form of DATA or MARKUP.</li>\n\n\n\n<li>All text nodes in HTML are “DATA.”</li>\n\n\n\n<li>“CDATA” just means “character data” and means that after parsing, the content is text. It does not indicate whether character references are to be decoded or not; that comes from the region in the document, based on its context.</li>\n\n\n\n<li>There are no CDATA sections in HTML<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#31e75dae-1847-44df-92e1-8ae5756eeec6\" id=\"31e75dae-1847-44df-92e1-8ae5756eeec6-link\">7</a></sup>.</li>\n\n\n\n<li>All text nodes in XML are CDATA, but only after being parsed.</li>\n\n\n\n<li>CDATA sections offer a convenient way to avoid escaping, but are indistinguishable from the equivalent escaped text.</li>\n\n\n\n<li>HTML contains two special RCDATA elements which <em>only</em> and <em>always</em> contain a single text node child: <code>&lt;title&gt;</code> and <code>&lt;textarea&gt;</code>. Everything until the closing tag will be parsed as text, even if it looks like markup.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">This post is already long and still over-simplifies the picture. SGML is a rich and robust specification and includes <code>NDATA</code> and <code>SDATA</code>, HTML includes a <em>latching</em> <code>PLAINTEXT</code> parsing mode in which <em>the rest of the entire document is parsed as literal character data</em>, and there are other surprising goodies in how entities interact with the character mode.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks for making it through to the end, or jumping directly here if you couldn’t wait.</p>\n\n\n<ol class=\"wp-block-footnotes\"><li id=\"0ba56e66-ab0f-4fbd-93d2-df22a6984fd7\">As an example, each part of a tag — its name, attribute names, attribute values — carries its own parsing rules. The same is true for comments, DOCTYPE declarations, and every other syntax form. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#0ba56e66-ab0f-4fbd-93d2-df22a6984fd7-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"6d3de5b9-f8a6-4f46-853b-3d407731feca\">XML only allows character references to the characters in its “character set,” which is <em>almost</em> all Unicode code points, but excludes some control characters and U+FFFE and U+FFFF. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6d3de5b9-f8a6-4f46-853b-3d407731feca-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"2d0aee27-cf77-4b19-a4c5-3b1cc4192c53\">Because SGML was designed to minimize the amount of necessary syntax, it’s not necessary to have a full end tag for an open element, but that’s a simple-enough model to understand the concept. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#2d0aee27-cf77-4b19-a4c5-3b1cc4192c53-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"68152c30-bf36-4e5b-a7df-3f0610daeadb\">The <code>&lt;style&gt;</code> element is straightforward, but <a href=\"https://sirre.al/2025/08/06/safe-json-in-script-tags-how-not-to-break-a-site/\">the <code>&lt;script&gt;</code> element has its own complicated modification</a> of the CDATA content model. It’s mostly CDATA, but makes it possible to escape the closing tag so that very old pages won’t break. HTML also applies this parsing mode for the <code>&lt;iframe&gt;</code>, <code>&lt;noembed&gt;</code>, <code>&lt;noframes&gt;</code>, and <code>&lt;noscript&gt;</code> elements (as well as for the deprecated <code>&lt;xmp&gt;</code> element), but these nominally should have no content inside of them (or shouldn’t be used); applying the CDATA content model prevents creating other elements as their children. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#68152c30-bf36-4e5b-a7df-3f0610daeadb-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"21aeab38-6e1f-4700-a8f4-27c96ebe0c3b\">Frustratingly, in XHTML one <em>must</em> escape JavaScript and CSS in the page to avoid parsing failure, while in HTML one <em>must not</em>. This alone makes for a complicated stage in any reliable HTML/XHTML converter. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#21aeab38-6e1f-4700-a8f4-27c96ebe0c3b-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"6e56b2ce-8156-4bf5-a4d3-d297a401c1a3\">Wrapping a language like HTML inside a CDATA section is a convenient way to represent the HTML visually and retain the ability to easily modify it, but entities present a problem. The serializer must either pre-translate the entity into its resolved character content, losing the macro-like behavior and its name; or leave the entity in place, thus nullifying it because it will not be recognized as an entity on parse. However, in such a situation, a serializer is free to terminate the CDATA section, append the entity, and open a new one to continue. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6e56b2ce-8156-4bf5-a4d3-d297a401c1a3-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"31e75dae-1847-44df-92e1-8ae5756eeec6\">As mentioned in the discussion about CDATA, embedded SVG and MathML elements <em>can</em> contain CDATA sections, but these are not technically HTML elements. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#31e75dae-1847-44df-92e1-8ae5756eeec6-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li></ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 11:07:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Dennis Snell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=45920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://gutenbergtimes.com/wordpress-7-0-1-fixes-registration-spam-wp_kses-css-corruption-and-7-0-admin-design-glitches/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7735:\"<p class=\"wp-block-paragraph\">WordPress 7.0.1 is now available. As the first maintenance release of the 7.0 cycle, it&#8217;s strictly a bug-fix release: every included ticket addresses either a regression introduced during 7.0 development or an issue intentionally deferred at the end of the cycle.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The release ships fixes for 17 core Trac tickets and 14 Gutenberg PRs. Because this is a maintenance release, sites with automatic background updates enabled will update to 7.0.1 automatically — everyone else should update as soon as possible. Here&#8217;s what stands out for each audience.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Kudos to release lead Aaron Jorbin and his team for pushing this release over the finish line and getting it into hands of WordPress users quickly. </p>\n\n\n\n<h2 class=\"wp-block-heading\">The most important fixes for end users</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Registration page spam is shut down (<a href=\"https://core.trac.wordpress.org/ticket/63085\">#63085</a>).</strong> The account registration page could be abused to send &#8220;Login details&#8221; spam emails from your site. This is arguably the most impactful fix in the release for anyone running a site with open registration — it protects both your users&#8217; inboxes and your domain&#8217;s email reputation.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The 7.0 admin reskin gets its rough edges sanded off.</strong> WordPress 7.0&#8217;s refreshed admin design shipped with a handful of visual glitches that this release cleans up:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Form elements are now standardized in the mobile viewport (<a href=\"https://core.trac.wordpress.org/ticket/64999\">#64999</a>)</li>\n\n\n\n<li>The image editor&#8217;s scale and crop inputs no longer mismatch in size, and the info icon uses the new color scheme (<a href=\"https://core.trac.wordpress.org/ticket/64937\">#64937</a>, <a href=\"https://core.trac.wordpress.org/ticket/65428\">#65428</a>)</li>\n\n\n\n<li>The publish settings panel no longer crowds its primary action buttons together (<a href=\"https://core.trac.wordpress.org/ticket/65286\">#65286</a>)</li>\n\n\n\n<li>The Media Library&#8217;s loading spinner is properly aligned in the modal filter toolbar, and the search bar no longer jumps position after a search (<a href=\"https://core.trac.wordpress.org/ticket/65275\">#65275</a>, <a href=\"https://core.trac.wordpress.org/ticket/65296\">#65296</a>)</li>\n\n\n\n<li>A &#8220;black flash&#8221; that briefly appeared on wp-admin pages before the interface finished loading is gone (Gutenberg <a href=\"https://github.com/WordPress/gutenberg/pull/78493\">#78493</a>)</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Emoji behave correctly again.</strong> Two related fixes: the emoji detection script is once more printed in the admin (<a href=\"https://core.trac.wordpress.org/ticket/65310\">#65310</a>), and certain characters are no longer incorrectly replaced by Twemoji images (<a href=\"https://core.trac.wordpress.org/ticket/64318\">#64318</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Accessibility improvements to the new revisions experience.</strong> The Visual History / Revisions feature introduced in 7.0 receives several accessibility fixes: focus now moves to the revisions slider when entering revisions mode, and changed blocks are marked with a CSS outline as a secondary, non-color indicator — important for users with low vision or color blindness (<a href=\"https://core.trac.wordpress.org/ticket/65122\">#65122</a>, Gutenberg <a href=\"https://github.com/WordPress/gutenberg/pull/77530\">#77530</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/78393\">#78393</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/79691\">#79691</a>).</p>\n\n\n\n<h2 class=\"wp-block-heading\">The most important fixes for developers</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><code>wp_kses()</code> no longer corrupts valid CSS (<a href=\"https://core.trac.wordpress.org/ticket/65270\">#65270</a>).</strong> Since 7.0 RC4, <code>wp_kses()</code> could mangle legitimate <code>background-image: url(…)</code> declarations into a broken <code>style=\")\"</code> attribute. If your theme or plugin outputs inline background images through KSES-filtered content, 7.0.1 restores expected behavior — any workarounds you shipped can now be removed.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><code>global-styles-inline-css</code> can be dequeued again (<a href=\"https://core.trac.wordpress.org/ticket/65336\">#65336</a>).</strong> Since 7.0, developers were unable to remove the global styles inline stylesheet. If your build pipeline or performance optimization strips this and re-serves it another way, that control is back.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>PHP 8.5 compatibility fix in <code>wp_get_attachment_image_src()</code> (<a href=\"https://core.trac.wordpress.org/ticket/64742\">#64742</a>).</strong> An incorrect array access triggered issues under PHP 8.5. If you&#8217;re testing sites on newer PHP versions, this removes one blocker.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>A removed Navigation function returns as a deprecated shim (Gutenberg <a href=\"https://github.com/WordPress/gutenberg/pull/78484\">#78484</a>).</strong> <code>block_core_navigation_submenu_render_submenu_icon()</code> was removed in 7.0, breaking themes and plugins that called it directly. It&#8217;s restored as a deprecated shim — but treat this as your migration notice, not a reprieve. Update any code that references it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Editor state management fixes reduce false &#8220;unsaved changes&#8221; warnings.</strong> Two Gutenberg fixes matter here: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>controlled/mode block changes are now marked non-persistent (<a href=\"https://github.com/WordPress/gutenberg/pull/79350\">#79350</a>), and </li>\n\n\n\n<li>related navigation entities are no longer dirtied during passive renders (<a href=\"https://github.com/WordPress/gutenberg/pull/79000\">#79000</a>). </li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Together these should mean fewer spurious dirty states and a cleaner undo history — a quality-of-life improvement if you build with template parts and navigation blocks.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Block Visibility: &#8220;hide everywhere&#8221; keeps working after a block opts out of visibility support (<a href=\"https://core.trac.wordpress.org/ticket/65389\">#65389</a>).</strong> If you register blocks that disable visibility support, previously hidden instances now stay hidden as expected.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to update</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can update directly from <strong>Dashboard → Updates</strong> in your site&#8217;s admin, run <code>wp core update</code> with WP-CLI, or download WordPress 7.0.1 from WordPress.org and install it manually. Sites that support automatic background updates for minor releases will begin updating on their own shortly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The full ticket list is available in the<a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\"> release candidate announcement</a>, Trac report 4, and the 7.0.x editor tasks board on GitHub.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s next: WordPress 7.1</h2>\n\n\n\n<p class=\"wp-block-paragraph\">With 7.0.1 out the door, attention turns to the next major release: WordPress 7.1 is scheduled for August 19, 2026. To see what&#8217;s planned for the release, check out the <a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\">Roadmap to 7.1</a> on the Make WordPress Core blog.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 09:34:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WordPress 7.0.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8685:\"<p class=\"wp-block-paragraph\"><strong>WordPress 7.0.1 is now available!</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">This minor release includes fixes for 31 bugs <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=7.0.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">throughout Core</a> and the <a href=\"https://core.trac.wordpress.org/changeset/62610\">Block Editor</a>, addressing issues affecting multiple areas of WordPress including the block editor, admin ui, and media. For a full list of bug fixes, please refer to the <a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">release candidate announcement.</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 is a short-cycle maintenance release. The next major version of WordPress will be 7.1; it is scheduled for release on 19 August 2026 at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can <a href=\"https://wordpress.org/wordpress-7.0.1.zip\">download WordPress 7.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-7-0-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> and <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abduremon\">Abdur Rahman Emon</a>, <a href=\"https://profiles.wordpress.org/abhishekfdd\">Abhishek Kumar</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam\">Adam Zieliński</a>, <a href=\"https://profiles.wordpress.org/iamadisingh\">Aditya Singh</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/andrewserong\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/bacoords\">Brian Coords</a>, <a href=\"https://profiles.wordpress.org/masteradhoc\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/cogdesign\">cogdesign</a>, <a href=\"https://profiles.wordpress.org/danluu\">Dan Luu</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/darshitrajyaguru97\">Darshit Rajyaguru</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhruvang21\">Dhruvang21</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/r1k0\">Erick Wambua</a>, <a href=\"https://profiles.wordpress.org/ecairol\">Esteban</a>, <a href=\"https://profiles.wordpress.org/estelaris\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/abcd95\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/hbhalodia\">Hit Bhalodia</a>, <a href=\"https://profiles.wordpress.org/huzaifaalmesbah\">Huzaifa Al Mesbah</a>, <a href=\"https://profiles.wordpress.org/iflairwebtechnologies\">iflairwebtechnologies</a>, <a href=\"https://profiles.wordpress.org/jamesbregenzer\">James</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/karthikeya01\">Karthikeya Bethu</a>, <a href=\"https://profiles.wordpress.org/khokansardar\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/rlucian\">Lucian R.</a>, <a href=\"https://profiles.wordpress.org/luismulinari\">luismulinari</a>, <a href=\"https://profiles.wordpress.org/dervishov\">Mahammad Darvishov</a>, <a href=\"https://profiles.wordpress.org/manhar\">Manhar Barot</a>, <a href=\"https://profiles.wordpress.org/mciampini\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/muryam\">Maryam Sultana</a>, <a href=\"https://profiles.wordpress.org/masum52\">Masum</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/369work\">Miroku</a>, <a href=\"https://profiles.wordpress.org/mohamedahamed\">Mohammed Noumaan Ahamed</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/mustafabharmal\">Mustafa Bharmal</a>, <a href=\"https://profiles.wordpress.org/ntsekouras\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/noruzzaman\">Noruzzaman</a>, <a href=\"https://profiles.wordpress.org/ozgursar\">Ozgur Sar</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ekla\">Rahul Kumar</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rishabhwp\">Rishabh Gupta</a>, <a href=\"https://profiles.wordpress.org/roshniahuja14\">Roshni Ahuja</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sakshamsharma5\">Saksham Sharma</a>, <a href=\"https://profiles.wordpress.org/andrewssanya\">SAndrew</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/siliconforks\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/swanandm\">Swanand M</a>, <a href=\"https://profiles.wordpress.org/inc2734\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/edent\">Terence Eden</a>, <a href=\"https://profiles.wordpress.org/threadi\">threadi</a>, <a href=\"https://profiles.wordpress.org/tusharaddweb\">Tushar Patel</a>, <a href=\"https://profiles.wordpress.org/umesh.nevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/yusufmudagal\">Yusuf Mudagal</a> </p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p class=\"wp-block-paragraph\">To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">choose a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Props to </em><a class=\"mention\" href=\"https://profiles.wordpress.org/jorbin/\"><span class=\"mentions-prefix\">@</span>jorbin</a><em> for proofreading.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 17:33:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Estela Rueda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Open Channels FM: The Paradox of Empowerment in a Disruptive Era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556703\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://openchannels.fm/the-paradox-of-empowerment-in-a-disruptive-era/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"Tech feels wild and unpredictable, yet super empowering. Success now hinges on broad awareness and curiosity, not just deep specialization. Embrace the chaos.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 15:24:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Jonathan Desrosiers: 13 Years Contributing to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://jonathandesrosiers.com/?p=12208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://jonathandesrosiers.com/2026/07/13-years-contributing-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13569:\"<p class=\"wp-block-paragraph\">Thirteen years ago today, I received <a href=\"https://core.trac.wordpress.org/changeset/24588\">my very first props for contributing to WordPress Core</a>. If my WordPress contribution journey were a person, it would now be a teenager. It&#8217;s pretty wild to think about, but I&#8217;ve now been contributing to the WordPress project in some way for a third of my life!</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-a-prop\">What is a &#8220;prop&#8221;?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In the WordPress open source project, community participants receive credit for contributing to a given change or deliverable by receiving “props.”</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Props should be given to all those who contributed to the final commit, whether through patches, refreshed patches, code suggested otherwise, design, writing, user testing, or other significant investments of time and effort. Usernames are parsed for the credits list and WordPress.org profiles.</p>\n\n\n\n<p class=\"is-style-text-subtitle is-style-text-subtitle--1 wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/handbook/best-practices/commit-messages/#props\">WordPress Core Handbook</a></p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The names of all the contributors who helped make a specific release possible are collected in the weeks leading up and added to the Credits API, which powers the Credits page in the WordPress dashboard.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To date, I have been listed on the Credits page for 24 consecutive releases starting with 4.7, and 29 of the 35 releases overall since my first credited contribution in <a href=\"https://wordpress.org/news/2013/08/oscar/\">WordPress 3.6 “Oscar”,</a> alongside 224 other contributors.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Every year is a bit different than the last, but I can confidently say that this past year has been significantly different. What it means to develop software or contribute to open source is changing rapidly with advanced AI innovations seemingly every day combined with these tools being accessible to more people than ever before. But throughout all this, one truth holds strong: open source software is more important than ever.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-looking-back\">Looking Back</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It seemed only fitting for me to instruct AI to analyze my contribution activity over the last 365 days to try and find anything interesting!</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-prompt\">Prompt</h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Today is the 13th Anniversary of my first credited contribution to the WordPress project. I try to write a blog post each year to mark the occasion.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I’m looking for ideas for this years edition. Please go and read all of my past posts (accessible here at this category feed https://jonathandesrosiers.com/category/contributing-anniversaries/feed) and give me 10-12 ideas for what to focus on this year. You can also look through the other content on my site for other ideas.</p>\n\n\n\n<p class=\"wp-block-paragraph\">After you do that, I want you to look at the git history for the <code>wordpress-develop</code> and <code>gutenberg</code> repositories between July 8, 2025 and yesterday (July 7, 2026). I want you to parse the logs to summarize my activity and find some particular ways to analyze the data that are interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Be creative! These posts are the most fun when I am able to find some unique insight into a year&#8217;s worth of contributions.</p>\n</blockquote>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-results\">Results</h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-your-year-13-in-numbers-jul-8-2025-jul-7-2026\">Your year 13 in numbers (Jul 8 2025 → Jul 7 2026)</h4>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th>Value</th></tr></thead><tbody><tr><td>Core commits authored &amp; committed</td><td><strong>119</strong> (~7% of all 1,707 core commits this cycle)</td></tr><tr><td>Additional commits crediting you (props received)</td><td><strong>97</strong> → ~<strong>216</strong> credited touch points in core alone</td></tr><tr><td>Lines changed</td><td><strong>+41,746 / −21,940</strong> across 656 file-changes</td></tr><tr><td>Unique Trac tickets</td><td><strong>69</strong></td></tr><tr><td>Gutenberg PRs authored</td><td><strong>24</strong> (+108 co-authored/credited)</td></tr><tr><td>Reverts you committed</td><td>6</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The headline:</strong> <strong>80 of your 119 core commits (67%) are &#8220;Build/Test Tools.&#8221;</strong> Add Tests + General and it&#8217;s ~80%. You spent year 13 as the <strong>plumber of WordPress</strong> — CI, build pipeline, dependency stewardship, release infrastructure.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-most-interesting-angles-the-data-surfaced\">The most interesting angles the data surfaced</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"\"><strong>The nocturnal committer.</strong> ~50 of your commits land between <strong>midnight and 4am</strong>. Tuesday (37) and Thursday (31) are your peak days; Saturday is nearly dead (3).</li>\n\n\n\n<li class=\"\"><strong>The month that didn&#8217;t exist.</strong> <strong>January 2026: zero commits.</strong> March 2026: <strong>40</strong>. Your cadence is a heartbeat synced to the 6.9 and 7.0 release cycles, not the calendar.</li>\n\n\n\n<li class=\"\"><strong>The June 30th ritual.</strong> You bumped Gutenberg&#8217;s pinned hash <strong>seven times in a single day</strong> (v22.8.0 → v23.4.0) — a whole quarter of catching-up compressed into one sitting.</li>\n\n\n\n<li class=\"\"><strong>Supply-chain quiet work.</strong> Pinning full-length action SHAs, replacing abandoned third-party actions, migrating release logic to a GitHub App, ca-bundle updates — you spent the year hardening the software supply chain nobody thanks you for.</li>\n\n\n\n<li class=\"\"><strong>Keeping the ancient libraries breathing.</strong> lodash, underscore, backbone, getID3, Twemoji — you&#8217;re the caretaker of WordPress&#8217;s legacy vendored code.</li>\n\n\n\n<li class=\"\"><strong>Future-proofing the matrix.</strong> MySQL 9.5/9.6/9.7, MariaDB 12.1, PHP 8.5 (HEIF/HEIC) — you test tomorrow&#8217;s platforms today.</li>\n\n\n\n<li class=\"\"><strong>A first, quietly historic commit:</strong> <em>&#8220;Include example for disclosing AI usage&#8221;</em> — you helped write core&#8217;s early AI-disclosure norms.</li>\n</ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-10-12-ideas-for-the-year-13-post\">10–12 ideas for the year-13 post</h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"\"><strong>&#8220;The Plumber&#8217;s Year: 67% of My Commits Were Infrastructure.&#8221;</strong> Own the unglamorous. A love letter to build/test/CI work — the contributions that never show up in a release announcement but without which nothing ships. This is your strongest, most authentic angle.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Confessions of a Nocturnal Committer.&#8221;</strong> Fun, human, data-driven: your midnight-to-4am commit cluster, Tuesday/Thursday peaks, the dead January. Chart your year as a heartbeat and reflect on what it says about maintainer rhythms (and sustainability/burnout).</li>\n\n\n\n<li class=\"\"><strong>&#8220;216 Times.&#8221;</strong> Companion to your 2024 props post, flipped: this year you <em>received</em> credit ~216 times in core (119 committed + 97 propped). Explore the two halves of a committer&#8217;s fingerprint — the work you land yourself vs. the work you shepherd for others.</li>\n\n\n\n<li class=\"\"><strong>&#8220;The Boring Commits That Keep 40% of the Web Safe.&#8221;</strong> The supply-chain security angle: pinned SHAs, abandoned-action replacement, the GitHub App migration, ca-bundle. Frame maintenance-as-security — timely and underappreciated.</li>\n\n\n\n<li class=\"\"><strong>&#8220;I Test the Future So You Don&#8217;t Break in It.&#8221;</strong> MySQL 9.7, MariaDB 12.1, PHP 8.5 — a piece on being the person who runs tomorrow&#8217;s platforms against today&#8217;s code, and why the test matrix is a form of care.</li>\n\n\n\n<li class=\"\"><strong>&#8220;The Commit I&#8217;m Proudest Of Was One Line About AI.&#8221;</strong> Use <em>&#8220;Include example for disclosing AI usage&#8221;</em> as a springboard into how WordPress (and you) navigated AI&#8217;s arrival in the contribution workflow in 2025–26. Very of-the-moment.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Anatomy of a Revert.&#8221;</strong> Six times this year you reverted your own or others&#8217; work. A candid, senior-contributor essay on why reverting is a feature not a failure — iteration, humility, and trunk stability.</li>\n\n\n\n<li class=\"\"><strong>&#8220;A Year in Dependencies.&#8221;</strong> The stewardship story — lodash/underscore/backbone/getID3/Twemoji. What it means to be the caretaker of code written a decade ago that you can&#8217;t just delete. Legacy as responsibility.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Who I Built With.&#8221;</strong> Refresh your collaborator lens for year 13: westonruter (24), jorbin (22), johnbillion (15), peterwilsoncc (14), wildworks (13)… Name the people behind the props lines and tell a story or two about the work you shared.</li>\n\n\n\n<li class=\"\"><strong>&#8220;The Shape of a Release Cycle, Drawn in Commits.&#8221;</strong> Overlay your monthly commit counts on the 6.9 and 7.0 timelines — the March spike, the December bundled-themes push, the quiet stretches. Show readers what a maintainer&#8217;s year <em>looks like</em> mapped to what shipped.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Same Job, New Tools: Automating Myself Out of the Loop.&#8221;</strong> Your Gutenberg PRs are almost all release automation — GitHub App auth, GHCR publishing, reproducible builds, Dependabot. A reflective piece on spending your labor building the machine that does the labor, and what that means for the next generation of contributors.</li>\n</ol>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">I haven&#8217;t validated any of these numbers, but they do seem relatively accurate at first glance. I had ChatGPT create an embroidered patch that reflects the summary above.</p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized wp-lightbox-container\"><img alt=\"\" class=\"wp-image-12221 not-transparent\" height=\"1024\" src=\"https://jonathandesrosiers.com/wp-content/uploads/2026/07/plumber-of-wordpress-1024x1024.jpg\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<p class=\"wp-block-paragraph\">And some of those writing suggestions are pretty good ideas! I&#8217;m out of time for today, so I&#8217;ll file these in the backlog for another day. But here&#8217;s to another year of helping the world find their voice to share their stories using WordPress. <img alt=\"🍻\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f37b.png\" style=\"height: 1em;\" /></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-past-milestones\">Past Milestones</h2>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Props&#8221; Anniversaries: <a href=\"https://jonathandesrosiers.com/2023/07/10-years-of-contributing-to-wordpress/\">Ten</a>, <a href=\"https://jonathandesrosiers.com/2024/07/11-years-contributing-to-wordpress/\">Eleven</a>, <a href=\"https://jonathandesrosiers.com/2025/07/12-years-contributing-to-wordpress/\">Twelve</a> (<a href=\"https://jonathandesrosiers.com/category/contributing-anniversaries/\">archive</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\">Commit-iversaries: <a href=\"https://jonathandesrosiers.com/2020/11/two-years-my-wordpress-commit-iversary/\">Two</a>, <a href=\"https://jonathandesrosiers.com/2023/11/five-years-my-wordpress-commit-iversary/\">Five</a>, <a href=\"https://jonathandesrosiers.com/2024/11/six-years-a-committer-my-wordpress-commit-iversary/\">Six</a>, <a href=\"https://jonathandesrosiers.com/2025/11/seven-years-a-committer-my-wordpress-commit-iversary/\">Seven</a> (<a href=\"https://jonathandesrosiers.com/category/commit-iversaries/\">archive</a>).</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-right has-small-font-size wp-block-paragraph\"><em>Featured image credit: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/72361fea8c/\">photo</a> by <a href=\"https://wordpress.org/photos/author/westguard/\">Mark Westguard</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n<p>The post <a href=\"https://jonathandesrosiers.com/2026/07/13-years-contributing-to-wordpress/\">13 Years Contributing to WordPress</a> appeared first on <a href=\"https://jonathandesrosiers.com\">Jonathan Desrosiers</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 03:39:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Code for the People\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153500\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2026/07/people-code/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4081:\"<figure class=\"wp-block-image size-full\"><a href=\"https://codeforthepeople.com/\"><img alt=\"\" class=\"wp-image-153503\" height=\"326\" src=\"https://i0.wp.com/ma.tt/files/2026/07/cftp-matt.jpeg?resize=604%2C326&#038;quality=89&#038;ssl=1\" width=\"604\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Lights! Camera! Action!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Todd Spangler at Variety writes: <a href=\"https://variety.com/2026/digital/news/automattic-code-for-the-people-1236802508/\">Automattic’s ‘Code for the People’ Documentary Is a Rallying Cry for Users to Fight for the Open Internet</a>, from the NYC premiere last week.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m looking forward to the <a href=\"https://luma.com/r8wbww10\">San Francisco premiere of the documentary</a>, and then tomorrow everyone <a href=\"https://codeforthepeople.com/\">can stream it for free on codeforthepeople.com</a>! Appearances by <a href=\"https://nomad.blog/\">Anne McCarthy</a>, <a href=\"https://beau.blog/\">Beau Lebens</a>, <a href=\"https://eric.blog/\">Eric Binnion</a>, <a href=\"https://iandanielstewart.com/\">Ian Stewart</a>, <a href=\"https://marjorie.blog\">Marjorie Asturias</a>, <a href=\"https://mary.blog/\">Mary Hubbard</a>, <a href=\"https://matiasventura.com/\">Matías Ventura</a>, Matthew Miller, <a href=\"https://paolo.blog/\">Paolo Belcastro</a>, and <a href=\"https://paulmaiorana.com/\">Paul Maiorana</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>We need to tell the story of Open Source in as many ways and places as possible. It&#8217;s never been more critical. </strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">Film is new to us, and it&#8217;s funny how quickly things change: There&#8217;s a segment with a few &#8220;OpenAI not open&#8221; sound bites, but to their credit, they <a href=\"https://openai.com/open-models/\">have been releasing open-weight models (Safeguard is particularly interesting)</a>. That said, the <a href=\"https://artificialanalysis.ai/leaderboards/models?weights=open\">top open-weight models are all from China</a>, save for <a href=\"https://www.nvidia.com/en-us/ai-data-science/foundation-models/nemotron/\">Nvidia&#8217;s Nemotron</a>, in ~12th place. </p>\n\n\n\n<p class=\"wp-block-paragraph\">When I went to the first WordCamps <a href=\"https://ma.tt/2008/09/first-day-in-beijing/\">in Beijing</a> and <a href=\"https://ma.tt/2008/09/shanghai-wordcamp/\">Shanghai</a> in 2009, it was a very different time. They were the biggest in the world at the time! I don&#8217;t think you could <a href=\"https://ma.tt/2008/09/first-day-in-beijing/#jp-carousel-7712\">take photos in Tiananmen Square as freely as I did then</a>; now to visit I think you need an appointment, ID checks, and security checks. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Even during WordCamp, it felt like the freedom of Open Source was in high demand, but it also created a lot of fear. I found out later that one of the student volunteers who helped their professor organize everything had been taken in for hours of questioning following the event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On that trip, I saw how fine-grained the Great Firewall could be when individual posts (IIRC, about bad milk from a factory harming babies) wouldn&#8217;t load, but the rest of the site would.  WordPress.com had been totally blocked, <a href=\"https://web.archive.org/web/20090601162213/http://www.google.com/hostednews/afp/article/ALeqM5igVn4hcj6ZNWlawSvzLvgEMkZmkQ\">taking about a quarter of our traffic at the time</a>, but behind the Firewall, Open Source continued to thrive and grow, and now the frontier open models are being driven by China in a way I never would have predicted!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Once you&#8217;ve had a taste of freedom, it&#8217;s hard to go back.</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Update: You can now watch the entire thing online:</em></p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2026 23:16:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"WPTavern: #224 – David Snead on Building Trust and Collaboration in the Hosting Industry With the Secure Hosting Alliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"https://wptavern.com/podcast/224-david-snead-on-building-trust-and-collaboration-in-the-hosting-industry-with-the-secure-hosting-alliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37674:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, building trust and collaboration in the hosting industry with the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today, we have David Snead. David has been involved in the hosting industry since 1999, starting out as legal counsel for one of the earliest shared hosting companies, and going on to work with over 50 others. He helped found the i2Coalition, serve as in-house counsel for cPanel and WebPros, and now leads the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re listening to this podcast, I&#8217;m sure that many of you will have worked closely with hosting companies. Perhaps you run an agency, or business, that depends on the reliability, ethics, and security of hosting providers. David is here to talk about cross-industry collaboration in the hosting world, specifically around improving security, professionalism, and communication between hosts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on why, and how, the Internet Infrastructure Forum, or IIF, is building a framework for real-time intelligence sharing and abuse reporting, aiming to help the entire ecosystem detect and prevent attacks faster than adversaries can adapt.</p>\n\n\n\n<p class=\"wp-block-paragraph\">David talks about the challenges hosting companies face, especially smaller ones, in keeping up with security, and how this evolving project hopes to ease this by sharing actionable, non-proprietary abuse information across registrars, hosting providers, DNS services, and more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He discusses the growth of both the Secure Hosting Alliance and the IIF, the business case for collaboration, and the nuances of legal and technical information sharing across borders.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re in hosting, run a web agency, or just want to know how the backbone of the web is working to stay more secure and connected, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so, without further delay, I bring you David Snead.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by David Snead. Hello David.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:20] <strong>David Snead:</strong> Hello.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:21] <strong>Nathan Wrigley:</strong> Very nice to have you with us. David&#8217;s got a really interesting background, and a really interesting, I&#8217;m going to use the word project. I don&#8217;t know if that&#8217;s the right word. It feels like it&#8217;s got more solidity and it&#8217;s got a lot more history than that. It&#8217;s something which is, I think going, but we&#8217;ll find out a little bit more about it. It&#8217;s all about the hosting industry and trying to get hosts to, I guess communicate with each other in ways going forwards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:44] <strong>David Snead:</strong> That is a part of it. There are really two goals and one is to level up the ethics and professionalism in the hosting industry. And the second is to facilitate more comradery and interaction among hosts. Something that folks felt occurred in the early 2000s, and with all the consolidation that occurred went away. And so that&#8217;s something that we&#8217;re also trying to facilitate.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:16] <strong>Nathan Wrigley:</strong> Okay. So given that we&#8217;re going to be talking about hosting, I guess it&#8217;s a good idea to paint your credentials and find out a little bit more about you. So a short opportunity to just tell us a little about you and your background in WordPress and hosting specifically, I suppose.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:29] <strong>David Snead:</strong> Sure. So I have been working in the hosting industry since 1999. As I often say, I was working in the hosting industry when hosting was cool. It is not so cool anymore. In fact most people don&#8217;t really pay attention to it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You know, and I started as a lawyer for a hosting company, and I was in-house counsel for a company that actually owned a hosting company and was one of the earliest hosting companies that specialised in shared hosting. And so I was their general counsel. And for some reason it stuck, and I&#8217;ve just kind of turned it into a career.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So after that I had a private practise as a lawyer and I worked with probably 50 different hosting companies, mostly writing policies that nobody ever reads, which makes me super fun at parties.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then from there, my friend Christian Dawson and I formed the i2Coalition as a response to some legislation in the US that would&#8217;ve been kind of the death nail for internet providers. So we started the i2Coalition. I then went in-house for cPanel and worked at cPanel and WebPros for 10 years, and then started the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:52] <strong>Nathan Wrigley:</strong> Okay. So you&#8217;ve got all all the history. That&#8217;s pretty good. You know, if we&#8217;re going to talk about hosting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:57] <strong>David Snead:</strong> All the hosting history in one person. That&#8217;s kind of a very scary idea, no?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:02] <strong>Nathan Wrigley:</strong> But that&#8217;s excellent. So do you still offer counsel? Is that still, so you haven&#8217;t sort of sidestepped and do half of the week on a sort of more technical basis? It&#8217;s still the legal side that you&#8217;re involved in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:13] <strong>David Snead:</strong> I do. Right now I&#8217;m doing mostly M&amp;A work for, it&#8217;s weird. So I don&#8217;t know if anybody has ever said this to you before, but web hosting is kind of like the Hotel California. It&#8217;s like, once you start in the web hosting industry, you never leave. And so I have all these clients from 15 years ago who are now running like little baby hosts, and they&#8217;re talking to bigger hosts and they want to get acquired. So I&#8217;m doing some of that now. I am not writing any of the policies that nobody ever reads because that was just, I did that for too long.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:51] <strong>Nathan Wrigley:</strong> There were too many moments parties.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:53] <strong>David Snead:</strong> Yes, exactly. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:55] <strong>Nathan Wrigley:</strong> Okay, so I&#8217;m going to read into the record the title and the blurb that went with the presentation that you are doing or done.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:02] <strong>David Snead:</strong> I did it yesterday.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:03] <strong>Nathan Wrigley:</strong> Okay, we&#8217;ll get into that in a moment. So the title is coordinating the fight, cross industry collaboration, and the blurb goes as follows. WordPress hosting threats cross company lines. When one provider falls victim, the entire ecosystem suffers. This session explores how the Internet Infrastructure Forum, or IFF, enables hosting providers, registrars and registries to coordinate abuse response through real time intelligence sharing. Learn how operational collaboration helps responsible operators detect and stop attacks faster than adversaries can adapt. And why working together produces results no single provider could achieve alone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When I read that, immediately was, yeah, that&#8217;s a really sensible idea. Why are we separately, as hosting companies, I say we, I mean the hosting companies. Why are they all trying to do the same work over and over again, separately? When presumably this aspect of the work, the security bit is something they all have in common.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:05] <strong>David Snead:</strong> Right? So that&#8217;s the fundamental question, right? So the IIF is a voluntary organisation that is made up of everyone in the infrastructure stack. So from registrars, registries, DNS providers, hosting providers, cloud providers, everyone in the stack. So it is facilitated by the Internet and Jurisdiction Foundation. They&#8217;re based in Paris, and they&#8217;re the actually the secretariat for it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And what it&#8217;s designed to do is create a common way for everyone who&#8217;s in the infrastructure stack to share information about abuse and abuse issues. And it&#8217;s one of the fundamental problems that you referred to is everybody is operating in a silo, right? And that&#8217;s mostly because that&#8217;s the way the internet is architected, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the internet is architected, so it&#8217;s distributed, right? Registrars and registries basically do their own thing with domain names. They might have a small hosting component or maybe a cloud component, but by and large, all they do is domain names.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Hosting providers probably resell domain names, but they&#8217;re not part of that industry. And so how do they all coordinate? And that&#8217;s what the IIF is trying to facilitate, is more information sharing among the participants.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:39] <strong>Nathan Wrigley:</strong> Well I imagine some of the hosting companies are probably fairly good. You know, they&#8217;ve got a giant customer base. Let&#8217;s imagine hosting company X over there, they&#8217;ve got millions of customers. They&#8217;ve got a huge budget that they can put over to, let&#8217;s say, security things. Well that&#8217;s all well and good, brilliant. But then there are other companies who are much scrappier. You know, they maybe have only a few thousand customers. And so their budget for the exact same work is going to be reduced.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How will this work? Is it going to be like a subscription service basically? Will you have a membership, which is in some way equal to the number of clients that you&#8217;ve got? Will there be some expectation that, okay, we&#8217;ll look at your revenue, your membership will be equivalent to a percentage of your revenue? How will that all work?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:20] <strong>David Snead:</strong> We don&#8217;t know. This is a very early stage project. Right now we are in a prototype phase where we have just figured out what information folks should submit to the secretariat.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the way it works is, you submit the information that you collect for a particular abuse issue to the secretariat, who then enriches it with all the other information that&#8217;s been submitted and sends it to the right person.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So a great example is, let&#8217;s say a registrar reported a phishing domain. They turn off the phishing domain and they have maybe a timestamp, an IP address where it was submitted from. They submit that to the secretariat, who then finds the hosting company who is providing the services for the hosting and says, this came in about this particular site. Can you take action on that? So that&#8217;s the way it works.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Right now it&#8217;s very early stage. It&#8217;s in the first phase of a test, and we&#8217;re going to look at whether the way we&#8217;ve architected it, or the way the group has architected it, actually makes sense.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:39] <strong>Nathan Wrigley:</strong> Is this going to be then a sort of slow on ramp whereby you bring a few companies in at the beginning, hopefully. And then one or two more and iron out the wrinkles, and then some more and some more? Because I imagine, if you just threw the switch, everybody&#8217;s in, a lot could go wrong at that point. And I&#8217;m guessing there&#8217;s going to be more of a slow on ramp.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:00] <strong>David Snead:</strong> So you&#8217;ve pointed out my particular frustration with the IIF, and the reason that the secretariat is moving slowly, right? So fortunately, or unfortunately, based on my cultural background, I&#8217;m just sitting here going, this needs to move faster. We need to have everybody involved, we need to have all the hosts involved, we need to have all the registrars and registries. And other folks who are a little bit more skilled in this type of work say, no, we need to figure out what we&#8217;re doing and that requires a small number of people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The phase that we&#8217;re in right now is looking for more folks who are interested in sitting at the table and being part of the discussion. Particularly in the hosting industry and in the web design and marketing industry. Those are folks who don&#8217;t generally participate in these kind of industry led collaboration exercises. And that&#8217;s the reason that I&#8217;m at WordCamp, is to talk to web designers, marketing agencies about why they should participate in something like this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:13] <strong>Nathan Wrigley:</strong> So this really isn&#8217;t bound in any way to WordPress, is it? It just so happens that WordPress has a significant chunk of the internet, so this is a good place to start. But if you happen to be a, I don&#8217;t know, Drupal user, or you&#8217;re just into writing PHP code or whatever it may be, this is still applicable. There&#8217;s no real WordPress layer to this. This is just a good place for you to come because, well, there&#8217;s probably, what, 30 hosts, 100 yards away from us out there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:37] <strong>David Snead:</strong> I know. And I haven&#8217;t seen all of them yet.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:39] <strong>Nathan Wrigley:</strong> Yeah, there&#8217;s work to do. But agnostic to any platform, basically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:42] <strong>David Snead:</strong> It is completely platform agnostic, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:43] <strong>Nathan Wrigley:</strong> Okay. Okay, that&#8217;s interesting. But WordPress is a, is certainly a good place to start.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, I&#8217;m imagining, if I was a hosting company and I was the chief executive, I definitely have some questions for you in terms of, okay, we&#8217;re going to share our valuable intel with you, what are you going to do with that? How can we trust you? How do we know that the sharing is going to be done effectively and what have you?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I guess really what I&#8217;m getting to is, what is the assurances or checks and balances that you, in the end, will hope to offer the host? That you can assure them that, look, if you hand us this body of work, you don&#8217;t need to think about it again. You can trust us to do it honourably, effectively, collaboratively. You get where going.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:26] <strong>David Snead:</strong> Yeah, yeah. And I suspect that you wanted to be a lawyer at some time, because that&#8217;s one of the issues that we&#8217;re facing. Information that can be shared freely, as an example, in the United States, might not be capable of being shared so freely in the European Union, or in Brazil, or in India or someplace like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So one of the things that&#8217;s being done, not by me, but by another group, another working group that&#8217;s part of this, is analysing the legal issues around information sharing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The information that&#8217;s being shared, to answer the proprietary and confidentiality question, is not proprietary or confidential information. So it&#8217;s things like timestamps, domain names, IP addresses for the initial abuse submission. Things like that that really don&#8217;t indicate some sort of company confidential information. And it&#8217;s further abstracted into xarf, which is a language that&#8217;s used for abuse reporting, that we all can share. And so I think that the only thing that would be of concern is whether that information is personal information that&#8217;s subject to jurisdictional restrictions around the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:48] <strong>Nathan Wrigley:</strong> Would the idea be that this organisation would do the remedial work? So is there any notion that, let&#8217;s say for example, some sort of security problem was discovered by hosting company A over there, and they share that intel with you. Maybe the question is kind of asking, will you then appoint people to figure out what the patch is for that? Or is your idea just to, oh, red flag, we&#8217;ve got this problem, now you all know about it. Is it just information sharing as opposed to fixes?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:17] <strong>David Snead:</strong> Yeah, it&#8217;s the latter. So the thing that we&#8217;re solving for right now, so there&#8217;s just one issue that, one abuse issue, that we&#8217;re testing out and it&#8217;s issues related to fake shops. And so the fake shop issue is the test abuse issue for the project, and where folks are sharing information. It&#8217;s a particular problem right now with credentials harvesting. And so that&#8217;s what we&#8217;re trying to look at.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:43] <strong>Nathan Wrigley:</strong> And how has the conversations that you&#8217;ve had thus far, how have they gone? Has this been warmly received or are you facing a little bit of pushback?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:50] <strong>David Snead:</strong> So, look, I&#8217;ll be very direct with you. If something isn&#8217;t just an immediate threat to them, it&#8217;s very difficult to conceptualise why you should participate. And I am pretty used to answering that question simply based on the political work that I do with the i2Coalition. But once you talk about, so let&#8217;s use fake shops as an example. Fake shops, and you&#8217;re providing services to fake shops, actually has an impact on your bottom line.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So if you are providing, let&#8217;s say, payment processing to an entity that is running a fake shop, it very easily can make your credit card processing charges higher. It ends up eating bandwidth. It will tax your abuse resources.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the things that you referred to initially is, you know, larger hosts have a lot of money. I wouldn&#8217;t say they have a lot of money, but they have more bandwidth to handle a vast fire hose of abuse issues. Most smaller hosting companies might only get five or six abuse issues in a month. But if you have a fake shop, that&#8217;s going to generate a huge amount of abuse, and it&#8217;s taking away resources that you can use to actually grow your business. So that argument actually is relatively persuasive in getting folks to pay attention.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I find that the business argument around abuse is a much more compelling discussion than kind of moral persuasion. I don&#8217;t think moral persuasion works in the context of a community that is trying very hard just to keep their heads above water.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:42] <strong>Nathan Wrigley:</strong> It feels to me from what you&#8217;ve just said, and I could be reading too much between the lines, but it feels to me as if a good target audience would be smaller hosts to begin with, simply because they&#8217;re probably going to be more receptive because they have less bandwidth themselves. And so would welcome anything that can make the burden of sharing this information easier. So 10 of the small hosts combined is, well, it&#8217;s much bigger than each of them individually would be, whereas I suppose you&#8217;ll have to get a critical mass of them on board until maybe some of the bigger hosts start to look at you with favourable eyes, let&#8217;s say that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:15] <strong>David Snead:</strong> Well, so we have some pretty large hosting companies who are participating. So as an example, both GoDaddy and Newfold are participating. But we also have smaller hosts. But I agree with you, the information that&#8217;s being provided, particularly since it is actionable, realistic information that can be adapted for bespoke systems, is invaluable, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So if you only get five or six abuse complaints and you get an abuse complaint, and you can go to the secretariat and say, we got a complaint about this domain, and the secretariat says, here&#8217;s what the registrar did. Here&#8217;s what Cloudflare did. Here&#8217;s the information they provided us. And you can use that to make a decision on how to address that problem. It saved you hours and hours and hours of research time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:09] <strong>Nathan Wrigley:</strong> Technically speaking, what would the conduit of information both toward you and away from you look like? So if I&#8217;m hosting company X, how are you imagining that I will supply you with that information? But also, if I&#8217;m just looking for information from you on a daily, weekly basis, whatever it may be, how do I receive that? Is this like a, I don&#8217;t know, a website or an API or?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:33] <strong>David Snead:</strong> It&#8217;s an API. So it&#8217;s a file. It&#8217;s just a general file download.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:37] <strong>Nathan Wrigley:</strong> Right, okay. So it&#8217;s readily available 24/7?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:40] <strong>David Snead:</strong> Right. That&#8217;s the goal. Right now it&#8217;s not, but the goal is to kind of figure out a way to make something like that possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:47] <strong>Nathan Wrigley:</strong> Yeah, okay. I also suppose that the hosting companies, whilst this is good for their business if they can minimise costs and hand a lot of this work over to you, there&#8217;s a part of them which would also probably like to put some sort of badge on their website to say, this is what we&#8217;re doing. We&#8217;re part of this alliance, for want of a better word. Is that something that you are looking to develop as well, you know, some sort of credentialing system to demonstrate that you&#8217;re in this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:12] <strong>David Snead:</strong> So that&#8217;s not something that the IIF is working on. It&#8217;s something that the Secure Hosting Alliance does. The Secure Hosting Alliance has a trust seal that we give to hosts who fulfil our Trust Seal Certification provisions. But that&#8217;s not something that the IIF does.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Talking about like why, other than business reasons, folks should participate in this, one of the things that is going on that I would suggest that most hosts know about, is there&#8217;s a little bit of a moral panic going on in the world about what contents you have. And regulation is actually a very real thing for the hosting industry, who has not ever been regulated. This is the time where you can say, hey, this is what we&#8217;re doing, right? We&#8217;re dealing with issues. This way a trust seal is the same thing, right? It&#8217;s something that you can say, we are actually taking steps to make the internet a better place.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:18] <strong>Nathan Wrigley:</strong> I think if you are a general agency owner or, I don&#8217;t know, just a freelancer, hosting is one of those things that you, once you&#8217;ve done it once, you&#8217;re in it for the long haul until something goes wrong. But you&#8217;re also browsing around for any tiny indication of why is this host slightly different? You know, what is it that they&#8217;re doing that, I don&#8217;t know, is faster? What is it that they&#8217;re doing that&#8217;s more secure? So it feels to me if you had a credentialing system and I began to hear about it and see it pop up again and again, it would be one of the metrics which I would weigh up when looking at hosting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:51] <strong>David Snead:</strong> I would think so. One of the things that a trust seal does is it indicates that there&#8217;s been some vetting of the host. That someone has determined the things that are important to the hosting industry and are important to the web design industry. The agency industry are also important to the host.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Great example of that is one of the provisions of the Secure Hosting Alliances&#8217; Trust Seal Certification is that a contract is presented to the customer before they sign up, which is super customer friendly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the things as a lawyer that you hear about all the time when people are dissatisfied with their services is, yeah, well, I never saw that contract. Or it was just a hyperlink in an email that I got. That&#8217;s one of the differentiators for a Trust Seal certified host is that the contract is actually presented to them, to the customer beforehand.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:57] <strong>Nathan Wrigley:</strong> So in terms of the WordPress crowd, is this a thing that you are pitching only to hosts? Like when you step out of here, are you trying to have conversations only with hosts? Or is there some bit of the WordPress community, the freelance, the agency owners? Are you trying to communicate with them just to scope out what they need?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:15] <strong>David Snead:</strong> So for both the Secure Hosting Alliance and for the IIF, it is that. I really enjoy talking to agencies and developers about whether this is important to them, or why it might be important to them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:31] <strong>Nathan Wrigley:</strong> In terms of how long this project&#8217;s been going, I&#8217;ve only heard of it because of your participation here, but I don&#8217;t know if you&#8217;ve been banging this gong for a decade or, I mean you&#8217;ve been in the industry for long enough to have been banging it for decades. Is this a new initiative or is this something which has a long and storied history?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:49] <strong>David Snead:</strong> So the Secure Hosting Alliance has only been active for a year, a little bit over a year. I&#8217;ve been talking about abuse for a long time, but the Secure Hosting Alliance has only been around for a year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:01] <strong>Nathan Wrigley:</strong> And have you, in that year, got any intuitions that you&#8217;ll be here for another year? Is it basically going in the right direction?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:09] <strong>David Snead:</strong> It is going in the right direction. So we started out with two or three charter members. We now have 25 hosting members. We have three security vendors who are members as well. We have, I think, 17 Trust Seal Certified members, and we&#8217;re launching in 2027 a trust seal for security vendors who provide services to hosting companies.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:40] <strong>Nathan Wrigley:</strong> I know that several owners of hosting companies listen to this podcast. They may very well be the people that you&#8217;ve spoken to already, but if they are not, and they are people who would like to investigate this further, I suppose the thing that&#8217;s going to be in their head is, okay, Nathan and David, you&#8217;ve explained what I&#8217;ll get out of it, what do I need to put into it? So is this an annual financial commitment? How does it all work from that point of view?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:02] <strong>David Snead:</strong> Yeah, so you become a member of the i2Coalition. And so the Secure Hosting Alliance is a working group of the i2Coalition. So you would be a general member and you would participate in the Secure Hosting Alliances&#8217; working groups. You also have the ability to participate in the i2Coalition as a whole, which is a much larger trade association that represents almost everyone in the internet infrastructure vertical. Mostly doing policy work, primarily in the US and the EU. Although there&#8217;s, we&#8217;re doing some work in India right now as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:40] <strong>Nathan Wrigley:</strong> And does membership allow you to steer the future of the project? I know that lots of chefs in the kitchen results in terrible food, but that, I fear, is something that could happen. You&#8217;ve got 87 members, 260 members. And then the 260 members all start to bicker and, you know, we want this, no. You see how it goes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:59] <strong>David Snead:</strong> I do.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:59] <strong>Nathan Wrigley:</strong> What&#8217;s the position there? You know, is there sort of gated levels of membership? How are you organising all of that?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:04] <strong>David Snead:</strong> There are not. The membership is based on self-reported revenue. The membership is not horrifically expensive from my perspective. And I think that that, most of our members would say that it is, it&#8217;s actually relatively affordable, particularly for the small to medium sized hosts. And registrars or design agencies, anyone who&#8217;s participating.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The question about, who&#8217;s running the show, comes up quite a bit. We haven&#8217;t really faced that issue, particularly in the Secure Hosting Alliance. Folks seem to get along. But the organisation runs on the idea of rough consensus. And so decisions end up not being controlled by one member or not. Some of the i2Coalition has some very large companies who everybody knows about, who get along with startups, and folks against whom they compete directly. And policies still get made. The organisation still moves forward.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:11] <strong>Nathan Wrigley:</strong> Yeah, I guess you&#8217;re in a space where, obviously all of these hosting companies commercially are vying for everybody else&#8217;s business. But in this particular situation, that is not the case. Nobody&#8217;s vying for their websites to be less secure. They all want the same level of security. So at least in that sense, you would hope that consensus could be maintained even if, commercially, the two companies that are in the room, the 10 companies that are in the room might be commercially at loggerheads with each other. At least on this they could agree. That would be the hope, I suppose, anyway.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:47] <strong>David Snead:</strong> It seems to be, not only the hope, but the actual way that things work. You ask about how compromise is reached. What comes to mind is I have a much different concept of privacy than, particularly when I was at WebPros, than other folks in the i2Coalition had. And another company just called me up and we worked through our disagreements about how privacy should be handled within the i2Coalition and were able to move forward.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The industry I&#8217;ve found to be hugely collaborative, particularly the hosting industry. Everybody knows what their competitor is doing. But when it comes to addressing an issue like, how are we going to deal with abuse as a community? Folks come together. CEOs of hosting companies while they compete tend to be relatively good friends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As I said at the very beginning, it really is like the Hotel California, right? You come in as a CEO of a hosting company, you grow it and you sell it to another company. All of a sudden you&#8217;re at the bottom again with a server in your grandma&#8217;s basement, you know, trying to start again.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:08] <strong>Nathan Wrigley:</strong> It&#8217;s a really curious effort. I suppose really at the bottom of this entire podcast is your endeavour to be heard and to reach out and get some conversations going. So with that in mind, where do people find the information about this? So maybe there&#8217;s a website that we could mention. But also, is there a specific place where you hang out? Is there a place where you would like to be contacted most?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:33] <strong>David Snead:</strong> Sure. So our website is hostingsecurity.net. I&#8217;m not too afraid of getting too much spam. So folks can email me at snead@i2coalition.com And the two is the numeral two. So it&#8217;s snead@i2coalition.com. And I&#8217;m happy to answer questions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In terms of hanging out, I am at most industry conferences in the hosting industry. In the WordPress industry, I&#8217;ll be at WordCamp US. We also participate very heavily in ICANN. So there is an i2Coalition member at every single ICANN meeting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:12] <strong>Nathan Wrigley:</strong> So if you go to wptavern.com and you search for the episode with David Snead, S-N-E-A-D, you&#8217;ll be able to find those details. I&#8217;ll put everything into the show notes. So anything that I missed? Was there a particular focus that we didn&#8217;t touch?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:26] <strong>David Snead:</strong> No, this is actually one of the most thorough podcasts I&#8217;ve been on recently.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:31] <strong>Nathan Wrigley:</strong> That&#8217;s love to hear it. Well, David Snead, thank you very much for joining me today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:35] <strong>David Snead:</strong> Glad to be here. Thanks for having me.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have David Snead.</p>\n\n\n\n<p class=\"wp-block-paragraph\">David has been involved in the hosting industry since 1999, starting out as legal counsel for one of the earliest shared hosting companies and going on to work with over 50 others. He helped found the i2Coalition, serve as in-house counsel for cPanel and WebPros, and now leads the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re listening to this podcast, I’m sure that many of you will have worked closely with hosting companies. Perhaps you run an agency or business that depends on the reliability, ethics, and security of hosting providers. David is here to talk about cross-industry collaboration in the hosting world, specifically around improving security, professionalism, and communication between hosts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on why and how the Internet Infrastructure Forum (IIF) is building a framework for real-time intelligence sharing and abuse reporting, aiming to help the entire ecosystem detect and prevent attacks faster than adversaries can adapt.</p>\n\n\n\n<p class=\"wp-block-paragraph\">David talks about the challenges hosting companies face, especially smaller ones, in keeping up with security, and how this evolving project hopes to ease this by sharing actionable, non-proprietary abuse information across registrars, hosting providers, DNS services, and more. He discusses the growth of both the Secure Hosting Alliance and the IIF, the business case for collaboration, and the nuances of legal and technical information sharing across borders.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re in hosting, run a web agency, or just want to know how the backbone of the web is working to stay more secure and connected, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://i2coalition.com\">i2coalition website</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://hostingsecurity.net\">Secure Hosting Alliance website</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"HeroPress: “Listen… the birds are already singing” – “Послухай… пташки заспівали”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=8704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"https://heropress.com/essays/listen-the-birds-are-already-singing/#utm_source=rss&utm_medium=rss&utm_campaign=listen-the-birds-are-already-singing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37329:\"<img alt=\"Pull Quote: WordCamp Europe has become one of the few places where [Ukranians] can reassemble in person. WordCamp Europe став одним із небагатьох місць, де [українці] можуть знову зібратися разом наживо.\" class=\"attachment-large size-large wp-post-image\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/3026/07/volodymyr_banner.webp\" width=\"1024\" /><p class=\"wp-block-paragraph\"><a href=\"https://heropress.com/feed/#ukranian\">Це есе також доступно українською</a>.</p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls=\"controls\" src=\"https://heropress.com/wp-content/uploads/3026/07/volodomyr_english_recording.mp3\"></audio><figcaption class=\"wp-element-caption\">Listen to Volodymyr read his own story aloud.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Listen&#8230; the birds are already singing,&#8221; said Danylo — a Ukrainian I&#8217;d met at a previous WordCamp — as we were wrapping up the last hour of the WCEU afterparty in Krakow. &#8220;It&#8217;s time for us to go.&#8221; He started singing &#8220;Hei! Hei! Hei, sokoly! Omynaite hory, lisy, doly.&#8221; I started singing with him. The Polish guys next to us continued singing in Polish &#8220;Dzwoń, dzwoń, dzwoń dzwoneczku, Mój stepowy skowroneczku.&#8221; Some people behind us joined the choir. That was &#8220;Hey Sokoly&#8221; — a Ukrainian-Polish folk song — carrying us out of Bastion III, a 19th-century Austrian fortress on the edge of Krakow&#8217;s Old Town, as the night turned to morning.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But to explain how I ended up there, I need to go back to where it all began.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/krakow_castle2.webp\"><img alt=\"Krakow Castle in morning light\" class=\"wp-image-8713\" height=\"1606\" src=\"https://heropress.com/wp-content/uploads/3026/07/krakow_castle2.webp\" width=\"1402\" /></a><figcaption class=\"wp-element-caption\">The view of the Krakow castle, taken on the morning after the after-party, around the time when birds were singing. Photo by Volodymyr Melnychenko.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mykolaiv\">Mykolaiv</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It all started in Mykolaiv, the city of shipbuilders and brides, where I spent my childhood. I graduated from two universities I had been attending simultaneously and started looking for a job during a gap year. I planned to find work to earn some money for further education while preparing for the entrance exams to one of the Finnish universities. Mykolaiv didn&#8217;t provide good opportunities for graduates unless you had very good connections, but I managed to find a job at an &#8220;IT&#8221; company. In 2011, the term &#8220;IT&#8221; didn&#8217;t mean much to me, but they required English, which was my major, so I thought — why not. The work wasn&#8217;t particularly difficult: I had to pretend to be &#8220;Bob&#8221; from the United States, helping customers who had purchased physical products by tracking their orders and walking them through setup instructions. I was fired after a month and a half. Maybe I underperformed, or maybe somebody just didn&#8217;t like me — either way, it&#8217;s water under the bridge.<br /><br />The first job I&#8217;d gotten entirely on my own, the first paycheck that proved I could be independent, and the first time being fired — all of it hit me at once. The last part was devastating, made worse by comments like &#8220;it was too good to be true,&#8221; &#8220;we told you they&#8217;d trick you,&#8221; and &#8220;look at so-and-so, doing such-and-such and earning properly.&#8221; It was hard to sit with feeling like a failure. But somewhere in that difficulty, I got tougher — and more determined to prove everyone wrong.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-templatemonster\">TemplateMonster</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first job was a failure, but it gave me one clear answer: I needed to stay in IT. The next job was TemplateMonster.com — well known in certain circles. It was the complete opposite of what I&#8217;d experienced before. In 2012 they were selling templates for the most popular CMS platforms of the time: WordPress, Joomla, Drupal, and various e-commerce solutions. The onboarding alone took two months, which tells you something about how seriously they took their people — staff rarely left, and when they did, it was for personal reasons, not because they were pushed out.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />My job was to help customers with their templates: installation, editing, customization. Difficult, but genuinely interesting — I liked it. This was the first time I encountered WordPress. I worked six nights a week, and Sundays were the strangest — your day off, but your body had adjusted to night shifts and refused to cooperate. None of that bothered me much. Being able to build sites and make things look exactly right was addictive. I overworked, learned constantly, pestered developers with questions, all just to quench my thirst for knowledge. It ended quickly: I got accepted into three master&#8217;s programs in Finland, chose one, and left for Central Finland.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-helsinki\">Helsinki</h2>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image3.webp\"><img alt=\"Closeup of a glass of orange juice with croissants next to it, and a projection screen in the background.\" class=\"wp-image-8715\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/3026/07/image3-1024x1024.webp\" style=\"width: 400px;\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Morning “Weekly” at booncon PIXELS, my first workplace in Helsinki. Photo by Volodymyr Melnychenko.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Studying in Finland was genuinely different from anything I&#8217;d known in Ukraine — in the best possible way. Once the mandatory courses were done, I started looking for work. It was harder than I expected: a year of passive searching, then six months of applying every day. Eventually, I landed at a Helsinki-based agency building WordPress websites — which is still what I do today. A friendly team, around ten people — I&#8217;m still close with many of them. We built sites of varying complexity during the day and spent evenings playing board games, swapping stories, and throwing the occasional party.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s also where I attended my first WordPress event: WordCamp Helsinki 2017, a two-day conference. It didn&#8217;t blow me away, but it opened something. When you work in a small agency, you live inside your own bubble — and then suddenly a whole other world appears. You see the other side of WordPress: the community, the people pushing it forward, the people wrestling with the same problems you are and finding creative ways through.<br /><br />That first local WordCamp was enough to make us want to go further. In 2019 the team went to Berlin for WCEU — my first trip abroad outside of the Finland-Ukraine route I knew well. We spent a few days exploring the city and attending the event. WordCamp Europe is a different scale entirely: thousands of attendees, hundreds of volunteers making it happen. Standing in that crowd, I knew I wanted to be part of it — not just as a visitor. And then corona happened.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-porto\">Porto</h2>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image1.webp\"><img alt=\"Volodymyr leaning on a handrail with Krakow in the background.\" class=\"wp-image-8718\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/3026/07/image1-768x1024.webp\" style=\"width: 400px;\" width=\"768\" /></a><figcaption class=\"wp-element-caption\">Me, standing on the roof the Super Bock Arena, where the WCEU 2022 took place. Photo by Oleksandr Misyats.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WCEU 2020 and 2021 were online, and I felt they were missing the whole point — thousands of people in one place, feeding off each other&#8217;s energy. So when Porto was announced for 2022, I started packing. This time, I joined as a volunteer, to see WordCamp from the inside. It was the right call. It was also a difficult time for Ukrainians — the full-scale invasion was by then well into its second year, and everyone was finding their own way to cope. For me, this event became a source of strength. I connected with the Ukrainian community, had real conversations with speakers, and came away feeling like I&#8217;d experienced what WCEU is actually for.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />That trip also clarified something I&#8217;d been circling around for a while. I&#8217;ve always loved traveling, but there was a barrier that had nothing to do with visas or money — though those were factors too. It was a justification problem. Coming from a culture where time should be spent purposefully, traveling for its own sake felt hard to defend. A work conference, though? Completely justifiable. Nobody asks how much fun you had. I&#8217;ve been to Germany, Portugal, Italy, Switzerland, and Poland this way. Spain is next.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Attending WordCamps is one thing. Building a similar event is another.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wp-suomi\">WP Suomi</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In 2025 I became the lead organizer of <a href=\"https://wpsuomi.fi/\">WP Suomi</a> — the first independent Finnish WordPress event, held in Helsinki. The months before October 10th were intensive in ways I hadn&#8217;t anticipated: budgets, logistics, gifts, merch, catering, venue coordination, a hundred small details that needed to be right simultaneously. I remember waking up at midnight worrying that I hadn&#8217;t ordered something in time and it wouldn&#8217;t arrive before the event. Most of the work that goes into an event like this is invisible to the people attending. They see the schedule, the food, the afterparty. They don&#8217;t see the half a year of pieces being polished before the puzzle comes together.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image5.webp\"><img alt=\"Banner for WP Suomi\" class=\"wp-image-8721\" height=\"576\" src=\"https://heropress.com/wp-content/uploads/3026/07/image5-1024x576.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">WP Suomi hall screen graphics. Graphics by Sergei Shchegrinets.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the day of the event, there was nothing left to worry about. Whatever needed doing had been done — if something had been missed in the preparation, it would show up now and there would be little we could do about it. So why worry? The time for that was the preparation, not the day itself. The team — experienced, reliable, no hand-holding required — knew exactly what they were there for.<br /><br />Around 300 people attended WP Suomi. Forty filled out our feedback form afterward, giving an overall score of 4.47 out of 5. But the number mattered less than what people wrote: networking, atmosphere, meeting old friends and new ones, a community that welcomes everyone openly. Reading that, I recognized the same feeling I&#8217;d had at WordCamp Helsinki 2017 — something new, interesting, and full of possibility.<br /><br />Organizing WP Suomi gave me a clearer understanding of what goes into making these events happen. Having been a volunteer at WCEU and then a lead organizer at WP Suomi, I arrived in Krakow with a slightly different perspective — a better sense of what the people around me were going through. This year I&#8217;m back on the WP Suomi organizing team as speakers coordinator — a different role, another angle.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image2.webp\"><img alt=\"Milania Cap near a presentation podium.\" class=\"wp-image-8723\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/3026/07/image2-1024x683.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Milana Cap is ready to show some magic with HTML API. She is one of two people who convinced Vladimir to become the lead organizer of WP Suomi ‘25. Photo by Asanka Hettiarachchi.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-krakow\">Krakow</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamps have changed for me over the years — less about the sessions on stage, more about what happens between them. As an organizer, you miss most of the talks anyway, pulled in ten directions at once. But real life happens in the corridors, and at the parties in the evenings. </p>\n\n\n\n<p class=\"wp-block-paragraph\">This matters especially for the Ukrainian community. The war has scattered us across Europe — different countries, different companies, different lives. WordCamp Europe has become one of the few places where we reassemble in person: to share what the year brought, to meet people we only knew online, to see the community still growing despite everything. Many couldn&#8217;t make it to Krakow, some would not be able to visit these events anymore. For those of us who could, the room carried extra weight. </p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s what Danylo and I were singing about at dawn outside Bastion III, even if neither of us said it out loud. I hope to do that someday in the afterparties in Helsinki and Kyiv — whenever that becomes possible again.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image4.webp\"><img alt=\"Ukrainian team at WordCamp Torino 2024.\" class=\"wp-image-8725\" height=\"684\" src=\"https://heropress.com/wp-content/uploads/3026/07/image4-1024x684.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Ukrainian team at WordCamp Torino 2024. More and more Ukrainians visit this event every year despite the war. Photo by Maksym Kaharlytskyi. </figcaption></figure>\n\n\n\n<div class=\"wp-block-group has-background is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-ff19e26b wp-block-group-is-layout-flex\" id=\"desktop\">\n<h2 class=\"kt-adv-heading8704_097876-99 wp-block-kadence-advancedheading\" id=\"work-environment\">Volodymyr&#8217;s Work Environment</h2>\n\n\n\n<p class=\"wp-block-paragraph\">We asked Volodymyr for a view into his development life and this is what he sent!</p>\n\n\n	<div class=\"hotspots-image-container\">\n		<img alt=\"Volodymyr’s Desk\" class=\"hotspots-image skip-lazy\" height=\"1890\" src=\"https://heropress.com/wp-content/uploads/2026/07/img_5363.webp\" width=\"2560\" />\n	</div>\n\n\n\n\n<p class=\"has--font-size wp-block-paragraph\">HeroPress would like to thank <a href=\"https://wpdrawattention.com/\">Draw Attention</a> for their donation of the plugin to make this interactive image!</p>\n</div>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"ukranian\">“Послухай… пташки заспівали”</h1>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls=\"controls\" src=\"https://heropress.com/wp-content/uploads/3026/07/volodomyr_ukrainian_recording.mp3\"></audio><figcaption class=\"wp-element-caption\">Слухайте власну історію Володимира вголос.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">«Послухай… пташки заспівали», — сказав Данило, українець, з яким я познайомився на попередньому WordCamp — ми якраз протеревенили останню годину afterparty WCEU у Кракові. «Значить нам теж час іти». І тут він від душі почав співати «Гей, гей, гей, соколи, оминайте гори, ліси, доли». Я підхопив пісню разом із ним. Поляки, що ішли поруч продовжили польською: «Dzwoń, dzwoń, dzwoń dzwoneczku, mój stepowy skowroneczku». Хтось позаду теж приєднався до хору. Це була «Гей, соколи» — українсько-польська народна пісня — під акомпанемент якої нас виносив натовп із Бастіону III, австрійської фортеці XIX століття на околиці краківського Старого міста, саме тоді, коли вже ніч переходила у ранок.<br /><br />Щоб пояснити, як я там опинився, доведеться повернутися до самого початку цієї історії.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/krakow_castle2.webp\"><img alt=\"\" class=\"wp-image-8748\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2026/07/krakow_castle2-894x1024.webp\" width=\"894\" /></a><figcaption class=\"wp-element-caption\">Вид на Краківський замок, фото зроблене зранку після вечірки, приблизно в той час коли “вже заспівали пташки”. Фото зроблене Володимиром Мельниченко. </figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-миколаїв\">Миколаїв</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ця історія бере свій початок у Миколаєві – місті суднобудівельників і наречених, де я виріс. Здобув освіту у двох університетах, де навчався одночасно і почав шукати роботу під час року перерви перед продовженням навчання. Я планував знайти собі роботу, щоб заробити грошенят для продовження навчання, готуючись до вступу в один із фінських університетів. У Миколаєві було важко знайти якісь серйозні перспективи для випускника, хіба що в тебе є зв&#8217;язки, але я примудрився знайти роботу в &#8220;IT&#8221; компанії. У 2011 термін &#8220;АйТі” нічого мені не говорив, але там потрібна була англійська, яка була моїм основним предметом в університеті, тому я подумав, а чом би й ні? Робота не була важкою: треба було казати, що я “Боб” із США і допомагати клієнтам, які купували фізичні продукти, відслідковувати їх замовлення і давати інструкції, як використовувати оте, що вони поназамовляли. Мене звільнили через півтора місяці. Можливо, я щось не так робив, можливо, просто не вдався обличчям — у будь-якому випадку, що було, то загуло.  </p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />На цю роботу я влаштувався самостійно, без будь-якої підтримки, перша заробітна плата була символом моєї незалежності, і перше звільнення — це був бурхливий вир емоцій. Але остання частина просто вибила землю з-під моїх ніг, гірше тільки зробили коментарі на кшталт: “це було занадто добре, щоб бути правдою”, “та ми тобі казали, що там надурять”, і “подивись на нього — він робить те та й се, ще й добре заробляє”. Дуже важко було бути вдома і відчувати себе невдахою. Але це відчуття зробило набагато більше ніж будь-яка ефемерна підтримка — воно мене загартувало і пробудило палке бажання довести, що всі помилялися щодо мене.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-templatemonster-0\">TemplateMonster</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Хоч перша робота виявилась провалом, вона дала мені чітке розуміння, що треба продовжувати шукати роботу в IT. Наступну роботу я знайшов у TemplateMonster.com — добре відому у певних колах. Вона була повною протилежністю моєму минулому досвіду. У 2012 році вони продавали шаблони для більшості популярних CMS-ок того часу: WordPress, Joomla, Drupal, і для різних рішень електронної комерції. Лише ознайомлення з роботою і навчання зайняло два місяці, що промовисто свідчить про те, наскільки серйозно компанія сприймала своїх людей — майже ніколи не звільняли, а якщо люди й ішли з роботи, то з власних причин.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />Моїм завданням було допомагати клієнтам із шаблонами, які вони придбали: встановлення, налаштування, редагування. Було доволі складно, але дуже цікаво — мені подобалося. Тоді я вперше познайомився із WordPress. Я працював шість ночей на тиждень, а неділі були найважчими, бо тіло звикало до активності вночі і відмовлялося спати. Хоча такий графік мене не дуже турбував. Можливість створювати будь-які сайти і кастомізувати їх саме під себе — оце було до дідька захопливо. Я багато перепрацьовував, вивчав щось нове, заколупував розробників питаннями, щоб хоч трохи вгамувати жагу до знань. Але усе закінчилося несподівано швидко: я отримав три листи про зарахування на магістратуру у Фінляндії, вибрав один університет і поїхав до Центральної Фінляндії.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-гельсінкі\">Гельсінкі</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Система навчання у Фінляндії побудована зовсім по-іншому — і, на мою думку, на краще. Коли я закінчив основні курси моєї спеціальності, я почав шукати роботу. Завдання було не з легких: рік я шукав пасивно, де-не-де подаючи заявки на роботу, і ще пів року я зайнявся цим активно, відгукуючись на декілька вакансій щодня. Зрештою, доля занесла мене у Гельсінське агентство, що розробляло сайти на WordPress — цим я займаюся і сьогодні. У нас була дуже дружня команда, приблизно з десяти людей, з більшістю з них я досі дружу. Ми будували сайти дуже різного рівня складності, удень, вечорами грали в настолки, ділились історіями зі свого життя і влаштовували грандіозні вечірки.</p>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image3.webp\"><img alt=\"\" class=\"wp-image-8751\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2026/07/image3-1024x1024.webp\" style=\"width: 400px;\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Вранішній “Weekly” у booncon PIXELS, моєму першому агентстві у Гельсінкі. Фото зроблене Володимиром Мельниченко. </figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">З цією командою я вперше відвідав подію WordPress: WordCamp Helsinki 2017 — дводенну конференцію. Я не був вражений наповал, але вона відкрила мої очі на дещо. Коли ти працюєш у маленькому агентстві, і живеш у своїй бульбашці, а тут неочікувано відкривається цілий всесвіт. Ти бачиш іншу сторону WordPress — спільноту, людей, які рухають увесь проект вперед, людей, які стикаються з тими самими проблемами, які знаходять творчі способи ці проблеми вирішити. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />Того першого місцевого WordCamp’у було достатньо, щоб нам захотілося рухатися далі. У 2019 році наша команда поїхала до Берліна на WordCamp Europe — це була моя перша закордонна поїздка за межі звичного для мене маршруту між Фінляндією та Україною. Ми провели кілька днів, досліджуючи місто й відвідуючи конференцію. Масштаб відчувався зовсім по-іншому: тисячі учасників і сотні волонтерів, які усе організовують. Стоячи серед цього натовпу, я зрозумів, що хочу бути частиною цього, і не просто як відвідувач.</p>\n\n\n\n<p class=\"wp-block-paragraph\">А потім почалася пандемія коронавірусу.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-порто\">Порто</h2>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image1.webp\"><img alt=\"\" class=\"wp-image-8754\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2026/07/image1-768x1024.webp\" style=\"width: 400px;\" width=\"768\" /></a><figcaption class=\"wp-element-caption\">Я, стою на даху Super Bock Arena, де проводився WCEU 2022. Фото зроблене Олександром Місяц</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe 2020 і 2021 років проходили онлайн, і мені здавалося, що вони втратили найголовніше — тисячі людей, зібраних в одному місці, які заряджають одне одного своєю енергією. Тож коли оголосили, що WCEU 2022 відбудеться в Порту, я почав збирати валізу. Цього разу я приєднався до команди волонтерів, щоб побачити WordCamp зсередини. І це було правильне рішення. Для українців це був непростий час — повномасштабне вторгнення вже тривало, і кожен шукав свій спосіб впоратися з новою реальністю. Для мене цей захід став джерелом сили. Я ближче познайомився з українською спільнотою, жваво дискутував зі спікерами й повернувся з відчуттям, що нарешті зрозумів, нашо той WordCamp.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Та поїздка також допомогла мені усвідомити дещо, над чим я давно розмірковував. Я завжди любив подорожувати, але існував бар&#8217;єр, який не мав стосунку ні до віз, ні до грошей — хоча й вони теж відігравали свою роль. Проблема була в тому, як виправдати саму подорож. Я виріс у культурі, де час потрібно витрачати з користю, тому подорожувати просто заради подорожі здавалося чимось, що важко пояснити. А ось робоча конференція — зовсім інша справа. Це цілком виправдана причина. Ніхто не питає, скільки задоволення ти на ній отримав. Саме так я побував у Німеччині, Португалії, Італії, Швейцарії та Польщі. Наступна — Іспанія.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Відвідувати WordCamp — це одне. Створювати подібний захід — зовсім інше.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wp-suomi-0\">WP Suomi</h2>\n\n\n\n<p class=\"wp-block-paragraph\">У 2025 році я став головним організатором <a href=\"https://wpsuomi.fi/\">WP Suomi</a> — першого незалежного фінського заходу, присвяченого WordPress, що відбувся в Гельсінкі. Місяці, які передували 10 жовтня, виявилися набагато напруженішими, ніж я очікував. Бюджет, логістика, подарунки, мерч, кейтеринг, координація локації — і сотні дрібниць, які мали зійтися в потрібний момент. Пам&#8217;ятаю, як прокидався посеред ночі з думкою, що не встиг замовити щось вчасно і воно не приїде до початку події. Більшість роботи, яка стоїть за такими заходами, залишається непомітною для учасників. Вони бачать програму, їжу, афтепаті. Але не бачать тих пів року, протягом яких окремі деталі поступово складаються в єдину картину.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image5.webp\"><img alt=\"\" class=\"wp-image-8758\" height=\"576\" src=\"https://heropress.com/wp-content/uploads/2026/07/image5-1024x576.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Графіка WP Suomi на великому екрані у холі місця проведення. Графіка створена Сергієм Шенгрінцем</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WP Suomi відвідали близько 300 людей. Після заходу сорок учасників заповнили форму зворотного зв&#8217;язку, оцінивши його в середньому на 4,47 із 5. Але для мене важливішою була не сама оцінка, а те, що люди писали: нетворкінг, атмосфера, зустрічі зі старими друзями й нові знайомства, спільнота, яка відкрито приймає кожного. Читаючи ці відгуки, я згадав себе і те саме відчуття, яке пережив на WordCamp Helsinki 2017, — це щось нове, захопливе й сповнене можливостей.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />Організація WP Suomi допомогла мені значно краще зрозуміти, що стоїть за проведенням таких заходів. Після досвіду волонтера на WCEU, а згодом і головного організатора WP Suomi, я приїхав до Кракова вже з іншим поглядом — набагато краще розуміючи, через що проходять люди, які працюють поруч. Цього року я знову в команді організаторів WP Suomi, але вже в ролі координатора спікерів. Інша відповідальність, інший погляд.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image2.webp\"><img alt=\"\" class=\"wp-image-8760\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/2026/07/image2-1024x683.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Milana Cap готова показати магію з HTML API. Вона одна із двох людей, винних у тому, що я став головним організатором WP Suomi ‘25. Фото зроблене Asanka Hettiarachchi.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-краків\">Краків</h2>\n\n\n\n<p class=\"wp-block-paragraph\">За ці роки WordCamp для мене змінився. Тепер він менше про доповіді на сцені й більше про те, що відбувається між ними. Як організатор, ти все одно пропускаєш більшість виступів, адже тебе одночасно тягнуть у десять різних боків. Але справжнє життя вирує в коридорах і на вечірках після завершення основних сесій.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Особливо важливо це для української спільноти. Війна розкидала нас по всій Європі — різні країни, різні компанії, різні життя. WordCamp Europe став одним із небагатьох місць, де ми можемо знову зустрітися наживо: поділитися тим, що приніс цей рік, побачитися з людьми, яких досі знали лише онлайн, і переконатися, що наша спільнота продовжує зростати попри все. Багато хто не зміг приїхати до Кракова, на жаль дехто вже ніколи не зможе побувати на цих заходах. Для тих із нас, кому це вдалося, ці зустрічі мають особливе значення.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Саме про це ми з Данилом співали на світанку біля Bastion III, хоча ніхто з нас не сказав цього вголос. Сподіваюся, колись мені ще доведеться робити це на афтепаті в Гельсінкі та Києві — щойно це знову стане можливим.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image4.webp\"><img alt=\"\" class=\"wp-image-8761\" height=\"684\" src=\"https://heropress.com/wp-content/uploads/2026/07/image4-1024x684.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Українська команда на WordCamp Europe Torino 2024. Все більше і більше українців приїжджає на цей захід незважаючи на війну. Фото зроблене Максимом Кагарлицьким. </figcaption></figure>\n<p>The post <a href=\"https://heropress.com/essays/listen-the-birds-are-already-singing/\">“Listen&#8230; the birds are already singing” &#8211; “Послухай… пташки заспівали”</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2026 05:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Volodymyr Melnychenko\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"BuddyPress: BuddyPress 14.5, 12.7, 11.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=339549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://buddypress.org/2026/07/buddypress-14-5-0-and-12-7-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2951:\"<p class=\"wp-block-paragraph\">BuddyPress <a href=\"https://downloads.wordpress.org/plugin/buddypress.14.5.0.zip\">14.5.0</a>, <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.7.0.zip\">12.7.0</a>, and <a href=\"https://downloads.wordpress.org/plugin/buddypress.11.6.0.zip\">11.6.0 </a>are now available.</p>\n\n\n\n<p class=\"wp-block-paragraph\">These are security and maintenance releases that include two security fixes, along with a number of compatibility improvements, bug fixes, and code modernization updates. We strongly recommend updating your sites as soon as possible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Highlights</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Two security issues:\n<ul class=\"wp-block-list\">\n<li>Prevent user ID spoofing in the Messages REST API endpoint via improved validation.</li>\n\n\n\n<li>Restrict Component management to Users with the appropriate Capabilities.</li>\n</ul>\n</li>\n\n\n\n<li>Improves compatibility with WordPress 6.9, including support for block style loading optimizations and replacement of deprecated WordPress APIs where appropriate.</li>\n\n\n\n<li>Includes numerous bug fixes across BuddyPress, including BP Nouveau, Groups, Friends, Activity, Administration, and several PHP 8.x compatibility improvements.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Download</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can update automatically from your WordPress Dashboard, or download BuddyPress 14.5.0 directly:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/plugins/buddypress/\">https://wordpress.org/plugins/buddypress/</a></li>\n\n\n\n<li><a href=\"https://buddypress.org/download/\">https://buddypress.org/download/</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">For the complete list of changes included in this release, see the changelog:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://codex.buddypress.org/releases/version-14-5-0/\">https://codex.buddypress.org/releases/version-14-5-0/</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-8935e1e5-ef63-42ee-8c08-67fad827159a\">Many thanks to our 14.5.0 contributors </h2>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks to everyone who contributed patches, testing, reviews, bug reports, and responsible security disclosures that helped make this release possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Contributors include: emaralive, vapvarun, westonruter, joelkarunungan, nikunj8866, shawfactor, r-a-y, t.schwarz, dcavins, noruzzaman, rollybueno, potcus, pratiklondhe, yatesa01, bhargavbhandari90, amitraj2203, GaryJ., espellcaste, needle, and johnjamesjacoby.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Security issues were responsibly disclosed via the <a href=\"https://hackerone.com/wordpress\">WordPress Bounty Program over at HackerOne</a> and through the <a href=\"https://make.wordpress.org/plugins/\">WordPress Plugins Team.</a> If you were not properly attributed for your contribution here, leave a comment and we&#8217;ll get you added.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2026 17:57:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Open Channels FM: Signal – Issue 16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://openchannels.fm/signal-issue-16/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"Insights into the DevRel role\'s importance, explore endless API possibilities, and consider the balance of digital freedom, cost, and usability in today’s tech landscape.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2026 13:04:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Matt: USA 250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153462\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://ma.tt/2026/07/usa-250/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2410:\"<p class=\"wp-block-paragraph\">This auspicious 250th Independence Day, I find myself thinking of what <a href=\"https://om.co/2013/08/13/iamerican/\">Om wrote in iAMerican when he became a US citizen in 2013</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">On a globe, America is a landmass, a country. In an immigrant’s heart it is a belief that future is almost always better. It may not be perfect and it is certainly not equal, but it still is one of a kind — the only place where an absolute stranger with a funny name and a funny accent with no friends or contacts can show up, work hard and actually get to do what he was destined to do. [&#8230;]</p>\n\n\n\n<p class=\"wp-block-paragraph\">In most places in the world, outsiders like me don’t have that chance. That simple truth is what makes America so special. A chance – to be somebody even if you are nobody. America is a state of mind and I have opted-in!</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">I feel lucky to have been born here, and if I hadn&#8217;t been, I think I would have gotten here as fast as I could. I&#8217;m grateful to the public schools that educated me, the <a href=\"https://ma.tt/about/#teachers\">teachers</a> who pushed me, the internet that freed my mind, and the culture of risk and innovation in technology that <a href=\"https://ma.tt/2006/04/a-little-funding/\">invested a million dollars</a> in a 21-year-old dropout kid trying to <a href=\"https://automattic.com/\">build a company</a> around (but not replacing) <a href=\"https://wordpress.org/\">an Open Source project</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s not unimaginable that these things could have happened someplace else, but it would have been a long shot.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On the lighter side, <a href=\"https://www.youtube.com/watch?v=JYqfVE-fykk\">SNL&#8217;s Washington&#8217;s Dream skit is one of their best ever</a>, <a href=\"https://www.youtube.com/watch?v=Q3RjZY-rSsc\">Google has a pretty funny commercial reimagining the Declaration being written</a>, and <a href=\"https://www.youtube.com/watch?v=ezs9h7Td8Zg\">another famous Matthew (McConaughey) gives a great 2-minute speech</a>. &#8220;We need skeptics. Yes, we do. We do not need cynics. One cares enough to question, which we should, and the other one&#8217;s already quit.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 05 Jul 2026 06:59:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Open Channels FM: Open Source as Foundation, Not Final Answer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556361\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://openchannels.fm/open-source-as-foundation-not-final-answer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"In ecommerce, it’s not just about the tech but how it helps merchants grow. Open source can offer control and adaptability, especially with platforms like Woo and WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jul 2026 09:59:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"WPTavern: #223 – Ivana Ćirković on How WordPress Credits Bridges Education and Industry in the WordPress Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wptavern.com/podcast/223-ivana-cirkovic-on-how-wordpress-credits-bridges-education-and-industry-in-the-wordpress-ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:38278:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case how WordPress Credits bridges education and industry in the WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Ivana Ćirković. Ivana is a digital marketer with 18 years of experience working both in and out of the tech industry, and currently leads marketing at WPBakery. She&#8217;s an active participant in WordPress events, having attended, and spoken at, numerous local and international word camps over the years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In this episode, our focus is on the WordPress Credits initiative. We learn how this program, launched by the WordPress Foundation, connects students with real world opportunities to contribute to the WordPress ecosystem, earn certifications, and increase their competitiveness in the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana discusses her own experience as a WP Credits mentor, working with students as they learn about digital marketing, remote work, and other open source contributions. We explore, how universities can modernise their curriculums, and real world value for students by participating in the initiative, and how businesses can get involved, not just to support the community, but to help shape and discover future talent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program&#8217;s evolving structure also gets attention, and we learn how students are guided through hands-on activities such as translation or documentation, and how their progress is tracked publicly via profiles on wordpress.org. Ivana shares the opportunities and challenges for both educators and businesses with thoughts on accountability, mentorship, and the need to bring new faces into the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in the future of WordPress, education, or bridging the gap between academia and industry, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to find out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so without further delay, I bring you Ivana Ćirković.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Ivana Ćirković. Did I get that right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:14] <strong>Ivana Ćirković:</strong> Yes. Excellent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:16] <strong>Nathan Wrigley:</strong> Thank you. This is my first interview at WordCamp Europe 2026. I&#8217;m guessing because we&#8217;re on the first day of the event and it&#8217;s quite early in the morning, it&#8217;s 10 in the morning, I&#8217;m guessing you cannot have done your presentation yet?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:30] <strong>Ivana Ćirković:</strong> Not yet. Tomorrow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:32] <strong>Nathan Wrigley:</strong> Do you get nervous with these kind of things?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:34] <strong>Ivana Ćirković:</strong> I get nervous all the time. I&#8217;ve been doing this for 12 years, it never gets easier. It is what it is.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:39] <strong>Nathan Wrigley:</strong> Well, the presentation that you are doing is going to be the focus of what we&#8217;re talking about today. So do you just want to tell us a little bit about the topic that you&#8217;re talking about, but also just give us a bit of a general bio about who you are and what you do. So just tell us about you and about your presentation basically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:56] <strong>Ivana Ćirković:</strong> Okay. First thing first, I would like to introduce my presentation, or the talk, that is build up around WordPress Credits initiative, which is something that WordPress has rolled out late last year in December. And I applied to be a mentor to support students into their entering into WordPress. Got accepted, did my courses, passed them and started working with students on their, first entering the WordPress society, how everything works, contributing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And out of all of this, I came up with the idea of sharing the story about WordPress Credits. What it is, why it is important, not just for the WordPress community, but also for universities all around the world for businesses to support, because there is an angle and huge opportunity for them too. And hopefully inspire people to join and become part of it more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As far as I&#8217;m concerned, my name is  Ivana Ćirković and I am a digital marketer for 18 years. I&#8217;ve been working inside tech organisations, tech industry, but also outside of it. So I&#8217;m the multiverse. And lately, for past couple of years, I&#8217;ve been working in WPBakery, in marketing their product, and talking to people, sharing knowledge of what we do, how we do it, and so on. In the meantime I am attending many, many WordCamps, local and international ones, giving lectures, giving talks about digital marketing and all things related.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:39] <strong>Nathan Wrigley:</strong> So are you here at this event, not just to give your presentation, are you also here on behalf of WPBakery to represent them and the products that they have as well?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:47] <strong>Ivana Ćirković:</strong> Yes, we are sponsors. I am speaker, I was table lead for marketing on Contributors Day. So we are wide into the ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:56] <strong>Nathan Wrigley:</strong> I have to say, having only been in this event space for about an hour, I&#8217;m actually deeply impressed by this particular event. It really is a gigantic venue. It&#8217;s so pleasurable as well to see the WordPress community in such large numbers here. And so we&#8217;re looking forward to a really good event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, let&#8217;s kick off with the topic at hand then. So it occurs to me that many people listening, whilst they&#8217;re using WordPress and they&#8217;re kind of, I don&#8217;t know, they&#8217;re building websites for people, and they&#8217;ve got products and plugins and they&#8217;re just general users. It may be that the community piece, and the educational piece, is nothing that they&#8217;ve heard of before. So would you just tell us a little bit about what WP Credits is as far as you&#8217;re concerned, just to give us that broad background of what it is?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:40] <strong>Ivana Ćirković:</strong> Okay. So WP Credits program is initially made to bring new young people into the WordPress, to broaden the ecosystem with the new fresh blood, new contributors. And to do so, WordPress Foundation initiated this program to connect with universities all across the world. To connect students to some programs, to learn about WordPress through contribution. For that, they will get graded and get certification, which in the end will help them be more marketable, and have more modern knowledge of what is needed in today&#8217;s job market, and to be more competitive and more appealing to potential employers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So by doing so, WordPress Credits aims to broaden the ecosystem, to strengthen the WordPress community, and WordPress itself. But also to put new generations in more marketable place, and to help them get more profitable jobs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:45] <strong>Nathan Wrigley:</strong> Thank you. That was a really nice summary. In terms of your personal commitment to it and what have you, how did you fall into it as a thing that you were doing? And is this something that you get sponsored for from WPBakery, or is it personal and simply a sort of philanthropic thing that you are doing on the side?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:01] <strong>Ivana Ćirković:</strong> Yeah, so basically, I&#8217;ve been doing education my whole professional life. So it&#8217;s something that comes natural to me. In my local country, in Serbia, I do informal education for high schoolers and primary school&#8217;s children about digital marketing, digital literacy. This is like very natural to me. I&#8217;m being sponsored by WPBakery to do so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And the program works like, initiative needs people, needs more mentors to get involved. More than it needs like product and businesses to support with their products. So if there are businesses who are maybe interested in support through their product, know that you need to put your people first to actually get involved and contribute, and then you can offer products as the side piece, so to say.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:52] <strong>Nathan Wrigley:</strong> So yeah, it seems that you&#8217;ve got a lifelong interest in education as well. Okay, that gives me some sort of hook there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, if I was to say WP Credits to the people outside, the people who already knew about it, I think would probably peg it as entirely educational in nature, just an education initiative. But curiously, your presentation, the notes that went with that and the blurb that went on the WordCamp Europe website, you kind of make the point that it&#8217;s much bigger than that, and you get into businesses and the students themselves and universities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the students in universities bit, well, that&#8217;s the education piece. But the business bit, what&#8217;s going on there? Because I definitely hadn&#8217;t drawn that intuition. I thought education from top to bottom. But business, okay, where does that fit in?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:37] <strong>Ivana Ćirković:</strong> I will get the hot insights from the talk. So basically, there is more than what meets the eye, so to speak. Businesses have unique opportunity to shape people they want to employ by getting involved as mentors. They also get the chance to see firsthand how those young minds work in real environments, in real contribution. And they get the chance to pick and choose who they want to employ by seeing them work on some real things. Whether it&#8217;s documentation, whether it&#8217;s translation or programming, developing something, AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We need more people who know what they do, although they are young. By having students in this program, they are working on not fictional things, but actual things that really contribute to community and businesses as a whole. By supporting this initiative, businesses then in relations to that can get more insights into who they want to employ. So on top of that, they are building the better market for themselves as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:42] <strong>Nathan Wrigley:</strong> I guess the student university piece is fairly obvious. You know, WP Credits and the people working on that project communicate with universities, they&#8217;re probably easy to find. You know, if you go to a phone directory for example, they&#8217;ll all be there. And it&#8217;s an easy thing to do. You phone up the university and see if there&#8217;s interest. And I know that some universities have taken up the WP Credits program. And it seems to be, as far as I can work out, it seems to be working very successfully.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How are you going to make the connection with businesses? Because that seems like a much more scattered, I don&#8217;t know if you&#8217;re going to be working with big businesses, you know, huge companies or if it&#8217;s going to be kind of more the businesses on the street, the smaller businesses, that kind of thing. So, I&#8217;ll just sort of hand it over at that point.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:23] <strong>Ivana Ćirković:</strong> So basically, web agencies, businesses around WordPress, we know they have an issue with new employees onboarding last, let&#8217;s say three to six months. That cost time and money and other people who are teaching them what needs to be done and how.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then we have WordPress Credit students who are already doing that junior type of work within contribution. They&#8217;re already onboarded through using Slack, knowing how to do remote work, what needs to be done. So businesses supporting WordPress Credits initiative can choose those students and spend less time and money and energy in onboarding them because they already went through that by doing WordPress Credits program.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:10] <strong>Nathan Wrigley:</strong> Yeah, I guess if you are a small web agency, it&#8217;s highly likely that you won&#8217;t necessarily have an induction program finely tuned, so that the young people that are coming through have this sort of specialised system where they can get some accreditation. It&#8217;s probably more, okay, I&#8217;m going to assign you to John this week and then next week you&#8217;re going to go over to Susan and follow what they&#8217;re doing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So is there a sort of structured program that, let&#8217;s say a web agency based in London could drop into and receive documentation about? Where are we at with that whole process for the busineses?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:44] <strong>Ivana Ćirković:</strong> Yeah, so since this initiative is still fairly new and we already have just one generation of students that are passed the program, this is something in development. So at the moment, we still don&#8217;t have like a specific structure that is based just for agencies and businesses in general, but it is something that we are considering and working towards too. So definitely.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On the other hand, the upper management organisational team might not be aware to the fullest what am I about to talk. So it might come as a surprise to them, but also it is something in the works as well. So give us some time and we will come up with something.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:26] <strong>Nathan Wrigley:</strong> Yeah, it feels like that would be something really credible. Because if you&#8217;re a small business owner, the last thing you want to be doing is kind of wasting time. And onboarding somebody might be something that you&#8217;d have to divert weeks into, you know, syphoning employees off, writing documentation, SOPs, those kind of things. And if you could just pick something up off the shelf that was tried and tested over many years, that would actually be really handy. So good luck. I hope that that initiative comes off.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In terms of students, if you were a student, let&#8217;s say you are at a university, or you are looking for work, what would you say would be some of the top line items that you would mention as to why WP Credits is worth looking at? Because, you know, if I&#8217;m at a university, there&#8217;s probably a thousand different things that I could be doing. WP Credits would be in competition with all of those. Why do you think it&#8217;s something that young people should be taking care of to look at?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:17] <strong>Ivana Ćirković:</strong> Yeah, I would think differently, in that sense. Universities curriculums are outdated comparing to the industry that we are living and working in. So WordPress Credits gives something that is in trend. That is happening now that people are using and working now. So students who choose to go to this program are gaining the most efficient and not outdated curriculum, and things that are being worked on in this moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And this is bigger than WordPress. It is initially for WordPress, but the knowledge students get, nobody can take that away. They learn to be outspoken. They learn to use all the necessary remote work tools that is applicable in all the industry.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So we are really encouraging them to be very marketable employees and people who have portfolios, whether they choose that category that brings them portfolio. That is very transparent throughout whatever they do. Because on wordpress.org, every contribution is noted. So they&#8217;re building their own business brand by doing WordPress Credits. And in that way they are more marketable and can get more business opportunities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:42] <strong>Nathan Wrigley:</strong> I didn&#8217;t realise that the wordpress.org profile, is it the profile that you mean?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:47] <strong>Ivana Ćirković:</strong> Yes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:47] <strong>Nathan Wrigley:</strong> Each time you participate in one of these credit programs, that will be a badge, for want of a better word, that you can display and it will be freely available for the public. And presumably that will be difficult to acquire. That&#8217;s the wrong word. What I mean is, it won&#8217;t be simple to acquire. You will genuinely have had to.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:07] <strong>Ivana Ćirković:</strong> Yes, you need to do the work. Let&#8217;s say students are interested in translation. So they go to Polyglots team and they get assigned to a mentor who is on weekly basis working with them on onboarding, helping them how to navigate through wordpress.org website, translation, what needs to be done. And basically, for that student, they need to translate to have approved translation, 150 strings approved.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that doesn&#8217;t mean, okay, I will translate 150 words. No, no. You might need to translate 500 words out of which 150 is approved. And this is the bare minimum you need to do in order to get that badge that you contributed. Because that contribution, each contribution needs to be something very specific and tailored to help other people. That is very open and helpful.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:00] <strong>Nathan Wrigley:</strong> So you mentioned translations there, which obviously is just one of multiple things that you could do, and we could list them all out, but we won&#8217;t. How is that curriculum, I&#8217;m doing air quotes, how is that curriculum decided upon? In other words, how do you decide, okay, I&#8217;m going to do a bit of translation, I&#8217;m going to do a bit of work on Core, I&#8217;m going to work for the Plugin Review Team? How is that decided? And, how is it decided by the institution, I guess that that&#8217;s going to equal something which our university will stamp as part of your degree, let&#8217;s say?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:33] <strong>Ivana Ćirković:</strong> Yeah. So basically, that is all arranged between the foundation and universities. You won&#8217;t get IT students doing marketing if that&#8217;s not their preferable choice. So students opt in. They&#8217;re given the whole like curriculum, categories of things they can contribute to. And the one they choose, this is the one they stick to throughout all the programs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So you cannot switch in between like translation and documentation, or plugins, or WP-CLI whatever. The whole program stick to one chosen category. And that is all aligned with the, let&#8217;s say, topic of university. So IT is preferable for IT related contributions. Communications are also more favourable towards translation community, marketing. So it&#8217;s aligned that way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:23] <strong>Nathan Wrigley:</strong> So flipping that round, so we&#8217;ve been talking about it from the point of view of the students. Now let&#8217;s just flip it around to the point of view of the university. I guess the same thing applies. They would have to communicate with the Foundation and say, okay, these are the kind of things that we wish our students to do. These particular strands, we will, you know, if they do 500 translation strings, that will count as something. I guess there&#8217;s got to be some interface between the Foundation and each university to establish what a credit equals.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:50] <strong>Ivana Ćirković:</strong> Yeah, common ground as to how WordPress Credits adds to the official curriculum of the university. And the thing that university get out of it, they are in position to offer modern, in trend, teachings, and that makes them more appealing to next generation of students. Because the more their existing students who are in the WordPress Credits program are succeeding, the more desirable the university gets to newer generations because they don&#8217;t teach outdated curriculums. They&#8217;re aligning to what is now efficient and needed in the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:30] <strong>Nathan Wrigley:</strong> I suppose also as well, when I was at university, there was a choice of about, I don&#8217;t know, four things to do each year. Something like that. You could do this or this or this. And you had to pick one of them and that was your pathway. This feels much more wide open because knowing the WordPress ecosystem, I know that there&#8217;s dozens, maybe multiple dozens of different things that you could be involved in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s quite appealing as well, isn&#8217;t it? You know, you can just take a little nibble of this one thing, and another nibble of this. And so there&#8217;s potentially multiple dozens of different pathways that you could pick. And whilst you say that, once you&#8217;ve decided you&#8217;ve got to stick to that, well, that&#8217;s fair enough, but the fact that you&#8217;ve got so many different ways that you could choose. That to me as a university student would&#8217;ve been really appealing. The fact that there&#8217;s so many different things that you could do.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:15] <strong>Ivana Ćirković:</strong> Yeah. And once they got in, the overall input that we get from students that, first they don&#8217;t know that something like this exists. And once they go deep and start work, it&#8217;s like, wow. The whole mind just shifts, and they are amazed by all the possibilities that they can do within WordPress that isn&#8217;t talked about.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:36] <strong>Nathan Wrigley:</strong> Yeah. And I presume they get to do it in the way that the WordPress community works, which is remotely distributed and when you wish to do it. So long as I, you make the end of the university period of whatever a semester is or something, so long as you make the deadline, you can do it at night or in the early morning or.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:57] <strong>Ivana Ćirković:</strong> Exactly. So they are training to be like workers as we all are today, that are not restrained with some deadlines or by official university rules. They&#8217;re accountable for the final output. How will they come to that output? It&#8217;s entirely up to them because, yes, they are young but they&#8217;re not so young that they cannot be held accountable for their actions. So they need to do the work. We got weekly mentorships and assessments. So it&#8217;s a fun ride.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:31] <strong>Nathan Wrigley:</strong> So just touching on that, the sort of ongoing support that every student needs, because with the best rule in the world, there&#8217;s a proportion of students who will leave everything to the last minute. I&#8217;m looking at myself in the mirror when I say that. So that ongoing support, it&#8217;s a weekly sort of huddle. And is that like a one-to-one thing or is it a one to many thing?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:50] <strong>Ivana Ćirković:</strong> Yeah, so depending on the number of students, if a mentor has a one or two students, it can be one-to-one. If there are more like five or six, it&#8217;s better to have a group meeting on a weekly basis, and then Slack chats in between if anything is more needed than that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So basically we go through what they did last week, are there any setbacks or they need additional help, or do they need information from other parts of the team? Are they interested in something else? So we are really trying to get them involved in a way that matters to them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the things that each student needs to do, no matter section they chose, is to create a blog and to have weekly blog posts. So we discuss about that. What interests them. Whether they want to be something personal like, or professional like. So it&#8217;s very interesting to see how they think and how they express themself and how they build their online persona.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:55] <strong>Nathan Wrigley:</strong> Do those huddles take place on a, let&#8217;s say university by university basis? So for example, when you join and you mentor students, are they from the entire WP Campus project, or are you doing it from the university of this town and the university of that town?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:13] <strong>Ivana Ćirković:</strong> No, it&#8217;s mixed and matched.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:14] <strong>Nathan Wrigley:</strong> So, okay, well that&#8217;s a real strength as well it feels, because presumably then you&#8217;re on a call with people potentially from all over the world. Certainly people that you may not have encountered before. And those sort of serendipitous chance encounters can sometimes be some of the more meaningful ones. You know, work comes out of those things, and meetups come out of those things, and unexpected things come out of those things. So that must be really nice as well, watching those kind of things happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:42] <strong>Ivana Ćirković:</strong> Yeah, it&#8217;s like nothing I experienced before. And just to have the privilege to talk and work with those people, you never know what can come up out of them, and out of our connections. And I get inspired every time we have chats and they make me want to be a better educator.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:03] <strong>Nathan Wrigley:</strong> Oh, that&#8217;s interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:04] <strong>Ivana Ćirković:</strong> So, yeah, that&#8217;s my take out of all this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:06] <strong>Nathan Wrigley:</strong> Yeah. Okay, so there&#8217;s actually some psychological benefit for you as well. You get a real nice feeling of it. Okay, that&#8217;s really good.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So with the best will in the world, a university, every year there&#8217;s a cohort of children, young adults, whatever it may be, whichever institution it is, and a proportion of them will work diligently and hard and they will succeed. And some others maybe not so much.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How does that work? How do you ensure that everybody gets through it? And I don&#8217;t know if there&#8217;s enough data to answer this question. Again, I&#8217;m doing air quotes, how is the pass rate? Do most people that embark on this get through the necessary things? Or is there a fair bit of, I don&#8217;t know, discipline, for want of a better word, that needs to be applied and cajoling people to get through it?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:46] <strong>Ivana Ćirković:</strong> Yeah, so I touched base on the accountability. So we have not strict rules, but recommendations. Weekly mentor chats, async communication through Slack. They all have weekly tasks that needed to be done. So if a student don&#8217;t answer the message or come to weekly mentor call three times, they are no longer WordPress Credit students. And that is the accountability.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You need to show yourself that you are willing to do the work. So if you don&#8217;t care, we won&#8217;t force you to do that if you don&#8217;t want to. We will set reminders, we will call back, we will reach out. But if you are no show, no tell anything for three times, then evidently you are not for that. You don&#8217;t wish to be there, and we won&#8217;t force you to be there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:40] <strong>Nathan Wrigley:</strong> And then in some way, are you required then to report that back to the institution and sort of say, okay, we&#8217;ve reached the end of the road here, and then it&#8217;s for them to figure out how that impacts. And presumably the students can.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:53] <strong>Ivana Ćirković:</strong> Their grades, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:53] <strong>Nathan Wrigley:</strong> Yeah, their grades what have you, okay. Touching back on the sort of business side, because we&#8217;ve dwelled a lot with students and universities and we&#8217;re going to stay with students, because that&#8217;s really the underpinning of the whole thing. How has the business side of things, is it taking off? You were describing that it&#8217;s kind of like a new thing. Have you got any sort of success stories or anecdotal evidence that people do in fact want this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:15] <strong>Ivana Ćirković:</strong> Yeah, so it&#8217;s still fairly new, so we don&#8217;t have those anecdotes yet. One of the reasons why I&#8217;m here at the WordCamp Europe is to find out and to get new perspective from businesses to like reach out to them to see what they think about the program. Would they want to be evolved. And how to give tips, maybe how we can improve. So stay tuned for more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:38] <strong>Nathan Wrigley:</strong> Yeah. And it is interesting, when you walk around an event like this, I don&#8217;t have the exact numbers, but the demographic is definitely skewing older. There&#8217;s not so many 18 year olds. And if this community wishes to carry on, at some point the age demographic will get to retirement age.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:57] <strong>Ivana Ćirković:</strong> Yeah. Just last night we were talking. I&#8217;ve been in the community for 11 years. And for 11 years all the same faces are here. And we really need new faces. But to get new faces, WordPress Credits is one part of the solution. But then again, we need to meet young people where they are. And they are not on the conferences, they are not on websites, they don&#8217;t use websites, they don&#8217;t care about websites. They are on very specific social media channels. And if we want to get fresh, new, young blood, we need to go there and to present what we do in a way that matters to those kids.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:35] <strong>Nathan Wrigley:</strong> In terms of success, if you were to, I don&#8217;t know, let&#8217;s imagine that we could cast our minds forwards five years, let&#8217;s go for that. What would you like to have happened with WP Credits? Would you like, for example, to see a bunch of 20 somethings wandering around in an event like this? Does it matter that they&#8217;re involved in the community and doing WordPress events and contributing to Core and those kind of things? Or is success just more broadly, people are using WordPress? You know, it&#8217;s still a project. What&#8217;s your take on, what does success look like in five years?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:08] <strong>Ivana Ćirković:</strong> For me, I would like to see more young people involved. Yes, we will always have users because in its core, WordPress is a very useful tool. And I&#8217;m happy to stumble upon that tool many, many years ago to use it both personally and professionally. But I really want to see young people involved in a way that we were involved 10, 15 years ago, and to see what can happen with WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I strongly believe it&#8217;ll be transformed, not with AI or all other flashy trends. WordPress has always been about people. And we need new people, we need young people to get it where it needs to be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We are getting older and don&#8217;t have strengths or stamina to do so for how many long years. By having new kids, fresh perspectives, I&#8217;m really excited to see what they can come up with next.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:08] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s kind of handing over the baton in a way, isn&#8217;t it? Seeing what the future holds. Yeah, I definitely have concerns that the age demographic is skewing. And no matter what has happened in the past, I don&#8217;t see it being backfilled with younger people moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I think that&#8217;s largely because we just assumed that that age demographic would fill itself, because we were excited about it, so the younger generation will be excited about it. Well it turns out the world moved on. And TikTok came along, and YouTube became a massive thing and mobile phones and all the different platforms became a thing. And so the attention was put elsewhere by many young people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so I suppose we needed to come up with a system where we are, in a sense, just putting it in front of their face and saying, look, it&#8217;s here. You know, you&#8217;re a university student, you are somebody looking for work in a small business. Here&#8217;s a credible way of getting involved in something which potentially could change your life. That seems like the most credible way of doing it at the moment. And I guess we&#8217;ll just have to see what the next five years brings.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In which case, is there anything that you felt you wanted to touch on that you wanted to get out of this chat before we finished?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:15] <strong>Ivana Ćirković:</strong> No, I think you did it masterfully. And we touched base on everything that needed to be said.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:20] <strong>Nathan Wrigley:</strong> Perfect. In that case, I will say Ivana, thank you for chatting to me today. Fingers crossed that your presentation goes well tomorrow, and that you pack the place out, and that by this time next week, you are extremely busy with the WP Credits program. Thanks for chatting to me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:34] <strong>Ivana Ćirković:</strong> Thank you. Thank you for inviting me.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Ivana Ćirković.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana is a digital marketer with 18 years of experience working both in and out of the tech industry, and currently leads marketing at WPBakery. She’s an active participant in WordPress events, having attended and spoken at numerous local and international WordCamps over the years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In this episode, our focus is on the WordPress Credits initiative. We learn how this program, launched by the WordPress Foundation, connects students with real-world opportunities to contribute to the WordPress ecosystem, earn certifications, and increase their competitiveness on the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana discusses her own experience as a WP Credits mentor, working with students as they learn about digital marketing, remote work, and open source contributions. We explore how universities can modernise their curriculums and add real-world value for students by participating in the initiative, and how businesses can get involved, not just to support the community, but to help shape and discover future talent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program’s evolving structure also gets attention, and we learn how students are guided through hands-on activities such as translation or documentation, and how their progress is tracked publicly via profiles on WordPress.org. Ivana shares the opportunities and challenges for both educators and businesses, with thoughts on accountability, mentorship, and the need to bring new faces into the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re interested in the future of WordPress, education, or bridging the gap between academia and industry, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://learn.wordpress.org/course/wordpress-credits/\">WordPress Credits</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wpbakery.com\">WPBakery</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://europe.wordcamp.org/2026/session/what-it-really-means-to-be-a-part-of-the-wp-credits-program/\">What it (really) means to be a part of the WP Credits program?</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jul 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Open Channels FM: Signal – Issue 15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://openchannels.fm/signal-issue-15/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Insights on community support, decision-making, starting new projects, and the importance of agency reputation in hosting. Engage and share!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jul 2026 13:11:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Aaron D. Campbell: Open Source Support Can’t Depend on Charity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://aarondcampbell.com/?p=2933\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://aarondcampbell.com/2026/06/open-source-support-cant-depend-on-charity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:470:\"<p>Companies depend on open source software. Supporting the projects that support your business shouldn\'t be treated as charity; it should be part of sustaining the infrastructure, ecosystem, and user trust your products rely on.</p>\n<p>The post <a href=\"https://aarondcampbell.com/2026/06/open-source-support-cant-depend-on-charity/\">Open Source Support Can&#8217;t Depend on Charity</a> appeared first on <a href=\"https://aarondcampbell.com\">Aaron D. Campbell</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 13:19:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Open Channels FM: Thoughts on the Human Side of AI Acceleration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555792\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://openchannels.fm/thoughts-on-the-human-side-of-ai-acceleration/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"AI is evolving super fast, boosting productivity but also causing burnout and a loss of human touch. We need to balance tech with authentic human insights.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 11:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: Aligning WooCommerce Marketing Strategies for Community Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/aligning-woocommerce-marketing-strategies-for-community-success/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"In this episode we’re chatting about a topic that matters to everyone in the WooCommerce world and beyond: how OSS communities can come together to market themselves more effectively.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 09:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.org blog: The First AI Leaders Graduates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20951\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/06/ai-leaders-graduates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4846:\"<p class=\"wp-block-paragraph\">On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through <a href=\"https://ai-leaders.org/\">AI Leaders</a>, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them earned it by building real projects, applying generative AI to genuine work, and contributing to the open source software that powers more than 40% of the web. Students who completed the course also earned $1,000, made possible by a donation from Automattic and UIC. This celebration was the moment the program had been building toward since it was <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">first announced in February</a>.</p>\n\n\n\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-center has-white-color has-text-color has-link-color has-normal-font-size wp-elements-2 wp-block-paragraph\"><strong>Explore the project portfolios built by this year’s AI Leaders</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://aileaderswp.blog/\"><img alt=\"\" class=\"wp-image-20975\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/aileaderswpblog-scaled.png?ssl=1\" /></a></figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aileaderswp.blog/\"><strong>AI Leaders · Class of 2026</strong></a></div>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">When the pilot launched, the goal was to test whether open source learning could connect directly to job pathways rather than stopping at a certificate. What makes this program distinct is that it is built on open source from the ground up: students learn on WordPress, contribute to it, and use generative AI the way the WordPress ecosystem uses it every day, leaving with a credential that employers can verify and a community that continues long after the course ends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The pilot reflects a shared belief that AI and open source skills should be within reach regardless of where someone lives or what they can afford.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress was built to expand access to publishing and participation on the open web.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The program is a collaboration with distinct roles for each partner. It is funded through the <a href=\"https://osf.it.uic.edu/\">UIC Tech Solutions Open Source Fund</a>, with support from the <a href=\"https://www.uic.edu/\">University of Illinois Chicago</a> and <a href=\"https://automattic.com/?p=867048\">Automattic</a>, while the WordPress project and the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> contribute to the development of the curriculum itself.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first cohort was just the beginning. The gathering in Chicago brought this group together with employers and agencies, and further job placements are already in motion. </p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-center wp-block-paragraph\">The next round of AI Leaders is on the horizon. Subscribe for updates to be the first to hear when the next cohort opens and how to take part.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://ai-leaders.org/#apply\"><strong>Subscribe for AI Leaders Updates</strong></a></div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-dark-strokes-grey-color has-alpha-channel-opacity has-dark-strokes-grey-background-color has-background\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>WordPress offers a wide range of educational opportunities for people at every stage, from first steps to advanced contribution. Explore workshops, lesson plans, and community-created resources designed to help you build practical skills while connecting with others who are learning and contributing at <a href=\"https://wordpress.org/education/\">WordPress.org/education/</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 20:29:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Open Channels FM: Six Months In: What Open Channels FM Has Been Talking About in 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555969\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://openchannels.fm/six-months-in-what-open-channels-fm-has-been-talking-about-in-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"In the first half of 2026, conversations on AI\'s impact, WordPress 7.0 launch, and the importance of the open web emerged. Key themes included rethinking work, community, and embracing uncertainty.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 07:31:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: Om Links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://ma.tt/2026/06/om-links/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6357:\"<p class=\"wp-block-paragraph\">There has been a lot of excitement about the OmFest idea. If you&#8217;d like to attend or contribute, <a href=\"https://docs.google.com/forms/d/e/1FAIpQLScyY9c5MowPFW6BmIitqaaF3T-ykM_d8eD2pq2XqwSt7N50zg/viewform?usp=header\" rel=\"noopener\" target=\"_blank\">please fill out this form as soon as possible</a> so we can gauge the type of venue we need.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Update: <a href=\"https://thankyouom.com/\">ThankYouOm.com from Michael Galpert pulls together all the tweets, Instagram posts, and blog posts into a beautiful site</a>.</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s truly a testament to how Om lived life to see the outpouring of remembrances <a href=\"https://om.co/2026/06/24/1966-2026/\">in comments on the post</a> and <a href=\"https://www.techmeme.com/260625/p50#a260625p50\">around the web on Techmeme</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I do wish he had been more public earlier in his health journey. You never know what you&#8217;ll learn. I&#8217;ll take that as a lesson for myself if I&#8217;m ever in a similar situation.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There have been some great long-form writings about Om:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://daringfireball.net/2026/06/om\">John Gruber ties together Apple, the Yankees, and luggage</a>. &#8220;<em>He not busy being born is busy dying</em>, wrote Dylan. Om Malik wasn’t busy dying even when he was dying.&#8221;</li>\n\n\n\n<li><a href=\"https://brian.blog/om/\">Brian Sirgutz, Curiosity and the Art of Being Seen. On Professor Om &amp; the Malik School for Gifted Omies, Derek Jeter and Truth in Legacy</a>.</li>\n\n\n\n<li><a href=\"https://www.hodinkee.com/articles/in-loving-memory-of-om-malik-friend-writer-venture-capitalist-and-ever-the-believer\">Ben Clymer on Hodinkee</a>. &#8220;Om changed my life. He did it in many ways, often slowly and with subtlety, always with kindness and eminent belief in me.&#8221;</li>\n\n\n\n<li><a href=\"https://staceyoniot.com/thank-you-om-malik/\">Stacey Higginbotham</a> from the original GigaOM.</li>\n\n\n\n<li><a href=\"https://mathewingram.com/work/2026/06/25/om-malik-1966-2026/\">Mathew Ingram</a>.</li>\n\n\n\n<li><a href=\"https://www.nytimes.com/2026/06/26/technology/om-malik-dead.html\">The New York Times did an obituary</a>.</li>\n\n\n\n<li><a href=\"https://runtimewire.com/article/om-malik-taught-silicon-valley-to-read-itself\">Ryan Merket on RuntimeWire</a>.</li>\n\n\n\n<li>Om introduced <a href=\"https://krutal.blog/2026/06/26/om/\">Krutal Desai as his son</a>. &#8220;He had a rare gift of seeing 20 steps ahead while explaining things with remarkable simplicity. He gave wisdom freely, never seeking credit, only wanting to help others succeed.&#8221;</li>\n\n\n\n<li><a href=\"https://susanhobbs.blog/2026/06/27/the-gravity-of-om/\">Susan Hobbs</a>. &#8220;He was a teddy bear to those fortunate enough to know him. [&#8230;] Om created gravity. He was someone you wanted to be around.&#8221;</li>\n\n\n\n<li><a href=\"https://founderthings.substack.com/p/interview-om-malik\">Helena Price shares her thoughts and an old interview of Om</a>. &#8220;If you believe and you can’t seem to do anything other than think about something, you’ve just got to keep doing it. I think the universe has to follow. What’s the point of living if you don’t chase what’s important to you?&#8221;</li>\n\n\n\n<li><a href=\"https://pradeep.md/2026/06/25/om.html\">Pradeep Elankumaran</a>.</li>\n\n\n\n<li><a href=\"https://blog.naveen.com/2026/06/om-2/\">Naveen Selvadurai</a>.</li>\n\n\n\n<li><a href=\"https://explorers.com/my-friend-om/\">Christopher Michel</a>.</li>\n\n\n\n<li><a href=\"https://x.com/jgheller/status/2070267958891524448\">Jonathan Gheller</a>.</li>\n\n\n\n<li><a href=\"https://x.com/mamoonha/status/2070255545643364515\">Mamoon Hamid</a>.</li>\n\n\n\n<li><a href=\"https://boingboing.net/2026/06/25/om-malik-1966-2026.html\">Rob Beschizza on Boing Boing</a>.</li>\n\n\n\n<li><a href=\"https://www.airsugar.com/p/om-malik-1966-to-2026\">Brian Sugar</a>.</li>\n\n\n\n<li><a href=\"https://hugo.blog/2026/06/25/r-i-p-om-malik-%f0%9f%96%a4/\">Hugo Barra</a> on how Om got him to write.</li>\n\n\n\n<li><a href=\"https://everwas.com/2026/06/om/\">Ian Kennedy</a>, also with some great quotes.</li>\n\n\n\n<li><a href=\"https://toni.org/2026/06/25/om-malik/\">Toni Schneider</a>. &#8220;Om was a wonderful person, artistic soul, and original thinker. He was always curious, generous, and warm-hearted.&#8221;</li>\n\n\n\n<li><a href=\"https://seanbonner.com/2026/06/29/death-and-what-we-leave-behind/\">Sean Bonner</a>. &#8220;[H]is feedback and criticism could be sharp – but it was always with the hope that things could be better.&#8221;</li>\n\n\n\n<li><a href=\"https://battellemedia.com/archives/2026/06/remembering-om-malik\">John Battelle</a>. &#8220;Om quickly decided his integrity was more important than the ad dollars he was making with Federated&#8221;</li>\n\n\n\n<li><a href=\"https://winnielim.org/journal/om/\">Winnie Lim</a>. &#8220;Om was one of the very few people in this world I can have an intense conversation about form and content with.&#8221;</li>\n\n\n\n<li><a href=\"https://glass.photo/highlights/remembering-om\">Glass.photo</a>. &#8220;It’s not lost on us that <a href=\"https://glass.photo/om\">Om’s photography</a>, often taken in frozen lands in or around the arctic circle, was the polar opposite of his personality.&#8221;</li>\n\n\n\n<li><a href=\"https://spyglass.org/om/\">M.G. Siegler</a>. &#8220;The true natural born blogger.&#8221;</li>\n\n\n\n<li><a href=\"https://outsidewithacamera.substack.com/p/om-malik-the-path-of-the-one\">Rod Clark, The Path of the One</a>.</li>\n\n\n\n<li><a href=\"https://www.facebook.com/dina.kaplan/posts/pfbid02tiAYzbwam4qZGrtSYquvMUujBFjMzkf8EJFmiUhJHXFt9TYEHmWRrskXagwuxXcsl\">Dina Kaplan</a>, &#8220;Om &#8211; I say as tears come to my eyes &#8211; wanted nothing but to be kind. To be supportive. And to be a friend.&#8221;</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">I know I&#8217;m missing a ton, I&#8217;ll update the above. I also added a <a href=\"https://ma.tt/2026/06/om-forever/\">few more vignettes and pictures to the last post</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153374\" height=\"453\" src=\"https://i0.wp.com/ma.tt/files/2026/06/IMG_0420-1024x768.jpg?resize=604%2C453&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 Jun 2026 16:34:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Open Channels FM: Why “It’s Dead” Says More About You Than the Tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555736\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://openchannels.fm/pop-the-email-is-dead-bubble/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"Email isn’t dead. Sure, email marketing might not work for everyone, but it’s still crucial for many businesses and personal communication.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Jun 2026 09:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: All Roads Lead to Om\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153320\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2026/06/om-forever/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7253:\"<p class=\"wp-block-paragraph\">Yesterday, my best friend and brother from another mother, Om Malik, <a href=\"https://om.co/2026/06/24/1966-2026/\">passed away</a>. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">They say that blood is thicker than water, and what we had was way thicker than blood. — Bob Weir</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Om&#8217;s request was for a small family prayer ceremony. In mourning, that will be all there is. In celebration and tribute, I love that everyone is <a href=\"https://www.techmeme.com/260625/p50#a260625p50\">sharing their Om stories online</a>, like the <a href=\"https://explorers.com/my-friend-om/\">writing and photography Christopher Michel shared</a>, which very much embody the OG spirit of blogging that Om pioneered.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">A Renaissance Man</h2>\n\n\n\n<p class=\"wp-block-paragraph\">I knew Om contained multitudes, but sitting by his side these last few weeks, I&#8217;ve been amazed to learn how many deep and completely separate communities he was part of. He meant so much to so many, in so many different ways.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Om loved putting on a good conference, and I&#8217;d like to celebrate his life with an awesome event on September 29, 2026 (his 60th) in San Francisco, like an <strong>OmFest</strong>. (Update: <a href=\"https://docs.google.com/forms/d/e/1FAIpQLScyY9c5MowPFW6BmIitqaaF3T-ykM_d8eD2pq2XqwSt7N50zg/viewform?usp=header\">Sign up here</a>!) I&#8217;ll find a space where every community from the many facets of Om can come together. In the spirit of Open Source and co-creation, we can have some booths, flash talks, a gallery of his photography, pen showcase, and whatever other fun ideas people want to contribute. I can&#8217;t wait for the beautiful collision of his tech / journalism / Indian party planner / pen / coffee / shoes / photography circles, and probably some niches I couldn&#8217;t even imagine.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">A Few Vignettes</h2>\n\n\n\n<p class=\"wp-block-paragraph\">I have so much to say about Om, but right now I&#8217;m working on <a href=\"https://om.co/2026/06/24/1966-2026/\">moderating comments</a> and keeping his website tip-top, so here are a few snippets:</p>\n\n\n\n<p class=\"wp-block-paragraph\">Fundamentally, Om was a lover of humanity. He became a fast &#8220;regular&#8221; everywhere he went. He wouldn&#8217;t just buy coffee, he would also learn the name and story of every barista, the dogs and people in South Park. His deep curiosity and respect weren&#8217;t just for the fine and famous. It extended to every soul that crossed his path. His encyclopedic knowledge and photographic memory created connections not just in San Francisco, but all around the world wherever we traveled. (I need to pull the stats, but we went to five continents together, including Antarctica.)</p>\n\n\n\n<p class=\"wp-block-paragraph\">He loved people and their stories. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">Om and I were an odd couple. We met online through forums and email because Om was one of the earliest adopters of WordPress. We finally met in person in 2004 when I was 20 and he was 38. He connected me to the first investors I ever spoke to, Phil Black, who formed True Ventures, and Tony Conrad, and introduced me to Toni Schneider, my business soul mate, who became like a co-founder as the CEO of Automattic in our first 8 years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And of course on the internet. I don&#8217;t know how we would count, but I would guess Om read at least 1 or 2% of the whole thing.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">Om was a voracious learner. I was there when he first used chopsticks, and only a few months later, he knew every sushi restaurant in San Francisco and exactly what he liked at each.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">Om is probably in the top ten in the world for finding things incredibly early. That&#8217;s why he has the best usernames! How does one guy get the @om username on WordPress.com in 2005 (user ID 719), <a href=\"https://x.com/om\">Twitter in 2006</a>, <a href=\"https://www.instagram.com/om\">Instagram in 2010</a>? The first WordPress meetup was at <a href=\"https://www.chaatcornersf.com/\">Chaat Cafe (now Corner)</a> in 2005, <a href=\"https://ma.tt/2005/01/meetup-aftermath/\">8 people showed up, and Om was one of them</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">One of the biggest lessons I learned from Om is the deep appreciation of craft. When he took an interest in photography or pens, he would somehow find his way to the most obscure, highest-quality expression of that form. &#8220;What Would Om Want?&#8221; is a question I will always ponder. I want to craft products that would make Om proud.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">Om&#8217;s last word was &#8220;love.&#8221;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153336\" height=\"402\" src=\"https://i0.wp.com/ma.tt/files/2026/06/MCM_9460-1024x681.jpg?resize=604%2C402&#038;quality=89&#038;ssl=1\" width=\"604\" /><figcaption class=\"wp-element-caption\">In a jitney on our trip to India in 2009</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153338\" height=\"402\" src=\"https://i0.wp.com/ma.tt/files/2026/06/om-citizen-1024x681.jpg?resize=604%2C402&#038;quality=89&#038;ssl=1\" width=\"604\" /><figcaption class=\"wp-element-caption\">The day Om became a US citizen </figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153340\" height=\"402\" src=\"https://i0.wp.com/ma.tt/files/2026/06/MAT_2822-1024x681.jpg?resize=604%2C402&#038;quality=89&#038;ssl=1\" width=\"604\" /><figcaption class=\"wp-element-caption\">In NYC with the True crew, 2008</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153342\" height=\"403\" src=\"https://i0.wp.com/ma.tt/files/2026/06/MCM_0056-1024x683.jpeg?resize=604%2C403&#038;quality=89&#038;ssl=1\" width=\"604\" /><figcaption class=\"wp-element-caption\">Matching dyed blonde hair, 2016</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153345\" height=\"805\" src=\"https://i0.wp.com/ma.tt/files/2026/06/IMG_0284-768x1024.jpg?resize=604%2C805&#038;quality=89&#038;ssl=1\" width=\"604\" /><figcaption class=\"wp-element-caption\">With a golden heart, 2025</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Nothing Gold Can Stay, by Robert Frost</h2>\n\n\n\n<pre class=\"wp-block-verse\">Nature’s first green is gold,<br />Her hardest hue to hold.<br />Her early leaf’s a flower;<br />But only so an hour.<br />Then leaf subsides to leaf.<br />So Eden sank to grief,<br />So dawn goes down to day.<br />Nothing gold can stay.</pre>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Jun 2026 03:02:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Open Channels FM: The Rise of Messaging as the Universal Tech Interface\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555622\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://openchannels.fm/the-rise-of-messaging-as-the-universal-tech-interface/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:246:\"Messaging is emerging as the universal interface for interacting with technology, simplifying complex tasks into straightforward communications akin to texting, thereby enhancing productivity and reducing technical barriers in digital engagement.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Jun 2026 12:11:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: #222 – Destiny Kanno, Anand Upadhyay, Maciej Pilarski on How WordPress Education Programs Are Growing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=204958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/podcast/222-destiny-kanno-anand-upadhyay-maciej-pilarski-on-how-wordpress-education-programs-are-growing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:80884:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how WordPress education programs are growing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today, we are joined by three WordPress Education Initiative leaders, Destiny Kanno, Anand Upadhyay and Maciej Pilarski.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Together, they have spent years at the heart of WordPress training and outreach, working in roles spanning community education management, plugin development, and credit program administration. Their efforts have helped shape student engagement and university partnerships across the globe, introducing thousands of learners to WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on the current landscape of WordPress education with particular attention to three key initiatives, the WordPress Credits Program, Campus Connect, and Student Clubs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Each initiative is designed to provide unique entry points for students of all ages and education levels. From high schoolers building their first site in a library to university students earning official credits for open source contributions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We discussed the different approaches these programmes take. WP Credits ties student work directly to academic credit and mentorship. Campus Connect provides flexible, community driven, events in diverse locations and Student Clubs foster sustainable, peer led, learning within schools and other institutions. We explore how these models feed into each other, building a sustainable ecosystem for ongoing growth in the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We also get into the importance of repeat campus partnerships, the need for scalable facilitator training, and the role of recognition, certificates, badges, and public showcases in keeping students motivated and validated in their journey.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re curious about the growing movement to bring WordPress knowledge to the next generation, or are looking to get involved with education in your local community, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so without further delay, I bring you Destiny Kanno, Anand Upadhyay and Maciej Pilarski.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Destiny Kanno, by Anand Upadhyay and Maciej Pilarski. Hello, one and all. Nice to have you with us.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:29] <strong>Destiny Kanno:</strong> Hello. Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:30] <strong>Anand Upadhyay:</strong> Hello.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:31] <strong>Maciej Pilarski:</strong> Hello.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:32] <strong>Nathan Wrigley:</strong> So a few months ago, back in, I think it was September 2025, I was joined by two of the three participants on the call today. I was joined by Destiny and I was joined by Anand. We were also joined at that point by Isotta, but she&#8217;s not on the call today. We&#8217;ve obviously got a wonderful replacement, Maciej who&#8217;s going to do a fabulous job explaining the bits and pieces here.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But the intention of that episode, which you can find on the WP Tavern website, it&#8217;s episode number 183, was to find out about all of the overlapping education initiatives in the WordPress space. And it was born, I think, largely out of a sense of curiosity on my part, but also a somewhat sense of confusion, because there were lots of things which were going on. Some of them seemed to be slightly overlapping. There was a conflict of names in some cases. So that episode was laying out the groundworks of what has been happening in the WordPress space.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When that conversation finished and we&#8217;d click the stop record button, I said, that was absolutely fascinating. This seems to be moving at such a rate, wouldn&#8217;t it be good to revisit this whole subject in about six months time?</p>\n\n\n\n<p class=\"wp-block-paragraph\">Well, we missed that target, but here we are, maybe eight months later. I think my intuition at that point was correct, because being a close observer of what&#8217;s going on in the WordPress community, I think it&#8217;s fair to say that the educational space has been somewhat turbocharged during the last eight months.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so today&#8217;s episode, with the help of the three people I&#8217;ve just mentioned, is to describe what&#8217;s going on, what&#8217;s changed, maybe some things that have been mothballed, but certainly a lot of things that are new and interesting and have gained a lot of momentum.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I think, dear listener, the intention of this episode is to get you involved. Is to get to the end of this episode and for your curiosity to have been turned into action. To have gotten you out of your chair, written an email, turned up to an event, helped organise a thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So please have that in the back of your mind. If you&#8217;re sitting listening to this in a car, at your desktop, there is actual action that could be taken at the end of this. I think the intention of all four of us on this panel would be dearly for that to happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, let&#8217;s establish the credentials of the people that we&#8217;re going to be talking to today. So we&#8217;ll just do a little potted bio of you one at a time. So we&#8217;ll begin with Destiny, if you could just tell us a little bit about you, your relationship with education in the WordPress space, I suppose would be apropos.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:01] <strong>Destiny Kanno:</strong> Yeah, absolutely. So again, Destiny Kanno. I&#8217;m currently working as an education program manager sponsored by Automattic. And I work directly with the Make WordPress Community Team. And I also work adjacently with the training team as well, because education training materials, they go pretty hand in hand. And I&#8217;ve been doing this now for about four years and, yeah, it&#8217;s just evolved since my original time working on Learn WordPress, and that relaunch that happened, to now, yeah, these wonderful programs that are spreading like wildfire as you said.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:37] <strong>Nathan Wrigley:</strong> Fantastic. Thank you so much. Okay, we&#8217;ll move over to Anand for the same sort of introductory moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:43] <strong>Anand Upadhyay:</strong> Yes. So my name is Anand Upadhyay, and I run the WordPress plugin development company, WPVibes. Apart from that, I&#8217;m very much involved in the WordPress community and I contribute in multiple ways. It can be documentation, it can be Core, Polyglots. But I&#8217;m also keenly involved in the community part, and specifically I can say with the education initiatives, I started with WP Campus Connect in WordPress Campus Connect in 2024. And since then, after that we started joining hands with Destiny and we started evolving this program in a much bigger shape. So that&#8217;s it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:16] <strong>Nathan Wrigley:</strong> Okay. Thank you so much. And last, but by no means least, Maciej.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:20] <strong>Maciej Pilarski:</strong> Yeah. Thanks for having me. My name is Maciej Pilarski. So I&#8217;ve been doing anything related to WordPress pretty much since 2007, so that&#8217;s been a while. But the biggest breakthrough for me was 2014 when I actually volunteered to WordCamp Europe in Sovia, Bulgaria. That opened my eyes to the whole community, everything that is happening around WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And since then, pretty much I&#8217;ve been working for multiple companies from the WordPress ecosystem. I joined Automattic in 2016. For many years I&#8217;ve been a Happiness Engineer, and since October last year, I&#8217;ve joined Isotta as one of the admins of the WordPress Credit program. And since that time, I will have been helping her out to grow that initiative.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And Destiny mentioned, it spreads like fire because at that time we had six universities onboarded, now we are at 21. The 21st, we got it after WordCamp Asia actually through a connection made there. And it&#8217;s our first institution from Africa, from Uganda. A huge shout out to Stephen Dumba, who I connected with during the event. And after that, pretty much a week after we signed our first partnership from Africa. So we&#8217;re actively growing and getting new institutions on board.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:42] <strong>Nathan Wrigley:</strong> Thank you so much. Gosh, there was an awful lot in there, wasn&#8217;t there? That was really interesting. We&#8217;ll try and unpack quite a lot of that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Firstly, a sort of slightly personal message from me. I don&#8217;t usually reveal much about myself on this podcast. I take the position that I&#8217;m a, kind of like an interested party, but don&#8217;t really give much of my own thoughts. However, this is different because I cannot think of a more interesting, meaningful, moral, let&#8217;s go with that word as well, use of time than educating people. It simply is the most profoundly useful thing to do with your life.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, obviously people will have different opinions about that, but the juxtaposition of free open source software, in this case WordPress, and education is a real sweet spot for me. I just think that is such an amazing thing to be involved in, to have going on in the background.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you think about it, an open source project, like how many open source projects have this level of stuff going on in the education space, this real international footprint. Things going on which we&#8217;ll find out about in a minute. It&#8217;s really fascinating.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I am sure that the listenership to this podcast, the vast majority of people listening will never have encountered much of this before. Maybe they&#8217;ve seen stuff on Learn because they want to technically learn about WordPress in an online capacity, but we&#8217;re going to be delving into real world events affecting real adults, real youngsters.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so anyway, that&#8217;s my little bit at the beginning, just how curious it is that the project is so big that we&#8217;ve got this international footprint of education. And so I suppose what we should do right at the beginning is lay out the different initiatives and just name them, and try to figure out how they differ from each other. Just so that we&#8217;ve got some kind of awareness.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I don&#8217;t know which one of you wants to take that, but if maybe you take one each or something, I don&#8217;t know. If we just want to lay out the, just erect that tent basically so that we know what the initiatives are called, and how they differ from one another. So I&#8217;ll open that up. Whoever wants to step in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:48] <strong>Maciej Pilarski:</strong> I can start with the Credits Program. So the Credits Program is based, it&#8217;s a contribution based program, internship, initiative by the WordPress Foundation that connects higher education students with the global open source community. So basically it&#8217;s an opportunity for the students as part of the educational curriculum to contribute to the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There are two types of courses that the students can do. One of them is 50 hours, the second one is 150 hours. Usually the students do that during a full academic semester. And as part of that, students are first onboarded into the WordPress ecosystem and the wider open source ecosystem where they learn not only about WordPress, but open source as a whole, and how crucial it is for the internet.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then the second phase is picking the contribution area to which they would like to contribute. All the contributions areas basically are the ones that are listed at make.wordpress.org. So any team that is listed there, students can pick from that area. During that phase, they work on a particular area that they have selected.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And finally, during phase three, they wrap up the whole achievements, the contribution, what they did, they publish a final post. And what is also very important as part of the credit scores, students have also assigned a mentor from the WordPress community that guides them through the whole process. We don&#8217;t leave them alone. We connect them with actual mentors from the WordPress community that are vetted by us, that guide them through the whole journey into the contribution and the whole WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it works on multiple levels. For me, this connection is also special because it builds this bridge between the previous generation of WordPress contributors to the new one where they are introduced and can start working on any fields of contribution.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What is also important is that this is not limited to technical universities. Pretty much any type of university can participate in the program. The first university that we started with was University of Pisa, and it was the humanity studies. So the students from humanity field were the first group who started the Credits Program. There&#8217;s room for pretty much anyone from any field.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:18] <strong>Nathan Wrigley:</strong> Okay. There&#8217;s a lot there. Wow. I&#8217;ve just been taking notes and I&#8217;ve almost filled an entire A4 page. So WP Credits, the WordPress Credits Program, I guess the name sort of gives it away. The idea here is that you trade time for university or higher education credit. So credit being, I suppose if you were to atomise your three year degree, you might do, I don&#8217;t know, 12 modules or something like that. The idea is that one of those modules, perhaps it&#8217;s more, becomes something in the WordPress, but also curiously the free open source software space as well. I didn&#8217;t actually know that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The idea is that you link up with real world institutions. So the first one was Pisa, and maybe we can get into which other ones have come along. And in exchange for 50 hours or 150 hours, you will be given that credit, which can then go to the overall awarding of a degree or whatever it is that you are hoping to get.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You&#8217;re then linked up with team members, WordPress community team members who will mentor you and shepherd you through this process. And the idea is that it culminates, I think you said in a final post, which I suppose in a sense is a bit like a dissertation or something like that, you sum up all the different bits and pieces. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:29] <strong>Maciej Pilarski:</strong> Once that happens, the students also receives an official certificate from the WordPress Foundation, signed by Matt himself, that certifies that they completed the course. And what is also important to know, the whole progress through the course and what they did during the course, it&#8217;s also stored on the wordpress.org profile. So any contributions that they did, for example, photos that they&#8217;ve uploaded, this all will be visible on the wordpress.org profile. And they also receive a special badge dedicated to students who graduated from that program.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it really gets them started into the WordPress ecosystem, and at the same time creates something like a small portfolio for any future company that would like to, for example, hire them. Because they have a proven history of contributing to the ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:20] <strong>Nathan Wrigley:</strong> Okay, so that&#8217;s an interesting quid pro quo, isn&#8217;t it? So the idea is you do all this work, which on the face of it, I suppose looks very philanthropic, you know, you&#8217;re giving up your time, but you get a real thing at the back end of it. You get a certificate. You can then presumably apply for jobs and indicate, okay, I&#8217;ve done this, I&#8217;ve contributed in this meaningful way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What I think is really interesting there, and it kind of gets lost, I&#8217;ve worked in education in the past and I know the red tape that&#8217;s involved in doing anything in the education space. There is so much red tape. And I can only imagine what&#8217;s happened in the background to enable these kind of things. You know, the back and forth, the tennis of emails that go on and on and the proof that&#8217;s required to categorically show that this thing that we are doing is worth something. You know, it&#8217;s not just this Mickey Mouse. We use that expression, Mickey Mouse kind of qualification that really, it doesn&#8217;t actually require any hard work. It&#8217;s just there, nothing really in it, but you get an accreditation anyway.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I can only imagine the hard work that has gone in every single time you touch a new institution, trying to convince them that this is legitimate, that this is real. You&#8217;ve just kind of glossed over all of that by just describing what is in existence, not necessarily what has gone on to make it happen. I know that there&#8217;s probably more than the three of you involved in this, but my profound thanks for all of that hard work, which presumably is utterly and completely invisible. And I can only imagine what&#8217;s going on there. So yeah, thank you for all of that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:54] <strong>Maciej Pilarski:</strong> Thank you for that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:54] <strong>Nathan Wrigley:</strong> So that was WP Credits. So that was one wing of the things that we&#8217;re going to discuss today. Should we move on to another one and maybe somebody else wants to take the helm?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:03] <strong>Anand Upadhyay:</strong> I think Destiny can take Campus Connect and then I will take Student Clubs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:06] <strong>Nathan Wrigley:</strong> Okay. Destiny, let&#8217;s move over to you and see what you can tell us about something different.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:11] <strong>Destiny Kanno:</strong> Yeah, so I&#8217;d love to tell you more about WordPress Campus Connect. And the way we ended with WordPress Credits, I think is also very critical to the story of Campus Connect because, you know, it started with Campus Connect first, and that&#8217;s how organisers such as Anand and Pooja like were able to get those connections with the universities through being boots on the ground, you know, having those relationships. Proving through action that these activities that we&#8217;re doing with the students are having real impact and are showing real results.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Slowly building up these kind of case studies in a way has helped open a lot of doors, especially with Campus Connect now, we&#8217;ve done a lot of events, especially since we last talked. Like I think this year alone, we&#8217;ve already had 22 Campus Connect events. So, like it&#8217;s not even half the year and it&#8217;s quickly becoming one of the biggest run events, WordPress official series.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But these events are like a way of opening the door, right? Hey, here&#8217;s a free learning opportunity for your students. And as you said, like the red tape is there. A lot of institutions are like, wait, so what&#8217;s in it for you? Why is, there&#8217;s a little bit of dubiousness sometimes in the reaction, right? You&#8217;re going to give your time to educate our students, why? But once they see, it&#8217;s like, no, we really are just passionate about spreading WordPress, showing students what&#8217;s capable with their website, how it applies to different skillsets as well. Like it&#8217;s not just for coders, it is for marketers, it is for designers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You know, there&#8217;s so many career opportunities that once we just get the foot in the door and we&#8217;re able to showcase that, a lot of institutions are like, okay, now I get it. I do want to highlight in Anand&#8217;s case, like they&#8217;re going to have their third WordPress Campus Connect in Ajmer this year. You&#8217;ve got repeat institutions. I&#8217;ve heard you also have institutions that are like, when are you going to come to our place and teach WordPress? You know, once the fire is lit and people see how bright and shiny it is, like people want to get involved.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But as you said, like getting it to click for people, that is like the most difficult part. And I&#8217;ll give an example of, right now in Japan, we had our first WordPress Campus Connect event on the 9th of May. So I&#8217;m like, woo hoo. Like it finally happened. But we have this community in Japan that is like very passionate, very active. So when I first was like introducing the concept of Campus Connect, people were like, okay, but like how do we do this? What&#8217;s it about? It takes like a lot of presentations, a lot of going to people in person and talking. Helping them even shape the conversation that they&#8217;re going to have with the institution to sell this amazing gift of WordPress on their campus.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And after this one on the ninth, like now we have a case study in Japan that others can now use to be a starting point for those conversations going forward. So I think, once you have that one step, the gate just slowly opens until it&#8217;s just, the doors bang open in each way. But yeah, we&#8217;ve seen really great success with Campus Connect and it&#8217;s just like honestly, it just keeps growing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:30] <strong>Nathan Wrigley:</strong> Can I just ask a quick question? So I just want to draw a very clear line for everybody that&#8217;s listening to this, what the difference may be between Campus Connect and WP Credits. Because from the description that we&#8217;ve had so far, it may be that you&#8217;ve fallen into the trap of thinking, well, they sound like they might be the same thing. So could you just, Destiny, just tease out where Campus Connect differs? Maybe in the nature of the event, the timing of the event, the availability, the age group, those kind of things that separate WP Credits from the Campus Connect initiative.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:02] <strong>Destiny Kanno:</strong> Yeah. Thank you, that&#8217;s like a really great distinction to make. So whereas WordPress Credits is geared toward higher education, Campus Connect is geared toward, honestly any level of students as long as they&#8217;re able to browse the web safely, and enjoy and participate.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that means, Elementary school students now are pretty good at devices. High school students, college students, vocational students. We honestly kept the door pretty open in terms of what a campus means. We&#8217;ve even had a Campus Connect event in Uganda in a library, the Lira Public Library because students were able to go there right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">We were trying to make it as barrier free for students wherever their campus is. And so that&#8217;s, I think, the main difference. It&#8217;s more wide ranging in terms of who can participate as a student. And then also the fact that it could be a one-off event, so a one day event. A lot nowadays are multiple day events, they&#8217;ll maybe go two times out of a month, or a couple days consecutively. And then after that it&#8217;s up to really the organisers in the institution whether or not we have another addition on their campus the same year, or the next year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:15] <strong>Nathan Wrigley:</strong> I&#8217;m going to tease out a few things. I just want to point out to, me as an English person, that is to say, not an English speaker, but somebody from England, campus has a really defined definition, and it&#8217;s usually bound to a university. Whereas it sounds like the description here, campus literally means the place where education happens, not it&#8217;s 18 years old and older, you know, people doing degrees, bachelors and PhDs and that kind of thing. Basically, if there&#8217;s an institution somewhere, that&#8217;s what the campus is in this case. Okay.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the WP Credits program sounds like you forge your relationship with the university, and correct me if I&#8217;m wrong, it sounds like it takes place inside that institution, and it&#8217;s part of that program and what have you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Campus Connect initiative is much more ad hoc. It could be a one-off, it could be monthly, it could be inside a library, it could be inside the school, it could be an inside an institution. It feels a bit more like, I don&#8217;t know, a WordPress Meetup, but geared towards a younger audience or something like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And the minimum age requirement is really driven by your capacity to type on a keyboard and hold a mouse and those kind of things. And that&#8217;s kind of curious to me because I think my educational experience was always younger children. It&#8217;s really interesting how patterns are laid down at a very, very early age. Patterns that go on into much later life get laid down, typically at incredibly young ages. So this is fascinating for digging into that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it&#8217;s not just about, say, the code, it sounds like code is on the menu, but it could be about marketing, it could be about design. Basically the gamut of anything online, CMSy, those kind of things. Okay, is there anything you want to add? Did I misunderstand anything there, or misstate anything there?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:02] <strong>Destiny Kanno:</strong> No, I think you&#8217;re completely right. We&#8217;re trying to convey that WordPress isn&#8217;t just a blogging software that I think is still a lot of people have a mentality of. Like there are many ways to utilise it that goes beyond that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And one thing I did want to add are a couple numbers. So since WordPress Campus Connect became official in May of 2025, an official WordPress event series, I should say, we&#8217;ve had 42 completed events, with 71 participating institutions, and over 5,500 students have been reached.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:37] <strong>Nathan Wrigley:</strong> That&#8217;s something else. 42 events, 71 institutions, and I think you said five and a half thousand individuals. Good grief. I don&#8217;t know what the measure of success is for this, but that feels like success to me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I mean, imagine turning up to a WordCamp, like a flagship WordCamp and five and a half thousand people descending on you. You&#8217;d feel slightly overwhelmed. That&#8217;s a lot, isn&#8217;t it? Gosh, that&#8217;s pretty remarkable. Wow. Congratulations.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:05] <strong>Destiny Kanno:</strong> And the majority, the outcome, the students make a website. So we could almost count those students as also new WordPress websites that are live now on the web. So within a year, organisers around the world have been able to make that happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:19] <strong>Nathan Wrigley:</strong> Could I just perhaps draw another distinction as well, just very quickly, because it sounds like the WordPress Credit system, because it&#8217;s binding itself to institutions, it sounds like there might be more paperwork going on there, and maybe more high level meetings that need to take place. Whereas Campus Connect feels much more community driven. It&#8217;s the kind of thing that, quite literally, anybody listening to this podcast with a fair wind could have one of those going in a handful of months. If they&#8217;ve got the right initiative and they can find the audience for that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Again, is that about right? There&#8217;s sort of more opportunity to become involved with the Campus Connect initiatives. You don&#8217;t need to have that academic background or have a point of contact at a university. You basically just need a building, some interest and a bunch of students.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:02] <strong>Destiny Kanno:</strong> Yeah, the key thing is, you know, having a real connection to the campus that you&#8217;re going to present at. But you&#8217;re exactly right. We tried really hard to lower the barrier to organise these events. Because I don&#8217;t know if you&#8217;ve organised a WordPress event before, there&#8217;s kind of a lot of hoops you have to jump through. And we&#8217;re like, okay, how can we think about this in a different way?</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think that also has positive repercussions for how we organise other events too, that are, changes are being thought about too so that we can enable people and empower them to put these events, instead of bogging them down and process and a little bit of bureaucracy to say.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:38] <strong>Nathan Wrigley:</strong> So what&#8217;s really curious about that as well is we&#8217;re all in different parts of the world, aren&#8217;t we? People on the call today are in Japan and I&#8217;m in Europe and, Anand, are you in India? I think.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:47] <strong>Anand Upadhyay:</strong> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:47] <strong>Nathan Wrigley:</strong> Yeah. Each of those events, I guess would look quite different. The kind of nature of the attendees, the nature of the kind of building it might be in, the institution. And it really is, you just grab what&#8217;s around you I suppose, and work with that. If you&#8217;ve got a connection to an institution, you can go for it. Maciej, I feel like I crosstalked you. I think you wanted to say quite a few times and I&#8217;ve just interrupted. I&#8217;m very sorry.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:08] <strong>Maciej Pilarski:</strong> No worries about that. So I wanted to add that those initiatives set backgrounds for each other. Because in some uni institutions, the interest sparks with a Campus Connect event, and that gets the institution interested in those initiatives, which sets background for WordCamp Credit.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it happens also the other way around, where we start with an institution that starts credits and then we get the students interested in WordPress in general, the community, which leads to a Campus Connect event during the Credits Program. What is important is that those initiatives don&#8217;t compete with each other. They support each other.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:51] <strong>Nathan Wrigley:</strong> Right, so there&#8217;s a lovely virtuous cycle there, isn&#8217;t there? Where the two things can be going on in harmony, one promoting the other and they&#8217;re definitely not in competition. Okay. That&#8217;s really interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One final question on Campus Connect, and I&#8217;ll direct this at Destiny, just because she&#8217;s been handling that. With the WP Credits thing, there is this moment where you hold the certificate in your hand and you go, yay, did it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Is the same thing true of Campus Connect or is it more of a show up to the one event, you know that you did that, that was great, you can file that away in your own head as a thing? Or is there some sort of accreditation, or certificate giving, or badge giving, or profile updating that might go on on wordpress.org? Is there any sort of thing that the attendees receive, and I suppose that the people that are organising might receive as well?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:37] <strong>Destiny Kanno:</strong> Yes. So we do have a certificate of participation that students can receive signed by WordPress Foundation Executive Director, Mary Hubbard. And that just needs to be requested by the organisers ahead of time, because we need to get the signature and all that. So yes, they can come away with that. And we&#8217;ve heard really positive things about that, like it motivates them. They&#8217;re like, yeah, I did something, which they did.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:01] <strong>Nathan Wrigley:</strong> There we go. That was WP Credits and WP Campus Connect.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Can I just say at this point, dear listener, if at this point you&#8217;re thinking hang on a minute, there&#8217;s a lot going on here, don&#8217;t worry, there&#8217;ll be show notes. If you go to the WP Tavern website, there&#8217;ll be show notes. I&#8217;ll try to list out as many sensible links to get you to the root of each one of these initiatives, so that you can begin your journey and fan out from there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m not sure what episode number this will be, but if you just go and search for, oh, I don&#8217;t know, Destiny or Anand or Maciej, you could probably find the episode that way. And all the show notes will contain all of the links.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Right, in which case, I think it might be Anand&#8217;s turn. What have you decided to take on Anand?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:39] <strong>Anand Upadhyay:</strong> So I will be sharing my thoughts on the third part of this whole education initiative ecosystem. So that is a Student Club. Just a few minutes before you were giving the analogue of meetup with this Campus Connect. So I would like to share the same analogue with us because we are more accustomed with like other terms of WordCamps and Meetups and contributer days.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress Campus Connect is kind of like a WordCamp happening in the campus, because it&#8217;s like a big day event that holds everything happening, different kind of sessions, maybe workshops happening. So I would compare it with that thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And same way, credits thing, Credit Program is kind of like ongoing contribution series because more focused on the contribution part because the student devote 150 hours of their program. A lot of period goes to the contribution.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And now the same way we, if we talk about the Student club, it&#8217;s similar to like the Meetups that we have. But these are the in campus meetups for the students and by the students. How do things get started? Like the Campus Connect introduce the WordPress to those campuses and to those students, but since most of the campus, it&#8217;s a once in a year event. So once this event has sparked something about the WordPress in the students. So keeping that momentum going on, that&#8217;s where the Student Clubs come in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So with the Student Club, it&#8217;s kind of like, as I mentioned, it&#8217;s like an in campus meet program. So a student can gather themselves, they can form a club and a couple of students can be nominated as club organisers, student club organiser from their campus. And then they organise the in-campus events, maybe like once in a month or twice a month, depending on academic calendar. There are a lot of hurdles in doing those things continuously.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But they usually do once or twice a month. They do a kind of a meetup in their campus. The students gathered together. They learn from variable resources available from WordPress. And from those resources, they share with the other students. It&#8217;s kind of a group learning, group study, that we use. Education live, we always do that. It&#8217;s kind of a group study. They&#8217;re learning from themselves. If someone has learned something, they are helping others to learn those things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I would just like to give some of the examples from my city. There are multiple Student Clubs are going on. When we went to the campus, we just taught like a small group of students about the WordPress, because we&#8217;d have some limitations of the resources, of the setting arrangement. We cannot call all the students of the campus and, okay, come together and I have a amazing workshop. So we have given the WordPress walk through to the limited number of students.</p>\n\n\n\n<p class=\"wp-block-paragraph\">After that, they form a Student Club in their campus because they got very much interested. Then the first session they did was like, they started teaching to their juniors, like the students who have just entered the campus. They took a session for them. So they told, whatever we have told them, they have taught the same thing to the juniors.</p>\n\n\n\n<p class=\"wp-block-paragraph\">After that, in the next few session, they experimented different things. Like in some session they&#8217;re just doing a fun quiz around WordPress. And in some sessions they are doing a kind of like a, I would say like a hackathon kind of thing. So they are just picking up a website. Or you can, just similar to the speed build challenge that Jamie do. So they have just one website open on the screen and everybody&#8217;s like cloning that website.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So there are different ways students are engaging through those student clubs. So it is helping to keep the momentum going on so that the student keep learning about WordPress and they are also connecting with the community members for the guidance about how they can learn more. What should they learn next if they are sharing their experience. Like we have covered these things and, what should we go next?</p>\n\n\n\n<p class=\"wp-block-paragraph\">And in the recent WordCamp Asia, they&#8217;re also one of the Student Club lead from my city. She joined the event and there are conversation with the, like other community members who has offered them like, okay, we can come to your campus, or we can do, have a webinar for your campus where we can teach you particular subjects, particular topics. Maybe they can talk about SEO, maybe they can talk about plugin development.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So this is also opening the horizon for them, to learn from people across the world. So that is how the Student Clubs are happening. The examples I&#8217;ve gave, again, from my own city because I&#8217;m closely mentoring them, but there&#8217;s similar things are happening across the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it is helping to create a kind of sustainable environment for the long-term sustainable environment in the campus. So the next time when we go to that campus, we are not going to teach like the basics of WordPress, because we want like, the ecosystem should be built within the campus, so every student know about the WordPress. Because last time when we went to the campus, we have to tell everything about WordPress because why you should learn WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the Student Clubs, my ambition is that, wherever the Student Club is from, next time a Campus Connect event is happening, next time we should not tell them about what is WordPress and why they should learn this thing. There should be already a sustainable ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I feel that all these three programs are like very much interconnected. And the real impact of these programs, we will be able to see in the next two or three years. And there will be a regular ongoing activities around WordPress in the campus.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And these are also kind of a balance program as well. Like the Campus Connect is introducing WordPress to the students, Credits Program is motivating them more towards like the contribution part. And I would say that Student Clubs is more inclined towards getting new users to the WordPress. Because if we keep on focusing on the contribution, contribution, but if we discard the like increasing the number of new users, so we are not going to win. We need a balanced state.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Student Club is trying to, learning how to build website, how to mastering the skills of the WordPress. And later on, many of them are going to join the contribution part as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So this whole ecosystem is built around bringing more people to the contribution, bringing more people to use WordPress, build websites, as in, for the individuals as a business as well. So that&#8217;s how all these three programrs are very much interconnected, and growing together fast.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:16] <strong>Nathan Wrigley:</strong> It feels like, of the three things that we&#8217;ve talked about, so WP Credits, Campus Connect, the Student Club, this final one that you&#8217;ve just covered, it feels like that&#8217;s got a very flat hierarchy to it. In other words, there&#8217;s like this peer learning. So it feels like more or less anybody can show up and demonstrate anything, which might then lead to somebody else thinking, okay, that was interesting, I&#8217;ll take on next month&#8217;s one because I&#8217;ve now seen that&#8217;s doable. Less hierarchy, if you know what I mean? So a much more flat structure.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:45] <strong>Anand Upadhyay:</strong> Because when we started Campus Connect, we also get a lot of attraction in the local community as well. And people join our Meetup groups. But then it becomes difficult for us, how to plan about the topics for our meetup. We have some experienced professionals coming in. We have some students coming in, and we plan the topics that suits the professionals. The student will feel like, okay, what&#8217;s they&#8217;re talking, we are not getting anything in our mind. If we bring the topics, very basic topics and the professionals who are joining the community meetups, they&#8217;ll feel like, okay, these are very basic stuff, why am I coming here?</p>\n\n\n\n<p class=\"wp-block-paragraph\">Student Clubs giving them their own platform, giving them a own opportunity. Okay, these are all the familiar faces. It is also giving the opportunity to come on the stage, come onto the stage and get out of your fear as well. It is also generating leadership qualities in them. Okay, we have to keep this momentum going on and we have to keep the activities going on. So there are a lot of ways, apart from learning WordPress, there are a lot of other ways it is helping the students as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:40] <strong>Nathan Wrigley:</strong> When you have to stand up in front of a bunch of people and deliver something, obviously there&#8217;s a whole bunch of us that are just really confident at doing that, quite happy to stand up and do that kind of thing off the bat. But equally, there&#8217;s people for whom that is just the most terrifying experience possible. You know, standing up in front of two or three people, oh boy, you know, anything above that is just off the books.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I was just wondering about that, whether or not there&#8217;s, in this particular style of event, the Student Club, whether there is a growing corpus of, I don&#8217;t know, previously done topics or topic suggestions or slide decks or anything like that, which might enable people to feel that level of confidence? I don&#8217;t know if that&#8217;s something which is being put together. Just resources which enable somebody who doesn&#8217;t have the confidence, let&#8217;s go with that word, who then may gain that confidence. And I&#8217;m going to pass this to Destiny because she&#8217;s waving her hand.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:30] <strong>Destiny Kanno:</strong> I was really hoping I could shamelessly plug this project. This is like, you&#8217;ve said the most opportune thing. So I&#8217;m actually developing right now what I&#8217;m like tentatively calling the Meetup Activity Library. It comes with like kits on certain topics. So for example, WordPress Playground was the first one I built. But it comes with the facilitation guide, which is a doc. So the facilitator can read through, understand the steps they&#8217;re going to go through in the activity, how to pace it. And then a presentation deck which they would display, if that&#8217;s available to them, to the folks that they&#8217;re presenting to. And it&#8217;s a hands-on activity only. So it&#8217;s not only presentation. The facilitator of course guides and talks them through things, but then people are getting hands-on experience with that topic along the way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:16] <strong>Nathan Wrigley:</strong> That is a beautiful remover of barriers, because I think just having that little document, that little crutch, you don&#8217;t have to feel that you, okay, I&#8217;ve got to come up with a topic. Not only have I got to come up with a topic, but then I&#8217;ve got to research the topic, deliver the topic. If you can have it all on a thing that you can crib from, I don&#8217;t know, it just arms you with that confidence as you walk in. I think that&#8217;s such a brilliant topic. And, Maciej.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:40] <strong>Maciej Pilarski:</strong> Both Destiny and Anand mentioned two keywords, sustainability and facilitator. The goal of also getting all those educational initiatives going is also create in a sustainable way. We&#8217;re not pushing for numbers, but growing them in a smart way where we don&#8217;t get too many students so we get overwhelmed. We need to have enough mentors to accommodate those students, and also enough facilitators to be able to scale the program, to grow it in the future.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it&#8217;s exactly what Destiny is now doing, the Facilitator Training Program, which gets more people from the educational sectors, community organisers, everyone on board, to jump on those educational initiatives and help us to grow. Because the number of every, all those students involved in participating in those programs is increasing and we need to be able to accommodate them. And through the Facilitator Training Program, this allows us to do that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:42] <strong>Nathan Wrigley:</strong> It&#8217;s so interesting in open source software spaces as opposed to corporate spaces. I suppose the metric of success for anything like this in the corporate universe would be how many people showed up and gave us money in exchange for this knowledge or, you know, something akin to that. Basically a metric of humans in a room and money gained. And of course, the measurement of this is so not that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I did wonder, Destiny obviously very proudly rattled off the statistics for Campus Connect, you know, the five and a half thousand attendees and all of that. I wondered if there were success criteria of some kind in the background, which guide you. You know, it&#8217;s not like, okay, well we didn&#8217;t meet that we&#8217;re going to abandon it all. But more, things like you would like to see happen, so aspirational goals. It sounds from what Maciej was saying that maybe the attendance growing slowly over time is some kind of measure of success. Maybe there is none of that, but I&#8217;ll just open that one up to see if you want to take that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:40:38] <strong>Destiny Kanno:</strong> I think one definite measure of success is repeat events on certain campuses. So if the campus is saying, we love that, please come back, or please come again soon. I think that is a really great indicator that, not only did the students get something great out of it, but the school believes in it. And that&#8217;s what we want to do. We want to create these systems that, not only bring people into WordPress, but also continue this cycle of, you know, growth within the community, but also ownership by the institution.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Another measurement of success is the institution is like, okay, great, how do we learn how to do that ourselves? So we have some folks now working in the institution that are organising WordPress Campus Connect events that are helping facilitate these Student Clubs. So the faculty and educators themselves, they&#8217;re directly getting involved. And that for us as community members too, whose volunteer time is quite limited, as Maciej was saying, like it is a great multiplier that makes everything much more sustainable.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:41:45] <strong>Maciej Pilarski:</strong> So from the WordPress Credits perspective, we don&#8217;t hope all the students to turn into contributors. That would be amazing but that might not happen. I can share with you some numbers. So currently we have 450 students globally enrolled. For the whole program so far, 75 graduates.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We hope that some or as many as possible of those graduates who completed the program will stay and become active contributors to the WordPress community, stay engaged.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s one of the goals we are aiming for the Credits Program, to not just get this done, but this is building the next generation of contributors. We know that like we are ageing, we&#8217;re getting older every year. We are not getting younger, unfortunately. Getting those students staying in the community allows us to build those next generations of WordPress contributors that will also have completely different perspectives to how the community functions, how it was built.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What brought us here might not move us forward. So these new students will bring us this new, fresh perspective of how they would like the community to function and move it to the future, to be current, to stay up to date with what&#8217;s happening globally.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:43:00] <strong>Anand Upadhyay:</strong> That&#8217;s why it&#8217;s very difficult to like measure the impact in numbers because how it is impacting in the longer term. But yeah, it&#8217;s going to impact. And I would say also, like Destiny mentioned, one of the metrics is like this campus is willing to have the Campus Connect again and again in the campus.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I just want to share one more. Like I just recently got a call from one of the faculty coordinators from one of the campus where we have a Student Club. And now they have like two months of vacations. And he called me like, okay, now the vacations are going on, students will not be here, so what can we do for the students to keep their involvement with the WordPress in those two months? So can we do something online? Can we do something like this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">When we get these calls, these kind of communications, that these are interactions that we have, this gives us a sense of like accomplishment. Okay, yeah, we were able to create some kind of interest in the students. Because we cannot expect that if we are going to like any campus and 100 or 200 students are participating in our Campus Connect, they are all going to jump into the WordPress. They are getting a lot of different kind of opportunities as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There are other technologies as well, which are, some students are going into that, some students are going into that. But we are showcasing the WordPress as one of the career opportunities. And they have a choice of multiple options, so they will choose what they do. But yeah, the impact will be seen in the next few years. Just like Maciej said, mentioned that he went to the WordCamp as a volunteer and it&#8217;s bring him into the community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And the same is with me. I attended the WordCamp and just after coming out of the WordCamp, I started the Meetup group in my city. So I got inspired from that. So that is a result of that WordCamp. And that cannot be measured in the numbers. That can only be sensed when we are doing this kind of conversation. Okay, that WordCamp helped me, that WordCamp helped me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The same way in future, these students who will join the community or the WordPress industry, they will be talking about, okay, I got first introduced about WordPress through a WordPress Campus Connect event or I got introduced to the contribution through WP Credits Program. So when these conversation will be happening in the future, then we will say that those are the real metrics that we are looking for.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:00] <strong>Nathan Wrigley:</strong> That&#8217;s really interesting, and I like that. It sounds like there&#8217;s not so much a focus on statistics, you know, literal, brutal numbers, more kind of playing it forwards and measuring the impact over many years, not, you know, a handful of months into the future.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:15] <strong>Destiny Kanno:</strong> So yes, we&#8217;re not like, okay, here&#8217;s our KPIs, you know, and here&#8217;s our hard metrics. But one thing I really noticed that our community is, it could be better at doing, is just talking about what happened. Because then you hear all these success stories and there are numbers in that. So like for example, Ajmer again, Women&#8217;s Day event this year. 50% of tickets sold were to students. And that&#8217;s directly because of the involvement in going to these campuses and teaching WordPress. And I&#8217;m like, that&#8217;s amazing, that&#8217;s direct injection of 50% youth into the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:52] <strong>Anand Upadhyay:</strong> And they sold out so fast.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:53] <strong>Destiny Kanno:</strong> And they sold out really fast, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:55] <strong>Anand Upadhyay:</strong> The organisers were hoping like, now we have to pitch out to sale our tickets. And they have planned a social media campaign around that. Okay, we will be periodically pitch a student on the social media to encourage the ticket purchase. And within one day, we sold out. And the whole social media campaign was like their whole planning was gone. We don&#8217;t have tickets.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:46:14] <strong>Nathan Wrigley:</strong> It&#8217;s really interesting that there&#8217;s all this success going on, and yet, as Destiny said, it is hard to get that discovered. Maybe it&#8217;s a case of shouting louder about the previous success. Maybe things like this podcast will help in some small way for things like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I know what you mean. There&#8217;s a lot of people talking about the code, and there&#8217;s a lot of people talking about the plugins and the themes and whether or not we&#8217;re going to get collaborative editing in version 7 or 7.1. All of that seems to suck up all of the oxygen in the room. And yet, without a throughput of, let&#8217;s go for young adults, coming into the WordPress space, there&#8217;s not really a great deal of hope for a project over decades unless we get people of a much younger age beginning now. And I&#8217;ll just hand the torch to Maciej because I think he&#8217;s got something to add.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:47:05] <strong>Maciej Pilarski:</strong> But this is also changing because at WordCamp Asia, we were able to introduce the educational table during the contributor day. And I&#8217;m also organiser of WordCamp Europe that&#8217;s going to happen really soon in two, three weeks, beginning of June. And during WordCamp Europe, we will also have a contributor table, dedicated to education, but for the first time also educational track.</p>\n\n\n\n<p class=\"wp-block-paragraph\">During the second day, we will start the whole day with topics related to education. We will have a discussion panel rethinking learning in WordPress that Mary will be participating. And later in that afternoon, we will have actual students, who take part in the program. Sharing the experience, presenting the results. Not only students from universities, but I&#8217;m also leading a group of high school students who&#8217;ve been working for the whole past semester with a teacher on some projects related to WordPress building websites. So they are super eager and excited to show them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We will also showcase some students, teachers stories, how both of those sites motivated each other, learn from each other, and basically help us keep growing the community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So WordCamp Europe definitely will feature some of those things. And we&#8217;re slowly introducing more and more those things into those flagship events and into the broader community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:48:28] <strong>Nathan Wrigley:</strong> Really nice. Yeah, that&#8217;s really nice to hear. I think it&#8217;s a difficult circle to square, the idea of making this stuff visible so that everybody&#8217;s aware of it. Even if they&#8217;re only interested in running their agency, or writing code or whatever it is. Maybe to realise that this is some version of the underpinnings of the WordPress community without which the software ultimately doesn&#8217;t exist.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it is quite curious. I don&#8217;t know if I&#8217;m reading between the lines here, I think I&#8217;m not, but I get the impression that, I&#8217;m going to use the phrase like, I don&#8217;t know, from higher up, let&#8217;s put it that way. It feels like education is taking a more central place. It feels like for example, Mary Hubbard, it feels like you&#8217;ve got a real advocate there. Again, I could be reading between the lines, but it feels like the words coming out of her mouth, I hear the word education coming out of her mouth quite a lot when she&#8217;s on stage.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it feels like you&#8217;ve got some big hitters, let&#8217;s go with that. I don&#8217;t know if you&#8217;ve got anything you want to add to that, but it feels like the importance of this is more profound this year than it was a few years ago.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:49:33] <strong>Maciej Pilarski:</strong> You are correct. Mary is a big supporter of that and she also created this space for us to grow those initiatives that like allows us to grow that. Isotta started the first Credits Program at the Pisa University as an experiment. And from there it was proven that this actually works. It gets us universities and new contributors.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then on the other side, there was those Campus Connect events that also organically grew up on their own. So basically there was a need. It feels like there was this hive mind somehow that worked also for all of us. All of us felt this need to introduce those things. It looks like we&#8217;ve reached a certain growth level for the community that we organically felt that that&#8217;s the direction that we should start heading.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:50:24] <strong>Nathan Wrigley:</strong> Yeah. What&#8217;s interesting there as well is that it very much overlaps with maybe a concern. So we&#8217;ve touched on this at various points without saying it out loud quite. If you go to, and I&#8217;m going to exclude WordCamp Asia 2026 from what I&#8217;m about to say, because that event was very different. If you go to a typical WordCamp, the age skews, and I&#8217;m doing air quotes, older. You don&#8217;t typically look around and see a bunch of teenagers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s a concern. There&#8217;s this, like a pyramid, like a reverse pyramid, and if we don&#8217;t get the younger people coming up, the edifice of this entire project kind of becomes a lot more shaky. And we&#8217;ve lived through 22 plus years of WordPress, and I think quite a lot of those people began, a lot of the people who&#8217;ve been involved in the community began their careers using WordPress and they&#8217;ve kind of moved through WordPress as it&#8217;s evolved over those 22 years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And not to, I don&#8217;t know quite how to say this. At some point they&#8217;re going to stop contributing. Their age will become something, you know, they want to retire or they want to move on or do some other things. Unless we build the scaffolding and put things in place so that young people feel they&#8217;ve got a place here, feel that, I don&#8217;t know, some proprietary system is not the way they want to go, they want to support the ethic of open source.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Unless these building blocks, these educational building blocks are put in place, then that&#8217;s going to be a bit of a concern. So to your point, Maciej, it organically grew. And what a nice thing that it did kind of organically grow because it&#8217;s sorely needed at the same time. There isn&#8217;t really a question in there. But anyway, there&#8217;s my observation. Anand, did you have something to say? I think you did.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:52:04] <strong>Anand Upadhyay:</strong> Yeah. So just want to add that thing you have raised recently. So the way that we want to teach the students about the open source as well, because if you go to the WP Credit curriculum, so the initial lessons, they learn through the, given to them to learn from the learn.wordpress. So it&#8217;s all about like open source ethics, and how the WordPress community, WordPress project works.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So this opens up their mind about the open source. Because in the education system, it is something that is not clearly mentioned. There are simple, just simple definitions around the open source. But open source is much more than those definitions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And especially the open source community like WordPress. It&#8217;s more about the people. So the students also learn about how the community is working, how the people are working from the different time zones, people are joining hands for running the bigger events like WordCamp Asia or these Credits Programs. The students will learn all those things as well, and I&#8217;m sure when they will join as a contributor in the future, they will have lot of experience before joining as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:53:02] <strong>Nathan Wrigley:</strong> Thank you. I love that expression, by the way. You just dropped it in in the middle of a sentence there. You said people are joining hands. What a perfect summation of the entire enterprise being discussed today. Maciej, you raised your hand.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:53:14] <strong>Maciej Pilarski:</strong> Yeah, and besides the community goals and keeping it going, I have also a very personal goal that also is behind all of those things that I do. From my own experience, I had a pretty difficult and bumpy educational path, let&#8217;s call it. Unlocking those possibilities for those students, helping them out, making it easier for them, it&#8217;s one of my very personal goals, because I know it does not need to be very difficult or crazy when you study, especially when you are young. You&#8217;re not sure fully which direction you would like to go. So creating for them, one of those opportunities that might click for them is also something very personal and close to my heart. Because not everyone needs to struggle or have like difficulties, so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:53:58] <strong>Nathan Wrigley:</strong> I am so glad you said that because that encapsulates all of it. That&#8217;s the entire point. It&#8217;s got to be that, right? So we&#8217;ve spent a long time talking about the minutiae of this, that, and the other thing. It all goes, like they&#8217;re spokes on a wheel. And the whole point is that little bit in the middle, which is the child, the adult, the human being somewhere who just wants to make use, wants to grow, wants to learn things, wants to figure things out.</p>\n\n\n\n<p class=\"wp-block-paragraph\">With open source, with this kind of learning, there is potentially zero impediment, or at least very few impediments to actually get that learning underway. And so I think maybe we lost sight of that in this conversation a little bit. So I&#8217;m glad that you grounded it there, Maciej, right towards the end. That&#8217;s perfect. Destiny, was there anything you wanted to say? I don&#8217;t know if you were indicating that you did.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:54:48] <strong>Destiny Kanno:</strong> I know we&#8217;re like probably over time, but there&#8217;s still so much to share. Like even thinking about keeping WordPress relevant, right? For us and then also for youth. I think about the new AI Leaders Credential that was announced and is being worked on. And how tying WordPress to AI is like really helping students engage more, and see like the relevancy of it in a different way. Not even for the students, like for me, that&#8217;s challenging me and I think other organisers and learners of WordPress to be adaptable and think about WordPress differently in a new way of this year as AI keeps advancing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then you were also talking about wins, right? How do we celebrate that? I did want to surface, we have the Education Buzz Report, which goes out every month, which aims to try to surface all of these educational wins that are happening in the community. And I just have received some further collaboration from marketing to hopefully also broadcast that on our socials going forward so that we do get the word out.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And lastly, like celebrating the students too. There was a post that went out about the Student Clubs and the success. And we just want to make sure that in this, that they feel seen, right? And that this feels like a space for them. And I know WordPress Credits, we&#8217;re working on something to showcase, no, something went out recently. A post went out recently to showcase some of the successes of the students. And we just want to keep highlighting that as well. Because their work and the way they operate, especially because they&#8217;re coming in with different lenses, is really important to showcase and highlight and make sure that they feel like they deserve that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:56:26] <strong>Nathan Wrigley:</strong> Yeah, there was a post, I&#8217;ll try and link to it. I think it was like a week ago about the Student Clubs. There were three or four images, three or four photos and there were so many smiling faces in those pictures. It was absolutely lovely. Lots of people gathered in classrooms. I couldn&#8217;t exactly tell where, but it was just so nice seeing people kind of enjoying WordPress, having a nice time, bit of camaraderie, hanging out with each other, learning things. It was absolutely wonderful.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Unfortunately, I think time might have got the better of us. Hopefully, dear listener, what you&#8217;ve gained is an understanding that there&#8217;s so many layers to this educational initiative. It doesn&#8217;t appear to be in any way standing still. It&#8217;s growing. It&#8217;s interesting. There&#8217;s a lot going on, and you can be involved.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I will put links in the show notes to any of the places where I feel you would be best making a start with that. Maybe the contributors to this panel can drop some things, you know, if they&#8217;ve got a particular link. So again, wptavern.com. If you want to go over there, we will look for the links.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This giant edifice that you maybe know nothing about, and maybe at the end of this episode, some parts of you is tuned in and thinking, I would like to be involved in that. And the truth is, you can be. It&#8217;s all available to you to get involved and you could start today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So there we go. With that said, I&#8217;m just going to say a great big thank you to Destiny, to Anand, and to Maciej. It kinds of feels like we need to come back. Let&#8217;s do it again in six months or so, and we&#8217;ll see where we&#8217;re at. Oh, I&#8217;ve got a lot of nodding faces. That&#8217;s nice. So maybe we&#8217;ll revisit this in a few months time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But seriously, from the bottom of my heart, Destiny, Anand and Maciej, profound respect to you and all of the different things that you are doing. Thank you so much for chatting to me today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:58:13] <strong>Anand Upadhyay:</strong> Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:58:13] <strong>Maciej Pilarski:</strong> Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:58:14] <strong>Destiny Kanno:</strong> Thank you.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we’re joined by three WordPress education initiative leaders, Destiny Kanno, Anand Upadhyay and Maciej Pilarski.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Together, they have spent years at the heart of WordPress training and outreach, working in roles spanning community education management, plugin development, and credit program administration. Their efforts have helped shape student engagement and university partnerships across the globe, introducing thousands of learners to WordPress. You can see their bios further down.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on the current landscape of WordPress education, with particular attention to three key initiatives: the WordPress Credits Program, Campus Connect, and Student Clubs. Each initiative is designed to provide unique entry points for students of all ages and education levels, from high schoolers building their first site in a library, to university students earning official credits for open source contributions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We discussed the different approaches these programs take: WP Credits ties student work directly to academic credit and mentorship, Campus Connect provides flexible, community-driven events in diverse locations, and Student Clubs foster sustainable, peer-led learning within schools and other institutions. We explored how these models feed into each other, building a sustainable ecosystem for ongoing growth in the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We also got into the importance of repeat campus partnerships, the need for scalable facilitator training, and the role of recognition: certificates, badges, and public showcases, in keeping students motivated and validated in their journey.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re curious about the growing movement to bring WordPress knowledge to the next generation, or are looking to get involved with education in your local community, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Previous episode of the podcast related to this episode:<br /><a href=\"https://wptavern.com/forums/topic/183-destiny-kanno-isotta-peira-and-anand-upadhyay-on-how-wordpress-is-shaping-the-future-of-education-for-students-worldwide\">#183 – Destiny Kanno, Isotta Peira and Anand Upadhyay on how WordPress is shaping the future of education for students worldwide</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/community/\">WordPress Community Team</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://events.wordpress.org/campusconnect/\">Welcome to WordPress Campus Connect</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/stephendumba1/\">Stephen Dumba&#8217;s WordPress.org profile</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/\">WordPress Credits: Contribution Program for Students</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/education/student-clubs/\">WordPress Student Clubs</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://events.wordpress.org/campusconnect/2025/ajmer/\">WordPress Campus Connect in Ajmer</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/community/2026/05/01/peer-review-needed-hands-on-wordpress-meetup-activity-library/\">Peer Review Needed: Hands-On WordPress Meetup Activity Library</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/community/2026/04/03/introducing-the-wordpress-facilitator-training-program/\">Introducing the WordPress Facilitator Training Program</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">Piloting the AI Leaders Micro-Credential</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/community/2026/06/03/monthly-education-buzz-report-may-2026/\">Monthly Education Buzz Report – May 2026</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://learn.wordpress.org\">Learn WordPress</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/04/student-clubs-build-momentum/\">WordPress Student Clubs Build Momentum</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Links provided by the guests</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress.org Education page:<br /><a href=\"https://wordpress.org/education/\">https://wordpress.org/education/</a> (and all subpages)</li>\n\n\n\n<li>WordPress Credits Institution application form:<br /><a href=\"https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/#get-involved\">https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/#get-involved</a></li>\n\n\n\n<li>Call for WP Credits mentors and mentor application form:<br /><a href=\"https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/a-guide-for-wp-credits-mentors/call-for-mentors/\">https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/a-guide-for-wp-credits-mentors/call-for-mentors/</a></li>\n\n\n\n<li>Any companies interested in supporting the Credits Program:<br /><a href=\"https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/get-involved-company-guide/\">https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/get-involved-company-guide/</a></li>\n\n\n\n<li>Student form to apply their institution for the Credits Program:<br /><a href=\"https://airtable.com/appIzQKfwTn5dyPVp/shr6Gf1mMMEAxevw4\">https://airtable.com/appIzQKfwTn5dyPVp/shr6Gf1mMMEAxevw4</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/handbook/education/wordpress-facilitator-training-program/\">WordPress Facilitator Training Program</a></li>\n\n\n\n<li>Education buzz reports: <a href=\"https://make.wordpress.org/community/tag/education-buzz/\">https://make.wordpress.org/community/tag/education-buzz/</a></li>\n\n\n\n<li>Apply to organize a WPCC event: <a href=\"https://events.wordpress.org/campusconnect/organize/\">https://events.wordpress.org/campusconnect/organize</a></li>\n\n\n\n<li>Apply to create a student club: <a href=\"https://make.wordpress.org/community/handbook/education/student-clubs/request-the-creation-of-a-wordpress-student-club/\">https://make.wordpress.org/community/handbook/education/student-clubs/request-the-creation-of-a-wordpress-student-club/</a></li>\n\n\n\n<li>Ai credentials:<br /><a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">https://wordpress.org/news/2026/02/ai-leaders-credential/</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Guest bios:</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Destiny Kanno</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Destiny Fox Kanno, sponsored contributor acting as a Community Education Programs Manager at Automattic. Destiny works closely with the Community team and Training Team, with a focus on growing, enabling and amplifying WordPress Campus Connect, Student Club, WordPress Credits and other education initiatives.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Anand Upadhyay</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Anand Upadhyay is a long-time WordPress contributor and community advocate based in Ajmer, India. Active in the ecosystem since 2010, he has contributed to several Make WordPress teams including Core, Docs, Community, and Polyglots, with a strong focus on empowering others to get involved. He is the founder of <a href=\"https://wpvibes.com\">WPVibes</a>, a WordPress plugin development company that builds performance-driven tools for WordPress and WooCommerce users.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anand is also a regular WordCamp speaker, Meetup organiser, and someone deeply committed to bringing WordPress education to students. In 2024, he launched the first WordPress Campus Connect event, which went on to become a global program officially recognised by the WordPress Foundation. Anand continues to support and mentor student communities through events, workshops, and open-source advocacy.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Maciej Pilarski</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Maciej Pilarski is a Community Wrangler at Automattic, where he works on WordPress.org with a focus on educational initiatives that connect the next generation of contributors to the global WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As one of the admins behind the WordPress Credits Program, Maciej works with universities across Central &amp; Eastern Europe and Asia to bring students into open source contribution, pairing them with mentors, building institutional partnerships, and helping turn academic coursework into real-world impact on software used by 43% of the web.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Originally from Poland and now based in Okinawa, Japan, Maciej brings a uniquely cross-cultural perspective to community building, bridging local ecosystems in places like Kraków, Riga, Tallinn, and Tokyo with the wider WordPress world. He&#8217;s passionate about making open source contribution more accessible and making sure the WordPress community reflects the full diversity of the people who use it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jun 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Open Channels FM: Revisiting What Matters Most\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556050\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://openchannels.fm/revisiting-what-matters-most/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"In this episode, Bob Dunn recaps six months of key themes, highlighting the surge in AI discussions, ongoing debates about the open web, and WordPress\'s enduring relevance, while embracing honest dialogue.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jun 2026 12:58:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Open Channels FM: Signal – Issue 14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://openchannels.fm/signal-issue-14/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Ongoing challenges in decentralized social networks, emphasizing the need for practical solutions and immediate usability for developers and users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jun 2026 11:57:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: No Bubble\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153299\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2026/06/no-bubble/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:425:\"<p class=\"wp-block-paragraph\">A throwback from 2007: a local Bay Area a cappella group called The Richter Scales made a Webby Award-winning viral video about how that bubble felt. <em>Hat tip: <a href=\"https://toni.org/\">Toni</a>.</em></p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jun 2026 06:57:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress.org blog: Browse the New Mercantile Swag Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2026/06/open-web-merch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3868:\"<p class=\"wp-block-paragraph\"><a href=\"https://mercantile.wordpress.org/\">Mercantile</a>, the official swag store of the WordPress project, has a newly redesigned storefront with a catalog that now sits front and center, and a design tuned to hold up across a wide range of screen sizes. There are also small touches, like automatically selecting a variant when only one is in stock and order emails styled to match the look and feel of the store.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20931\" height=\"1055\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=2048%2C1055&#038;ssl=1\" width=\"2048\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Throughout the design, the storefront leans into the history and culture of WordPress. Visual and copy choices nod to familiar elements of the project, from the metabox and the admin bar to Wapuu making the occasional appearance, with small open source and code references for those who look closely. The aim was a storefront that feels uniquely WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Under the hood, the storefront shows what a modern WordPress and <a href=\"https://woocommerce.com/\">WooCommerce</a> site can do. It is built almost entirely with blocks, including a block-based cart, checkout, mini-cart, and order confirmation, supported by a set of custom theme blocks created for the store. The <a href=\"https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/iapi-about/\">Interactivity API</a> powers the catalog navigation and modal states, the store runs on WordPress 7.0, and accessibility is built in throughout, honoring reduced-motion preferences across animations and meeting color contrast standards. Product pages surface per-product attributes such as size, material, and care, so shoppers have the details they need before adding an item to the cart.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20932\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=2048%2C800&#038;ssl=1\" width=\"2048\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This latest redesign supported the Mercantile booth at <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe</a>. To make in-person sales work smoothly, the team enabled local pickup at checkout and added a set of event-only products refined to match the rest of the catalog. Fifty orders were completed at the event using in-person payments, a strong real-world test of the new checkout flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is more on the way! A playful experiment in progress will let curious shoppers explore a text-based version of the store from the command line, a small tribute to the developers who make up much of the WordPress community. Subtle hints pointing the way will appear once it is ready.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20933\" height=\"719\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=2048%2C719&#038;ssl=1\" width=\"2048\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The new Mercantile is the work of many contributors who designed, built, tested, and refined it together. Every purchase supports the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a>, a 501(c)(3) nonprofit organization, in its mission to democratize publishing and preserve open source software for generations to come. Take a look around and find something you love.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://mercantile.wordpress.org/\">Shop at <strong>mercantile.WordPress.org</strong></a></div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 15:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"jillq\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Open Channels FM: Navigating Burnout in the Age of AI-Driven Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555430\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://openchannels.fm/navigating-burnout-in-the-age-of-ai-driven-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:180:\"AI transforms developer workflows, causing cognitive overload and blurring work-rest boundaries. Establishing intentional breaks is crucial to maintain balance and prevent burnout.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 10:08:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: Hill For A Stepper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2026/06/hill-stepper/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:798:\"<p class=\"wp-block-paragraph\">In honor of Father&#8217;s Day, I wanted to add to the <a href=\"https://ma.tt/chuck/\">two quotes from my Dad&#8217;s obituary</a>, &#8220;Seven days without chicken made one weak.” and  “If you fail at raising your children, nothing else mattered.” with another saying he had.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Ain&#8217;t no hill for a stepper.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to learn more about this, <a href=\"https://waywordradio.org/stepper-like-you/\">check out this part of the A Way with Words podcast</a>, and apparently, it <a href=\"https://www.youtube.com/watch?v=Lui5y2AcYpM\">might have come from the musician John Gaar</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 06:58:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Death by PowerPoint\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2026/06/death-by-powerpoint/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:760:\"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">PowerPoint makes us stupid. </p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">— Gen. James N. Mattis of the Marine Corps, the Joint Forces commander</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.nytimes.com/2010/04/27/world/27powerpoint.html\"><img alt=\"\" class=\"wp-image-153254\" height=\"340\" src=\"https://i0.wp.com/ma.tt/files/2026/06/27powerpoint_CA0-articleLarge.webp?resize=600%2C340&#038;quality=80&#038;ssl=1\" width=\"600\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Classic <a href=\"https://www.nytimes.com/2010/04/27/world/27powerpoint.html\">2010 NYT <em>We Have Met the Enemy and He Is PowerPoint</em></a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Jun 2026 06:03:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Best Trash\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153245\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2026/06/best-trash/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1194:\"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">A typography savant on staff had spent a month designing link underlines (literally just lines) that were more visually pleasing than Chrome or Safari’s defaults. On Tuesdays, engineers stayed late at the office, fixing design imperfections over dinner. One of them began a 2,500-word <a href=\"https://medium.com/@fat/mediums-css-is-actually-pretty-fucking-good-b8e2a6c78b06\" rel=\"noopener\" target=\"_blank\">post</a> about Medium’s CSS code with a quote attributed to Lil Wayne: “I believe that to be the best, you have to smell like the best, dress like the best, act like the best. When you throw your trash in the garbage can, it has to be better than anybody else who ever threw their trash in the garbage can.”</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">From Harris Sockel&#8217;s essay <a href=\"https://www.piratewires.com/p/what-happened-to-medium\">What Happened to Medium</a>, which I think is meant to be a dunk? But I think it&#8217;s awesome. Medium&#8217;s design and typography has always been really impeccable. I love when people obsess like this.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Jun 2026 13:51:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 21 Jul 2026 06:58:40 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Tue, 21 Jul 2026 06:45:30 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:5:\"clear\";s:4:\"x-nc\";s:9:\"HIT dca 1\";}s:5:\"build\";i:1760658336;s:21:\"cache_expiration_time\";i:1784660320;s:23:\"__cache_expiration_time\";i:1784660320;}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2437, '_site_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1784660320', 'off'),
(2438, '_site_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1784617120', 'off'),
(2439, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1784660320', 'off'),
(2440, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\'>WordPress 7.0.2 Release</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\'>WordPress 7.1 Beta 1</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://central.wordcamp.org/news/2026/07/wordcamp-rajshahi-2026-celebrating-community-learning-and-open-source/\'>WordCamp Central: WordCamp Rajshahi 2026: Celebrating Community, Learning, and Open Source</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/wcus-schedule-iframed-post-editor-woocommerce-11-0-and-so-much-more-weekend-edition-369/\'>Gutenberg Times: #WCUS Schedule, iframed Post Editor, WooCommerce 11.0 and so much more — Weekend Edition 369</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2026/07/wp-security/\'>Matt: Important Security Update</a></li></ul></div>', 'off'),
(2495, '_transient_timeout_wpseo_total_unindexed_post_type_archives', '1784706610', 'off'),
(2496, '_transient_wpseo_total_unindexed_post_type_archives', '0', 'off'),
(2497, '_transient_timeout_wpseo_total_unindexed_general_items', '1784706610', 'off'),
(2498, '_transient_wpseo_total_unindexed_general_items', '0', 'off'),
(2499, '_transient_timeout_wpseo_unindexed_post_link_count', '1784706610', 'off'),
(2500, '_transient_wpseo_unindexed_post_link_count', '0', 'off'),
(2501, '_transient_timeout_wpseo_unindexed_term_link_count', '1784706610', 'off'),
(2502, '_transient_wpseo_unindexed_term_link_count', '0', 'off'),
(2505, 'elementor_one_welcome_screen_completed', '1', 'auto'),
(2508, '_site_transient_timeout_available_translations', '1784631201', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2509, '_site_transient_available_translations', 'a:132:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.11/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-03 15:52:45\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-03-29 23:05:25\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.8/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2026-06-07 19:51:04\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.28/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-03-02 09:00:09\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-04-22 11:27:25\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-16 15:25:24\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-20 16:08:59\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-01 18:12:33\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-28 13:56:30\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-16 18:46:25\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-19 03:30:54\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-19 03:31:11\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/7.0.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-18 08:38:18\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-18 08:40:44\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/7.0.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.9/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-20 12:37:03\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-08 10:01:54\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-09 14:17:55\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-09 14:24:58\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-19 18:30:50\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-25 07:19:39\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-26 10:10:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-25 20:57:53\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-20 21:46:26\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-31 04:15:54\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-19 17:30:48\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-10 17:08:15\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.8/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.13\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.13/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.19\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.19/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.23/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-22 00:13:06\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-02 08:49:32\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-11-05 21:53:17\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-05 21:05:12\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-29 05:59:24\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-17 09:57:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-20 16:10:31\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.8\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.8/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2025-12-20 19:08:53\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2025-10-21 16:35:04\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.9/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-18 21:59:10\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-10 10:24:18\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.8/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-30 19:23:43\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.9/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-17 10:08:18\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-07 08:33:25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-30 13:55:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-18 14:12:04\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-06 13:51:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.9/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.23/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-04-09 12:29:53\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-15 05:40:01\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-13 19:49:16\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-03-25 22:55:12\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-03 11:57:19\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-09-27 20:51:17\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.9.5\";s:7:\"updated\";s:19:\"2026-02-20 20:55:46\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.5/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.11/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-19 18:54:59\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.8\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.8/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-20 17:07:02\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.18\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.18/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-02 17:12:46\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-27 12:51:38\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-15 05:25:34\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-03 13:00:03\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-19 13:55:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-19 19:19:13\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/7.0.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-14 10:23:56\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-08 15:30:26\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/7.0.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-08 15:28:47\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-20 11:08:15\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.8/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-20 21:32:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-20 19:02:53\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.19\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.19/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-02 03:54:13\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.9-RC/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-16 12:28:04\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-25 07:37:12\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.9.5\";s:7:\"updated\";s:19:\"2025-12-03 15:37:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.5/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-20 23:48:55\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.9.5\";s:7:\"updated\";s:19:\"2026-02-21 11:17:30\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.5/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.13\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.13/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-02 08:27:46\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-20 13:47:19\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-06-17 14:09:03\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-15 10:36:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.19\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.19/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-07-17 23:52:12\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:3:\"yor\";a:8:{s:8:\"language\";s:3:\"yor\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-04-18 05:57:08\";s:12:\"english_name\";s:6:\"Yoruba\";s:11:\"native_name\";s:8:\"Yorùbá\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0.2/yor.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"yo\";i:2;s:3:\"yor\";i:3;s:3:\"yor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"Tẹ̀síwájú si\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-04-27 20:54:39\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"7.0.2\";s:7:\"updated\";s:19:\"2026-05-21 05:54:13\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2532, 'elementor_font_awesome_pro_kit_id', '', 'auto'),
(2602, '_site_transient_timeout_wp_plugin_dependencies_plugin_timeout_elementor', '1784686159', 'off'),
(2603, '_site_transient_wp_plugin_dependencies_plugin_timeout_elementor', '1', 'off'),
(2604, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1784653768', 'off'),
(2605, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:10258;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:5084;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:2983;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2928;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2799;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:2328;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2212;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:2017;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1878;}s:2:\"ai\";a:3:{s:4:\"name\";s:2:\"AI\";s:4:\"slug\";s:2:\"ai\";s:5:\"count\";i:1851;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1818;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1764;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1652;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1643;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1569;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1523;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1513;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1453;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1393;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:1384;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:1384;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:1342;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1328;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1205;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:1179;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:1165;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:1163;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1157;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:1147;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1134;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:1053;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:1049;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1048;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:1036;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:1019;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:988;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:970;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:946;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:944;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:936;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:877;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:864;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:850;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:827;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:814;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:809;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:805;}s:7:\"chatbot\";a:3:{s:4:\"name\";s:7:\"chatbot\";s:4:\"slug\";s:7:\"chatbot\";s:5:\"count\";i:800;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:786;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:776;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:766;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:762;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:760;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:752;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:752;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:751;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:729;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:716;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:716;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:712;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:700;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:692;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:691;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:690;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:688;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:674;}s:10:\"automation\";a:3:{s:4:\"name\";s:10:\"automation\";s:4:\"slug\";s:10:\"automation\";s:5:\"count\";i:665;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:664;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:654;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:650;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:628;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:626;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:624;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:619;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:618;}s:9:\"live-chat\";a:3:{s:4:\"name\";s:9:\"live chat\";s:4:\"slug\";s:9:\"live-chat\";s:5:\"count\";i:617;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:597;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:593;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:587;}s:7:\"booking\";a:3:{s:4:\"name\";s:7:\"booking\";s:4:\"slug\";s:7:\"booking\";s:5:\"count\";i:580;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:578;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:575;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:571;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:571;}s:4:\"gdpr\";a:3:{s:4:\"name\";s:4:\"GDPR\";s:4:\"slug\";s:4:\"gdpr\";s:5:\"count\";i:571;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:564;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:563;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:553;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:548;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:548;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:541;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:534;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:532;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:532;}s:13:\"accessibility\";a:3:{s:4:\"name\";s:13:\"accessibility\";s:4:\"slug\";s:13:\"accessibility\";s:5:\"count\";i:526;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:520;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:513;}s:8:\"products\";a:3:{s:4:\"name\";s:8:\"products\";s:4:\"slug\";s:8:\"products\";s:5:\"count\";i:491;}s:7:\"reviews\";a:3:{s:4:\"name\";s:7:\"reviews\";s:4:\"slug\";s:7:\"reviews\";s:5:\"count\";i:486;}s:7:\"privacy\";a:3:{s:4:\"name\";s:7:\"privacy\";s:4:\"slug\";s:7:\"privacy\";s:5:\"count\";i:483;}}', 'off'),
(2612, '_transient_timeout_wpcode_just_activated', '1784643091', 'off'),
(2613, '_transient_wpcode_just_activated', 'lite', 'off'),
(2614, 'wpcode_usage_tracking_config', 'a:6:{s:3:\"day\";i:3;s:4:\"hour\";i:11;s:6:\"minute\";i:21;s:6:\"second\";i:30;s:6:\"offset\";i:300090;s:8:\"initsend\";i:1785324090;}', 'off'),
(2615, 'ihaf_activated', 'a:2:{s:6:\"wpcode\";i:1784643032;s:7:\"version\";s:5:\"2.3.7\";}', 'auto'),
(2617, 'wpcode_snippets', 'a:0:{}', 'auto'),
(2618, 'wpcode_snippets_errors', 'a:0:{}', 'auto'),
(2619, 'wpcode_admin_notices', 'a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1784643032;s:9:\"dismissed\";b:0;}s:15:\"suggest_plugins\";a:2:{s:4:\"time\";i:1784643032;s:9:\"dismissed\";b:0;}}', 'auto'),
(2621, 'wpcode_notifications', 'a:4:{s:6:\"update\";i:1784643042;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'off'),
(2622, 'ihaf_insert_header', '<!-- Google Tag Manager -->\r\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\\\'gtm.start\\\':\r\nnew Date().getTime(),event:\\\'gtm.js\\\'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!=\\\'dataLayer\\\'?\\\'&l=\\\'+l:\\\'\\\';j.async=true;j.src=\r\n\\\'https://www.googletagmanager.com/gtm.js?id=\\\'+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,\\\'script\\\',\\\'dataLayer\\\',\\\'GTM-WFWGFKD2\\\');</script>\r\n<!-- End Google Tag Manager -->', 'auto'),
(2623, 'ihaf_insert_footer', '', 'auto'),
(2624, 'ihaf_insert_body', '<!-- Google Tag Manager (noscript) -->\r\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WFWGFKD2\\\"\r\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\r\n<!-- End Google Tag Manager (noscript) -->', 'auto'),
(2636, '_transient_timeout_elementor_unread_notifications_1', '1784646771', 'off'),
(2637, '_transient_elementor_unread_notifications_1', 'a:21:{i:0;s:21:\"angie-super-community\";i:1;s:15:\"4.1-atomic-form\";i:2;s:21:\"cookie-consent-launch\";i:3;s:17:\"angie-super-admin\";i:4;s:11:\"4.0-default\";i:5;s:15:\"angie-revisions\";i:6;s:16:\"4.0-atomic-forms\";i:7;s:19:\"angie-cloud-library\";i:8;s:16:\"4.0-interactions\";i:9;s:22:\"4.0-sync-design-system\";i:10;s:12:\"angie-launch\";i:11;s:15:\"partner-program\";i:12;s:13:\"manage-launch\";i:13;s:15:\"components-3.35\";i:14;s:10:\"one-launch\";i:15;s:16:\"atomic-tabs-3.34\";i:16;s:22:\"variables-manager-3.33\";i:17;s:14:\"ally-assistant\";i:18;s:20:\"image-optimizer-3.19\";i:19;s:20:\"5-star-rating-prompt\";i:20;s:23:\"site-mailer-introducing\";}', 'off'),
(2646, '_transient_is_multi_author', '0', 'on');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2652, 'elementor_pro_remote_info_api_data_4.1.3', 'a:2:{s:7:\"timeout\";i:1784687682;s:5:\"value\";s:257380:\"{\"stable_version\":\"4.2.0\",\"last_updated\":\"2026-07-20 19:00:43\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:242608:\\\"<h1>Elementor Pro - by Elementor.com<\\/h1>\\n<h4>4.2.0 - 2026-07-20<\\/h4>\\n<ul>\\n<li>New: Introducing Loop for building dynamic content layouts - Atomic Editor<\\/li>\\n<li>Tweak: Added Email 2 as an additional action after submit in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Improved the settings UI in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added autocomplete support for better accessibility in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added accessibility support for Atomic Form success and error messages after submission - Atomic Editor<\\/li>\\n<li>Fix: Local styles are not loaded inside Shortcode or Template widgets - Atomic Editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/32921\\\">#32921<\\/a>)<\\/li>\\n<li>Fix: Empty overrides in nested Components show the default value instead of remaining empty - Atomic Editor<\\/li>\\n<li>Fix: Classes created from Components override the expected class priority - Atomic Editor<\\/li>\\n<li>Fix: Redoing detach Component inside another Component leaves stale exposed properties behind - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form elements cannot be copied and pasted - Atomic Editor<\\/li>\\n<li>Fix: Metadata is missing from email submissions in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Sub-menu indicators flicker while the page is loading in WordPress Menu widget<\\/li>\\n<li>Fix: Load on Click duplicates the initial posts instead of loading the next posts when using multiple Posts widgets<\\/li>\\n<li>Fix: Buttons are not keyboard accessible in Flip Box widget<\\/li>\\n<li>Fix: Non-existent pages can trigger a fatal error in Archive and 404 templates<\\/li>\\n<li>Fix: Custom Search Results URLs can trigger a fatal error in Search widget<\\/li>\\n<li>Fix: Headings are highlighted inconsistently when scrolling down and back up in Table of Contents widget<\\/li>\\n<li>Fix: PHP warnings appear when WooCommerce coupons are disabled in Cart and Checkout widgets<\\/li>\\n<\\/ul>\\n<h4>4.1.3 - 2026-07-14<\\/h4>\\n<ul>\\n<li>Fix: Content section isn&#39;t expanded by default when adding atomic element inside Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form cannot be saved as template - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.1.2 - 2026-06-23<\\/h4>\\n<ul>\\n<li>Fix: Email action is not configured correctly when submitting Atomic Forms - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.1.1 - 2026-06-08<\\/h4>\\n<ul>\\n<li>Fix: Live Results item count does not apply correctly on Tablet and Mobile in Search widget<\\/li>\\n<li>Fix: Default animation appears for logged-out users when using an ACF URL dynamic tag in Lottie widget<\\/li>\\n<li>Fix: &quot;Something went wrong&quot; error appears when using Taxonomy Filter with a Loop Grid based on Current Query<\\/li>\\n<\\/ul>\\n<h4>4.1.0 - 2026-05-26<\\/h4>\\n<ul>\\n<li>Tweak: Added Radio Button element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Select element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Date Picker element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Time Picker element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added File Upload element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Webhook URL support to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Improved the default To and From field settings in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Updated the Connected Input ID control to a Select control in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added the Atomic Elements section when editing Loop Grid templates - Atomic Editor<\\/li>\\n<li>Tweak: Added support for dynamic field mentions in email content in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Start and End grid lines for the While Scrolling effect in Interactions - Atomic Editor<\\/li>\\n<li>Tweak: Updated the minimum required WordPress version to 6.8<\\/li>\\n<li>Fix: Custom styles are lost for Atomic elements used in loops - Atomic Editor<\\/li>\\n<li>Fix: Action Log and Page Title are not recorded in Atomic Form submissions - Atomic Editor<\\/li>\\n<li>Fix: Inline editing does not work for Buttons inside Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form cannot be dragged into containers or child containers - Atomic Editor<\\/li>\\n<li>Fix: Pasting content from another site may cause a fatal error with Loop Item Templates<\\/li>\\n<\\/ul>\\n<h4>4.0.4 - 2026-04-28<\\/h4>\\n<ul>\\n<li>Fix: Flexbox and Div Block do not work with display conditions - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.3 - 2026-04-20<\\/h4>\\n<ul>\\n<li>Tweak: Updated base style font styling in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Submit button not working inside popups in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Forms fail to send when using ACF Email dynamic tag - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.2 - 2026-04-13<\\/h4>\\n<ul>\\n<li>Fix: Interactions apply only to the first matching element instead of all instances on the page - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.1 - 2026-04-01<\\/h4>\\n<ul>\\n<li>Fix: Exposed text properties appear empty in existing components - Atomic Editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/35357\\\">#35357<\\/a>)<\\/li>\\n<li>Fix: Cannot publish existing components with overridable properties - Atomic Editor<\\/li>\\n<li>Fix: Unexpected characters appear when deleting attribute values using backspace - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.0 - 2026-03-30<\\/h4>\\n<ul>\\n<li>New: Introducing Atomic Forms using composable Atomic elements - create flexible form layouts by combining individual field elements - Atomic Editor<\\/li>\\n<li>New: Introducing Interactions with new triggers and custom effects for dynamic experiences - create animations based on user scroll and user behavior - Atomic Editor<\\/li>\\n<li>Tweak: Component creation is available for Pro users - Atomic Editor<\\/li>\\n<li>Tweak: Added the ability to detach Components into editable layouts - Atomic Editor<\\/li>\\n<li>Tweak: Added support for custom fonts in typography controls - Atomic Editor<\\/li>\\n<li>Fix: Unable to paste content into the Custom CSS field - Atomic Editor<\\/li>\\n<li>Fix: Error when assigning a dynamic custom field to a component&#39;s inner element in Components - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>3.35.1 - 2026-02-11<\\/h4>\\n<ul>\\n<li>Fix: Enqueue script errors when <code>WP_DEBUG<\\/code> is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/34617\\\">#34617<\\/a>)<\\/li>\\n<li>Fix: General UI issues in Editor screens in WordPress Admin<\\/li>\\n<\\/ul>\\n<h4>3.35.0 - 2026-02-02<\\/h4>\\n<ul>\\n<li>Tweak: Extended the color picker to support ACF fields - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables with custom units across relevant controls - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables in border radius controls - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.34.4 - 2026-01-29<\\/h4>\\n<ul>\\n<li>Fix: Shortcodes overflow the screen on Saved Templates screen in WordPress Admin<\\/li>\\n<li>Fix: Avoid Multiple Popups control does not work in Popups<\\/li>\\n<\\/ul>\\n<h4>3.34.3 - 2026-01-26<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder WordPress view does not work as expected<\\/li>\\n<li>Fix: Submissions menu appears even when the setting is disabled<\\/li>\\n<\\/ul>\\n<h4>3.34.2 - 2026-01-22<\\/h4>\\n<ul>\\n<li>Tweak: Updated notification behavior in Elementor menu in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.1 - 2026-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Unified the Elementor interface into a single place to manage, optimize, and configure Elementor capabilities in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn&#39;t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn&#39;t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the &#39;Avoid Duplicates&#39; option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn&#39;t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: &#39;Reading Settings&#39; unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder&#39;s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the &#39;Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added &#39;Structure&#39; indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to &#39;Copy&#39;, &#39;Paste&#39;, and &#39;Clear&#39; Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the &#39;Create Template&#39; button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the &#39;Loader&#39; animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to &#39;Current Query&#39; explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: &#39;Editing Mode&#39; for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas<\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove &#39;User IP&#39; and &#39;User Agent&#39; from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn&#39;t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn&#39;t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing &#39;self-hosted&#39; source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: &#39;Fallback: Recent Posts&#39; option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don&#39;t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn&#39;t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added &#39;Active item state&#39; to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget&#39;s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the &#39;Gap between slides&#39; control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can&#39;t edit page when using &#39;Content Tabs&#39; and &#39;Section&#39; options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups&#39; backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn&#39;t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to &#39;Show up to X times&#39; advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added &#39;Equal height&#39; functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note&#39;s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label&#39;s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn&#39;t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn&#39;t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn&#39;t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn&#39;t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn&#39;t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn&#39;t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn&#39;t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook&#39;s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn&#39;t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn&#39;t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn&#39;t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn&#39;t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn&#39;t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor&#39;s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn&#39;t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can&#39;t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn&#39;t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don&#39;t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn&#39;t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn&#39;t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>Elementor\\\\Utils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section&#39;s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can&#39;t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn&#39;t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn&#39;t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn&#39;t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code&#39;s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren&#39;t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted &#39;Max Height&#39; control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in &#39;Reply To&#39; Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted &#39;Max Height&#39; control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475%5D\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can&#39;t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder&#39;s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can&#39;t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of &#39;get_create_url&#39; in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn&#39;t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can&#39;t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn&#39;t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don&#39;t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn&#39;t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren&#39;t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can&#39;t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn&#39;t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can&#39;t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn&#39;t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don&#39;t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=&quot;navigation&quot;<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn&#39;t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn&#39;t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder&#39;s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder&#39;s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when &#39;Hide Title&#39; is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it&#39;s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it&#39;s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won&#39;t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for &#39;View Cart&#39; link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added &#39;Current Subcategories&#39; option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it&#39;s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it&#39;s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent&#39;s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it&#39;s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it&#39;s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn&#39;t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in &#39;typing&#39; and &#39;clip&#39; animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there&#39;s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don&#39;t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorPro\\\\Modules\\\\Forms\\\\Classes\\\\Action_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can&#39;t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - &#39;Link apply on&#39; logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with &#39;0&#39; for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\n\\\";}\",\"new_version\":\"4.2.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"6.8\",\"tested\":\"7.0\",\"elementor_requires\":\"3.34\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvaGFydGdhcm5lcm1kbiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3ODQ2NDQ0ODEsImV4cCI6MTc4NDczMDg4MX0.YurmxfNTX10YSGG-Bp4rWJlj0s38oH61S_x-qRU42OE\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvaGFydGdhcm5lcm1kbiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3ODQ2NDQ0ODEsImV4cCI6MTc4NDczMDg4MX0.YurmxfNTX10YSGG-Bp4rWJlj0s38oH61S_x-qRU42OE\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/assets.elementor.com\\/miscellaneous\\/v1\\/images\\/icon.svg\"},\"requires_php\":\"7.4\"}\";}', 'off');
INSERT INTO `wpha_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2655, 'mwp_service_key', '61fa49ea-3e0d-440b-8214-8770f2e21adc', 'on'),
(2658, 'mwp_openssl_parameters', 'a:2:{s:4:\"time\";i:1784644486;s:7:\"working\";b:1;}', 'on'),
(2659, 'mwp_incremental_update_active', '', 'auto'),
(2660, 'mwp_recovering', '', 'auto'),
(2661, 'mwp_core_autoupdate', '', 'auto'),
(2662, 'mwp_container_parameters', 'a:0:{}', 'auto'),
(2663, 'mwp_container_site_parameters', 'a:0:{}', 'auto'),
(2664, 'mwp_maintenace_mode', 'a:0:{}', 'auto'),
(2666, 'worker_migration_version', '2', 'yes'),
(2670, 'mwp_worker_configuration', 'a:9:{s:10:\"master_url\";s:21:\"https://managewp.com/\";s:15:\"master_cron_url\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:20:\"noti_cache_life_time\";s:5:\"86400\";s:27:\"noti_treshold_spam_comments\";s:2:\"10\";s:30:\"noti_treshold_pending_comments\";s:1:\"0\";s:31:\"noti_treshold_approved_comments\";s:1:\"0\";s:19:\"noti_treshold_posts\";s:1:\"0\";s:20:\"noti_treshold_drafts\";s:1:\"0\";s:8:\"key_name\";s:8:\"managewp\";}', 'auto'),
(2672, 'mwp_public_keys_refresh_time', '1784644486', 'on'),
(2673, 'mwp_public_keys', 'a:8:{i:0;a:6:{s:2:\"id\";s:19:\"managewp_1782525902\";s:7:\"service\";s:8:\"managewp\";s:9:\"validFrom\";s:19:\"2026-07-12 01:26:15\";s:7:\"validTo\";s:19:\"2026-08-13 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8wJp+d8SSW3Fwrx9q3Ij\n9y/n+iwlRbw8p1P/zFe6Z8d9BDqxKjbuJCa2y1RXLkgmGh7/TjnvZJsrLmrzoihj\nIozdCZb/9ljS6nt6403nxhfZJFCY8rUjaS9x9l3iwsc40V7ebcZ4DgRoSXUGpEYO\nKC1h7Ns5FaI/jIcXM8eNsKCsVFRroYYwjhXE1oOQy/W9yR/HODfxRHSfPj9ohcXw\nhI6y1kNW6yc3eAZRJMifVSS1kVjTDpQCGzdxTWybikR5gAZz0WOKXWyVuWEZrHKI\nKf2NFteNKYbLSl+l8tyTCAHS+XnpDKrEXg/txNu10wXHtSHfKwhPlUUv8zRjuB98\nhwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:0;}i:1;a:6:{s:2:\"id\";s:23:\"managewp_dev_1782525902\";s:7:\"service\";s:12:\"managewp_dev\";s:9:\"validFrom\";s:19:\"2026-07-12 01:26:15\";s:7:\"validTo\";s:19:\"2026-08-13 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm3n7CI6U6NJUlSShhKfJ\nn4Ao3/pWp20CBJ6KHIUHIHLRLmrYUEWbsKzbctC+mnmZMv0oKZnaPK4fihgLEqTu\nc8UDER2KPfFj9oKdC1W5er3yI6VLzKgA2c3V7kW3co78elNg+pDMI0Q3k57qihUA\nQ1xvG57YO8dMseWZgl1SXJkdtP8pDZvXY02sNlEUBpNWHYIuuKVrXyANtR9cAjOF\n9+Vi32Q+3O/PMgRYbqfqlkgbpbkYfaSzErUfdUwxuP+k6ghKP7rBjTf+ehG+7jJL\n3OzRj2E+jrO/1M2nCak+CzX6CNcBRh/wl/O6NC+yyLARFXg3G7xUUqXh7C/0Abzy\nMQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:0;}i:2;a:6:{s:2:\"id\";s:16:\"mwp20_1782525902\";s:7:\"service\";s:5:\"mwp20\";s:9:\"validFrom\";s:19:\"2026-07-12 01:26:15\";s:7:\"validTo\";s:19:\"2026-08-13 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7WtikGadlD5eJJU2G9Jj\nipQbMOL/zfGVOfk816F2+NiegRI6a8CgB8Ybtu15Nu5F97GAavPPfNbkIKpAQXlj\nlgryZyzCBcTT/FpT6sE6GaN786W1/XZxEDby4dFxIIjz9JYZWPCYU2MZRp5I1Ek9\njK4ClZPPbeMZVmo+8akjS6QdSefbFsdulRYkYAqm03QliVO54WlAWGMBXhKRZXp4\n99LzOG51hJR14Td/S62iyb/T+gDsFsdzjIDFlixNmEjEaiTUrcnWnnZ7gI/ykupy\nVIXJhSSLuGHbocXjwiSk7rKOFp27ltrm8FUtByb749Yr/rh1VdRVNzNS/W1lV88v\ndQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:3;a:6:{s:2:\"id\";s:15:\"wpps_1782133502\";s:7:\"service\";s:4:\"wpps\";s:9:\"validFrom\";s:19:\"2026-07-07 13:05:01\";s:7:\"validTo\";s:19:\"2026-08-08 13:05:01\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwWSDKIJrKWwdX31Bk1np\nmPWTLjdxXUEQmp21EIv3vK4kMgDkw4QIECTmQ4qw/jRhF+POagX3jzC6GYeldVOu\naNIKiWON5bFdPRKBb5ojGdEe+RPmDbXsQaXMbWI2GsgtgX9Xt3bzd9htv3JZxVIV\nHHHnTMvTQirqCef+8FqpYYdzVN/WHvza3fj4QVP17YaBX+/RsMJabcTOB6xcBJ3M\nl2SRTReZoeW0gE+1ndzm8qiemeDSuvQLYrCpFL8bfkl+ogX4imbtr+mmYOeL3+qT\n9+EWvD4N/V2j/PmkMZQPKOOkyyPaYeqXjU6tkBgVVT9zgor0Xt3OVMUJo/aEKFSR\nAwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:4;a:6:{s:2:\"id\";s:25:\"cookie_service_1780765501\";s:7:\"service\";s:14:\"cookie_service\";s:9:\"validFrom\";s:19:\"2026-06-21 16:27:25\";s:7:\"validTo\";s:19:\"2026-07-23 16:27:25\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqpORYqiXmUtvJzAH7lrW\n8kMP8YvWWyhj4/A22zkka6V+YAGG0mg6c8unM6k7F1M5h19As48kf1VdRa+mioxs\ntFr1vaQ7BCsQpX84EmqlkI/GZ21L8BUAQTcvffKLMZxUp5FwLeVco5nPOFMTauQl\nsSCy5rbKdrvR4HkjYVfNQbfnjsuTOjpXvvAZgstKZVswsWQsnI2N4t10WFNVO0rW\n/FTm5kujgYvV+KbCY31UlBzrf5WA+V8m5F8I+x4AEo1SW0zI2ZbzR76OBc36+mYr\n0iAWCZYp2j/KYB5TYfj3d59MYwReTVFmPP0AdzbfhnnWCZ+H+BRNVqGGEo8/OilX\nFQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:5;a:6:{s:2:\"id\";s:25:\"cookie_service_1783357501\";s:7:\"service\";s:14:\"cookie_service\";s:9:\"validFrom\";s:19:\"2026-07-21 16:27:25\";s:7:\"validTo\";s:19:\"2026-08-22 16:27:25\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2GAh/m1AuGhWfcrmO/pm\nLSssTlpgtWOVtMx+SXfolwnNhaZx1bv136F8FmLuxdk2pfZgbWvbWnkGNFazxNc1\n/pcmFIkiZQ3FUCV6byAI9gEp3z0LLRFiRY1dqWqB7zhn3f46ImLfBfn0man4ugmB\nu1z2yKnekhKH7Ane+fteDttvm5vduSyIdyOIXs52ygPN1FGdW3Mh279tmReoA9Ez\naBPPJgps4bY5H+jbvhx7yZiTVige9h1cmChCRyft1JkDXBmvIJDPnb/RFMREsCFx\nStAIwAPXjFxS/xA8epdraRUBWqBMXgBfB5KE/LMrNH5HYpof9TOA7k19Vwgubg3z\nxQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:6;a:6:{s:2:\"id\";s:15:\"mwp1_1782223502\";s:7:\"service\";s:4:\"mwp1\";s:9:\"validFrom\";s:19:\"2026-07-08 14:05:01\";s:7:\"validTo\";s:19:\"2026-08-09 14:05:01\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvdnTDcARHs0T6J2/mB+i\nNPV0FmL6GvqtRi7kj5daA9jCOP/KXvLc7j0vEgyURhzbW7MCFblfag56RD9E7FIX\n7TscMzDQ3cEoS3w0WBSZ1oxBqb5VEvljtVXYlHWR/dGs6hD6JFRVY0ZTFLZDn/7s\nGScpSZHRG51lOAilp20uVTNeu7Jv3URgIuqXLqrfSHzP0AlUo3ZF4SbnWJGORySP\nqQr2jaE7YKoYeGm2u4jebMkeMIBjSGvjiz2jLLgpw/110l7qCvcazUX2SzZ2PWJx\nr9/V0fcRMsLk2qGvXlfn6x2se5h1ZTLDkLYTg/MQ7oeWjf01HBxO5eSXKyJ+mnX6\nMwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:7;a:6:{s:2:\"id\";s:20:\"migration_1782479102\";s:7:\"service\";s:9:\"migration\";s:9:\"validFrom\";s:19:\"2026-07-11 13:05:02\";s:7:\"validTo\";s:19:\"2026-08-12 13:05:02\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqJXKnbbyT3rPFqRJtL99\nfiFop3zytz7tuCOHF/mvvH8dmuRBKbbGLxIpF/x1FnWYGih4RGbP5SR4dmkV9gNg\nYX5mvyYd3cxvzPZbfguflexgubmKC8huQboDXMfWC0CtUyN9jQIygtflj57H/WzH\nxDi33kfvL73TZ1PB2URPkEA/37159TDxQsyIu7wtSVJKBV/dILJuiYpfeb4hvBN+\nvCZ5ONPCG6IQWe2UcGTRdX2Emu55XY1+XbWxn0j/Y0LHGkdrghgmtyWGJIOJhujR\ngA3vnkKL4ONoCU3v8MaKpxnAyzJgAXf3bVUYdO+dPqDou8yVytkXpE8RrU95Kjw+\n9QIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}}', 'on'),
(2684, '_site_transient_timeout_n_d0a7e6bdcf793f3ccde0021b7715fecca87c5c', '1784730953', 'off'),
(2685, '_site_transient_n_d0a7e6bdcf793f3ccde0021b7715fecca87c5c', '1784644552', 'off'),
(2686, 'mwp_communication_keys', 'a:0:{}', 'on'),
(2687, 'mwp_key_last_used_2dd25041-63bb-4535-9bd1-63a6d1f1ed77', '1784644553', 'on'),
(2688, 'mmb_stats_filter', 'a:1:{s:7:\"plugins\";a:1:{s:7:\"cleanup\";a:1:{s:9:\"revisions\";a:1:{s:11:\"num_to_keep\";i:5;}}}}', 'auto'),
(2689, 'mwp_potential_key', '6a4f70b1-72e3-4a1a-a785-bbad1d969bf8', 'on'),
(2690, 'mwp_potential_key_time', '1784644554', 'on'),
(2691, 'mwp_new_communication_established', '1', 'on'),
(2692, '_site_transient_timeout_n_5e22014a7c5fc326990355550995f3d95dfe9f', '1784730954', 'off'),
(2693, '_site_transient_n_5e22014a7c5fc326990355550995f3d95dfe9f', '1784644553', 'off'),
(2694, '_site_transient_timeout_n_287d94da78d6f9ba213f4fc40d0ec50dc5c1db', '1784730956', 'off'),
(2695, '_site_transient_n_287d94da78d6f9ba213f4fc40d0ec50dc5c1db', '1784644556', 'off'),
(2696, 'mwp_pro_connected', 'pro_sites', 'auto'),
(2702, '_site_transient_timeout_n_g87oastusir6bcikgfd1y5rw6szq2qnb0rol6v', '1784731344', 'off'),
(2703, '_site_transient_n_g87oastusir6bcikgfd1y5rw6szq2qnb0rol6v', '1784644944', 'off'),
(2704, '_site_transient_timeout_n_e034f7e8bf8279aa2a01d47dce6eaf3310a359', '1784731647', 'off'),
(2705, '_site_transient_n_e034f7e8bf8279aa2a01d47dce6eaf3310a359', '1784645247', 'off'),
(2715, '_transient_timeout_wpseo_total_unindexed_posts_limited', '1784648062', 'off'),
(2716, '_transient_wpseo_total_unindexed_posts_limited', '0', 'off'),
(2717, '_transient_timeout_wpseo_total_unindexed_terms_limited', '1784648062', 'off'),
(2718, '_transient_wpseo_total_unindexed_terms_limited', '0', 'off'),
(2719, 'astra_usage_optin', 'no', 'off'),
(2720, 'bsf_usage_last_displayed_time', '1784647162', 'off'),
(2722, '_transient_timeout_wpseo-statistics-totals', '1784733920', 'off'),
(2723, '_transient_wpseo-statistics-totals', 'a:1:{i:1;a:2:{s:6:\"scores\";a:1:{i:0;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:48:\"Posts <strong>without</strong> a focus keyphrase\";s:5:\"count\";i:61;s:4:\"link\";s:108:\"https://mrarif.me/hartgarnermdn/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";i:0;s:4:\"good\";i:0;s:2:\"na\";i:1;s:7:\"noindex\";i:0;}}}', 'off'),
(2724, 'litespeed.conf._version', '7.8.0.1', 'auto'),
(2725, 'litespeed.conf.hash', 'IVgp4G1I6jjuRzJUhWreqIlK0MzNrjuH', 'auto'),
(2726, 'litespeed.conf.api_key', '', 'auto'),
(2727, 'litespeed.conf.auto_upgrade', '', 'auto'),
(2728, 'litespeed.conf.server_ip', '', 'auto'),
(2729, 'litespeed.conf.guest', '', 'auto'),
(2730, 'litespeed.conf.guest_optm', '', 'auto'),
(2731, 'litespeed.conf.news', '1', 'auto'),
(2732, 'litespeed.conf.cache', '1', 'auto'),
(2733, 'litespeed.conf.cache-priv', '1', 'auto'),
(2734, 'litespeed.conf.cache-commenter', '1', 'auto'),
(2735, 'litespeed.conf.cache-rest', '1', 'auto'),
(2736, 'litespeed.conf.cache-page_login', '1', 'auto'),
(2737, 'litespeed.conf.cache-mobile', '', 'auto'),
(2738, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'auto'),
(2739, 'litespeed.conf.cache-browser', '', 'auto'),
(2740, 'litespeed.conf.cache-exc_useragents', '[]', 'auto'),
(2741, 'litespeed.conf.cache-exc_cookies', '[]', 'auto'),
(2742, 'litespeed.conf.cache-exc_qs', '[]', 'auto'),
(2743, 'litespeed.conf.cache-exc_cat', '[]', 'auto'),
(2744, 'litespeed.conf.cache-exc_tag', '[]', 'auto'),
(2745, 'litespeed.conf.cache-force_uri', '[]', 'auto'),
(2746, 'litespeed.conf.cache-force_pub_uri', '[]', 'auto'),
(2747, 'litespeed.conf.cache-priv_uri', '[]', 'auto'),
(2748, 'litespeed.conf.cache-exc', '[]', 'auto'),
(2749, 'litespeed.conf.cache-exc_roles', '[]', 'auto'),
(2750, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'auto'),
(2751, 'litespeed.conf.cache-ttl_pub', '604800', 'auto'),
(2752, 'litespeed.conf.cache-ttl_priv', '1800', 'auto'),
(2753, 'litespeed.conf.cache-ttl_frontpage', '604800', 'auto'),
(2754, 'litespeed.conf.cache-ttl_feed', '604800', 'auto'),
(2755, 'litespeed.conf.cache-ttl_rest', '604800', 'auto'),
(2756, 'litespeed.conf.cache-ttl_browser', '31557600', 'auto'),
(2757, 'litespeed.conf.cache-ttl_status', '[\"404 3600\",\"500 600\"]', 'auto'),
(2758, 'litespeed.conf.cache-login_cookie', '', 'auto'),
(2759, 'litespeed.conf.cache-ajax_ttl', '[]', 'auto'),
(2760, 'litespeed.conf.cache-vary_cookies', '[]', 'auto'),
(2761, 'litespeed.conf.cache-vary_group', '[]', 'auto'),
(2762, 'litespeed.conf.purge-upgrade', '', 'auto'),
(2763, 'litespeed.conf.purge-stale', '', 'auto'),
(2764, 'litespeed.conf.purge-post_all', '', 'auto'),
(2765, 'litespeed.conf.purge-post_f', '1', 'auto'),
(2766, 'litespeed.conf.purge-post_h', '1', 'auto'),
(2767, 'litespeed.conf.purge-post_p', '1', 'auto'),
(2768, 'litespeed.conf.purge-post_pwrp', '1', 'auto'),
(2769, 'litespeed.conf.purge-post_a', '1', 'auto'),
(2770, 'litespeed.conf.purge-post_y', '', 'auto'),
(2771, 'litespeed.conf.purge-post_m', '1', 'auto'),
(2772, 'litespeed.conf.purge-post_d', '', 'auto'),
(2773, 'litespeed.conf.purge-post_t', '1', 'auto'),
(2774, 'litespeed.conf.purge-post_pt', '1', 'auto'),
(2775, 'litespeed.conf.purge-timed_urls', '[]', 'auto'),
(2776, 'litespeed.conf.purge-timed_urls_time', '', 'auto'),
(2777, 'litespeed.conf.purge-hook_all', '[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]', 'auto'),
(2778, 'litespeed.conf.esi', '', 'auto'),
(2779, 'litespeed.conf.esi-cache_admbar', '1', 'auto'),
(2780, 'litespeed.conf.esi-cache_commform', '1', 'auto'),
(2781, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'auto'),
(2782, 'litespeed.conf.util-instant_click', '', 'auto'),
(2783, 'litespeed.conf.util-no_https_vary', '', 'auto'),
(2784, 'litespeed.conf.debug-disable_all', '', 'auto'),
(2785, 'litespeed.conf.debug', '0', 'auto'),
(2786, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'auto'),
(2787, 'litespeed.conf.debug-level', '', 'auto'),
(2788, 'litespeed.conf.debug-filesize', '3', 'auto'),
(2789, 'litespeed.conf.debug-collapse_qs', '', 'auto'),
(2790, 'litespeed.conf.debug-inc', '[]', 'auto'),
(2791, 'litespeed.conf.debug-exc', '[]', 'auto'),
(2792, 'litespeed.conf.debug-exc_strings', '[]', 'auto'),
(2793, 'litespeed.conf.db_optm-revisions_max', '0', 'auto'),
(2794, 'litespeed.conf.db_optm-revisions_age', '0', 'auto'),
(2795, 'litespeed.conf.optm-css_min', '', 'auto'),
(2796, 'litespeed.conf.optm-css_comb', '', 'auto'),
(2797, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'auto'),
(2798, 'litespeed.conf.optm-ucss', '', 'auto'),
(2799, 'litespeed.conf.optm-ucss_inline', '', 'auto'),
(2800, 'litespeed.conf.optm-ucss_whitelist', '[]', 'auto'),
(2801, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'auto'),
(2802, 'litespeed.conf.optm-ucss_exc', '[]', 'auto'),
(2803, 'litespeed.conf.optm-css_exc', '[]', 'auto'),
(2804, 'litespeed.conf.optm-js_min', '', 'auto'),
(2805, 'litespeed.conf.optm-js_comb', '', 'auto'),
(2806, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'auto'),
(2807, 'litespeed.conf.optm-js_delay_inc', '[]', 'auto'),
(2808, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'auto'),
(2809, 'litespeed.conf.optm-html_min', '', 'auto'),
(2810, 'litespeed.conf.optm-html_lazy', '[]', 'auto'),
(2811, 'litespeed.conf.optm-html_skip_comment', '[]', 'auto'),
(2812, 'litespeed.conf.optm-qs_rm', '', 'auto'),
(2813, 'litespeed.conf.optm-ggfonts_rm', '', 'auto'),
(2814, 'litespeed.conf.optm-css_async', '', 'auto'),
(2815, 'litespeed.conf.optm-ccss_per_url', '', 'auto'),
(2816, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'auto'),
(2817, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'auto'),
(2818, 'litespeed.conf.optm-ccss_whitelist', '[]', 'auto'),
(2819, 'litespeed.conf.optm-css_async_inline', '1', 'auto'),
(2820, 'litespeed.conf.optm-css_font_display', '', 'auto'),
(2821, 'litespeed.conf.optm-js_defer', '0', 'auto'),
(2822, 'litespeed.conf.optm-emoji_rm', '', 'auto'),
(2823, 'litespeed.conf.optm-noscript_rm', '', 'auto'),
(2824, 'litespeed.conf.optm-ggfonts_async', '', 'auto'),
(2825, 'litespeed.conf.optm-exc_roles', '[]', 'auto'),
(2826, 'litespeed.conf.optm-ccss_con', '', 'auto'),
(2827, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'auto'),
(2828, 'litespeed.conf.optm-gm_js_exc', '[]', 'auto'),
(2829, 'litespeed.conf.optm-dns_prefetch', '[]', 'auto'),
(2830, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'auto'),
(2831, 'litespeed.conf.optm-dns_preconnect', '[]', 'auto'),
(2832, 'litespeed.conf.optm-exc', '[]', 'auto'),
(2833, 'litespeed.conf.optm-guest_only', '1', 'auto'),
(2834, 'litespeed.conf.object', '', 'auto'),
(2835, 'litespeed.conf.object-kind', '', 'auto'),
(2836, 'litespeed.conf.object-host', 'localhost', 'auto'),
(2837, 'litespeed.conf.object-port', '11211', 'auto'),
(2838, 'litespeed.conf.object-life', '360', 'auto'),
(2839, 'litespeed.conf.object-persistent', '1', 'auto'),
(2840, 'litespeed.conf.object-admin', '1', 'auto'),
(2841, 'litespeed.conf.object-db_id', '0', 'auto'),
(2842, 'litespeed.conf.object-user', '', 'auto'),
(2843, 'litespeed.conf.object-pswd', '', 'auto'),
(2844, 'litespeed.conf.object-global_groups', '[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]', 'auto'),
(2845, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'auto'),
(2846, 'litespeed.conf.discuss-avatar_cache', '', 'auto'),
(2847, 'litespeed.conf.discuss-avatar_cron', '', 'auto'),
(2848, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'auto'),
(2849, 'litespeed.conf.optm-localize', '', 'auto'),
(2850, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'auto'),
(2851, 'litespeed.conf.media-lazy', '', 'auto'),
(2852, 'litespeed.conf.media-lazy_placeholder', '', 'auto'),
(2853, 'litespeed.conf.media-placeholder_resp', '', 'auto'),
(2854, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'auto'),
(2855, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>', 'auto'),
(2856, 'litespeed.conf.media-lqip', '', 'auto'),
(2857, 'litespeed.conf.media-lqip_qual', '4', 'auto'),
(2858, 'litespeed.conf.media-lqip_min_w', '150', 'auto'),
(2859, 'litespeed.conf.media-lqip_min_h', '150', 'auto'),
(2860, 'litespeed.conf.media-placeholder_resp_async', '1', 'auto'),
(2861, 'litespeed.conf.media-iframe_lazy', '', 'auto'),
(2862, 'litespeed.conf.media-add_missing_sizes', '', 'auto'),
(2863, 'litespeed.conf.media-lazy_exc', '[]', 'auto'),
(2864, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'auto'),
(2865, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'auto'),
(2866, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'auto'),
(2867, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'auto'),
(2868, 'litespeed.conf.media-lazy_uri_exc', '[]', 'auto'),
(2869, 'litespeed.conf.media-lqip_exc', '[]', 'auto'),
(2870, 'litespeed.conf.media-vpi', '', 'auto'),
(2871, 'litespeed.conf.media-vpi_cron', '', 'auto'),
(2872, 'litespeed.conf.media-auto_rescale_ori', '', 'auto'),
(2873, 'litespeed.conf.img_optm-auto', '', 'auto'),
(2874, 'litespeed.conf.img_optm-ori', '1', 'auto'),
(2875, 'litespeed.conf.img_optm-rm_bkup', '', 'auto'),
(2876, 'litespeed.conf.img_optm-webp', '0', 'auto'),
(2877, 'litespeed.conf.img_optm-lossless', '', 'auto'),
(2878, 'litespeed.conf.img_optm-sizes_skipped', '[]', 'auto'),
(2879, 'litespeed.conf.img_optm-exif', '1', 'auto'),
(2880, 'litespeed.conf.img_optm-webp_attr', '[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]', 'auto'),
(2881, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'auto'),
(2882, 'litespeed.conf.img_optm-jpg_quality', '82', 'auto'),
(2883, 'litespeed.conf.crawler', '', 'auto'),
(2884, 'litespeed.conf.crawler-crawl_interval', '302400', 'auto'),
(2885, 'litespeed.conf.crawler-load_limit', '1', 'auto'),
(2886, 'litespeed.conf.crawler-sitemap', '', 'auto'),
(2887, 'litespeed.conf.crawler-roles', '[]', 'auto'),
(2888, 'litespeed.conf.crawler-cookies', '[]', 'auto'),
(2889, 'litespeed.conf.misc-heartbeat_front', '', 'auto'),
(2890, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'auto'),
(2891, 'litespeed.conf.misc-heartbeat_back', '', 'auto'),
(2892, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'auto'),
(2893, 'litespeed.conf.misc-heartbeat_editor', '', 'auto'),
(2894, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'auto'),
(2895, 'litespeed.conf.cdn', '', 'auto'),
(2896, 'litespeed.conf.cdn-ori', '[]', 'auto'),
(2897, 'litespeed.conf.cdn-ori_dir', '[\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\",\"wp-includes\"]', 'auto'),
(2898, 'litespeed.conf.cdn-exc', '[]', 'auto'),
(2899, 'litespeed.conf.cdn-quic', '', 'auto'),
(2900, 'litespeed.conf.cdn-cloudflare', '', 'auto'),
(2901, 'litespeed.conf.cdn-cloudflare_email', '', 'auto'),
(2902, 'litespeed.conf.cdn-cloudflare_key', '', 'auto'),
(2903, 'litespeed.conf.cdn-cloudflare_name', '', 'auto'),
(2904, 'litespeed.conf.cdn-cloudflare_zone', '', 'auto'),
(2905, 'litespeed.conf.cdn-cloudflare_clear', '', 'auto'),
(2906, 'litespeed.conf.cdn-mapping', '[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]', 'auto'),
(2907, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'auto'),
(2908, 'litespeed.conf.qc-nameservers', '', 'auto'),
(2909, 'litespeed.conf.qc-cname', '', 'auto'),
(2910, 'litespeed.conf.debug-disable_tmp', '0', 'auto'),
(2911, 'litespeed.cloud._summary', '{\"curr_request.ver_check\":0,\"last_request.ver_check\":1784692944}', 'auto'),
(2912, 'litespeed.purge.queue', '-1', 'auto'),
(2913, 'litespeed.purge.queue2', '-1', 'auto'),
(2914, '_site_transient_timeout_wp_theme_files_patterns-42906617d5524e6820b9a1d5a8c29cf5', '1784702151', 'off'),
(2915, '_site_transient_wp_theme_files_patterns-42906617d5524e6820b9a1d5a8c29cf5', 'a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}', 'off'),
(2916, '_site_transient_timeout_wp_theme_files_patterns-9cbeaf335f7f30934352d2dfecaa9a15', '1784702151', 'off'),
(2917, '_site_transient_wp_theme_files_patterns-9cbeaf335f7f30934352d2dfecaa9a15', 'a:2:{s:7:\"version\";s:6:\"4.13.6\";s:8:\"patterns\";a:0:{}}', 'off'),
(2918, '_transient_timeout_astra-theme-cron-test-ok', '1784703951', 'off'),
(2919, '_transient_astra-theme-cron-test-ok', '1', 'off'),
(2920, 'elementor-custom-breakpoints-files', 'a:31:{s:23:\"custom-apple-webkit.min\";a:1:{s:4:\"time\";i:1784700352;}s:19:\"custom-lightbox.min\";a:1:{s:4:\"time\";i:1784700352;}s:19:\"custom-frontend.min\";a:1:{s:4:\"time\";i:1784700352;}s:27:\"custom-widget-accordion.min\";a:1:{s:4:\"time\";i:1784700352;}s:23:\"custom-widget-alert.min\";a:1:{s:4:\"time\";i:1784700352;}s:26:\"custom-widget-icon-box.min\";a:1:{s:4:\"time\";i:1784700352;}s:27:\"custom-widget-icon-list.min\";a:1:{s:4:\"time\";i:1784700352;}s:27:\"custom-widget-image-box.min\";a:1:{s:4:\"time\";i:1784700352;}s:31:\"custom-widget-image-gallery.min\";a:1:{s:4:\"time\";i:1784700352;}s:26:\"custom-widget-progress.min\";a:1:{s:4:\"time\";i:1784700352;}s:29:\"custom-widget-star-rating.min\";a:1:{s:4:\"time\";i:1784700352;}s:22:\"custom-widget-tabs.min\";a:1:{s:4:\"time\";i:1784700352;}s:24:\"custom-widget-toggle.min\";a:1:{s:4:\"time\";i:1784700352;}s:29:\"custom-widget-nested-tabs.min\";a:1:{s:4:\"time\";i:1784700352;}s:29:\"custom-widget-link-in-bio.min\";a:1:{s:4:\"time\";i:1784700352;}s:34:\"custom-widget-link-in-bio-base.min\";a:1:{s:4:\"time\";i:1784700352;}s:34:\"custom-widget-floating-buttons.min\";a:1:{s:4:\"time\";i:1784700352;}s:36:\"custom-widget-floating-bars-base.min\";a:1:{s:4:\"time\";i:1784700352;}s:37:\"custom-widget-floating-bars-var-3.min\";a:1:{s:4:\"time\";i:1784700352;}s:38:\"custom-widget-contact-buttons-base.min\";a:1:{s:4:\"time\";i:1784700352;}s:39:\"custom-widget-contact-buttons-var-7.min\";a:1:{s:4:\"time\";i:1784700352;}s:39:\"custom-widget-contact-buttons-var-9.min\";a:1:{s:4:\"time\";i:1784700352;}s:40:\"custom-widget-contact-buttons-var-10.min\";a:1:{s:4:\"time\";i:1784700352;}s:31:\"custom-pro-widget-loop-grid.min\";a:1:{s:4:\"time\";i:1784700352;}s:28:\"custom-pro-widget-slides.min\";a:1:{s:4:\"time\";i:1784700352;}s:30:\"custom-pro-widget-nav-menu.min\";a:1:{s:4:\"time\";i:1784700352;}s:30:\"custom-pro-widget-flip-box.min\";a:1:{s:4:\"time\";i:1784700352;}s:36:\"custom-pro-widget-call-to-action.min\";a:1:{s:4:\"time\";i:1784700352;}s:42:\"custom-pro-widget-testimonial-carousel.min\";a:1:{s:4:\"time\";i:1784700353;}s:36:\"custom-pro-widget-video-playlist.min\";a:1:{s:4:\"time\";i:1784700353;}s:31:\"custom-pro-widget-mega-menu.min\";a:1:{s:4:\"time\";i:1784700353;}}', 'auto'),
(2921, '_elementor_design_system_sync_css_meta', 'a:2:{s:4:\"time\";i:1784700353;i:0;b:0;}', 'auto'),
(2922, 'elementor_atomic_cache_validity__component-styles-related-posts', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:3:{i:1359;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:1463;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:1027;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}}}', 'off'),
(2923, 'elementor_atomic_cache_validity__template-styles-related-posts', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:3:{i:1359;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:1463;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:1027;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}}}', 'off'),
(2924, 'elementor_atomic_cache_validity__base', 'a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a605dc2229f2\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}', 'off'),
(2925, 'elementor_atomic_cache_validity__global', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:3:{i:1359;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a605dc2231cd\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:1463;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a605dc22371f\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:1027;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a605dc223d6a\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}}}', 'off'),
(2926, 'elementor_atomic_cache_validity__local', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:3:{i:1359;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a605dc224407\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:1463;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a605dc2247cd\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:1027;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a605dc224ce1\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}}}', 'off'),
(2927, '_transient_timeout_elementor_migrations_manifest', '1784743554', 'off'),
(2928, '_transient_elementor_migrations_manifest', 'a:2:{s:7:\"version\";s:11:\"4.1.5:4.1.3\";s:8:\"manifest\";a:2:{s:10:\"widgetKeys\";a:2:{s:20:\"e-form-submit-button\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"label\";s:2:\"to\";s:4:\"text\";}}s:15:\"e-form-textarea\";a:1:{i:0;a:2:{s:4:\"from\";s:9:\"maxlength\";s:2:\"to\";s:6:\"length\";}}}s:9:\"propTypes\";a:9:{s:14:\"string-to-html\";a:3:{s:8:\"fromType\";s:6:\"string\";s:6:\"toType\";s:4:\"html\";s:4:\"path\";s:30:\"operations/string-to-html.json\";}s:14:\"number-to-size\";a:3:{s:8:\"fromType\";s:6:\"number\";s:6:\"toType\";s:4:\"size\";s:4:\"path\";s:30:\"operations/number-to-size.json\";}s:22:\"number-to-number-range\";a:3:{s:8:\"fromType\";s:6:\"number\";s:6:\"toType\";s:12:\"number-range\";s:4:\"path\";s:38:\"operations/number-to-number-range.json\";}s:15:\"html-to-html-v2\";a:3:{s:8:\"fromType\";s:4:\"html\";s:6:\"toType\";s:7:\"html-v2\";s:4:\"path\";s:31:\"operations/html-to-html-v2.json\";}s:18:\"html-v2-to-html-v3\";a:3:{s:8:\"fromType\";s:7:\"html-v2\";s:6:\"toType\";s:7:\"html-v3\";s:4:\"path\";s:34:\"operations/html-v2-to-html-v3.json\";}s:20:\"image-src-to-svg-src\";a:3:{s:8:\"fromType\";s:9:\"image-src\";s:6:\"toType\";s:7:\"svg-src\";s:4:\"path\";s:36:\"operations/image-src-to-svg-src.json\";}s:19:\"config-to-config-v2\";a:3:{s:8:\"fromType\";s:6:\"config\";s:6:\"toType\";s:9:\"config-v2\";s:4:\"path\";s:35:\"operations/config-to-config-v2.json\";}s:15:\"email-to-emails\";a:3:{s:8:\"fromType\";s:5:\"email\";s:6:\"toType\";s:6:\"emails\";s:4:\"path\";s:31:\"operations/email-to-emails.json\";}s:21:\"string-to-font-family\";a:3:{s:8:\"fromType\";s:6:\"string\";s:6:\"toType\";s:11:\"font-family\";s:4:\"path\";s:37:\"operations/string-to-font-family.json\";}}}}', 'off'),
(2929, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:5:{s:15:\"fas-angle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:256;s:6:\"height\";i:512;s:4:\"path\";s:189:\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\";s:3:\"key\";s:15:\"fas-angle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:119:\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\";s:3:\"key\";s:14:\"fas-caret-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fab-facebook-f\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:172:\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\";s:3:\"key\";s:14:\"fab-facebook-f\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-youtube\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:470:\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\";s:3:\"key\";s:11:\"fab-youtube\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fab-linkedin-in\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:300:\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\";s:3:\"key\";s:15:\"fab-linkedin-in\";}s:7:\"version\";s:6:\"5.15.3\";}}}}', 'auto'),
(2932, '_site_transient_timeout_theme_roots', '1784702156', 'off'),
(2933, '_site_transient_theme_roots', 'a:5:{s:11:\"astra-child\";s:7:\"/themes\";s:5:\"astra\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}', 'off'),
(2934, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1784700357;s:8:\"response\";a:4:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.2.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:5:\"7.8.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.9.5\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"28.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.28.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3419908\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":16:{s:14:\"stable_version\";s:5:\"4.2.0\";s:12:\"last_updated\";s:19:\"2026-07-20 19:00:43\";s:11:\"new_version\";s:5:\"4.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:3:\"7.0\";s:18:\"elementor_requires\";s:4:\"3.34\";s:7:\"package\";s:384:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvaGFydGdhcm5lcm1kbiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3ODQ2NDQ0ODEsImV4cCI6MTc4NDczMDg4MX0.YurmxfNTX10YSGG-Bp4rWJlj0s38oH61S_x-qRU42OE/package_download\";s:13:\"download_link\";s:384:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvaGFydGdhcm5lcm1kbiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3ODQ2NDQ0ODEsImV4cCI6MTc4NDczMDg4MX0.YurmxfNTX10YSGG-Bp4rWJlj0s38oH61S_x-qRU42OE/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:61:\"https://assets.elementor.com/miscellaneous/v1/images/icon.svg\";}s:12:\"requires_php\";s:3:\"7.4\";s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:85:\"conditional-fields-for-elementor-form/class-conditional-fields-for-elementor-form.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:51:\"w.org/plugins/conditional-fields-for-elementor-form\";s:4:\"slug\";s:37:\"conditional-fields-for-elementor-form\";s:6:\"plugin\";s:85:\"conditional-fields-for-elementor-form/class-conditional-fields-for-elementor-form.php\";s:11:\"new_version\";s:5:\"1.7.4\";s:3:\"url\";s:68:\"https://wordpress.org/plugins/conditional-fields-for-elementor-form/\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/plugin/conditional-fields-for-elementor-form.1.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:90:\"https://ps.w.org/conditional-fields-for-elementor-form/assets/icon-256x256.gif?rev=3348615\";s:2:\"1x\";s:90:\"https://ps.w.org/conditional-fields-for-elementor-form/assets/icon-128x128.gif?rev=3348615\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:93:\"https://ps.w.org/conditional-fields-for-elementor-form/assets/banner-1544x500.gif?rev=3343500\";s:2:\"1x\";s:92:\"https://ps.w.org/conditional-fields-for-elementor-form/assets/banner-772x250.gif?rev=3343500\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:15:\"worker/init.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/worker\";s:4:\"slug\";s:6:\"worker\";s:6:\"plugin\";s:15:\"worker/init.php\";s:11:\"new_version\";s:6:\"4.9.35\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/worker/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/worker.4.9.35.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:51:\"https://ps.w.org/worker/assets/icon.svg?rev=1015191\";s:3:\"svg\";s:51:\"https://ps.w.org/worker/assets/icon.svg?rev=1015191\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/worker/assets/banner-1544x500.jpg?rev=2035974\";s:2:\"1x\";s:61:\"https://ps.w.org/worker/assets/banner-772x250.jpg?rev=2035974\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"2.3.7\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.3.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:41:\"powerpack-elements/powerpack-elements.php\";O:8:\"stdClass\":17:{s:11:\"new_version\";s:6:\"2.13.5\";s:14:\"stable_version\";s:6:\"2.13.5\";s:4:\"name\";s:18:\"PowerPack Elements\";s:4:\"slug\";s:18:\"powerpack-elements\";s:3:\"url\";s:71:\"https://powerpackelements.com/downloads/powerpack-elements/?changelog=1\";s:12:\"last_updated\";s:19:\"2026-07-02 06:39:35\";s:8:\"homepage\";s:29:\"https://powerpackelements.com\";s:7:\"package\";s:210:\"https://powerpackelements.com/edd-sl/package_download/MTc4NDg5Mjk1Njo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OjgwOGE3NGFkNzc1MWVmZmFhZDE2NTdiOWQzNDg2ZWRkOmh0dHBzQC8vbXJhcmlmLm1lL2hhcnRnYXJuZXJtZG46MA==\";s:13:\"download_link\";s:210:\"https://powerpackelements.com/edd-sl/package_download/MTc4NDg5Mjk1Njo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OjgwOGE3NGFkNzc1MWVmZmFhZDE2NTdiOWQzNDg2ZWRkOmh0dHBzQC8vbXJhcmlmLm1lL2hhcnRnYXJuZXJtZG46MA==\";s:8:\"sections\";O:8:\"stdClass\":1:{s:9:\"changelog\";s:131:\"<p>Visit <a href=\"https://powerpackelements.com/change-logs/\" target=\"_blank\" rel=\"noopener\">changelogs page</a> for details.</p>\n\";}s:7:\"banners\";O:8:\"stdClass\":2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:100:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/images/icon-128x128.png\";s:2:\"2x\";s:100:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/images/icon-256x256.png\";s:7:\"default\";s:100:\"https://mrarif.me/hartgarnermdn/wp-content/plugins/powerpack-elements/assets/images/icon-256x256.png\";}s:12:\"contributors\";O:8:\"stdClass\":5:{s:16:\"ideaboxcreations\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:16:\"ideaboxcreations\";s:7:\"profile\";s:41:\"//profiles.wordpress.org/ideaboxcreations\";s:6:\"avatar\";s:61:\"https://wordpress.org/grav-redirect.php?user=ideaboxcreations\";}s:10:\"bloompixel\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:10:\"bloompixel\";s:7:\"profile\";s:35:\"//profiles.wordpress.org/bloompixel\";s:6:\"avatar\";s:55:\"https://wordpress.org/grav-redirect.php?user=bloompixel\";}s:10:\"simrandeep\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:10:\"simrandeep\";s:7:\"profile\";s:35:\"//profiles.wordpress.org/simrandeep\";s:6:\"avatar\";s:55:\"https://wordpress.org/grav-redirect.php?user=simrandeep\";}s:7:\"ibachal\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:7:\"ibachal\";s:7:\"profile\";s:32:\"//profiles.wordpress.org/ibachal\";s:6:\"avatar\";s:52:\"https://wordpress.org/grav-redirect.php?user=ibachal\";}s:13:\"puneetsahalot\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:13:\"puneetsahalot\";s:7:\"profile\";s:38:\"//profiles.wordpress.org/puneetsahalot\";s:6:\"avatar\";s:58:\"https://wordpress.org/grav-redirect.php?user=puneetsahalot\";}}s:6:\"tested\";s:5:\"6.7.1\";s:9:\"changelog\";a:1:{i:0;s:131:\"<p>Visit <a href=\"https://powerpackelements.com/change-logs/\" target=\"_blank\" rel=\"noopener\">changelogs page</a> for details.</p>\n\";}s:6:\"plugin\";s:41:\"powerpack-elements/powerpack-elements.php\";s:2:\"id\";s:41:\"powerpack-elements/powerpack-elements.php\";}}s:7:\"checked\";a:8:{s:85:\"conditional-fields-for-elementor-form/class-conditional-fields-for-elementor-form.php\";s:5:\"1.7.4\";s:23:\"elementor/elementor.php\";s:5:\"4.1.5\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"4.2.0\";s:35:\"litespeed-cache/litespeed-cache.php\";s:7:\"7.8.0.1\";s:15:\"worker/init.php\";s:6:\"4.9.35\";s:41:\"powerpack-elements/powerpack-elements.php\";s:6:\"2.13.5\";s:35:\"insert-headers-and-footers/ihaf.php\";s:5:\"2.3.7\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"28.0\";}}', 'off');

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

--
-- Table structure for table `wpha_postmeta`
--

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

--
-- Dumping data for table `wpha_postmeta`
--

INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(5, 7, '_elementor_edit_mode', 'builder'),
(6, 7, '_elementor_template_type', 'kit'),
(9, 9, '_wp_attached_file', '2026/07/logo-1.webp'),
(10, 9, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2026/07/logo-1.webp\";s:8:\"filesize\";i:7144;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(13, 7, '_wp_page_template', 'default'),
(14, 7, '_elementor_page_settings', 'a:22:{s:9:\"site_name\";s:28:\"Hart Garner, MD neurosurgeon\";s:16:\"site_description\";s:7:\"Welcome\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:2:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";}i:1;a:2:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";}i:2;a:2:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";}i:3;a:2:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:69:\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/logo-1.jpg\";s:2:\"id\";i:65;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:20:\"Hart Garner, MD logo\";s:6:\"source\";s:7:\"library\";}s:12:\"site_favicon\";a:5:{s:3:\"url\";s:81:\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/Hart-Garner-logo-a.png\";s:2:\"id\";i:1358;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:481;s:11:\"viewport_lg\";i:992;s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1240;s:5:\"sizes\";a:0:{}}s:21:\"default_page_template\";s:23:\"elementor_header_footer\";s:18:\"active_breakpoints\";a:5:{i:0;s:15:\"viewport_mobile\";i:1;s:21:\"viewport_mobile_extra\";i:2;s:15:\"viewport_tablet\";i:3;s:21:\"viewport_tablet_extra\";i:4;s:19:\"viewport_widescreen\";}s:15:\"viewport_mobile\";i:480;s:21:\"viewport_mobile_extra\";i:767;s:15:\"viewport_tablet\";i:991;s:21:\"viewport_tablet_extra\";i:1199;s:19:\"viewport_widescreen\";i:1200;}'),
(17, 17, '_wp_attached_file', '2022/11/eye-doctor-01.jpg'),
(18, 17, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2022/11/eye-doctor-01.jpg\";s:8:\"filesize\";i:591;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(19, 17, '_imagify_optimization_level', '2'),
(20, 17, '_imagify_status', 'success'),
(21, 17, '_imagify_data', 'a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1807;s:14:\"optimized_size\";i:591;s:7:\"percent\";d:67.29;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1807;s:14:\"optimized_size\";i:370;s:7:\"percent\";d:79.52;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:3614;s:14:\"optimized_size\";i:961;s:7:\"percent\";d:73.41;}}'),
(22, 22, '_wp_attached_file', '2022/11/eye-doctor-02.png'),
(23, 22, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:321;s:6:\"height\";i:283;s:4:\"file\";s:25:\"2022/11/eye-doctor-02.png\";s:8:\"filesize\";i:13833;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(24, 22, '_imagify_optimization_level', '2'),
(25, 22, '_imagify_status', 'success'),
(26, 22, '_imagify_data', 'a:2:{s:5:\"sizes\";a:8:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31102;s:14:\"optimized_size\";i:13833;s:7:\"percent\";d:55.52;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47575;s:14:\"optimized_size\";i:21786;s:7:\"percent\";d:54.21;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13650;s:14:\"optimized_size\";i:5676;s:7:\"percent\";d:58.42;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:46303;s:14:\"optimized_size\";i:19308;s:7:\"percent\";d:58.3;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31102;s:14:\"optimized_size\";i:24898;s:7:\"percent\";d:19.95;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:46303;s:14:\"optimized_size\";i:11417;s:7:\"percent\";d:75.34;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13650;s:14:\"optimized_size\";i:4155;s:7:\"percent\";d:69.56;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47575;s:14:\"optimized_size\";i:11351;s:7:\"percent\";d:76.14;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:277260;s:14:\"optimized_size\";i:112424;s:7:\"percent\";d:59.45;}}'),
(27, 29, '_wp_attached_file', '2022/11/about.jpg'),
(28, 29, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:1050;s:4:\"file\";s:17:\"2022/11/about.jpg\";s:8:\"filesize\";i:89894;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(29, 29, '_imagify_optimization_level', '2'),
(30, 29, '_imagify_status', 'success'),
(31, 29, '_imagify_data', 'a:2:{s:5:\"sizes\";a:20:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:169150;s:14:\"optimized_size\";i:89894;s:7:\"percent\";d:46.86;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67511;s:14:\"optimized_size\";i:31898;s:7:\"percent\";d:52.75;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47419;s:14:\"optimized_size\";i:24342;s:7:\"percent\";d:48.67;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44775;s:14:\"optimized_size\";i:22464;s:7:\"percent\";d:49.83;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29948;s:14:\"optimized_size\";i:16380;s:7:\"percent\";d:45.31;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:112951;s:14:\"optimized_size\";i:52474;s:7:\"percent\";d:53.54;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26782;s:14:\"optimized_size\";i:15216;s:7:\"percent\";d:43.19;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12865;s:14:\"optimized_size\";i:9980;s:7:\"percent\";d:22.43;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:143122;s:14:\"optimized_size\";i:61128;s:7:\"percent\";d:57.29;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21109;s:14:\"optimized_size\";i:13582;s:7:\"percent\";d:35.66;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:169150;s:14:\"optimized_size\";i:78794;s:7:\"percent\";d:53.42;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21109;s:14:\"optimized_size\";i:14567;s:7:\"percent\";d:30.99;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:143122;s:14:\"optimized_size\";i:71949;s:7:\"percent\";d:49.73;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12865;s:14:\"optimized_size\";i:10337;s:7:\"percent\";d:19.65;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26782;s:14:\"optimized_size\";i:16659;s:7:\"percent\";d:37.8;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:112951;s:14:\"optimized_size\";i:63422;s:7:\"percent\";d:43.85;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29948;s:14:\"optimized_size\";i:18172;s:7:\"percent\";d:39.32;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44775;s:14:\"optimized_size\";i:24982;s:7:\"percent\";d:44.21;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47419;s:14:\"optimized_size\";i:27032;s:7:\"percent\";d:42.99;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67511;s:14:\"optimized_size\";i:36439;s:7:\"percent\";d:46.03;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1351264;s:14:\"optimized_size\";i:699711;s:7:\"percent\";d:48.22;}}'),
(32, 29, '_wp_attachment_image_alt', 'Hart Garner, MD'),
(33, 29, '_et_dynamic_cached_shortcodes', 'a:0:{}'),
(34, 30, '_wp_attached_file', '2022/11/img-technologies-home-1.jpg'),
(35, 30, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1157;s:6:\"height\";i:679;s:4:\"file\";s:35:\"2022/11/img-technologies-home-1.jpg\";s:8:\"filesize\";i:51340;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(36, 30, '_imagify_optimization_level', '2'),
(37, 30, '_imagify_status', 'success'),
(38, 30, '_imagify_data', 'a:2:{s:5:\"sizes\";a:26:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79443;s:14:\"optimized_size\";i:51340;s:7:\"percent\";d:35.38;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28674;s:14:\"optimized_size\";i:17070;s:7:\"percent\";d:40.47;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:81690;s:14:\"optimized_size\";i:43766;s:7:\"percent\";d:46.42;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32595;s:14:\"optimized_size\";i:18170;s:7:\"percent\";d:44.26;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:94219;s:14:\"optimized_size\";i:49446;s:7:\"percent\";d:47.52;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36853;s:14:\"optimized_size\";i:21384;s:7:\"percent\";d:41.97;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24575;s:14:\"optimized_size\";i:14876;s:7:\"percent\";d:39.47;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:97950;s:14:\"optimized_size\";i:51334;s:7:\"percent\";d:47.59;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22666;s:14:\"optimized_size\";i:14040;s:7:\"percent\";d:38.06;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57812;s:14:\"optimized_size\";i:31700;s:7:\"percent\";d:45.17;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6834;s:14:\"optimized_size\";i:4632;s:7:\"percent\";d:32.22;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:87112;s:14:\"optimized_size\";i:46038;s:7:\"percent\";d:47.15;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13643;s:14:\"optimized_size\";i:8698;s:7:\"percent\";d:36.25;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79443;s:14:\"optimized_size\";i:57444;s:7:\"percent\";d:27.69;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13643;s:14:\"optimized_size\";i:13276;s:7:\"percent\";d:2.69;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:87112;s:14:\"optimized_size\";i:51443;s:7:\"percent\";d:40.95;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6834;s:14:\"optimized_size\";i:6691;s:7:\"percent\";d:2.09;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57812;s:14:\"optimized_size\";i:36283;s:7:\"percent\";d:37.24;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22666;s:14:\"optimized_size\";i:22061;s:7:\"percent\";d:2.67;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:97950;s:14:\"optimized_size\";i:55643;s:7:\"percent\";d:43.19;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24575;s:14:\"optimized_size\";i:23907;s:7:\"percent\";d:2.72;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36853;s:14:\"optimized_size\";i:35869;s:7:\"percent\";d:2.67;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:94219;s:14:\"optimized_size\";i:55649;s:7:\"percent\";d:40.94;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32595;s:14:\"optimized_size\";i:31897;s:7:\"percent\";d:2.14;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:81690;s:14:\"optimized_size\";i:48255;s:7:\"percent\";d:40.93;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28674;s:14:\"optimized_size\";i:27911;s:7:\"percent\";d:2.66;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1328132;s:14:\"optimized_size\";i:838823;s:7:\"percent\";d:36.84;}}'),
(39, 30, '_wp_attachment_image_alt', 'Surgeons operating in OR'),
(40, 31, '_wp_attached_file', '2022/11/chuttersnap-OijVdM3Zx4I-unsplash.jpg'),
(41, 31, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:4:\"file\";s:44:\"2022/11/chuttersnap-OijVdM3Zx4I-unsplash.jpg\";s:8:\"filesize\";i:40584;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(42, 31, '_imagify_optimization_level', '2'),
(43, 31, '_imagify_status', 'success'),
(44, 31, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135340;s:14:\"optimized_size\";i:40584;s:7:\"percent\";d:70.01;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17107;s:14:\"optimized_size\";i:9246;s:7:\"percent\";d:45.95;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45317;s:14:\"optimized_size\";i:21258;s:7:\"percent\";d:53.09;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:65151;s:14:\"optimized_size\";i:27818;s:7:\"percent\";d:57.3;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19059;s:14:\"optimized_size\";i:9568;s:7:\"percent\";d:49.8;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51401;s:14:\"optimized_size\";i:22736;s:7:\"percent\";d:55.77;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20306;s:14:\"optimized_size\";i:11004;s:7:\"percent\";d:45.81;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14234;s:14:\"optimized_size\";i:7820;s:7:\"percent\";d:45.06;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:49999;s:14:\"optimized_size\";i:22230;s:7:\"percent\";d:55.54;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12979;s:14:\"optimized_size\";i:7146;s:7:\"percent\";d:44.94;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83767;s:14:\"optimized_size\";i:34420;s:7:\"percent\";d:58.91;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32468;s:14:\"optimized_size\";i:16004;s:7:\"percent\";d:50.71;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5024;s:14:\"optimized_size\";i:3156;s:7:\"percent\";d:37.18;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47848;s:14:\"optimized_size\";i:21316;s:7:\"percent\";d:55.45;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9478;s:14:\"optimized_size\";i:5612;s:7:\"percent\";d:40.79;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135340;s:14:\"optimized_size\";i:45482;s:7:\"percent\";d:66.39;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9478;s:14:\"optimized_size\";i:6124;s:7:\"percent\";d:35.39;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47848;s:14:\"optimized_size\";i:26195;s:7:\"percent\";d:45.25;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5024;s:14:\"optimized_size\";i:3724;s:7:\"percent\";d:25.88;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32468;s:14:\"optimized_size\";i:19663;s:7:\"percent\";d:39.44;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83767;s:14:\"optimized_size\";i:36732;s:7:\"percent\";d:56.15;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12979;s:14:\"optimized_size\";i:7000;s:7:\"percent\";d:46.07;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:49999;s:14:\"optimized_size\";i:27377;s:7:\"percent\";d:45.24;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14234;s:14:\"optimized_size\";i:7250;s:7:\"percent\";d:49.07;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20306;s:14:\"optimized_size\";i:13465;s:7:\"percent\";d:33.69;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51401;s:14:\"optimized_size\";i:27941;s:7:\"percent\";d:45.64;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19059;s:14:\"optimized_size\";i:12125;s:7:\"percent\";d:36.38;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:65151;s:14:\"optimized_size\";i:30864;s:7:\"percent\";d:52.63;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45317;s:14:\"optimized_size\";i:24922;s:7:\"percent\";d:45.01;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17107;s:14:\"optimized_size\";i:11530;s:7:\"percent\";d:32.6;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1218956;s:14:\"optimized_size\";i:560312;s:7:\"percent\";d:54.03;}}'),
(45, 31, '_wp_attachment_image_alt', 'Spine model'),
(46, 32, '_wp_attached_file', '2022/11/national-cancer-institute-BDKid0yJcAk-unsplash.jpg'),
(47, 32, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:58:\"2022/11/national-cancer-institute-BDKid0yJcAk-unsplash.jpg\";s:8:\"filesize\";i:78926;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(48, 32, '_imagify_optimization_level', '2'),
(49, 32, '_imagify_status', 'success'),
(50, 32, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:234328;s:14:\"optimized_size\";i:78926;s:7:\"percent\";d:66.32;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25152;s:14:\"optimized_size\";i:13420;s:7:\"percent\";d:46.64;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:73422;s:14:\"optimized_size\";i:33548;s:7:\"percent\";d:54.31;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:110127;s:14:\"optimized_size\";i:47478;s:7:\"percent\";d:56.89;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33361;s:14:\"optimized_size\";i:17104;s:7:\"percent\";d:48.73;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:84766;s:14:\"optimized_size\";i:38098;s:7:\"percent\";d:55.06;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31432;s:14:\"optimized_size\";i:16152;s:7:\"percent\";d:48.61;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20895;s:14:\"optimized_size\";i:11544;s:7:\"percent\";d:44.75;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83575;s:14:\"optimized_size\";i:37994;s:7:\"percent\";d:54.54;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19097;s:14:\"optimized_size\";i:10486;s:7:\"percent\";d:45.09;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:145139;s:14:\"optimized_size\";i:59252;s:7:\"percent\";d:59.18;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:50671;s:14:\"optimized_size\";i:24404;s:7:\"percent\";d:51.84;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6896;s:14:\"optimized_size\";i:4658;s:7:\"percent\";d:32.45;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:77883;s:14:\"optimized_size\";i:35790;s:7:\"percent\";d:54.05;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12838;s:14:\"optimized_size\";i:7530;s:7:\"percent\";d:41.35;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:234328;s:14:\"optimized_size\";i:81870;s:7:\"percent\";d:65.06;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12838;s:14:\"optimized_size\";i:12457;s:7:\"percent\";d:2.97;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:77883;s:14:\"optimized_size\";i:44424;s:7:\"percent\";d:42.96;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6896;s:14:\"optimized_size\";i:5372;s:7:\"percent\";d:22.1;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:50671;s:14:\"optimized_size\";i:49275;s:7:\"percent\";d:2.76;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:145139;s:14:\"optimized_size\";i:140183;s:7:\"percent\";d:3.41;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19097;s:14:\"optimized_size\";i:18611;s:7:\"percent\";d:2.54;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83575;s:14:\"optimized_size\";i:81232;s:7:\"percent\";d:2.8;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20895;s:14:\"optimized_size\";i:20254;s:7:\"percent\";d:3.07;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31432;s:14:\"optimized_size\";i:30634;s:7:\"percent\";d:2.54;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:84766;s:14:\"optimized_size\";i:48220;s:7:\"percent\";d:43.11;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33361;s:14:\"optimized_size\";i:32470;s:7:\"percent\";d:2.67;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:110127;s:14:\"optimized_size\";i:106839;s:7:\"percent\";d:2.99;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:73422;s:14:\"optimized_size\";i:71504;s:7:\"percent\";d:2.61;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25152;s:14:\"optimized_size\";i:24398;s:7:\"percent\";d:3;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2019164;s:14:\"optimized_size\";i:1204127;s:7:\"percent\";d:40.37;}}'),
(51, 32, '_wp_attachment_image_alt', 'Brain MRI'),
(52, 36, '_wp_attached_file', '2022/11/jesse-orrico-rmWtVQN5RzU-unsplash-scaled-1.jpg'),
(53, 36, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1696;s:4:\"file\";s:54:\"2022/11/jesse-orrico-rmWtVQN5RzU-unsplash-scaled-1.jpg\";s:8:\"filesize\";i:113034;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(54, 36, '_imagify_optimization_level', '2'),
(55, 36, '_imagify_status', 'success'),
(56, 36, '_imagify_data', 'a:2:{s:5:\"sizes\";a:32:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:369170;s:14:\"optimized_size\";i:113034;s:7:\"percent\";d:69.38;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24431;s:14:\"optimized_size\";i:13260;s:7:\"percent\";d:45.72;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72120;s:14:\"optimized_size\";i:34286;s:7:\"percent\";d:52.46;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:107959;s:14:\"optimized_size\";i:47016;s:7:\"percent\";d:56.45;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27585;s:14:\"optimized_size\";i:14612;s:7:\"percent\";d:47.03;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83523;s:14:\"optimized_size\";i:39052;s:7:\"percent\";d:53.24;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29473;s:14:\"optimized_size\";i:15748;s:7:\"percent\";d:46.57;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19772;s:14:\"optimized_size\";i:11166;s:7:\"percent\";d:43.53;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:80818;s:14:\"optimized_size\";i:37654;s:7:\"percent\";d:53.41;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18032;s:14:\"optimized_size\";i:10022;s:7:\"percent\";d:44.42;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:237119;s:14:\"optimized_size\";i:90130;s:7:\"percent\";d:61.99;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:146942;s:14:\"optimized_size\";i:60284;s:7:\"percent\";d:58.97;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:49514;s:14:\"optimized_size\";i:24458;s:7:\"percent\";d:50.6;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6120;s:14:\"optimized_size\";i:3960;s:7:\"percent\";d:35.29;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:76662;s:14:\"optimized_size\";i:36366;s:7:\"percent\";d:52.56;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12315;s:14:\"optimized_size\";i:7386;s:7:\"percent\";d:40.02;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:369170;s:14:\"optimized_size\";i:125938;s:7:\"percent\";d:65.89;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12315;s:14:\"optimized_size\";i:8294;s:7:\"percent\";d:32.65;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:76662;s:14:\"optimized_size\";i:50642;s:7:\"percent\";d:33.94;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6120;s:14:\"optimized_size\";i:4572;s:7:\"percent\";d:25.29;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:49514;s:14:\"optimized_size\";i:33887;s:7:\"percent\";d:31.56;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:146942;s:14:\"optimized_size\";i:142657;s:7:\"percent\";d:2.92;}s:9:\"2048x2048\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:237119;s:14:\"optimized_size\";i:79919;s:7:\"percent\";d:66.3;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18032;s:14:\"optimized_size\";i:12028;s:7:\"percent\";d:33.3;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:80818;s:14:\"optimized_size\";i:53495;s:7:\"percent\";d:33.81;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19772;s:14:\"optimized_size\";i:12935;s:7:\"percent\";d:34.58;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29473;s:14:\"optimized_size\";i:18134;s:7:\"percent\";d:38.47;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83523;s:14:\"optimized_size\";i:55005;s:7:\"percent\";d:34.14;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27585;s:14:\"optimized_size\";i:14740;s:7:\"percent\";d:46.57;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:107959;s:14:\"optimized_size\";i:66862;s:7:\"percent\";d:38.07;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72120;s:14:\"optimized_size\";i:47868;s:7:\"percent\";d:33.63;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24431;s:14:\"optimized_size\";i:15295;s:7:\"percent\";d:37.4;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2723110;s:14:\"optimized_size\";i:1300705;s:7:\"percent\";d:52.23;}}'),
(57, 36, '_wp_attachment_image_alt', 'Neurosurgery human skull model'),
(58, 37, '_wp_attached_file', '2022/11/abns-logo.png'),
(59, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:21:\"2022/11/abns-logo.png\";s:8:\"filesize\";i:5231;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(60, 37, '_imagify_optimization_level', '2'),
(61, 37, '_imagify_status', 'success'),
(62, 37, '_imagify_data', 'a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6238;s:14:\"optimized_size\";i:5231;s:7:\"percent\";d:16.14;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6238;s:14:\"optimized_size\";i:5884;s:7:\"percent\";d:5.67;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:12476;s:14:\"optimized_size\";i:11115;s:7:\"percent\";d:10.91;}}'),
(63, 37, '_wp_attachment_image_alt', 'American Board of Neurological Surgery logo'),
(64, 38, '_wp_attached_file', '2022/11/Midwest-Spine-and-Brain.png'),
(65, 38, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:807;s:6:\"height\";i:669;s:4:\"file\";s:35:\"2022/11/Midwest-Spine-and-Brain.png\";s:8:\"filesize\";i:10018;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(66, 38, '_imagify_optimization_level', '2'),
(67, 38, '_imagify_status', 'success'),
(68, 38, '_imagify_data', 'a:2:{s:5:\"sizes\";a:18:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23066;s:14:\"optimized_size\";i:10018;s:7:\"percent\";d:56.57;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23596;s:14:\"optimized_size\";i:21408;s:7:\"percent\";d:9.27;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22928;s:14:\"optimized_size\";i:21862;s:7:\"percent\";d:4.65;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24754;s:14:\"optimized_size\";i:22362;s:7:\"percent\";d:9.66;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18949;s:14:\"optimized_size\";i:16628;s:7:\"percent\";d:12.25;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18737;s:14:\"optimized_size\";i:16012;s:7:\"percent\";d:14.54;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38025;s:14:\"optimized_size\";i:36276;s:7:\"percent\";d:4.6;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7733;s:14:\"optimized_size\";i:5748;s:7:\"percent\";d:25.67;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14550;s:14:\"optimized_size\";i:12476;s:7:\"percent\";d:14.25;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23066;s:14:\"optimized_size\";i:40278;s:7:\"percent\";d:-74.62;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14550;s:14:\"optimized_size\";i:6595;s:7:\"percent\";d:54.67;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7733;s:14:\"optimized_size\";i:3512;s:7:\"percent\";d:54.58;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38025;s:14:\"optimized_size\";i:15274;s:7:\"percent\";d:59.83;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18737;s:14:\"optimized_size\";i:7706;s:7:\"percent\";d:58.87;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18949;s:14:\"optimized_size\";i:8141;s:7:\"percent\";d:57.04;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24754;s:14:\"optimized_size\";i:9841;s:7:\"percent\";d:60.24;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22928;s:14:\"optimized_size\";i:9559;s:7:\"percent\";d:58.31;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23596;s:14:\"optimized_size\";i:9690;s:7:\"percent\";d:58.93;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:384676;s:14:\"optimized_size\";i:273386;s:7:\"percent\";d:28.93;}}'),
(69, 38, '_wp_attachment_image_alt', 'Midwest spine and brain logo'),
(70, 39, '_wp_attached_file', '2022/11/NASS-logo-1.jpg'),
(71, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2179;s:6:\"height\";i:681;s:4:\"file\";s:23:\"2022/11/NASS-logo-1.jpg\";s:8:\"filesize\";i:113240;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1668232798\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(72, 39, '_imagify_optimization_level', '2'),
(73, 39, '_imagify_status', 'success'),
(74, 39, '_imagify_data', 'a:2:{s:5:\"sizes\";a:32:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:205612;s:14:\"optimized_size\";i:113240;s:7:\"percent\";d:44.93;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40309;s:14:\"optimized_size\";i:9748;s:7:\"percent\";d:75.82;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62602;s:14:\"optimized_size\";i:19814;s:7:\"percent\";d:68.35;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79464;s:14:\"optimized_size\";i:26402;s:7:\"percent\";d:66.77;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45156;s:14:\"optimized_size\";i:9670;s:7:\"percent\";d:78.59;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:66722;s:14:\"optimized_size\";i:21510;s:7:\"percent\";d:67.76;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47318;s:14:\"optimized_size\";i:12186;s:7:\"percent\";d:74.25;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40236;s:14:\"optimized_size\";i:8742;s:7:\"percent\";d:78.27;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:87761;s:14:\"optimized_size\";i:27284;s:7:\"percent\";d:68.91;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40104;s:14:\"optimized_size\";i:9270;s:7:\"percent\";d:76.89;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135199;s:14:\"optimized_size\";i:47398;s:7:\"percent\";d:64.94;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:94918;s:14:\"optimized_size\";i:32118;s:7:\"percent\";d:66.16;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51658;s:14:\"optimized_size\";i:15138;s:7:\"percent\";d:70.7;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29837;s:14:\"optimized_size\";i:3450;s:7:\"percent\";d:88.44;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:63972;s:14:\"optimized_size\";i:20294;s:7:\"percent\";d:68.28;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33387;s:14:\"optimized_size\";i:5982;s:7:\"percent\";d:82.08;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:205612;s:14:\"optimized_size\";i:54272;s:7:\"percent\";d:73.6;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33387;s:14:\"optimized_size\";i:31478;s:7:\"percent\";d:5.72;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:63972;s:14:\"optimized_size\";i:45915;s:7:\"percent\";d:28.23;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29837;s:14:\"optimized_size\";i:28389;s:7:\"percent\";d:4.85;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51658;s:14:\"optimized_size\";i:41391;s:7:\"percent\";d:19.87;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:94918;s:14:\"optimized_size\";i:54779;s:7:\"percent\";d:42.29;}s:9:\"2048x2048\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135199;s:14:\"optimized_size\";i:69154;s:7:\"percent\";d:48.85;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40104;s:14:\"optimized_size\";i:34221;s:7:\"percent\";d:14.67;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:87761;s:14:\"optimized_size\";i:50063;s:7:\"percent\";d:42.96;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40236;s:14:\"optimized_size\";i:34066;s:7:\"percent\";d:15.33;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47318;s:14:\"optimized_size\";i:35057;s:7:\"percent\";d:25.91;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:66722;s:14:\"optimized_size\";i:44036;s:7:\"percent\";d:34;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45156;s:14:\"optimized_size\";i:33798;s:7:\"percent\";d:25.15;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79464;s:14:\"optimized_size\";i:48910;s:7:\"percent\";d:38.45;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62602;s:14:\"optimized_size\";i:46546;s:7:\"percent\";d:25.65;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40309;s:14:\"optimized_size\";i:35617;s:7:\"percent\";d:11.64;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2248510;s:14:\"optimized_size\";i:1069938;s:7:\"percent\";d:52.42;}}'),
(75, 39, '_wp_attachment_image_alt', 'North American Spine Society'),
(76, 40, '_wp_attached_file', '2022/11/10.png'),
(77, 40, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:14:\"2022/11/10.png\";s:8:\"filesize\";i:962;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(78, 40, '_imagify_optimization_level', '2'),
(79, 40, '_imagify_status', 'success'),
(80, 40, '_imagify_data', 'a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5863;s:14:\"optimized_size\";i:962;s:7:\"percent\";d:83.59;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5863;s:14:\"optimized_size\";i:2172;s:7:\"percent\";d:62.95;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:11726;s:14:\"optimized_size\";i:3134;s:7:\"percent\";d:73.27;}}'),
(81, 40, '_wp_attachment_image_alt', 'Appointment icon'),
(82, 41, '_wp_attached_file', '2022/11/11.png'),
(83, 41, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:14:\"2022/11/11.png\";s:8:\"filesize\";i:889;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(84, 41, '_imagify_optimization_level', '2'),
(85, 41, '_imagify_status', 'success'),
(86, 41, '_imagify_data', 'a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5667;s:14:\"optimized_size\";i:889;s:7:\"percent\";d:84.31;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5667;s:14:\"optimized_size\";i:2128;s:7:\"percent\";d:62.45;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:11334;s:14:\"optimized_size\";i:3017;s:7:\"percent\";d:73.38;}}'),
(87, 41, '_wp_attachment_image_alt', 'Chat bubble icon'),
(88, 42, '_wp_attached_file', '2022/11/12.png'),
(89, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:14:\"2022/11/12.png\";s:8:\"filesize\";i:960;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(90, 42, '_imagify_optimization_level', '2'),
(91, 42, '_imagify_status', 'success'),
(92, 42, '_imagify_data', 'a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6051;s:14:\"optimized_size\";i:960;s:7:\"percent\";d:84.13;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6051;s:14:\"optimized_size\";i:2146;s:7:\"percent\";d:64.53;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:12102;s:14:\"optimized_size\";i:3106;s:7:\"percent\";d:74.33;}}'),
(93, 42, '_wp_attachment_image_alt', 'Stethoscope icon'),
(94, 43, '_wp_attached_file', '2022/11/invasive.jpeg'),
(95, 43, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2022/11/invasive.jpeg\";s:8:\"filesize\";i:68147;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(96, 43, '_imagify_optimization_level', '2'),
(97, 43, '_imagify_status', 'success'),
(98, 43, '_imagify_data', 'a:2:{s:5:\"sizes\";a:20:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:109644;s:14:\"optimized_size\";i:68147;s:7:\"percent\";d:37.85;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23631;s:14:\"optimized_size\";i:12328;s:7:\"percent\";d:47.83;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71247;s:14:\"optimized_size\";i:32206;s:7:\"percent\";d:54.8;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28611;s:14:\"optimized_size\";i:15194;s:7:\"percent\";d:46.89;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28016;s:14:\"optimized_size\";i:14456;s:7:\"percent\";d:48.4;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18676;s:14:\"optimized_size\";i:10286;s:7:\"percent\";d:44.92;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16993;s:14:\"optimized_size\";i:9228;s:7:\"percent\";d:45.7;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48488;s:14:\"optimized_size\";i:22788;s:7:\"percent\";d:53;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5468;s:14:\"optimized_size\";i:3496;s:7:\"percent\";d:36.06;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11702;s:14:\"optimized_size\";i:6754;s:7:\"percent\";d:42.28;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:109644;s:14:\"optimized_size\";i:35128;s:7:\"percent\";d:67.96;}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48488;s:14:\"optimized_size\";i:47500;s:7:\"percent\";d:2.04;}s:21:\"et-pb-post-main-image\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:21:\"et-pb-portfolio-image\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28016;s:14:\"optimized_size\";i:16344;s:7:\"percent\";d:41.66;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28611;s:14:\"optimized_size\";i:16690;s:7:\"percent\";d:41.67;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71247;s:14:\"optimized_size\";i:69726;s:7:\"percent\";d:2.13;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:648482;s:14:\"optimized_size\";i:380271;s:7:\"percent\";d:41.36;}}'),
(99, 43, '_wp_attachment_image_alt', 'Minimally invasive surgery'),
(100, 53, '_wp_attached_file', '2022/11/minimal.png');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(101, 53, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2022/11/minimal.png\";s:8:\"filesize\";i:455694;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(102, 53, '_imagify_optimization_level', '2'),
(103, 53, '_imagify_status', 'success'),
(104, 53, '_imagify_data', 'a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1499580;s:14:\"optimized_size\";i:455694;s:7:\"percent\";d:69.61;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:298356;s:14:\"optimized_size\";i:30472;s:7:\"percent\";d:89.79;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1113817;s:14:\"optimized_size\";i:80184;s:7:\"percent\";d:92.8;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:287656;s:14:\"optimized_size\";i:39388;s:7:\"percent\";d:86.31;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:286382;s:14:\"optimized_size\";i:26710;s:7:\"percent\";d:90.67;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:175362;s:14:\"optimized_size\";i:18392;s:7:\"percent\";d:89.51;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1058399;s:14:\"optimized_size\";i:68084;s:7:\"percent\";d:93.57;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:157187;s:14:\"optimized_size\";i:17182;s:7:\"percent\";d:89.07;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:712364;s:14:\"optimized_size\";i:57074;s:7:\"percent\";d:91.99;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37355;s:14:\"optimized_size\";i:6714;s:7:\"percent\";d:82.03;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1208733;s:14:\"optimized_size\";i:86052;s:7:\"percent\";d:92.88;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:127148;s:14:\"optimized_size\";i:15964;s:7:\"percent\";d:87.44;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1499580;s:14:\"optimized_size\";i:99384;s:7:\"percent\";d:93.37;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:127148;s:14:\"optimized_size\";i:43412;s:7:\"percent\";d:65.86;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1208733;s:14:\"optimized_size\";i:391185;s:7:\"percent\";d:67.64;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37355;s:14:\"optimized_size\";i:13741;s:7:\"percent\";d:63.22;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:712364;s:14:\"optimized_size\";i:229206;s:7:\"percent\";d:67.82;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:157187;s:14:\"optimized_size\";i:54733;s:7:\"percent\";d:65.18;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1058399;s:14:\"optimized_size\";i:341496;s:7:\"percent\";d:67.73;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:175362;s:14:\"optimized_size\";i:59860;s:7:\"percent\";d:65.86;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:286382;s:14:\"optimized_size\";i:95041;s:7:\"percent\";d:66.81;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:287656;s:14:\"optimized_size\";i:95744;s:7:\"percent\";d:66.72;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1113817;s:14:\"optimized_size\";i:355959;s:7:\"percent\";d:68.04;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:298356;s:14:\"optimized_size\";i:98410;s:7:\"percent\";d:67.02;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:13924678;s:14:\"optimized_size\";i:2780081;s:7:\"percent\";d:80.03;}}'),
(105, 53, '_wp_attachment_image_alt', 'Surgeon operating on spine'),
(106, 56, '_wp_attached_file', '2022/11/minimal-1.png'),
(107, 56, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2022/11/minimal-1.png\";s:8:\"filesize\";i:480427;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(108, 56, '_imagify_optimization_level', '2'),
(109, 56, '_imagify_status', 'success'),
(110, 56, '_imagify_data', 'a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1482899;s:14:\"optimized_size\";i:480427;s:7:\"percent\";d:67.6;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:326980;s:14:\"optimized_size\";i:58582;s:7:\"percent\";d:82.08;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1130553;s:14:\"optimized_size\";i:139744;s:7:\"percent\";d:87.64;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:317583;s:14:\"optimized_size\";i:54066;s:7:\"percent\";d:82.98;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:268918;s:14:\"optimized_size\";i:47958;s:7:\"percent\";d:82.17;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:164441;s:14:\"optimized_size\";i:30476;s:7:\"percent\";d:81.47;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:874954;s:14:\"optimized_size\";i:58468;s:7:\"percent\";d:93.32;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:143402;s:14:\"optimized_size\";i:26586;s:7:\"percent\";d:81.46;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:742415;s:14:\"optimized_size\";i:103464;s:7:\"percent\";d:86.06;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42782;s:14:\"optimized_size\";i:9004;s:7:\"percent\";d:78.95;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1220634;s:14:\"optimized_size\";i:145350;s:7:\"percent\";d:88.09;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:144207;s:14:\"optimized_size\";i:27284;s:7:\"percent\";d:81.08;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1482899;s:14:\"optimized_size\";i:94896;s:7:\"percent\";d:93.6;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:144207;s:14:\"optimized_size\";i:51076;s:7:\"percent\";d:64.58;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1220634;s:14:\"optimized_size\";i:418115;s:7:\"percent\";d:65.75;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42782;s:14:\"optimized_size\";i:15681;s:7:\"percent\";d:63.35;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:742415;s:14:\"optimized_size\";i:258858;s:7:\"percent\";d:65.13;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:143402;s:14:\"optimized_size\";i:51539;s:7:\"percent\";d:64.06;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:874954;s:14:\"optimized_size\";i:298303;s:7:\"percent\";d:65.91;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:164441;s:14:\"optimized_size\";i:58120;s:7:\"percent\";d:64.66;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:268918;s:14:\"optimized_size\";i:93737;s:7:\"percent\";d:65.14;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:317583;s:14:\"optimized_size\";i:109357;s:7:\"percent\";d:65.57;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1130553;s:14:\"optimized_size\";i:388911;s:7:\"percent\";d:65.6;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:326980;s:14:\"optimized_size\";i:113098;s:7:\"percent\";d:65.41;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:13719536;s:14:\"optimized_size\";i:3133100;s:7:\"percent\";d:77.16;}}'),
(111, 56, '_wp_attachment_image_alt', 'Surgeons in the OR'),
(112, 60, '_wp_attached_file', '2022/11/back.png'),
(113, 60, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2022/11/back.png\";s:8:\"filesize\";i:467244;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(114, 60, '_imagify_optimization_level', '2'),
(115, 60, '_imagify_status', 'success'),
(116, 60, '_imagify_data', 'a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1414483;s:14:\"optimized_size\";i:467244;s:7:\"percent\";d:66.97;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:305505;s:14:\"optimized_size\";i:53418;s:7:\"percent\";d:82.51;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1058474;s:14:\"optimized_size\";i:128386;s:7:\"percent\";d:87.87;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:302160;s:14:\"optimized_size\";i:49372;s:7:\"percent\";d:83.66;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:256528;s:14:\"optimized_size\";i:45054;s:7:\"percent\";d:82.44;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:159940;s:14:\"optimized_size\";i:28638;s:7:\"percent\";d:82.09;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:847855;s:14:\"optimized_size\";i:57716;s:7:\"percent\";d:93.19;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:140571;s:14:\"optimized_size\";i:25328;s:7:\"percent\";d:81.98;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:691781;s:14:\"optimized_size\";i:94848;s:7:\"percent\";d:86.29;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42174;s:14:\"optimized_size\";i:8148;s:7:\"percent\";d:80.68;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1144208;s:14:\"optimized_size\";i:134546;s:7:\"percent\";d:88.24;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:137003;s:14:\"optimized_size\";i:24680;s:7:\"percent\";d:81.99;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1414483;s:14:\"optimized_size\";i:85892;s:7:\"percent\";d:93.93;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:137003;s:14:\"optimized_size\";i:49795;s:7:\"percent\";d:63.65;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1144208;s:14:\"optimized_size\";i:414291;s:7:\"percent\";d:63.79;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42174;s:14:\"optimized_size\";i:15797;s:7:\"percent\";d:62.54;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:691781;s:14:\"optimized_size\";i:251960;s:7:\"percent\";d:63.58;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:140571;s:14:\"optimized_size\";i:53346;s:7:\"percent\";d:62.05;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:847855;s:14:\"optimized_size\";i:302767;s:7:\"percent\";d:64.29;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:159940;s:14:\"optimized_size\";i:59803;s:7:\"percent\";d:62.61;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:256528;s:14:\"optimized_size\";i:94331;s:7:\"percent\";d:63.23;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:302160;s:14:\"optimized_size\";i:108170;s:7:\"percent\";d:64.2;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1058474;s:14:\"optimized_size\";i:381639;s:7:\"percent\";d:63.94;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:305505;s:14:\"optimized_size\";i:109995;s:7:\"percent\";d:64;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:13001364;s:14:\"optimized_size\";i:3045164;s:7:\"percent\";d:76.58;}}'),
(117, 60, '_wp_attachment_image_alt', 'Spinal neurosurgery concept images'),
(118, 61, '_wp_attached_file', '2022/11/get.png'),
(119, 61, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2022/11/get.png\";s:8:\"filesize\";i:348840;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(120, 61, '_imagify_optimization_level', '2'),
(121, 61, '_imagify_status', 'success'),
(122, 61, '_imagify_data', 'a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1169403;s:14:\"optimized_size\";i:348840;s:7:\"percent\";d:70.17;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:242405;s:14:\"optimized_size\";i:23130;s:7:\"percent\";d:90.46;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:863955;s:14:\"optimized_size\";i:69980;s:7:\"percent\";d:91.9;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:213857;s:14:\"optimized_size\";i:40398;s:7:\"percent\";d:81.11;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:254527;s:14:\"optimized_size\";i:16852;s:7:\"percent\";d:93.38;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:156369;s:14:\"optimized_size\";i:11590;s:7:\"percent\";d:92.59;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:926520;s:14:\"optimized_size\";i:58848;s:7:\"percent\";d:93.65;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:139002;s:14:\"optimized_size\";i:11038;s:7:\"percent\";d:92.06;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:561438;s:14:\"optimized_size\";i:47050;s:7:\"percent\";d:91.62;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31834;s:14:\"optimized_size\";i:6370;s:7:\"percent\";d:79.99;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:935706;s:14:\"optimized_size\";i:73578;s:7:\"percent\";d:92.14;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:106055;s:14:\"optimized_size\";i:11788;s:7:\"percent\";d:88.89;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1169403;s:14:\"optimized_size\";i:198976;s:7:\"percent\";d:82.98;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:106055;s:14:\"optimized_size\";i:34055;s:7:\"percent\";d:67.89;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:935706;s:14:\"optimized_size\";i:310602;s:7:\"percent\";d:66.81;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31834;s:14:\"optimized_size\";i:11090;s:7:\"percent\";d:65.16;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:561438;s:14:\"optimized_size\";i:182239;s:7:\"percent\";d:67.54;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:139002;s:14:\"optimized_size\";i:47054;s:7:\"percent\";d:66.15;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:926520;s:14:\"optimized_size\";i:295320;s:7:\"percent\";d:68.13;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:156369;s:14:\"optimized_size\";i:51830;s:7:\"percent\";d:66.85;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:254527;s:14:\"optimized_size\";i:83398;s:7:\"percent\";d:67.23;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:213857;s:14:\"optimized_size\";i:70317;s:7:\"percent\";d:67.12;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:863955;s:14:\"optimized_size\";i:281652;s:7:\"percent\";d:67.4;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:242405;s:14:\"optimized_size\";i:76099;s:7:\"percent\";d:68.61;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:11202142;s:14:\"optimized_size\";i:2362094;s:7:\"percent\";d:78.91;}}'),
(123, 61, '_wp_attachment_image_alt', 'Man celebrating in nature'),
(124, 65, '_wp_attached_file', '2022/11/logo-1.jpg'),
(125, 65, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2022/11/logo-1.jpg\";s:8:\"filesize\";i:6159;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"logo-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6280;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"logo-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:5654;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(126, 65, '_imagify_optimization_level', '2'),
(127, 65, '_imagify_status', 'success'),
(128, 65, '_imagify_data', 'a:2:{s:5:\"sizes\";a:6:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9599;s:14:\"optimized_size\";i:6159;s:7:\"percent\";d:35.84;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5783;s:14:\"optimized_size\";i:3994;s:7:\"percent\";d:30.94;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6434;s:14:\"optimized_size\";i:4192;s:7:\"percent\";d:34.85;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9599;s:14:\"optimized_size\";i:7144;s:7:\"percent\";d:25.58;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6434;s:14:\"optimized_size\";i:6127;s:7:\"percent\";d:4.77;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5783;s:14:\"optimized_size\";i:5666;s:7:\"percent\";d:2.02;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:43632;s:14:\"optimized_size\";i:33282;s:7:\"percent\";d:23.72;}}'),
(129, 65, '_wp_attachment_image_alt', 'Hart Garner, MD logo'),
(130, 67, '_wp_attached_file', '2022/11/PINEVIEW-INN.png'),
(131, 67, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2022/11/PINEVIEW-INN.png\";s:8:\"filesize\";i:44706;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(132, 67, '_imagify_optimization_level', '2'),
(133, 67, '_imagify_status', 'success'),
(134, 67, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90757;s:14:\"optimized_size\";i:44706;s:7:\"percent\";d:50.74;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30061;s:14:\"optimized_size\";i:21630;s:7:\"percent\";d:28.05;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75360;s:14:\"optimized_size\";i:61846;s:7:\"percent\";d:17.93;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:116103;s:14:\"optimized_size\";i:98518;s:7:\"percent\";d:15.15;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51808;s:14:\"optimized_size\";i:37738;s:7:\"percent\";d:27.16;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:88247;s:14:\"optimized_size\";i:70740;s:7:\"percent\";d:19.84;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:53493;s:14:\"optimized_size\";i:39166;s:7:\"percent\";d:26.78;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37304;s:14:\"optimized_size\";i:26402;s:7:\"percent\";d:29.22;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:127684;s:14:\"optimized_size\";i:103660;s:7:\"percent\";d:18.82;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32168;s:14:\"optimized_size\";i:22916;s:7:\"percent\";d:28.76;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:151580;s:14:\"optimized_size\";i:132696;s:7:\"percent\";d:12.46;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55085;s:14:\"optimized_size\";i:43586;s:7:\"percent\";d:20.88;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13166;s:14:\"optimized_size\";i:8300;s:7:\"percent\";d:36.96;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79325;s:14:\"optimized_size\";i:66478;s:7:\"percent\";d:16.2;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16638;s:14:\"optimized_size\";i:11426;s:7:\"percent\";d:31.33;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90757;s:14:\"optimized_size\";i:200546;s:7:\"percent\";d:-120.97;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16638;s:14:\"optimized_size\";i:5287;s:7:\"percent\";d:68.22;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79325;s:14:\"optimized_size\";i:20169;s:7:\"percent\";d:74.57;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13166;s:14:\"optimized_size\";i:4113;s:7:\"percent\";d:68.76;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55085;s:14:\"optimized_size\";i:14610;s:7:\"percent\";d:73.48;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:151580;s:14:\"optimized_size\";i:37368;s:7:\"percent\";d:75.35;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32168;s:14:\"optimized_size\";i:9739;s:7:\"percent\";d:69.72;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:127684;s:14:\"optimized_size\";i:39588;s:7:\"percent\";d:69;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37304;s:14:\"optimized_size\";i:10699;s:7:\"percent\";d:71.32;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:53493;s:14:\"optimized_size\";i:14824;s:7:\"percent\";d:72.29;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:88247;s:14:\"optimized_size\";i:21004;s:7:\"percent\";d:76.2;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51808;s:14:\"optimized_size\";i:14097;s:7:\"percent\";d:72.79;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:116103;s:14:\"optimized_size\";i:31739;s:7:\"percent\";d:72.66;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75360;s:14:\"optimized_size\";i:18673;s:7:\"percent\";d:75.22;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30061;s:14:\"optimized_size\";i:8926;s:7:\"percent\";d:70.31;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2037558;s:14:\"optimized_size\";i:1241190;s:7:\"percent\";d:39.08;}}'),
(135, 67, '_wp_attachment_image_alt', 'Pineview Inn logo'),
(136, 82, '_wp_attached_file', '2022/11/skiing-2022-10-28-03-58-57-utc.mov'),
(137, 82, '_wp_attachment_metadata', 'a:12:{s:8:\"lossless\";b:0;s:7:\"bitrate\";i:63499413;s:8:\"filesize\";i:56197029;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:7;s:16:\"length_formatted\";s:4:\"0:07\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:9:\"quicktime\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:5:\"H.264\";s:17:\"created_timestamp\";i:1514736114;}'),
(138, 84, '_wp_attached_file', '2022/11/skiing-2022-08-04-21-25-44-utc.mp4'),
(139, 84, '_wp_attachment_metadata', 'a:12:{s:7:\"bitrate\";i:53570822;s:8:\"filesize\";i:58932756;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:9;s:16:\"length_formatted\";s:4:\"0:09\";s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:317375;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.20662434895833334;}s:17:\"created_timestamp\";i:1612723962;}'),
(140, 86, '_wp_attached_file', '2022/11/Untitled.mp4'),
(141, 86, '_wp_attachment_metadata', 'a:12:{s:7:\"bitrate\";i:13287028;s:8:\"filesize\";i:14495362;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:9;s:16:\"length_formatted\";s:4:\"0:09\";s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:2281;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.0014850260416666666;}s:17:\"created_timestamp\";i:-2082844800;}'),
(142, 101, '_wp_attached_file', '2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg'),
(143, 101, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:52:\"2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\";s:8:\"filesize\";i:67465;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(144, 101, '_imagify_optimization_level', '2'),
(145, 101, '_imagify_status', 'success'),
(146, 101, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:141379;s:14:\"optimized_size\";i:67465;s:7:\"percent\";d:52.28;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27587;s:14:\"optimized_size\";i:11826;s:7:\"percent\";d:57.13;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:81949;s:14:\"optimized_size\";i:31376;s:7:\"percent\";d:61.71;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123295;s:14:\"optimized_size\";i:43822;s:7:\"percent\";d:64.46;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35572;s:14:\"optimized_size\";i:15376;s:7:\"percent\";d:56.77;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:94873;s:14:\"optimized_size\";i:35948;s:7:\"percent\";d:62.11;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34928;s:14:\"optimized_size\";i:14854;s:7:\"percent\";d:57.47;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22659;s:14:\"optimized_size\";i:10068;s:7:\"percent\";d:55.57;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90797;s:14:\"optimized_size\";i:34866;s:7:\"percent\";d:61.6;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19818;s:14:\"optimized_size\";i:8770;s:7:\"percent\";d:55.75;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:160620;s:14:\"optimized_size\";i:55112;s:7:\"percent\";d:65.69;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:56656;s:14:\"optimized_size\";i:22692;s:7:\"percent\";d:59.95;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6515;s:14:\"optimized_size\";i:3320;s:7:\"percent\";d:49.04;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:87483;s:14:\"optimized_size\";i:33718;s:7:\"percent\";d:61.46;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13261;s:14:\"optimized_size\";i:6248;s:7:\"percent\";d:52.88;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:141379;s:14:\"optimized_size\";i:82936;s:7:\"percent\";d:41.34;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13261;s:14:\"optimized_size\";i:7090;s:7:\"percent\";d:46.53;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:87483;s:14:\"optimized_size\";i:43648;s:7:\"percent\";d:50.11;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6515;s:14:\"optimized_size\";i:3833;s:7:\"percent\";d:41.17;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:56656;s:14:\"optimized_size\";i:29277;s:7:\"percent\";d:48.32;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:160620;s:14:\"optimized_size\";i:72820;s:7:\"percent\";d:54.66;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19818;s:14:\"optimized_size\";i:9988;s:7:\"percent\";d:49.6;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90797;s:14:\"optimized_size\";i:45200;s:7:\"percent\";d:50.22;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22659;s:14:\"optimized_size\";i:13132;s:7:\"percent\";d:42.05;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34928;s:14:\"optimized_size\";i:19978;s:7:\"percent\";d:42.8;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:94873;s:14:\"optimized_size\";i:47025;s:7:\"percent\";d:50.43;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35572;s:14:\"optimized_size\";i:20616;s:7:\"percent\";d:42.04;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123295;s:14:\"optimized_size\";i:57377;s:7:\"percent\";d:53.46;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:81949;s:14:\"optimized_size\";i:40951;s:7:\"percent\";d:50.03;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27587;s:14:\"optimized_size\";i:15874;s:7:\"percent\";d:42.46;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1994784;s:14:\"optimized_size\";i:905206;s:7:\"percent\";d:54.62;}}'),
(147, 101, '_wp_attachment_image_alt', 'Spinal cord stimulator concept image'),
(148, 147, '_wp_attached_file', '2022/11/Brain-Trauma-Image-2048x1463-1.jpg'),
(149, 147, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1463;s:4:\"file\";s:42:\"2022/11/Brain-Trauma-Image-2048x1463-1.jpg\";s:8:\"filesize\";i:111300;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(150, 147, '_imagify_optimization_level', '2'),
(151, 147, '_imagify_status', 'success'),
(152, 147, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:253208;s:14:\"optimized_size\";i:111300;s:7:\"percent\";d:56.04;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44020;s:14:\"optimized_size\";i:17032;s:7:\"percent\";d:61.31;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135055;s:14:\"optimized_size\";i:47066;s:7:\"percent\";d:65.15;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:203828;s:14:\"optimized_size\";i:68300;s:7:\"percent\";d:66.49;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60243;s:14:\"optimized_size\";i:23348;s:7:\"percent\";d:61.24;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:157314;s:14:\"optimized_size\";i:54906;s:7:\"percent\";d:65.1;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51532;s:14:\"optimized_size\";i:19560;s:7:\"percent\";d:62.04;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33137;s:14:\"optimized_size\";i:12896;s:7:\"percent\";d:61.08;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:144465;s:14:\"optimized_size\";i:49968;s:7:\"percent\";d:65.41;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30593;s:14:\"optimized_size\";i:11924;s:7:\"percent\";d:61.02;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:268589;s:14:\"optimized_size\";i:86736;s:7:\"percent\";d:67.71;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:92822;s:14:\"optimized_size\";i:33520;s:7:\"percent\";d:63.89;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9477;s:14:\"optimized_size\";i:4270;s:7:\"percent\";d:54.94;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:144073;s:14:\"optimized_size\";i:49970;s:7:\"percent\";d:65.32;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20839;s:14:\"optimized_size\";i:8698;s:7:\"percent\";d:58.26;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:253208;s:14:\"optimized_size\";i:134818;s:7:\"percent\";d:46.76;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20839;s:14:\"optimized_size\";i:12806;s:7:\"percent\";d:38.55;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:144073;s:14:\"optimized_size\";i:67607;s:7:\"percent\";d:53.07;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9477;s:14:\"optimized_size\";i:5283;s:7:\"percent\";d:44.25;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:92822;s:14:\"optimized_size\";i:47378;s:7:\"percent\";d:48.96;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:268589;s:14:\"optimized_size\";i:121295;s:7:\"percent\";d:54.84;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30593;s:14:\"optimized_size\";i:18581;s:7:\"percent\";d:39.26;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:144465;s:14:\"optimized_size\";i:71669;s:7:\"percent\";d:50.39;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33137;s:14:\"optimized_size\";i:19985;s:7:\"percent\";d:39.69;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51532;s:14:\"optimized_size\";i:28434;s:7:\"percent\";d:44.82;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:157314;s:14:\"optimized_size\";i:73622;s:7:\"percent\";d:53.2;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60243;s:14:\"optimized_size\";i:33478;s:7:\"percent\";d:44.43;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:203828;s:14:\"optimized_size\";i:94846;s:7:\"percent\";d:53.47;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135055;s:14:\"optimized_size\";i:66895;s:7:\"percent\";d:50.47;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44020;s:14:\"optimized_size\";i:24661;s:7:\"percent\";d:43.98;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:3298390;s:14:\"optimized_size\";i:1420852;s:7:\"percent\";d:56.92;}}'),
(153, 147, '_wp_attachment_image_alt', 'Brain trauma image'),
(154, 162, '_wp_attached_file', '2022/11/family-doctor-icon-3-green.png'),
(155, 162, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:38:\"2022/11/family-doctor-icon-3-green.png\";s:8:\"filesize\";i:491;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(156, 162, '_imagify_optimization_level', '2'),
(157, 162, '_imagify_status', 'success'),
(158, 162, '_imagify_data', 'a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:725;s:14:\"optimized_size\";i:491;s:7:\"percent\";d:32.28;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:725;s:14:\"optimized_size\";i:1178;s:7:\"percent\";d:-62.48;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1450;s:14:\"optimized_size\";i:1669;s:7:\"percent\";d:-15.1;}}'),
(159, 162, '_wp_attachment_image_alt', 'Stethoscope icon'),
(160, 163, '_wp_attached_file', '2022/11/family-doctor-018.jpg'),
(161, 163, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:937;s:4:\"file\";s:29:\"2022/11/family-doctor-018.jpg\";s:8:\"filesize\";i:71207;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(162, 163, '_imagify_optimization_level', '2'),
(163, 163, '_imagify_status', 'already_optimized'),
(164, 163, '_imagify_data', 'a:2:{s:5:\"sizes\";a:16:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13029;s:14:\"optimized_size\";i:7434;s:7:\"percent\";d:42.94;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35885;s:14:\"optimized_size\";i:17644;s:7:\"percent\";d:50.83;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52059;s:14:\"optimized_size\";i:24266;s:7:\"percent\";d:53.39;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19411;s:14:\"optimized_size\";i:10314;s:7:\"percent\";d:46.87;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41457;s:14:\"optimized_size\";i:19660;s:7:\"percent\";d:52.58;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22045;s:14:\"optimized_size\";i:12046;s:7:\"percent\";d:45.36;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15097;s:14:\"optimized_size\";i:8576;s:7:\"percent\";d:43.19;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54655;s:14:\"optimized_size\";i:25376;s:7:\"percent\";d:53.57;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13358;s:14:\"optimized_size\";i:7640;s:7:\"percent\";d:42.81;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:68262;s:14:\"optimized_size\";i:29722;s:7:\"percent\";d:56.46;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25366;s:14:\"optimized_size\";i:13156;s:7:\"percent\";d:48.14;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4501;s:14:\"optimized_size\";i:2998;s:7:\"percent\";d:33.39;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38559;s:14:\"optimized_size\";i:18592;s:7:\"percent\";d:51.78;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6772;s:14:\"optimized_size\";i:4136;s:7:\"percent\";d:38.92;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71207;s:14:\"optimized_size\";i:39768;s:7:\"percent\";d:44.15;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:481663;s:14:\"optimized_size\";i:241328;s:7:\"percent\";d:49.9;}}'),
(165, 163, '_wp_attachment_image_alt', 'Doctor taking notes'),
(166, 164, '_wp_attached_file', '2022/11/family-doctor-icon-2-green.png'),
(167, 164, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:38:\"2022/11/family-doctor-icon-2-green.png\";s:8:\"filesize\";i:356;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(168, 164, '_imagify_optimization_level', '2'),
(169, 164, '_imagify_status', 'success'),
(170, 164, '_imagify_data', 'a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:363;s:14:\"optimized_size\";i:356;s:7:\"percent\";d:1.93;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:363;s:14:\"optimized_size\";i:590;s:7:\"percent\";d:-62.53;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:726;s:14:\"optimized_size\";i:946;s:7:\"percent\";d:-30.3;}}'),
(171, 164, '_wp_attachment_image_alt', 'Medical records icon'),
(172, 165, '_wp_attached_file', '2022/11/family-doctor-icon-13-green.png'),
(173, 165, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:39:\"2022/11/family-doctor-icon-13-green.png\";s:8:\"filesize\";i:559;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(174, 165, '_imagify_optimization_level', '2'),
(175, 165, '_imagify_status', 'success'),
(176, 165, '_imagify_data', 'a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:790;s:14:\"optimized_size\";i:559;s:7:\"percent\";d:29.24;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:790;s:14:\"optimized_size\";i:1102;s:7:\"percent\";d:-39.49;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1580;s:14:\"optimized_size\";i:1661;s:7:\"percent\";d:-5.13;}}'),
(177, 165, '_wp_attachment_image_alt', 'Bandaid icon'),
(178, 166, '_wp_attached_file', '2022/11/family-doctor-04-1.jpg'),
(179, 166, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:745;s:4:\"file\";s:30:\"2022/11/family-doctor-04-1.jpg\";s:8:\"filesize\";i:55763;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(180, 166, '_imagify_optimization_level', '2'),
(181, 166, '_imagify_status', 'success'),
(182, 166, '_imagify_data', 'a:2:{s:5:\"sizes\";a:20:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83633;s:14:\"optimized_size\";i:55763;s:7:\"percent\";d:33.32;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35483;s:14:\"optimized_size\";i:15348;s:7:\"percent\";d:56.75;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39060;s:14:\"optimized_size\";i:16604;s:7:\"percent\";d:57.49;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32150;s:14:\"optimized_size\";i:13574;s:7:\"percent\";d:57.78;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20777;s:14:\"optimized_size\";i:9284;s:7:\"percent\";d:55.32;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:82029;s:14:\"optimized_size\";i:33534;s:7:\"percent\";d:59.12;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18292;s:14:\"optimized_size\";i:8214;s:7:\"percent\";d:55.1;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75184;s:14:\"optimized_size\";i:29678;s:7:\"percent\";d:60.53;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6496;s:14:\"optimized_size\";i:3284;s:7:\"percent\";d:49.45;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16654;s:14:\"optimized_size\";i:7784;s:7:\"percent\";d:53.26;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83633;s:14:\"optimized_size\";i:34806;s:7:\"percent\";d:58.38;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16654;s:14:\"optimized_size\";i:8372;s:7:\"percent\";d:49.73;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6496;s:14:\"optimized_size\";i:3778;s:7:\"percent\";d:41.84;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75184;s:14:\"optimized_size\";i:38132;s:7:\"percent\";d:49.28;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18292;s:14:\"optimized_size\";i:10430;s:7:\"percent\";d:42.98;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:82029;s:14:\"optimized_size\";i:44080;s:7:\"percent\";d:46.26;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20777;s:14:\"optimized_size\";i:11802;s:7:\"percent\";d:43.2;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32150;s:14:\"optimized_size\";i:17553;s:7:\"percent\";d:45.4;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39060;s:14:\"optimized_size\";i:22003;s:7:\"percent\";d:43.67;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35483;s:14:\"optimized_size\";i:19342;s:7:\"percent\";d:45.49;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:819516;s:14:\"optimized_size\";i:403365;s:7:\"percent\";d:50.78;}}'),
(183, 166, '_wp_attachment_image_alt', 'Family doctor'),
(184, 167, '_wp_attached_file', '2022/11/family-doctor-031.png');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(185, 167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:980;s:4:\"file\";s:29:\"2022/11/family-doctor-031.png\";s:8:\"filesize\";i:1502;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(186, 167, '_imagify_optimization_level', '2'),
(187, 167, '_imagify_status', 'success'),
(188, 167, '_imagify_data', 'a:2:{s:5:\"sizes\";a:32:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4413;s:14:\"optimized_size\";i:1502;s:7:\"percent\";d:65.96;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1282;s:14:\"optimized_size\";i:9100;s:7:\"percent\";d:-609.83;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3343;s:14:\"optimized_size\";i:37216;s:7:\"percent\";d:-1013.25;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5217;s:14:\"optimized_size\";i:62638;s:7:\"percent\";d:-1100.65;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1460;s:14:\"optimized_size\";i:24948;s:7:\"percent\";d:-1608.77;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4081;s:14:\"optimized_size\";i:44570;s:7:\"percent\";d:-992.13;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2374;s:14:\"optimized_size\";i:20688;s:7:\"percent\";d:-771.44;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1694;s:14:\"optimized_size\";i:12244;s:7:\"percent\";d:-622.79;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6653;s:14:\"optimized_size\";i:51192;s:7:\"percent\";d:-669.46;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1672;s:14:\"optimized_size\";i:10420;s:7:\"percent\";d:-523.21;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10724;s:14:\"optimized_size\";i:89782;s:7:\"percent\";d:-737.21;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6875;s:14:\"optimized_size\";i:74968;s:7:\"percent\";d:-990.44;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2314;s:14:\"optimized_size\";i:23050;s:7:\"percent\";d:-896.11;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:424;s:14:\"optimized_size\";i:2886;s:7:\"percent\";d:-580.66;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3569;s:14:\"optimized_size\";i:40104;s:7:\"percent\";d:-1023.68;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:843;s:14:\"optimized_size\";i:3298;s:7:\"percent\";d:-291.22;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4413;s:14:\"optimized_size\";i:81528;s:7:\"percent\";d:-1747.45;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:843;s:14:\"optimized_size\";i:308;s:7:\"percent\";d:63.46;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3569;s:14:\"optimized_size\";i:888;s:7:\"percent\";d:75.12;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:424;s:14:\"optimized_size\";i:224;s:7:\"percent\";d:47.17;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2314;s:14:\"optimized_size\";i:615;s:7:\"percent\";d:73.42;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6875;s:14:\"optimized_size\";i:1303;s:7:\"percent\";d:81.05;}s:9:\"2048x2048\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10724;s:14:\"optimized_size\";i:2074;s:7:\"percent\";d:80.66;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1672;s:14:\"optimized_size\";i:475;s:7:\"percent\";d:71.59;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6653;s:14:\"optimized_size\";i:1306;s:7:\"percent\";d:80.37;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1694;s:14:\"optimized_size\";i:483;s:7:\"percent\";d:71.49;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2374;s:14:\"optimized_size\";i:609;s:7:\"percent\";d:74.35;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4081;s:14:\"optimized_size\";i:907;s:7:\"percent\";d:77.78;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1460;s:14:\"optimized_size\";i:382;s:7:\"percent\";d:73.84;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5217;s:14:\"optimized_size\";i:1049;s:7:\"percent\";d:79.89;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3343;s:14:\"optimized_size\";i:834;s:7:\"percent\";d:75.05;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1282;s:14:\"optimized_size\";i:409;s:7:\"percent\";d:68.1;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:113876;s:14:\"optimized_size\";i:602000;s:7:\"percent\";d:-428.65;}}'),
(189, 168, '_wp_attached_file', '2022/11/family-doctor-032.jpg'),
(190, 168, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:980;s:4:\"file\";s:29:\"2022/11/family-doctor-032.jpg\";s:8:\"filesize\";i:18537;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(191, 168, '_imagify_optimization_level', '2'),
(192, 168, '_imagify_status', 'success'),
(193, 168, '_imagify_data', 'a:2:{s:5:\"sizes\";a:18:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34017;s:14:\"optimized_size\";i:18537;s:7:\"percent\";d:45.51;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29399;s:14:\"optimized_size\";i:13160;s:7:\"percent\";d:55.24;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18528;s:14:\"optimized_size\";i:8800;s:7:\"percent\";d:52.5;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15765;s:14:\"optimized_size\";i:6486;s:7:\"percent\";d:58.86;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10383;s:14:\"optimized_size\";i:4586;s:7:\"percent\";d:55.83;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27462;s:14:\"optimized_size\";i:13244;s:7:\"percent\";d:51.77;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9166;s:14:\"optimized_size\";i:4160;s:7:\"percent\";d:54.61;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3881;s:14:\"optimized_size\";i:2334;s:7:\"percent\";d:39.86;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7510;s:14:\"optimized_size\";i:4638;s:7:\"percent\";d:38.24;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34017;s:14:\"optimized_size\";i:18246;s:7:\"percent\";d:46.36;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7510;s:14:\"optimized_size\";i:4029;s:7:\"percent\";d:46.35;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3881;s:14:\"optimized_size\";i:2538;s:7:\"percent\";d:34.6;}s:21:\"et-pb-post-main-image\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27462;s:14:\"optimized_size\";i:13480;s:7:\"percent\";d:50.91;}s:21:\"et-pb-portfolio-image\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:28:\"et-pb-portfolio-module-image\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29399;s:14:\"optimized_size\";i:16292;s:7:\"percent\";d:44.58;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:258380;s:14:\"optimized_size\";i:130530;s:7:\"percent\";d:49.48;}}'),
(194, 168, '_wp_attachment_image_alt', 'Doctor taking a blood pressure reading'),
(195, 173, '_wp_attached_file', '2022/11/family-doctor-017.png'),
(196, 173, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:653;s:4:\"file\";s:29:\"2022/11/family-doctor-017.png\";s:8:\"filesize\";i:4248;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(197, 173, '_imagify_optimization_level', '2'),
(198, 173, '_imagify_status', 'success'),
(199, 173, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4975;s:14:\"optimized_size\";i:4248;s:7:\"percent\";d:14.61;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3968;s:14:\"optimized_size\";i:9414;s:7:\"percent\";d:-137.25;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8182;s:14:\"optimized_size\";i:32132;s:7:\"percent\";d:-292.72;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8899;s:14:\"optimized_size\";i:38546;s:7:\"percent\";d:-333.15;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:479;s:14:\"optimized_size\";i:708;s:7:\"percent\";d:-47.81;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9048;s:14:\"optimized_size\";i:38094;s:7:\"percent\";d:-321.02;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:458;s:14:\"optimized_size\";i:682;s:7:\"percent\";d:-48.91;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:300;s:14:\"optimized_size\";i:454;s:7:\"percent\";d:-51.33;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4595;s:14:\"optimized_size\";i:38548;s:7:\"percent\";d:-738.91;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:828;s:14:\"optimized_size\";i:11194;s:7:\"percent\";d:-1251.93;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13500;s:14:\"optimized_size\";i:60508;s:7:\"percent\";d:-348.21;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6501;s:14:\"optimized_size\";i:20808;s:7:\"percent\";d:-220.07;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123;s:14:\"optimized_size\";i:172;s:7:\"percent\";d:-39.84;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8538;s:14:\"optimized_size\";i:34972;s:7:\"percent\";d:-309.6;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2487;s:14:\"optimized_size\";i:4594;s:7:\"percent\";d:-84.72;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4975;s:14:\"optimized_size\";i:67014;s:7:\"percent\";d:-1247.02;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2487;s:14:\"optimized_size\";i:1352;s:7:\"percent\";d:45.64;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8538;s:14:\"optimized_size\";i:3378;s:7:\"percent\";d:60.44;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123;s:14:\"optimized_size\";i:111;s:7:\"percent\";d:9.76;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6501;s:14:\"optimized_size\";i:2848;s:7:\"percent\";d:56.19;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13500;s:14:\"optimized_size\";i:5333;s:7:\"percent\";d:60.5;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:828;s:14:\"optimized_size\";i:331;s:7:\"percent\";d:60.02;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4595;s:14:\"optimized_size\";i:1033;s:7:\"percent\";d:77.52;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:300;s:14:\"optimized_size\";i:122;s:7:\"percent\";d:59.33;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:458;s:14:\"optimized_size\";i:132;s:7:\"percent\";d:71.18;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9048;s:14:\"optimized_size\";i:3441;s:7:\"percent\";d:61.97;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:479;s:14:\"optimized_size\";i:132;s:7:\"percent\";d:72.44;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8899;s:14:\"optimized_size\";i:3644;s:7:\"percent\";d:59.05;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8182;s:14:\"optimized_size\";i:3299;s:7:\"percent\";d:59.68;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3968;s:14:\"optimized_size\";i:1903;s:7:\"percent\";d:52.04;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:145762;s:14:\"optimized_size\";i:389147;s:7:\"percent\";d:-166.97;}}'),
(200, 185, '_wp_attached_file', '2022/11/family-doctor-035.png'),
(201, 185, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:504;s:6:\"height\";i:504;s:4:\"file\";s:29:\"2022/11/family-doctor-035.png\";s:8:\"filesize\";i:2300;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(202, 185, '_imagify_optimization_level', '2'),
(203, 185, '_imagify_status', 'success'),
(204, 185, '_imagify_data', 'a:2:{s:5:\"sizes\";a:16:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3262;s:14:\"optimized_size\";i:2300;s:7:\"percent\";d:29.49;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10235;s:14:\"optimized_size\";i:16368;s:7:\"percent\";d:-59.92;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6420;s:14:\"optimized_size\";i:13536;s:7:\"percent\";d:-110.84;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5904;s:14:\"optimized_size\";i:12626;s:7:\"percent\";d:-113.86;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6101;s:14:\"optimized_size\";i:4760;s:7:\"percent\";d:21.98;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5649;s:14:\"optimized_size\";i:7052;s:7:\"percent\";d:-24.84;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2583;s:14:\"optimized_size\";i:2734;s:7:\"percent\";d:-5.85;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6036;s:14:\"optimized_size\";i:7550;s:7:\"percent\";d:-25.08;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3262;s:14:\"optimized_size\";i:16722;s:7:\"percent\";d:-412.63;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6036;s:14:\"optimized_size\";i:2060;s:7:\"percent\";d:65.87;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2583;s:14:\"optimized_size\";i:1136;s:7:\"percent\";d:56.02;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5649;s:14:\"optimized_size\";i:2226;s:7:\"percent\";d:60.59;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6101;s:14:\"optimized_size\";i:2475;s:7:\"percent\";d:59.43;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5904;s:14:\"optimized_size\";i:1771;s:7:\"percent\";d:70;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6420;s:14:\"optimized_size\";i:2191;s:7:\"percent\";d:65.87;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10235;s:14:\"optimized_size\";i:3795;s:7:\"percent\";d:62.92;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:92380;s:14:\"optimized_size\";i:99302;s:7:\"percent\";d:-7.49;}}'),
(205, 208, '_wp_attached_file', '2022/11/video-1.mp4'),
(206, 208, '_wp_attachment_metadata', 'a:11:{s:8:\"filesize\";i:4614629;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:7;s:16:\"length_formatted\";s:4:\"0:07\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1572134952;}'),
(207, 213, '_wp_attached_file', '2022/11/production-ID_5195355.mp4'),
(208, 213, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:20926764;s:8:\"filesize\";i:14302733;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:5;s:16:\"length_formatted\";s:4:\"0:05\";s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:17:\"created_timestamp\";i:1598385947;}'),
(209, 219, '_wp_attached_file', '2022/11/pexels-yaroslav-shuraev-8968044.mp4'),
(210, 219, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:20262294;s:8:\"filesize\";i:43063184;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:17;s:16:\"length_formatted\";s:4:\"0:17\";s:5:\"width\";i:4096;s:6:\"height\";i:2160;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:17:\"created_timestamp\";i:1627539235;}'),
(211, 220, '_wp_attached_file', '2022/11/Man-54251.mp4'),
(212, 220, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:1929354;s:8:\"filesize\";i:3430182;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:14;s:16:\"length_formatted\";s:4:\"0:14\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:17:\"created_timestamp\";i:1604791057;}'),
(213, 222, '_wp_attached_file', '2022/11/production-ID_4446471.mp4'),
(214, 222, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:21388327;s:8:\"filesize\";i:22568278;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:8;s:16:\"length_formatted\";s:4:\"0:08\";s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:17:\"created_timestamp\";i:1590033369;}'),
(215, 232, '_wp_attached_file', '2022/11/Pressure-on-the-CNS-due-to-Chiari-malformation.jpg'),
(216, 232, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1400;s:4:\"file\";s:58:\"2022/11/Pressure-on-the-CNS-due-to-Chiari-malformation.jpg\";s:8:\"filesize\";i:46386;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(217, 232, '_imagify_optimization_level', '2'),
(218, 232, '_imagify_status', 'success'),
(219, 232, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:207332;s:14:\"optimized_size\";i:46386;s:7:\"percent\";d:77.63;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18654;s:14:\"optimized_size\";i:8804;s:7:\"percent\";d:52.8;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54949;s:14:\"optimized_size\";i:25000;s:7:\"percent\";d:54.5;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:80179;s:14:\"optimized_size\";i:35044;s:7:\"percent\";d:56.29;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22608;s:14:\"optimized_size\";i:10890;s:7:\"percent\";d:51.83;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:63241;s:14:\"optimized_size\";i:28432;s:7:\"percent\";d:55.04;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21848;s:14:\"optimized_size\";i:10310;s:7:\"percent\";d:52.81;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14157;s:14:\"optimized_size\";i:6710;s:7:\"percent\";d:52.6;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61571;s:14:\"optimized_size\";i:27516;s:7:\"percent\";d:55.31;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13907;s:14:\"optimized_size\";i:6334;s:7:\"percent\";d:54.45;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105793;s:14:\"optimized_size\";i:44966;s:7:\"percent\";d:57.5;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37765;s:14:\"optimized_size\";i:17662;s:7:\"percent\";d:53.23;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4380;s:14:\"optimized_size\";i:1836;s:7:\"percent\";d:58.08;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:59068;s:14:\"optimized_size\";i:26812;s:7:\"percent\";d:54.61;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9158;s:14:\"optimized_size\";i:4042;s:7:\"percent\";d:55.86;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:207332;s:14:\"optimized_size\";i:66184;s:7:\"percent\";d:68.08;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9158;s:14:\"optimized_size\";i:4599;s:7:\"percent\";d:49.78;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:59068;s:14:\"optimized_size\";i:18240;s:7:\"percent\";d:69.12;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4380;s:14:\"optimized_size\";i:2119;s:7:\"percent\";d:51.62;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37765;s:14:\"optimized_size\";i:12518;s:7:\"percent\";d:66.85;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105793;s:14:\"optimized_size\";i:32319;s:7:\"percent\";d:69.45;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13907;s:14:\"optimized_size\";i:6955;s:7:\"percent\";d:49.99;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61571;s:14:\"optimized_size\";i:19078;s:7:\"percent\";d:69.01;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14157;s:14:\"optimized_size\";i:6763;s:7:\"percent\";d:52.23;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21848;s:14:\"optimized_size\";i:10175;s:7:\"percent\";d:53.43;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:63241;s:14:\"optimized_size\";i:19577;s:7:\"percent\";d:69.04;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22608;s:14:\"optimized_size\";i:10277;s:7:\"percent\";d:54.54;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:80179;s:14:\"optimized_size\";i:24618;s:7:\"percent\";d:69.3;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54949;s:14:\"optimized_size\";i:16832;s:7:\"percent\";d:69.37;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18654;s:14:\"optimized_size\";i:8290;s:7:\"percent\";d:55.56;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1549220;s:14:\"optimized_size\";i:559288;s:7:\"percent\";d:63.9;}}'),
(220, 232, '_wp_attachment_image_alt', 'Pressure on the CNS due to Chiari malformation'),
(221, 238, '_wp_attached_file', '2022/11/Hydrocephalus-image-1536x1024-1.jpg'),
(222, 238, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2022/11/Hydrocephalus-image-1536x1024-1.jpg\";s:8:\"filesize\";i:58156;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:70:\"Copyright (c) 2016 Jarva Jar/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:46:\"Xray,Skull,In,The,You,Child,Show,Hydrocephalus\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(223, 238, '_imagify_optimization_level', '2'),
(224, 238, '_imagify_status', 'success'),
(225, 238, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62573;s:14:\"optimized_size\";i:58156;s:7:\"percent\";d:7.06;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18508;s:14:\"optimized_size\";i:7860;s:7:\"percent\";d:57.53;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48547;s:14:\"optimized_size\";i:19746;s:7:\"percent\";d:59.33;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72086;s:14:\"optimized_size\";i:26796;s:7:\"percent\";d:62.83;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22320;s:14:\"optimized_size\";i:9232;s:7:\"percent\";d:58.64;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:56136;s:14:\"optimized_size\";i:22554;s:7:\"percent\";d:59.82;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22580;s:14:\"optimized_size\";i:9542;s:7:\"percent\";d:57.74;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15975;s:14:\"optimized_size\";i:6182;s:7:\"percent\";d:61.3;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55794;s:14:\"optimized_size\";i:21924;s:7:\"percent\";d:60.71;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14983;s:14:\"optimized_size\";i:6130;s:7:\"percent\";d:59.09;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34056;s:14:\"optimized_size\";i:14638;s:7:\"percent\";d:57.02;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7870;s:14:\"optimized_size\";i:1874;s:7:\"percent\";d:76.19;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52516;s:14:\"optimized_size\";i:20816;s:7:\"percent\";d:60.36;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11369;s:14:\"optimized_size\";i:3796;s:7:\"percent\";d:66.61;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62573;s:14:\"optimized_size\";i:36154;s:7:\"percent\";d:42.22;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11369;s:14:\"optimized_size\";i:7767;s:7:\"percent\";d:31.68;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52516;s:14:\"optimized_size\";i:27566;s:7:\"percent\";d:47.51;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7870;s:14:\"optimized_size\";i:6688;s:7:\"percent\";d:15.02;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34056;s:14:\"optimized_size\";i:19920;s:7:\"percent\";d:41.51;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14983;s:14:\"optimized_size\";i:9413;s:7:\"percent\";d:37.18;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55794;s:14:\"optimized_size\";i:30201;s:7:\"percent\";d:45.87;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15975;s:14:\"optimized_size\";i:9853;s:7:\"percent\";d:38.32;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22580;s:14:\"optimized_size\";i:12581;s:7:\"percent\";d:44.28;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:56136;s:14:\"optimized_size\";i:27079;s:7:\"percent\";d:51.76;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22320;s:14:\"optimized_size\";i:14971;s:7:\"percent\";d:32.93;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72086;s:14:\"optimized_size\";i:32086;s:7:\"percent\";d:55.49;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48547;s:14:\"optimized_size\";i:25967;s:7:\"percent\";d:46.51;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18508;s:14:\"optimized_size\";i:10898;s:7:\"percent\";d:41.12;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:990626;s:14:\"optimized_size\";i:500390;s:7:\"percent\";d:49.49;}}'),
(226, 238, '_wp_attachment_image_alt', 'Hydrocephalus image'),
(227, 241, '_wp_attached_file', '2022/11/istockphoto-1359907340-612x612-1.jpg'),
(228, 241, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:612;s:6:\"height\";i:310;s:4:\"file\";s:44:\"2022/11/istockphoto-1359907340-612x612-1.jpg\";s:8:\"filesize\";i:9788;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:199:\"Hydrocephalus shunt concept. Pressure on the brain poster. Ventricular system anatomy. Cerebral ventricles, production, transport and removal of cerebrospinal fluid. Medical flat vector illustration.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(229, 241, '_imagify_optimization_level', '2'),
(230, 241, '_imagify_status', 'success'),
(231, 241, '_imagify_data', 'a:2:{s:5:\"sizes\";a:16:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18170;s:14:\"optimized_size\";i:9788;s:7:\"percent\";d:46.13;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15597;s:14:\"optimized_size\";i:7908;s:7:\"percent\";d:49.3;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18762;s:14:\"optimized_size\";i:9564;s:7:\"percent\";d:49.02;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22478;s:14:\"optimized_size\";i:11654;s:7:\"percent\";d:48.15;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17212;s:14:\"optimized_size\";i:8534;s:7:\"percent\";d:50.42;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16073;s:14:\"optimized_size\";i:8258;s:7:\"percent\";d:48.62;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6335;s:14:\"optimized_size\";i:2464;s:7:\"percent\";d:61.1;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9292;s:14:\"optimized_size\";i:4390;s:7:\"percent\";d:52.76;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18170;s:14:\"optimized_size\";i:11332;s:7:\"percent\";d:37.63;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9292;s:14:\"optimized_size\";i:5852;s:7:\"percent\";d:37.02;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6335;s:14:\"optimized_size\";i:4514;s:7:\"percent\";d:28.75;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16073;s:14:\"optimized_size\";i:10207;s:7:\"percent\";d:36.5;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17212;s:14:\"optimized_size\";i:10594;s:7:\"percent\";d:38.45;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22478;s:14:\"optimized_size\";i:13441;s:7:\"percent\";d:40.2;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18762;s:14:\"optimized_size\";i:11610;s:7:\"percent\";d:38.12;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15597;s:14:\"optimized_size\";i:9268;s:7:\"percent\";d:40.58;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:247838;s:14:\"optimized_size\";i:139378;s:7:\"percent\";d:43.76;}}'),
(232, 241, '_wp_attachment_image_alt', 'Hydrocephalus image'),
(233, 246, '_wp_attached_file', '2022/11/Brain-Tumor-Image-1-1-1536x1029-1.jpg'),
(234, 246, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1029;s:4:\"file\";s:45:\"2022/11/Brain-Tumor-Image-1-1-1536x1029-1.jpg\";s:8:\"filesize\";i:138770;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(235, 246, '_imagify_optimization_level', '2'),
(236, 246, '_imagify_status', 'success'),
(237, 246, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:229661;s:14:\"optimized_size\";i:142956;s:7:\"percent\";d:37.75;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:65783;s:14:\"optimized_size\";i:29248;s:7:\"percent\";d:55.54;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:185461;s:14:\"optimized_size\";i:73210;s:7:\"percent\";d:60.53;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:271267;s:14:\"optimized_size\";i:102938;s:7:\"percent\";d:62.05;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72794;s:14:\"optimized_size\";i:30538;s:7:\"percent\";d:58.05;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:212714;s:14:\"optimized_size\";i:82332;s:7:\"percent\";d:61.29;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:76301;s:14:\"optimized_size\";i:32670;s:7:\"percent\";d:57.18;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52127;s:14:\"optimized_size\";i:23638;s:7:\"percent\";d:54.65;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:198727;s:14:\"optimized_size\";i:76978;s:7:\"percent\";d:61.26;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47456;s:14:\"optimized_size\";i:21522;s:7:\"percent\";d:54.65;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:129466;s:14:\"optimized_size\";i:54168;s:7:\"percent\";d:58.16;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16592;s:14:\"optimized_size\";i:7152;s:7:\"percent\";d:56.89;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:197728;s:14:\"optimized_size\";i:77460;s:7:\"percent\";d:60.82;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33393;s:14:\"optimized_size\";i:15440;s:7:\"percent\";d:53.76;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:229661;s:14:\"optimized_size\";i:132062;s:7:\"percent\";d:42.5;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33393;s:14:\"optimized_size\";i:23446;s:7:\"percent\";d:29.79;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:197728;s:14:\"optimized_size\";i:109561;s:7:\"percent\";d:44.59;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16592;s:14:\"optimized_size\";i:12498;s:7:\"percent\";d:24.67;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:129466;s:14:\"optimized_size\";i:68012;s:7:\"percent\";d:47.47;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47456;s:14:\"optimized_size\";i:30728;s:7:\"percent\";d:35.25;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:198727;s:14:\"optimized_size\";i:110189;s:7:\"percent\";d:44.55;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52127;s:14:\"optimized_size\";i:33614;s:7:\"percent\";d:35.52;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:76301;s:14:\"optimized_size\";i:44044;s:7:\"percent\";d:42.28;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:212714;s:14:\"optimized_size\";i:117521;s:7:\"percent\";d:44.75;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72794;s:14:\"optimized_size\";i:39571;s:7:\"percent\";d:45.64;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:271267;s:14:\"optimized_size\";i:148035;s:7:\"percent\";d:45.43;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:185461;s:14:\"optimized_size\";i:103678;s:7:\"percent\";d:44.1;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:65783;s:14:\"optimized_size\";i:39299;s:7:\"percent\";d:40.26;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:3578940;s:14:\"optimized_size\";i:1782508;s:7:\"percent\";d:50.19;}}'),
(238, 246, '_wp_attachment_image_alt', 'MRI of the brain'),
(239, 247, '_wp_attached_file', '2022/11/istockphoto-1250205787-612x612-1.jpg'),
(240, 247, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:612;s:6:\"height\";i:490;s:4:\"file\";s:44:\"2022/11/istockphoto-1250205787-612x612-1.jpg\";s:8:\"filesize\";i:19656;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:40:\"Human brain with tumor - 3D illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:40:\"Human brain with tumor - 3D illustration\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(241, 247, '_imagify_optimization_level', '2'),
(242, 247, '_imagify_status', 'success'),
(243, 247, '_imagify_data', 'a:2:{s:5:\"sizes\";a:16:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36707;s:14:\"optimized_size\";i:19656;s:7:\"percent\";d:46.45;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33456;s:14:\"optimized_size\";i:11484;s:7:\"percent\";d:65.67;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41493;s:14:\"optimized_size\";i:15176;s:7:\"percent\";d:63.43;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35533;s:14:\"optimized_size\";i:12098;s:7:\"percent\";d:65.95;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24800;s:14:\"optimized_size\";i:8702;s:7:\"percent\";d:64.91;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23666;s:14:\"optimized_size\";i:8272;s:7:\"percent\";d:65.05;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8719;s:14:\"optimized_size\";i:2964;s:7:\"percent\";d:66.01;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17234;s:14:\"optimized_size\";i:6102;s:7:\"percent\";d:64.59;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36707;s:14:\"optimized_size\";i:16974;s:7:\"percent\";d:53.76;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17234;s:14:\"optimized_size\";i:10014;s:7:\"percent\";d:41.89;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8719;s:14:\"optimized_size\";i:5401;s:7:\"percent\";d:38.05;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23666;s:14:\"optimized_size\";i:13422;s:7:\"percent\";d:43.29;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24800;s:14:\"optimized_size\";i:13560;s:7:\"percent\";d:45.32;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35533;s:14:\"optimized_size\";i:18018;s:7:\"percent\";d:49.29;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41493;s:14:\"optimized_size\";i:21880;s:7:\"percent\";d:47.27;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33456;s:14:\"optimized_size\";i:16896;s:7:\"percent\";d:49.5;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:443216;s:14:\"optimized_size\";i:200619;s:7:\"percent\";d:54.74;}}'),
(244, 247, '_wp_attachment_image_alt', 'Human brain with tumor - 3D illustration'),
(245, 258, '_wp_attached_file', '2022/11/istockphoto-1335843615-612x612-1.jpg'),
(246, 258, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"file\";s:44:\"2022/11/istockphoto-1335843615-612x612-1.jpg\";s:8:\"filesize\";i:22410;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:52:\"Spine cancer or spinal tumor disease.3d illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:52:\"Spine cancer or spinal tumor disease.3d illustration\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(247, 258, '_imagify_optimization_level', '2'),
(248, 258, '_imagify_status', 'success'),
(249, 258, '_imagify_data', 'a:2:{s:5:\"sizes\";a:16:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44667;s:14:\"optimized_size\";i:22410;s:7:\"percent\";d:49.83;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38714;s:14:\"optimized_size\";i:14220;s:7:\"percent\";d:63.27;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44889;s:14:\"optimized_size\";i:18488;s:7:\"percent\";d:58.81;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48042;s:14:\"optimized_size\";i:18188;s:7:\"percent\";d:62.14;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31581;s:14:\"optimized_size\";i:12088;s:7:\"percent\";d:61.72;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28197;s:14:\"optimized_size\";i:11016;s:7:\"percent\";d:60.93;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9830;s:14:\"optimized_size\";i:3900;s:7:\"percent\";d:60.33;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18912;s:14:\"optimized_size\";i:7372;s:7:\"percent\";d:61.02;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44667;s:14:\"optimized_size\";i:23134;s:7:\"percent\";d:48.21;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18912;s:14:\"optimized_size\";i:10453;s:7:\"percent\";d:44.73;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9830;s:14:\"optimized_size\";i:6447;s:7:\"percent\";d:34.42;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28197;s:14:\"optimized_size\";i:14571;s:7:\"percent\";d:48.32;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31581;s:14:\"optimized_size\";i:16114;s:7:\"percent\";d:48.98;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48042;s:14:\"optimized_size\";i:28998;s:7:\"percent\";d:39.64;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44889;s:14:\"optimized_size\";i:23463;s:7:\"percent\";d:47.73;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38714;s:14:\"optimized_size\";i:23462;s:7:\"percent\";d:39.4;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:529664;s:14:\"optimized_size\";i:254324;s:7:\"percent\";d:51.98;}}'),
(250, 258, '_wp_attachment_image_alt', 'Spine cancer or spinal tumor disease 3d illustration'),
(251, 259, '_wp_attached_file', '2022/11/Spinal-Cord-Tumor-image-1536x1024-1.jpg'),
(252, 259, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:47:\"2022/11/Spinal-Cord-Tumor-image-1536x1024-1.jpg\";s:8:\"filesize\";i:99602;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:74:\"Copyright (c) 2021 crystal light/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:52:\"Spine,Cancer,Or,Spinal,Tumor,Disease.3d,Illustration\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(253, 259, '_imagify_optimization_level', '2'),
(254, 259, '_imagify_status', 'success');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(255, 259, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:168032;s:14:\"optimized_size\";i:99602;s:7:\"percent\";d:40.72;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44996;s:14:\"optimized_size\";i:17182;s:7:\"percent\";d:61.81;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:133617;s:14:\"optimized_size\";i:49282;s:7:\"percent\";d:63.12;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:200397;s:14:\"optimized_size\";i:73962;s:7:\"percent\";d:63.09;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54700;s:14:\"optimized_size\";i:20992;s:7:\"percent\";d:61.62;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:154423;s:14:\"optimized_size\";i:57238;s:7:\"percent\";d:62.93;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55905;s:14:\"optimized_size\";i:21890;s:7:\"percent\";d:60.84;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37075;s:14:\"optimized_size\";i:14136;s:7:\"percent\";d:61.87;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:148936;s:14:\"optimized_size\";i:54932;s:7:\"percent\";d:63.12;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33605;s:14:\"optimized_size\";i:12588;s:7:\"percent\";d:62.54;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90676;s:14:\"optimized_size\";i:34264;s:7:\"percent\";d:62.21;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13198;s:14:\"optimized_size\";i:4352;s:7:\"percent\";d:67.03;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:143145;s:14:\"optimized_size\";i:52340;s:7:\"percent\";d:63.44;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23500;s:14:\"optimized_size\";i:8462;s:7:\"percent\";d:63.99;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:168032;s:14:\"optimized_size\";i:104172;s:7:\"percent\";d:38;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23500;s:14:\"optimized_size\";i:14359;s:7:\"percent\";d:38.9;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:143145;s:14:\"optimized_size\";i:78651;s:7:\"percent\";d:45.06;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13198;s:14:\"optimized_size\";i:9575;s:7:\"percent\";d:27.45;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90676;s:14:\"optimized_size\";i:50996;s:7:\"percent\";d:43.76;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33605;s:14:\"optimized_size\";i:19257;s:7:\"percent\";d:42.7;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:148936;s:14:\"optimized_size\";i:82248;s:7:\"percent\";d:44.78;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37075;s:14:\"optimized_size\";i:20966;s:7:\"percent\";d:43.45;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55905;s:14:\"optimized_size\";i:29649;s:7:\"percent\";d:46.97;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:154423;s:14:\"optimized_size\";i:84971;s:7:\"percent\";d:44.98;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54700;s:14:\"optimized_size\";i:28016;s:7:\"percent\";d:48.78;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:200397;s:14:\"optimized_size\";i:100047;s:7:\"percent\";d:50.08;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:133617;s:14:\"optimized_size\";i:73929;s:7:\"percent\";d:44.67;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44996;s:14:\"optimized_size\";i:24334;s:7:\"percent\";d:45.92;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2604410;s:14:\"optimized_size\";i:1242392;s:7:\"percent\";d:52.3;}}'),
(256, 259, '_wp_attachment_image_alt', 'Spinal tumor image'),
(257, 265, '_wp_attached_file', '2022/11/Vertebral-Tumor-Image-1536x957-1.jpg'),
(258, 265, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:957;s:4:\"file\";s:44:\"2022/11/Vertebral-Tumor-Image-1536x957-1.jpg\";s:8:\"filesize\";i:73830;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:72:\"Copyright (c) 2018 April stock/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:62:\"Mri,Of,The,Lumbosacral,Spine:a,30,Year-old,Male,Presented,With\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(259, 265, '_imagify_optimization_level', '2'),
(260, 265, '_imagify_status', 'success'),
(261, 265, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:141989;s:14:\"optimized_size\";i:73830;s:7:\"percent\";d:48;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34249;s:14:\"optimized_size\";i:14536;s:7:\"percent\";d:57.56;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105702;s:14:\"optimized_size\";i:41934;s:7:\"percent\";d:60.33;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:158229;s:14:\"optimized_size\";i:60334;s:7:\"percent\";d:61.87;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44635;s:14:\"optimized_size\";i:16988;s:7:\"percent\";d:61.94;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:122741;s:14:\"optimized_size\";i:47790;s:7:\"percent\";d:61.06;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48653;s:14:\"optimized_size\";i:20638;s:7:\"percent\";d:57.58;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31006;s:14:\"optimized_size\";i:13290;s:7:\"percent\";d:57.14;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123656;s:14:\"optimized_size\";i:48360;s:7:\"percent\";d:60.89;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26050;s:14:\"optimized_size\";i:10766;s:7:\"percent\";d:58.67;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71580;s:14:\"optimized_size\";i:29462;s:7:\"percent\";d:58.84;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11221;s:14:\"optimized_size\";i:3970;s:7:\"percent\";d:64.62;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:113224;s:14:\"optimized_size\";i:44402;s:7:\"percent\";d:60.78;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17696;s:14:\"optimized_size\";i:6896;s:7:\"percent\";d:61.03;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:141989;s:14:\"optimized_size\";i:81448;s:7:\"percent\";d:42.64;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17696;s:14:\"optimized_size\";i:12604;s:7:\"percent\";d:28.77;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:113224;s:14:\"optimized_size\";i:62927;s:7:\"percent\";d:44.42;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11221;s:14:\"optimized_size\";i:8924;s:7:\"percent\";d:20.47;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71580;s:14:\"optimized_size\";i:40469;s:7:\"percent\";d:43.46;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26050;s:14:\"optimized_size\";i:16625;s:7:\"percent\";d:36.18;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123656;s:14:\"optimized_size\";i:62589;s:7:\"percent\";d:49.38;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31006;s:14:\"optimized_size\";i:20231;s:7:\"percent\";d:34.75;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48653;s:14:\"optimized_size\";i:28864;s:7:\"percent\";d:40.67;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:122741;s:14:\"optimized_size\";i:62276;s:7:\"percent\";d:49.26;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44635;s:14:\"optimized_size\";i:25777;s:7:\"percent\";d:42.25;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:158229;s:14:\"optimized_size\";i:88593;s:7:\"percent\";d:44.01;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105702;s:14:\"optimized_size\";i:59100;s:7:\"percent\";d:44.09;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34249;s:14:\"optimized_size\";i:21029;s:7:\"percent\";d:38.6;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2101262;s:14:\"optimized_size\";i:1024652;s:7:\"percent\";d:51.24;}}'),
(262, 265, '_wp_attachment_image_alt', 'Vertebral tumor MRI'),
(263, 266, '_wp_attached_file', '2022/11/istockphoto-1006477536-612x612-1.jpg'),
(264, 266, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"file\";s:44:\"2022/11/istockphoto-1006477536-612x612-1.jpg\";s:8:\"filesize\";i:20148;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:36:\"Spine cancer or spinal tumor disease\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:36:\"Spine cancer or spinal tumor disease\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(265, 266, '_imagify_optimization_level', '2'),
(266, 266, '_imagify_status', 'success'),
(267, 266, '_imagify_data', 'a:2:{s:5:\"sizes\";a:16:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39609;s:14:\"optimized_size\";i:20148;s:7:\"percent\";d:49.13;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33108;s:14:\"optimized_size\";i:11102;s:7:\"percent\";d:66.47;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38511;s:14:\"optimized_size\";i:14748;s:7:\"percent\";d:61.7;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41115;s:14:\"optimized_size\";i:14270;s:7:\"percent\";d:65.29;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26204;s:14:\"optimized_size\";i:8988;s:7:\"percent\";d:65.7;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23668;s:14:\"optimized_size\";i:7950;s:7:\"percent\";d:66.41;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8107;s:14:\"optimized_size\";i:2682;s:7:\"percent\";d:66.92;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15539;s:14:\"optimized_size\";i:5142;s:7:\"percent\";d:66.91;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39609;s:14:\"optimized_size\";i:19934;s:7:\"percent\";d:49.67;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15539;s:14:\"optimized_size\";i:8009;s:7:\"percent\";d:48.46;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8107;s:14:\"optimized_size\";i:4985;s:7:\"percent\";d:38.51;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23668;s:14:\"optimized_size\";i:14852;s:7:\"percent\";d:37.25;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26204;s:14:\"optimized_size\";i:16373;s:7:\"percent\";d:37.52;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41115;s:14:\"optimized_size\";i:25239;s:7:\"percent\";d:38.61;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38511;s:14:\"optimized_size\";i:19399;s:7:\"percent\";d:49.63;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33108;s:14:\"optimized_size\";i:18267;s:7:\"percent\";d:44.83;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:451722;s:14:\"optimized_size\";i:212088;s:7:\"percent\";d:53.05;}}'),
(268, 266, '_wp_attachment_image_alt', 'Spine cancer or spinal tumor disease'),
(269, 274, '_wp_attached_file', '2022/11/disc-degenration-image-1024x566-1.jpg'),
(270, 274, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:566;s:4:\"file\";s:45:\"2022/11/disc-degenration-image-1024x566-1.jpg\";s:8:\"filesize\";i:28570;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2021 Adisak Riwkratok/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:83:\"Stage,Of,Disc,Degeneration,Herniation.,Spine,Disease,,Normal,Backbone,,Degenerative\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(271, 274, '_imagify_optimization_level', '2'),
(272, 274, '_imagify_status', 'success'),
(273, 274, '_imagify_data', 'a:2:{s:5:\"sizes\";a:20:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54939;s:14:\"optimized_size\";i:28570;s:7:\"percent\";d:48;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31026;s:14:\"optimized_size\";i:11816;s:7:\"percent\";d:61.92;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79012;s:14:\"optimized_size\";i:29210;s:7:\"percent\";d:63.03;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40503;s:14:\"optimized_size\";i:14852;s:7:\"percent\";d:63.33;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40978;s:14:\"optimized_size\";i:15588;s:7:\"percent\";d:61.96;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29105;s:14:\"optimized_size\";i:11036;s:7:\"percent\";d:62.08;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27989;s:14:\"optimized_size\";i:10836;s:7:\"percent\";d:61.28;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57516;s:14:\"optimized_size\";i:21406;s:7:\"percent\";d:62.78;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11587;s:14:\"optimized_size\";i:3278;s:7:\"percent\";d:71.71;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17388;s:14:\"optimized_size\";i:6054;s:7:\"percent\";d:65.18;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54939;s:14:\"optimized_size\";i:32296;s:7:\"percent\";d:41.21;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17388;s:14:\"optimized_size\";i:11246;s:7:\"percent\";d:35.32;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11587;s:14:\"optimized_size\";i:8776;s:7:\"percent\";d:24.26;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57516;s:14:\"optimized_size\";i:32030;s:7:\"percent\";d:44.31;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27989;s:14:\"optimized_size\";i:16776;s:7:\"percent\";d:40.06;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29105;s:14:\"optimized_size\";i:16658;s:7:\"percent\";d:42.77;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40978;s:14:\"optimized_size\";i:21519;s:7:\"percent\";d:47.49;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40503;s:14:\"optimized_size\";i:21131;s:7:\"percent\";d:47.83;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79012;s:14:\"optimized_size\";i:41940;s:7:\"percent\";d:46.92;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31026;s:14:\"optimized_size\";i:17545;s:7:\"percent\";d:43.45;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:780086;s:14:\"optimized_size\";i:372563;s:7:\"percent\";d:52.24;}}'),
(274, 274, '_wp_attachment_image_alt', 'Stage of disc degeneration herniation image'),
(275, 280, '_wp_attached_file', '2022/11/cerebrovascular-disease-and-stroke-image-min-1024x360-1.jpg'),
(276, 280, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:360;s:4:\"file\";s:67:\"2022/11/cerebrovascular-disease-and-stroke-image-min-1024x360-1.jpg\";s:8:\"filesize\";i:24111;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(277, 280, '_imagify_optimization_level', '2'),
(278, 280, '_imagify_status', 'success'),
(279, 280, '_imagify_data', 'a:2:{s:5:\"sizes\";a:20:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24781;s:14:\"optimized_size\";i:24111;s:7:\"percent\";d:2.7;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12408;s:14:\"optimized_size\";i:7350;s:7:\"percent\";d:40.76;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35528;s:14:\"optimized_size\";i:17814;s:7:\"percent\";d:49.86;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12763;s:14:\"optimized_size\";i:9548;s:7:\"percent\";d:25.19;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18482;s:14:\"optimized_size\";i:11418;s:7:\"percent\";d:38.22;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13061;s:14:\"optimized_size\";i:7458;s:7:\"percent\";d:42.9;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12236;s:14:\"optimized_size\";i:7120;s:7:\"percent\";d:41.81;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24682;s:14:\"optimized_size\";i:13340;s:7:\"percent\";d:45.95;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4181;s:14:\"optimized_size\";i:2450;s:7:\"percent\";d:41.4;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6137;s:14:\"optimized_size\";i:3626;s:7:\"percent\";d:40.92;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24781;s:14:\"optimized_size\";i:20946;s:7:\"percent\";d:15.48;}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24682;s:14:\"optimized_size\";i:13537;s:7:\"percent\";d:45.15;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12236;s:14:\"optimized_size\";i:6857;s:7:\"percent\";d:43.96;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13061;s:14:\"optimized_size\";i:7308;s:7:\"percent\";d:44.05;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18482;s:14:\"optimized_size\";i:18091;s:7:\"percent\";d:2.12;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12763;s:14:\"optimized_size\";i:6483;s:7:\"percent\";d:49.2;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35528;s:14:\"optimized_size\";i:34718;s:7:\"percent\";d:2.28;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:305792;s:14:\"optimized_size\";i:212175;s:7:\"percent\";d:30.61;}}'),
(280, 280, '_wp_attachment_image_alt', 'Cerebrovascular disease and stroke image'),
(281, 288, '_wp_attached_file', '2022/11/Failed-Spinal-fusion-image-1536x1024-1.jpg'),
(282, 288, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:50:\"2022/11/Failed-Spinal-fusion-image-1536x1024-1.jpg\";s:8:\"filesize\";i:115222;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:70:\"Copyright (c) 2016 Jarva Jar/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:42:\"Xray,Show,Pre,-,Post,Operation,Laminectomy\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(283, 288, '_imagify_optimization_level', '2'),
(284, 288, '_imagify_status', 'success'),
(285, 288, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:119118;s:14:\"optimized_size\";i:115222;s:7:\"percent\";d:3.27;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30308;s:14:\"optimized_size\";i:13348;s:7:\"percent\";d:55.96;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:89942;s:14:\"optimized_size\";i:37138;s:7:\"percent\";d:58.71;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:134192;s:14:\"optimized_size\";i:52084;s:7:\"percent\";d:61.19;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37203;s:14:\"optimized_size\";i:15736;s:7:\"percent\";d:57.7;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:103652;s:14:\"optimized_size\";i:41864;s:7:\"percent\";d:59.61;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38183;s:14:\"optimized_size\";i:16842;s:7:\"percent\";d:55.89;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25861;s:14:\"optimized_size\";i:11076;s:7:\"percent\";d:57.17;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:103384;s:14:\"optimized_size\";i:41884;s:7:\"percent\";d:59.49;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23857;s:14:\"optimized_size\";i:10372;s:7:\"percent\";d:56.52;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60512;s:14:\"optimized_size\";i:25212;s:7:\"percent\";d:58.34;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10144;s:14:\"optimized_size\";i:3540;s:7:\"percent\";d:65.1;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:94998;s:14:\"optimized_size\";i:38888;s:7:\"percent\";d:59.06;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16383;s:14:\"optimized_size\";i:6738;s:7:\"percent\";d:58.87;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:119118;s:14:\"optimized_size\";i:73402;s:7:\"percent\";d:38.38;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16383;s:14:\"optimized_size\";i:12607;s:7:\"percent\";d:23.05;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:94998;s:14:\"optimized_size\";i:53021;s:7:\"percent\";d:44.19;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10144;s:14:\"optimized_size\";i:8723;s:7:\"percent\";d:14.01;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60512;s:14:\"optimized_size\";i:35281;s:7:\"percent\";d:41.7;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23857;s:14:\"optimized_size\";i:17166;s:7:\"percent\";d:28.05;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:103384;s:14:\"optimized_size\";i:57631;s:7:\"percent\";d:44.26;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25861;s:14:\"optimized_size\";i:18477;s:7:\"percent\";d:28.55;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38183;s:14:\"optimized_size\";i:25393;s:7:\"percent\";d:33.5;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:103652;s:14:\"optimized_size\";i:67498;s:7:\"percent\";d:34.88;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37203;s:14:\"optimized_size\";i:24342;s:7:\"percent\";d:34.57;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:134192;s:14:\"optimized_size\";i:86332;s:7:\"percent\";d:35.67;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:89942;s:14:\"optimized_size\";i:50645;s:7:\"percent\";d:43.69;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30308;s:14:\"optimized_size\";i:20631;s:7:\"percent\";d:31.93;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1775474;s:14:\"optimized_size\";i:981093;s:7:\"percent\";d:44.74;}}'),
(286, 288, '_wp_attachment_image_alt', 'Laminectomy xray, before and after'),
(287, 294, '_wp_attached_file', '2022/11/Herniated-disc-image-1536x1482-1.jpg'),
(288, 294, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1482;s:4:\"file\";s:44:\"2022/11/Herniated-disc-image-1536x1482-1.jpg\";s:8:\"filesize\";i:61519;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:69:\"Copyright (c) 2018 Alex Mit/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:67:\"Spinal,Pain,Attack,After,Disc,Herniation,,Man,Suffering,From,Spinal\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(289, 294, '_imagify_optimization_level', '2'),
(290, 294, '_imagify_status', 'success'),
(291, 294, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:134832;s:14:\"optimized_size\";i:61519;s:7:\"percent\";d:54.37;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38948;s:14:\"optimized_size\";i:14864;s:7:\"percent\";d:61.84;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:108071;s:14:\"optimized_size\";i:40764;s:7:\"percent\";d:62.28;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:158033;s:14:\"optimized_size\";i:57224;s:7:\"percent\";d:63.79;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40957;s:14:\"optimized_size\";i:15822;s:7:\"percent\";d:61.37;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123949;s:14:\"optimized_size\";i:46552;s:7:\"percent\";d:62.44;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39061;s:14:\"optimized_size\";i:14832;s:7:\"percent\";d:62.03;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27694;s:14:\"optimized_size\";i:10594;s:7:\"percent\";d:61.75;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:103569;s:14:\"optimized_size\";i:38980;s:7:\"percent\";d:62.36;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26335;s:14:\"optimized_size\";i:10036;s:7:\"percent\";d:61.89;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75784;s:14:\"optimized_size\";i:28046;s:7:\"percent\";d:62.99;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10388;s:14:\"optimized_size\";i:2860;s:7:\"percent\";d:72.47;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:115503;s:14:\"optimized_size\";i:42380;s:7:\"percent\";d:63.31;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21309;s:14:\"optimized_size\";i:7850;s:7:\"percent\";d:63.16;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:134832;s:14:\"optimized_size\";i:80262;s:7:\"percent\";d:40.47;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21309;s:14:\"optimized_size\";i:12652;s:7:\"percent\";d:40.63;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:115503;s:14:\"optimized_size\";i:53377;s:7:\"percent\";d:53.79;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10388;s:14:\"optimized_size\";i:7814;s:7:\"percent\";d:24.78;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75784;s:14:\"optimized_size\";i:38077;s:7:\"percent\";d:49.76;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26335;s:14:\"optimized_size\";i:15151;s:7:\"percent\";d:42.47;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:103569;s:14:\"optimized_size\";i:52426;s:7:\"percent\";d:49.38;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27694;s:14:\"optimized_size\";i:15757;s:7:\"percent\";d:43.1;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39061;s:14:\"optimized_size\";i:20001;s:7:\"percent\";d:48.8;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123949;s:14:\"optimized_size\";i:57215;s:7:\"percent\";d:53.84;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40957;s:14:\"optimized_size\";i:20830;s:7:\"percent\";d:49.14;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:158033;s:14:\"optimized_size\";i:68962;s:7:\"percent\";d:56.36;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:108071;s:14:\"optimized_size\";i:50982;s:7:\"percent\";d:52.83;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38948;s:14:\"optimized_size\";i:21794;s:7:\"percent\";d:44.04;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2048866;s:14:\"optimized_size\";i:907623;s:7:\"percent\";d:55.7;}}'),
(292, 294, '_wp_attachment_image_alt', 'Herniated spinal disc image'),
(293, 312, '_wp_attached_file', '2022/11/Stenosis-Image-1536x397-1.jpg'),
(294, 312, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:397;s:4:\"file\";s:37:\"2022/11/Stenosis-Image-1536x397-1.jpg\";s:8:\"filesize\";i:29423;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(295, 312, '_imagify_optimization_level', '2'),
(296, 312, '_imagify_status', 'already_optimized'),
(297, 312, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9092;s:14:\"optimized_size\";i:5144;s:7:\"percent\";d:43.42;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23540;s:14:\"optimized_size\";i:13260;s:7:\"percent\";d:43.67;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34176;s:14:\"optimized_size\";i:18146;s:7:\"percent\";d:46.9;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9283;s:14:\"optimized_size\";i:5318;s:7:\"percent\";d:42.71;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27158;s:14:\"optimized_size\";i:14860;s:7:\"percent\";d:45.28;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13875;s:14:\"optimized_size\";i:6976;s:7:\"percent\";d:49.72;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9994;s:14:\"optimized_size\";i:5326;s:7:\"percent\";d:46.71;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35227;s:14:\"optimized_size\";i:18464;s:7:\"percent\";d:47.59;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9667;s:14:\"optimized_size\";i:5400;s:7:\"percent\";d:44.14;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16927;s:14:\"optimized_size\";i:9916;s:7:\"percent\";d:41.42;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3137;s:14:\"optimized_size\";i:1708;s:7:\"percent\";d:45.55;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25560;s:14:\"optimized_size\";i:14042;s:7:\"percent\";d:45.06;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4701;s:14:\"optimized_size\";i:2808;s:7:\"percent\";d:40.27;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29423;s:14:\"optimized_size\";i:24212;s:7:\"percent\";d:17.71;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:251760;s:14:\"optimized_size\";i:145580;s:7:\"percent\";d:42.18;}}'),
(298, 312, '_wp_attachment_image_alt', 'Spinal stenosis graphic'),
(299, 320, '_wp_attached_file', '2022/11/Sciatica-image-1536x1024-1.jpg'),
(300, 320, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:38:\"2022/11/Sciatica-image-1536x1024-1.jpg\";s:8:\"filesize\";i:67908;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(301, 320, '_imagify_optimization_level', '2'),
(302, 320, '_imagify_status', 'success'),
(303, 320, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:117381;s:14:\"optimized_size\";i:67908;s:7:\"percent\";d:42.15;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29833;s:14:\"optimized_size\";i:10456;s:7:\"percent\";d:64.95;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:93873;s:14:\"optimized_size\";i:30088;s:7:\"percent\";d:67.95;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:143106;s:14:\"optimized_size\";i:45804;s:7:\"percent\";d:67.99;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38877;s:14:\"optimized_size\";i:14728;s:7:\"percent\";d:62.12;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:108556;s:14:\"optimized_size\";i:34942;s:7:\"percent\";d:67.81;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37862;s:14:\"optimized_size\";i:13572;s:7:\"percent\";d:64.15;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24277;s:14:\"optimized_size\";i:8844;s:7:\"percent\";d:63.57;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:104865;s:14:\"optimized_size\";i:33660;s:7:\"percent\";d:67.9;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21907;s:14:\"optimized_size\";i:7930;s:7:\"percent\";d:63.8;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62613;s:14:\"optimized_size\";i:20800;s:7:\"percent\";d:66.78;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7354;s:14:\"optimized_size\";i:3246;s:7:\"percent\";d:55.86;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:99180;s:14:\"optimized_size\";i:31990;s:7:\"percent\";d:67.75;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14136;s:14:\"optimized_size\";i:5460;s:7:\"percent\";d:61.38;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:117381;s:14:\"optimized_size\";i:67990;s:7:\"percent\";d:42.08;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14136;s:14:\"optimized_size\";i:7891;s:7:\"percent\";d:44.18;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:99180;s:14:\"optimized_size\";i:47743;s:7:\"percent\";d:51.86;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7354;s:14:\"optimized_size\";i:4080;s:7:\"percent\";d:44.52;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62613;s:14:\"optimized_size\";i:30974;s:7:\"percent\";d:50.53;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21907;s:14:\"optimized_size\";i:12193;s:7:\"percent\";d:44.34;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:104865;s:14:\"optimized_size\";i:51168;s:7:\"percent\";d:51.21;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24277;s:14:\"optimized_size\";i:13589;s:7:\"percent\";d:44.03;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37862;s:14:\"optimized_size\";i:21153;s:7:\"percent\";d:44.13;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:108556;s:14:\"optimized_size\";i:51412;s:7:\"percent\";d:52.64;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38877;s:14:\"optimized_size\";i:20874;s:7:\"percent\";d:46.31;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:143106;s:14:\"optimized_size\";i:67957;s:7:\"percent\";d:52.51;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:93873;s:14:\"optimized_size\";i:45358;s:7:\"percent\";d:51.68;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29833;s:14:\"optimized_size\";i:16465;s:7:\"percent\";d:44.81;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1807640;s:14:\"optimized_size\";i:788275;s:7:\"percent\";d:56.39;}}'),
(304, 320, '_wp_attachment_image_alt', 'Sciatica image'),
(305, 324, '_wp_attached_file', '2022/11/Spondylolisthesis-image-1536x572-1.jpg'),
(306, 324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:572;s:4:\"file\";s:46:\"2022/11/Spondylolisthesis-image-1536x572-1.jpg\";s:8:\"filesize\";i:24994;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:71:\"Copyright (c) 2020 Pepermpron/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:63:\"Spondylolisthesis,A,Spinal,Disease,That,Causes,One,Of,The,Lower\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(307, 324, '_imagify_optimization_level', '2'),
(308, 324, '_imagify_status', 'success'),
(309, 324, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:50891;s:14:\"optimized_size\";i:24994;s:7:\"percent\";d:50.89;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18331;s:14:\"optimized_size\";i:6104;s:7:\"percent\";d:66.7;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42496;s:14:\"optimized_size\";i:15036;s:7:\"percent\";d:64.62;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57932;s:14:\"optimized_size\";i:20766;s:7:\"percent\";d:64.15;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25737;s:14:\"optimized_size\";i:8800;s:7:\"percent\";d:65.81;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45939;s:14:\"optimized_size\";i:16990;s:7:\"percent\";d:63.02;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28570;s:14:\"optimized_size\";i:10206;s:7:\"percent\";d:64.28;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20947;s:14:\"optimized_size\";i:7268;s:7:\"percent\";d:65.3;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:56023;s:14:\"optimized_size\";i:20744;s:7:\"percent\";d:62.97;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18862;s:14:\"optimized_size\";i:6234;s:7:\"percent\";d:66.95;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30118;s:14:\"optimized_size\";i:10520;s:7:\"percent\";d:65.07;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9854;s:14:\"optimized_size\";i:2620;s:7:\"percent\";d:73.41;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43633;s:14:\"optimized_size\";i:15680;s:7:\"percent\";d:64.06;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11576;s:14:\"optimized_size\";i:3168;s:7:\"percent\";d:72.63;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:50891;s:14:\"optimized_size\";i:27464;s:7:\"percent\";d:46.03;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11576;s:14:\"optimized_size\";i:8086;s:7:\"percent\";d:30.15;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43633;s:14:\"optimized_size\";i:22780;s:7:\"percent\";d:47.79;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9854;s:14:\"optimized_size\";i:7447;s:7:\"percent\";d:24.43;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30118;s:14:\"optimized_size\";i:16774;s:7:\"percent\";d:44.31;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18862;s:14:\"optimized_size\";i:9601;s:7:\"percent\";d:49.1;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:56023;s:14:\"optimized_size\";i:28540;s:7:\"percent\";d:49.06;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20947;s:14:\"optimized_size\";i:12555;s:7:\"percent\";d:40.06;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28570;s:14:\"optimized_size\";i:16211;s:7:\"percent\";d:43.26;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45939;s:14:\"optimized_size\";i:24352;s:7:\"percent\";d:46.99;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25737;s:14:\"optimized_size\";i:14965;s:7:\"percent\";d:41.85;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57932;s:14:\"optimized_size\";i:29462;s:7:\"percent\";d:49.14;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42496;s:14:\"optimized_size\";i:22369;s:7:\"percent\";d:47.36;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18331;s:14:\"optimized_size\";i:11280;s:7:\"percent\";d:38.46;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:921818;s:14:\"optimized_size\";i:421016;s:7:\"percent\";d:54.33;}}'),
(310, 324, '_wp_attachment_image_alt', 'Spondylolisthesis of the spine graphic'),
(311, 328, '_wp_attached_file', '2022/11/Radiculopathy-Image-1536x1032-1.jpg'),
(312, 328, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1032;s:4:\"file\";s:43:\"2022/11/Radiculopathy-Image-1536x1032-1.jpg\";s:8:\"filesize\";i:76718;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(313, 328, '_imagify_optimization_level', '2'),
(314, 328, '_imagify_status', 'already_optimized'),
(315, 328, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22357;s:14:\"optimized_size\";i:11490;s:7:\"percent\";d:48.61;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:66208;s:14:\"optimized_size\";i:28214;s:7:\"percent\";d:57.39;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:98763;s:14:\"optimized_size\";i:39230;s:7:\"percent\";d:60.28;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39554;s:14:\"optimized_size\";i:19458;s:7:\"percent\";d:50.81;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:76342;s:14:\"optimized_size\";i:31822;s:7:\"percent\";d:58.32;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28296;s:14:\"optimized_size\";i:13990;s:7:\"percent\";d:50.56;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17996;s:14:\"optimized_size\";i:9506;s:7:\"percent\";d:47.18;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:70407;s:14:\"optimized_size\";i:29090;s:7:\"percent\";d:58.68;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15419;s:14:\"optimized_size\";i:8312;s:7:\"percent\";d:46.09;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45688;s:14:\"optimized_size\";i:20718;s:7:\"percent\";d:54.65;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6165;s:14:\"optimized_size\";i:3912;s:7:\"percent\";d:36.55;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71200;s:14:\"optimized_size\";i:29436;s:7:\"percent\";d:58.66;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10594;s:14:\"optimized_size\";i:6064;s:7:\"percent\";d:42.76;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:76718;s:14:\"optimized_size\";i:50702;s:7:\"percent\";d:33.91;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:645707;s:14:\"optimized_size\";i:301944;s:7:\"percent\";d:53.24;}}'),
(316, 328, '_wp_attachment_image_alt', 'Radiculopathy image'),
(317, 334, '_wp_attached_file', '2022/11/Scoliosis-Image-1536x1536-1.jpg'),
(318, 334, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"file\";s:39:\"2022/11/Scoliosis-Image-1536x1536-1.jpg\";s:8:\"filesize\";i:81853;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(319, 334, '_imagify_optimization_level', '2');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(320, 334, '_imagify_status', 'success'),
(321, 334, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:157061;s:14:\"optimized_size\";i:81853;s:7:\"percent\";d:47.88;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48499;s:14:\"optimized_size\";i:23004;s:7:\"percent\";d:52.57;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:131161;s:14:\"optimized_size\";i:58346;s:7:\"percent\";d:55.52;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:188632;s:14:\"optimized_size\";i:82072;s:7:\"percent\";d:56.49;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38945;s:14:\"optimized_size\";i:18258;s:7:\"percent\";d:53.12;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:147695;s:14:\"optimized_size\";i:64854;s:7:\"percent\";d:56.09;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41952;s:14:\"optimized_size\";i:18982;s:7:\"percent\";d:54.75;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28546;s:14:\"optimized_size\";i:13428;s:7:\"percent\";d:52.96;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:102109;s:14:\"optimized_size\";i:45270;s:7:\"percent\";d:55.67;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25359;s:14:\"optimized_size\";i:12124;s:7:\"percent\";d:52.19;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:199786;s:14:\"optimized_size\";i:107582;s:7:\"percent\";d:46.15;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:91456;s:14:\"optimized_size\";i:42306;s:7:\"percent\";d:53.74;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8000;s:14:\"optimized_size\";i:3864;s:7:\"percent\";d:51.7;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:140019;s:14:\"optimized_size\";i:62944;s:7:\"percent\";d:55.05;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24748;s:14:\"optimized_size\";i:11504;s:7:\"percent\";d:53.52;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:157061;s:14:\"optimized_size\";i:109044;s:7:\"percent\";d:30.57;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24748;s:14:\"optimized_size\";i:13445;s:7:\"percent\";d:45.67;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:140019;s:14:\"optimized_size\";i:70335;s:7:\"percent\";d:49.77;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8000;s:14:\"optimized_size\";i:5051;s:7:\"percent\";d:36.86;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:91456;s:14:\"optimized_size\";i:47994;s:7:\"percent\";d:47.52;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:199786;s:14:\"optimized_size\";i:83087;s:7:\"percent\";d:58.41;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25359;s:14:\"optimized_size\";i:13327;s:7:\"percent\";d:47.45;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:102109;s:14:\"optimized_size\";i:51753;s:7:\"percent\";d:49.32;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28546;s:14:\"optimized_size\";i:14986;s:7:\"percent\";d:47.5;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41952;s:14:\"optimized_size\";i:21239;s:7:\"percent\";d:49.37;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:147695;s:14:\"optimized_size\";i:74343;s:7:\"percent\";d:49.66;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38945;s:14:\"optimized_size\";i:19498;s:7:\"percent\";d:49.93;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:188632;s:14:\"optimized_size\";i:92357;s:7:\"percent\";d:51.04;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:131161;s:14:\"optimized_size\";i:65373;s:7:\"percent\";d:50.16;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48499;s:14:\"optimized_size\";i:24564;s:7:\"percent\";d:49.35;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2747936;s:14:\"optimized_size\";i:1352787;s:7:\"percent\";d:50.77;}}'),
(322, 334, '_wp_attachment_image_alt', 'Types of scoliosis graphic'),
(323, 342, '_wp_attached_file', '2022/11/Arthiritis-Image-1536x631-1.jpg'),
(324, 342, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:631;s:4:\"file\";s:39:\"2022/11/Arthiritis-Image-1536x631-1.jpg\";s:8:\"filesize\";i:37922;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(325, 342, '_imagify_optimization_level', '2'),
(326, 342, '_imagify_status', 'success'),
(327, 342, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72711;s:14:\"optimized_size\";i:37922;s:7:\"percent\";d:47.85;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20068;s:14:\"optimized_size\";i:9204;s:7:\"percent\";d:54.14;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:58201;s:14:\"optimized_size\";i:22084;s:7:\"percent\";d:62.06;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:85519;s:14:\"optimized_size\";i:30554;s:7:\"percent\";d:64.27;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27284;s:14:\"optimized_size\";i:10070;s:7:\"percent\";d:63.09;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67171;s:14:\"optimized_size\";i:25118;s:7:\"percent\";d:62.61;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32660;s:14:\"optimized_size\";i:12984;s:7:\"percent\";d:60.24;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21911;s:14:\"optimized_size\";i:9368;s:7:\"percent\";d:57.25;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:89063;s:14:\"optimized_size\";i:32422;s:7:\"percent\";d:63.6;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20782;s:14:\"optimized_size\";i:8810;s:7:\"percent\";d:57.61;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40317;s:14:\"optimized_size\";i:16252;s:7:\"percent\";d:59.69;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6488;s:14:\"optimized_size\";i:3258;s:7:\"percent\";d:49.78;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61901;s:14:\"optimized_size\";i:23178;s:7:\"percent\";d:62.56;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10279;s:14:\"optimized_size\";i:4850;s:7:\"percent\";d:52.82;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72711;s:14:\"optimized_size\";i:41006;s:7:\"percent\";d:43.6;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10279;s:14:\"optimized_size\";i:5978;s:7:\"percent\";d:41.84;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61901;s:14:\"optimized_size\";i:32215;s:7:\"percent\";d:47.96;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6488;s:14:\"optimized_size\";i:3911;s:7:\"percent\";d:39.72;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40317;s:14:\"optimized_size\";i:20360;s:7:\"percent\";d:49.5;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20782;s:14:\"optimized_size\";i:10782;s:7:\"percent\";d:48.12;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:89063;s:14:\"optimized_size\";i:45061;s:7:\"percent\";d:49.41;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21911;s:14:\"optimized_size\";i:11343;s:7:\"percent\";d:48.23;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32660;s:14:\"optimized_size\";i:17762;s:7:\"percent\";d:45.62;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67171;s:14:\"optimized_size\";i:34838;s:7:\"percent\";d:48.14;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27284;s:14:\"optimized_size\";i:13876;s:7:\"percent\";d:49.14;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:85519;s:14:\"optimized_size\";i:42322;s:7:\"percent\";d:50.51;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:58201;s:14:\"optimized_size\";i:30432;s:7:\"percent\";d:47.71;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20068;s:14:\"optimized_size\";i:10406;s:7:\"percent\";d:48.15;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1228710;s:14:\"optimized_size\";i:566366;s:7:\"percent\";d:53.91;}}'),
(328, 342, '_wp_attachment_image_alt', 'Arthritis concept images'),
(329, 358, '_wp_attached_file', '2022/11/posterior-fusion-image-1536x986-1.jpg'),
(330, 358, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:986;s:4:\"file\";s:45:\"2022/11/posterior-fusion-image-1536x986-1.jpg\";s:8:\"filesize\";i:92051;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:70:\"Copyright (c) 2014 Praisaeng/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:46:\"X-ray,Image,Of,Neck,Show,Neck,Pain,In,Flex,And\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(331, 358, '_imagify_optimization_level', '2'),
(332, 358, '_imagify_status', 'success'),
(333, 358, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:154692;s:14:\"optimized_size\";i:92051;s:7:\"percent\";d:40.49;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36768;s:14:\"optimized_size\";i:13556;s:7:\"percent\";d:63.13;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:115235;s:14:\"optimized_size\";i:36910;s:7:\"percent\";d:67.97;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:180914;s:14:\"optimized_size\";i:55816;s:7:\"percent\";d:69.15;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43430;s:14:\"optimized_size\";i:13688;s:7:\"percent\";d:68.48;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135788;s:14:\"optimized_size\";i:43036;s:7:\"percent\";d:68.31;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47072;s:14:\"optimized_size\";i:16716;s:7:\"percent\";d:64.49;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31415;s:14:\"optimized_size\";i:11664;s:7:\"percent\";d:62.87;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:132076;s:14:\"optimized_size\";i:42228;s:7:\"percent\";d:68.03;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27885;s:14:\"optimized_size\";i:9808;s:7:\"percent\";d:64.83;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75862;s:14:\"optimized_size\";i:25104;s:7:\"percent\";d:66.91;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11144;s:14:\"optimized_size\";i:3470;s:7:\"percent\";d:68.86;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:124843;s:14:\"optimized_size\";i:39364;s:7:\"percent\";d:68.47;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19491;s:14:\"optimized_size\";i:6914;s:7:\"percent\";d:64.53;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:154692;s:14:\"optimized_size\";i:83650;s:7:\"percent\";d:45.92;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19491;s:14:\"optimized_size\";i:12505;s:7:\"percent\";d:35.84;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:124843;s:14:\"optimized_size\";i:66637;s:7:\"percent\";d:46.62;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11144;s:14:\"optimized_size\";i:8365;s:7:\"percent\";d:24.94;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75862;s:14:\"optimized_size\";i:42617;s:7:\"percent\";d:43.82;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27885;s:14:\"optimized_size\";i:16259;s:7:\"percent\";d:41.69;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:132076;s:14:\"optimized_size\";i:70210;s:7:\"percent\";d:46.84;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31415;s:14:\"optimized_size\";i:18054;s:7:\"percent\";d:42.53;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47072;s:14:\"optimized_size\";i:24299;s:7:\"percent\";d:48.38;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135788;s:14:\"optimized_size\";i:72266;s:7:\"percent\";d:46.78;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43430;s:14:\"optimized_size\";i:25012;s:7:\"percent\";d:42.41;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:180914;s:14:\"optimized_size\";i:94417;s:7:\"percent\";d:47.81;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:115235;s:14:\"optimized_size\";i:62219;s:7:\"percent\";d:46.01;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36768;s:14:\"optimized_size\";i:19936;s:7:\"percent\";d:45.78;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2273230;s:14:\"optimized_size\";i:1026771;s:7:\"percent\";d:54.83;}}'),
(334, 358, '_wp_attachment_image_alt', 'Posterior spinal fusion xray'),
(335, 364, '_wp_attached_file', '2022/11/Lateral-fusion-image-1536x1047-1.jpg'),
(336, 364, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1047;s:4:\"file\";s:44:\"2022/11/Lateral-fusion-image-1536x1047-1.jpg\";s:8:\"filesize\";i:45166;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(337, 364, '_imagify_optimization_level', '2'),
(338, 364, '_imagify_status', 'already_optimized'),
(339, 364, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14170;s:14:\"optimized_size\";i:6816;s:7:\"percent\";d:51.9;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39194;s:14:\"optimized_size\";i:17390;s:7:\"percent\";d:55.63;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57174;s:14:\"optimized_size\";i:24520;s:7:\"percent\";d:57.11;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19639;s:14:\"optimized_size\";i:9144;s:7:\"percent\";d:53.44;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44876;s:14:\"optimized_size\";i:20190;s:7:\"percent\";d:55.01;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17481;s:14:\"optimized_size\";i:8522;s:7:\"percent\";d:51.25;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11520;s:14:\"optimized_size\";i:5656;s:7:\"percent\";d:50.9;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44418;s:14:\"optimized_size\";i:20140;s:7:\"percent\";d:54.66;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10711;s:14:\"optimized_size\";i:5372;s:7:\"percent\";d:49.85;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27643;s:14:\"optimized_size\";i:12976;s:7:\"percent\";d:53.06;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4350;s:14:\"optimized_size\";i:2334;s:7:\"percent\";d:46.34;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41769;s:14:\"optimized_size\";i:18240;s:7:\"percent\";d:56.33;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7314;s:14:\"optimized_size\";i:3818;s:7:\"percent\";d:47.8;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45166;s:14:\"optimized_size\";i:32280;s:7:\"percent\";d:28.53;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:385425;s:14:\"optimized_size\";i:187398;s:7:\"percent\";d:51.38;}}'),
(340, 364, '_wp_attachment_image_alt', 'Lateral spinal fusion image'),
(341, 368, '_wp_attached_file', '2022/11/TLIF-image-1536x811-1.jpg'),
(342, 368, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:811;s:4:\"file\";s:33:\"2022/11/TLIF-image-1536x811-1.jpg\";s:8:\"filesize\";i:26709;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(343, 368, '_imagify_optimization_level', '2'),
(344, 368, '_imagify_status', 'already_optimized'),
(345, 368, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7466;s:14:\"optimized_size\";i:3042;s:7:\"percent\";d:59.26;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23593;s:14:\"optimized_size\";i:8326;s:7:\"percent\";d:64.71;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36145;s:14:\"optimized_size\";i:12184;s:7:\"percent\";d:66.29;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17990;s:14:\"optimized_size\";i:7316;s:7:\"percent\";d:59.33;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27572;s:14:\"optimized_size\";i:9460;s:7:\"percent\";d:65.69;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12708;s:14:\"optimized_size\";i:5146;s:7:\"percent\";d:59.51;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8219;s:14:\"optimized_size\";i:3444;s:7:\"percent\";d:58.1;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33404;s:14:\"optimized_size\";i:11616;s:7:\"percent\";d:65.23;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6933;s:14:\"optimized_size\";i:2916;s:7:\"percent\";d:57.94;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15901;s:14:\"optimized_size\";i:5976;s:7:\"percent\";d:62.42;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2951;s:14:\"optimized_size\";i:1394;s:7:\"percent\";d:52.76;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25340;s:14:\"optimized_size\";i:8878;s:7:\"percent\";d:64.96;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3708;s:14:\"optimized_size\";i:1566;s:7:\"percent\";d:57.77;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26709;s:14:\"optimized_size\";i:16514;s:7:\"percent\";d:38.17;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:248639;s:14:\"optimized_size\";i:97778;s:7:\"percent\";d:60.67;}}'),
(346, 368, '_wp_attachment_image_alt', 'TLIF xray'),
(347, 373, '_wp_attached_file', '2022/11/Robotic-spine-surgery-image-1536x984-1.jpg'),
(348, 373, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:984;s:4:\"file\";s:50:\"2022/11/Robotic-spine-surgery-image-1536x984-1.jpg\";s:8:\"filesize\";i:77604;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(349, 373, '_imagify_optimization_level', '2'),
(350, 373, '_imagify_status', 'already_optimized'),
(351, 373, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22360;s:14:\"optimized_size\";i:11388;s:7:\"percent\";d:49.07;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:66091;s:14:\"optimized_size\";i:28984;s:7:\"percent\";d:56.15;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:98502;s:14:\"optimized_size\";i:40652;s:7:\"percent\";d:58.73;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28998;s:14:\"optimized_size\";i:14202;s:7:\"percent\";d:51.02;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:76516;s:14:\"optimized_size\";i:33422;s:7:\"percent\";d:56.32;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27624;s:14:\"optimized_size\";i:13780;s:7:\"percent\";d:50.12;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18510;s:14:\"optimized_size\";i:9588;s:7:\"percent\";d:48.2;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75690;s:14:\"optimized_size\";i:32356;s:7:\"percent\";d:57.25;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16829;s:14:\"optimized_size\";i:8926;s:7:\"percent\";d:46.96;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45192;s:14:\"optimized_size\";i:20532;s:7:\"percent\";d:54.57;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5360;s:14:\"optimized_size\";i:3008;s:7:\"percent\";d:43.88;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:70298;s:14:\"optimized_size\";i:30390;s:7:\"percent\";d:56.77;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11041;s:14:\"optimized_size\";i:6290;s:7:\"percent\";d:43.03;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:77604;s:14:\"optimized_size\";i:55320;s:7:\"percent\";d:28.72;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:640615;s:14:\"optimized_size\";i:308838;s:7:\"percent\";d:51.79;}}'),
(352, 373, '_wp_attachment_image_alt', 'Robotic spine surgery 3d model'),
(353, 392, '_wp_attached_file', '2022/11/Spinal-decompression-image-1536x894-1.jpg'),
(354, 392, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:894;s:4:\"file\";s:49:\"2022/11/Spinal-decompression-image-1536x894-1.jpg\";s:8:\"filesize\";i:73431;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:69:\"Copyright (c) 2016 ChooChin/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:75:\"X-ray,Image,Of,Lumbar,Spine,Postoperative,Treatment,For,Degenerative,Lumbar\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(355, 392, '_imagify_optimization_level', '2'),
(356, 392, '_imagify_status', 'success'),
(357, 392, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:107315;s:14:\"optimized_size\";i:73431;s:7:\"percent\";d:31.57;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26703;s:14:\"optimized_size\";i:10844;s:7:\"percent\";d:59.39;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:77706;s:14:\"optimized_size\";i:28578;s:7:\"percent\";d:63.22;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:117991;s:14:\"optimized_size\";i:41324;s:7:\"percent\";d:64.98;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29786;s:14:\"optimized_size\";i:10478;s:7:\"percent\";d:64.82;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90535;s:14:\"optimized_size\";i:32796;s:7:\"percent\";d:63.78;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34681;s:14:\"optimized_size\";i:14266;s:7:\"percent\";d:58.87;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24148;s:14:\"optimized_size\";i:9876;s:7:\"percent\";d:59.1;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:97610;s:14:\"optimized_size\";i:35460;s:7:\"percent\";d:63.67;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22481;s:14:\"optimized_size\";i:8948;s:7:\"percent\";d:60.2;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52640;s:14:\"optimized_size\";i:20062;s:7:\"percent\";d:61.89;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9448;s:14:\"optimized_size\";i:2954;s:7:\"percent\";d:68.73;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83530;s:14:\"optimized_size\";i:31454;s:7:\"percent\";d:62.34;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15051;s:14:\"optimized_size\";i:5982;s:7:\"percent\";d:60.26;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:107315;s:14:\"optimized_size\";i:57664;s:7:\"percent\";d:46.27;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15051;s:14:\"optimized_size\";i:10911;s:7:\"percent\";d:27.51;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83530;s:14:\"optimized_size\";i:47692;s:7:\"percent\";d:42.9;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9448;s:14:\"optimized_size\";i:7581;s:7:\"percent\";d:19.76;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52640;s:14:\"optimized_size\";i:28611;s:7:\"percent\";d:45.65;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22481;s:14:\"optimized_size\";i:14905;s:7:\"percent\";d:33.7;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:97610;s:14:\"optimized_size\";i:55051;s:7:\"percent\";d:43.6;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24148;s:14:\"optimized_size\";i:15655;s:7:\"percent\";d:35.17;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34681;s:14:\"optimized_size\";i:20637;s:7:\"percent\";d:40.49;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90535;s:14:\"optimized_size\";i:51243;s:7:\"percent\";d:43.4;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29786;s:14:\"optimized_size\";i:18480;s:7:\"percent\";d:37.96;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:117991;s:14:\"optimized_size\";i:65501;s:7:\"percent\";d:44.49;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:77706;s:14:\"optimized_size\";i:39112;s:7:\"percent\";d:49.67;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26703;s:14:\"optimized_size\";i:17284;s:7:\"percent\";d:35.27;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1579250;s:14:\"optimized_size\";i:776780;s:7:\"percent\";d:50.81;}}'),
(358, 392, '_wp_attachment_image_alt', 'Lumbar spine fusion xrays'),
(359, 396, '_wp_attached_file', '2022/11/spinal-tumor-removal-and-reconstruction-image-1536x803-1.jpg'),
(360, 396, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:803;s:4:\"file\";s:68:\"2022/11/spinal-tumor-removal-and-reconstruction-image-1536x803-1.jpg\";s:8:\"filesize\";i:24204;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(361, 396, '_imagify_optimization_level', '2'),
(362, 396, '_imagify_status', 'success'),
(363, 396, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:63333;s:14:\"optimized_size\";i:28666;s:7:\"percent\";d:54.74;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18616;s:14:\"optimized_size\";i:5352;s:7:\"percent\";d:71.25;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:49672;s:14:\"optimized_size\";i:14502;s:7:\"percent\";d:70.8;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:74235;s:14:\"optimized_size\";i:20944;s:7:\"percent\";d:71.79;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40331;s:14:\"optimized_size\";i:13344;s:7:\"percent\";d:66.91;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57573;s:14:\"optimized_size\";i:16916;s:7:\"percent\";d:70.62;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30222;s:14:\"optimized_size\";i:9504;s:7:\"percent\";d:68.55;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20648;s:14:\"optimized_size\";i:5958;s:7:\"percent\";d:71.14;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71805;s:14:\"optimized_size\";i:20566;s:7:\"percent\";d:71.36;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18019;s:14:\"optimized_size\";i:5150;s:7:\"percent\";d:71.42;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35055;s:14:\"optimized_size\";i:10216;s:7:\"percent\";d:70.86;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9983;s:14:\"optimized_size\";i:2578;s:7:\"percent\";d:74.18;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:53484;s:14:\"optimized_size\";i:15358;s:7:\"percent\";d:71.28;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11238;s:14:\"optimized_size\";i:2692;s:7:\"percent\";d:76.05;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:63333;s:14:\"optimized_size\";i:28422;s:7:\"percent\";d:55.12;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11238;s:14:\"optimized_size\";i:7558;s:7:\"percent\";d:32.75;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:53484;s:14:\"optimized_size\";i:24655;s:7:\"percent\";d:53.9;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9983;s:14:\"optimized_size\";i:7512;s:7:\"percent\";d:24.75;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35055;s:14:\"optimized_size\";i:17590;s:7:\"percent\";d:49.82;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18019;s:14:\"optimized_size\";i:9058;s:7:\"percent\";d:49.73;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71805;s:14:\"optimized_size\";i:32714;s:7:\"percent\";d:54.44;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20648;s:14:\"optimized_size\";i:12622;s:7:\"percent\";d:38.87;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30222;s:14:\"optimized_size\";i:16755;s:7:\"percent\";d:44.56;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57573;s:14:\"optimized_size\";i:26401;s:7:\"percent\";d:54.14;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40331;s:14:\"optimized_size\";i:23115;s:7:\"percent\";d:42.69;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:74235;s:14:\"optimized_size\";i:33031;s:7:\"percent\";d:55.5;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:49672;s:14:\"optimized_size\";i:23193;s:7:\"percent\";d:53.31;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18616;s:14:\"optimized_size\";i:11058;s:7:\"percent\";d:40.6;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1108428;s:14:\"optimized_size\";i:445430;s:7:\"percent\";d:59.81;}}'),
(364, 396, '_wp_attachment_image_alt', 'Xray showing spine surgery hardware'),
(365, 404, '_wp_attached_file', '2022/11/Spinal-Fracture-Image-1536x1027-1.jpg'),
(366, 404, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1027;s:4:\"file\";s:45:\"2022/11/Spinal-Fracture-Image-1536x1027-1.jpg\";s:8:\"filesize\";i:89647;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(367, 404, '_imagify_optimization_level', '2'),
(368, 404, '_imagify_status', 'success'),
(369, 404, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:172267;s:14:\"optimized_size\";i:89647;s:7:\"percent\";d:47.96;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39978;s:14:\"optimized_size\";i:19952;s:7:\"percent\";d:50.09;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:130114;s:14:\"optimized_size\";i:55956;s:7:\"percent\";d:56.99;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:199332;s:14:\"optimized_size\";i:81834;s:7:\"percent\";d:58.95;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47401;s:14:\"optimized_size\";i:21294;s:7:\"percent\";d:55.08;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:153078;s:14:\"optimized_size\";i:65154;s:7:\"percent\";d:57.44;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51896;s:14:\"optimized_size\";i:24864;s:7:\"percent\";d:52.09;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32423;s:14:\"optimized_size\";i:16310;s:7:\"percent\";d:49.7;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:143554;s:14:\"optimized_size\";i:60982;s:7:\"percent\";d:57.52;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27950;s:14:\"optimized_size\";i:14144;s:7:\"percent\";d:49.4;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:86847;s:14:\"optimized_size\";i:39056;s:7:\"percent\";d:55.03;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8588;s:14:\"optimized_size\";i:4906;s:7:\"percent\";d:42.87;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:140405;s:14:\"optimized_size\";i:60454;s:7:\"percent\";d:56.94;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18632;s:14:\"optimized_size\";i:10116;s:7:\"percent\";d:45.71;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:172267;s:14:\"optimized_size\";i:111818;s:7:\"percent\";d:35.09;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18632;s:14:\"optimized_size\";i:11502;s:7:\"percent\";d:38.27;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:140405;s:14:\"optimized_size\";i:88562;s:7:\"percent\";d:36.92;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8588;s:14:\"optimized_size\";i:5929;s:7:\"percent\";d:30.96;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:86847;s:14:\"optimized_size\";i:45631;s:7:\"percent\";d:47.46;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27950;s:14:\"optimized_size\";i:16773;s:7:\"percent\";d:39.99;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:143554;s:14:\"optimized_size\";i:83039;s:7:\"percent\";d:42.15;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32423;s:14:\"optimized_size\";i:19393;s:7:\"percent\";d:40.19;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51896;s:14:\"optimized_size\";i:29928;s:7:\"percent\";d:42.33;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:153078;s:14:\"optimized_size\";i:88558;s:7:\"percent\";d:42.15;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47401;s:14:\"optimized_size\";i:25010;s:7:\"percent\";d:47.24;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:199332;s:14:\"optimized_size\";i:114866;s:7:\"percent\";d:42.37;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:130114;s:14:\"optimized_size\";i:67965;s:7:\"percent\";d:47.77;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39978;s:14:\"optimized_size\";i:23364;s:7:\"percent\";d:41.56;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2504930;s:14:\"optimized_size\";i:1297007;s:7:\"percent\";d:48.22;}}'),
(370, 404, '_wp_attachment_image_alt', 'Spinal fracture and repair xrays'),
(371, 409, '_wp_attached_file', '2022/11/spinal-infection-removal-image-1536x1157-1.jpg'),
(372, 409, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1157;s:4:\"file\";s:54:\"2022/11/spinal-infection-removal-image-1536x1157-1.jpg\";s:8:\"filesize\";i:42722;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(373, 409, '_imagify_optimization_level', '2'),
(374, 409, '_imagify_status', 'success'),
(375, 409, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:95112;s:14:\"optimized_size\";i:42722;s:7:\"percent\";d:55.08;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24957;s:14:\"optimized_size\";i:9270;s:7:\"percent\";d:62.86;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:80300;s:14:\"optimized_size\";i:25982;s:7:\"percent\";d:67.64;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:121249;s:14:\"optimized_size\";i:37222;s:7:\"percent\";d:69.3;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37944;s:14:\"optimized_size\";i:13984;s:7:\"percent\";d:63.15;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:93609;s:14:\"optimized_size\";i:29432;s:7:\"percent\";d:68.56;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27392;s:14:\"optimized_size\";i:10064;s:7:\"percent\";d:63.26;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17300;s:14:\"optimized_size\";i:6446;s:7:\"percent\";d:62.74;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:74063;s:14:\"optimized_size\";i:23188;s:7:\"percent\";d:68.69;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14981;s:14:\"optimized_size\";i:5472;s:7:\"percent\";d:63.47;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54052;s:14:\"optimized_size\";i:18150;s:7:\"percent\";d:66.42;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5713;s:14:\"optimized_size\";i:2560;s:7:\"percent\";d:55.19;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:86009;s:14:\"optimized_size\";i:27292;s:7:\"percent\";d:68.27;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11800;s:14:\"optimized_size\";i:4784;s:7:\"percent\";d:59.46;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:95112;s:14:\"optimized_size\";i:50596;s:7:\"percent\";d:46.8;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11800;s:14:\"optimized_size\";i:6827;s:7:\"percent\";d:42.14;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:86009;s:14:\"optimized_size\";i:41050;s:7:\"percent\";d:52.27;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5713;s:14:\"optimized_size\";i:3206;s:7:\"percent\";d:43.88;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54052;s:14:\"optimized_size\";i:26060;s:7:\"percent\";d:51.79;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14981;s:14:\"optimized_size\";i:7688;s:7:\"percent\";d:48.68;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:74063;s:14:\"optimized_size\";i:31574;s:7:\"percent\";d:57.37;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17300;s:14:\"optimized_size\";i:8905;s:7:\"percent\";d:48.53;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27392;s:14:\"optimized_size\";i:13516;s:7:\"percent\";d:50.66;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:93609;s:14:\"optimized_size\";i:44700;s:7:\"percent\";d:52.25;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37944;s:14:\"optimized_size\";i:21036;s:7:\"percent\";d:44.56;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:121249;s:14:\"optimized_size\";i:51657;s:7:\"percent\";d:57.4;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:80300;s:14:\"optimized_size\";i:38443;s:7:\"percent\";d:52.13;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24957;s:14:\"optimized_size\";i:12636;s:7:\"percent\";d:49.37;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1488962;s:14:\"optimized_size\";i:614462;s:7:\"percent\";d:58.73;}}'),
(376, 409, '_wp_attachment_image_alt', 'Spinal infection xray'),
(377, 415, '_wp_attached_file', '2022/11/Kyphosis_ScoliosisCorrection-Image-1536x841-1.jpg'),
(378, 415, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:841;s:4:\"file\";s:57:\"2022/11/Kyphosis_ScoliosisCorrection-Image-1536x841-1.jpg\";s:8:\"filesize\";i:51247;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2019 Yok_onepiece/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:72:\"Whole,Spine,X-ray,Showing,A,Patient,With,Adolescent,Idiopathic,Scoliosis\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(379, 415, '_imagify_optimization_level', '2'),
(380, 415, '_imagify_status', 'success');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(381, 415, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:95988;s:14:\"optimized_size\";i:51247;s:7:\"percent\";d:46.61;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26787;s:14:\"optimized_size\";i:9748;s:7:\"percent\";d:63.61;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75717;s:14:\"optimized_size\";i:26496;s:7:\"percent\";d:65.01;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:111624;s:14:\"optimized_size\";i:37238;s:7:\"percent\";d:66.64;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52468;s:14:\"optimized_size\";i:20124;s:7:\"percent\";d:61.65;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:86936;s:14:\"optimized_size\";i:29772;s:7:\"percent\";d:65.75;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42865;s:14:\"optimized_size\";i:15988;s:7:\"percent\";d:62.7;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28979;s:14:\"optimized_size\";i:10488;s:7:\"percent\";d:63.81;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:103426;s:14:\"optimized_size\";i:35870;s:7:\"percent\";d:65.32;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24790;s:14:\"optimized_size\";i:8954;s:7:\"percent\";d:63.88;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52800;s:14:\"optimized_size\";i:18432;s:7:\"percent\";d:65.09;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12576;s:14:\"optimized_size\";i:4198;s:7:\"percent\";d:66.62;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:80769;s:14:\"optimized_size\";i:28262;s:7:\"percent\";d:65.01;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14867;s:14:\"optimized_size\";i:4792;s:7:\"percent\";d:67.77;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:95988;s:14:\"optimized_size\";i:50416;s:7:\"percent\";d:47.48;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14867;s:14:\"optimized_size\";i:9734;s:7:\"percent\";d:34.53;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:80769;s:14:\"optimized_size\";i:39749;s:7:\"percent\";d:50.79;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12576;s:14:\"optimized_size\";i:9849;s:7:\"percent\";d:21.68;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52800;s:14:\"optimized_size\";i:28588;s:7:\"percent\";d:45.86;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24790;s:14:\"optimized_size\";i:14531;s:7:\"percent\";d:41.38;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:103426;s:14:\"optimized_size\";i:50813;s:7:\"percent\";d:50.87;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28979;s:14:\"optimized_size\";i:16502;s:7:\"percent\";d:43.06;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42865;s:14:\"optimized_size\";i:22590;s:7:\"percent\";d:47.3;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:86936;s:14:\"optimized_size\";i:42637;s:7:\"percent\";d:50.96;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52468;s:14:\"optimized_size\";i:28264;s:7:\"percent\";d:46.13;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:111624;s:14:\"optimized_size\";i:53121;s:7:\"percent\";d:52.41;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75717;s:14:\"optimized_size\";i:37610;s:7:\"percent\";d:50.33;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26787;s:14:\"optimized_size\";i:14820;s:7:\"percent\";d:44.67;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1621184;s:14:\"optimized_size\";i:720833;s:7:\"percent\";d:55.54;}}'),
(382, 415, '_wp_attachment_image_alt', 'Kyphosis / scoliosis surgery before and after'),
(383, 428, '_wp_attached_file', '2022/11/Craniatomy-for-tumor-image-1536x561-1.jpg'),
(384, 428, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:561;s:4:\"file\";s:49:\"2022/11/Craniatomy-for-tumor-image-1536x561-1.jpg\";s:8:\"filesize\";i:30284;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(385, 428, '_imagify_optimization_level', '2'),
(386, 428, '_imagify_status', 'already_optimized'),
(387, 428, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8933;s:14:\"optimized_size\";i:5450;s:7:\"percent\";d:38.99;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24315;s:14:\"optimized_size\";i:13686;s:7:\"percent\";d:43.71;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35181;s:14:\"optimized_size\";i:18626;s:7:\"percent\";d:47.06;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13481;s:14:\"optimized_size\";i:7578;s:7:\"percent\";d:43.79;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28067;s:14:\"optimized_size\";i:15156;s:7:\"percent\";d:46;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15192;s:14:\"optimized_size\";i:8904;s:7:\"percent\";d:41.39;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10728;s:14:\"optimized_size\";i:6500;s:7:\"percent\";d:39.41;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41468;s:14:\"optimized_size\";i:21950;s:7:\"percent\";d:47.07;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10223;s:14:\"optimized_size\";i:6172;s:7:\"percent\";d:39.63;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17220;s:14:\"optimized_size\";i:9910;s:7:\"percent\";d:42.45;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3197;s:14:\"optimized_size\";i:1778;s:7:\"percent\";d:44.39;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26140;s:14:\"optimized_size\";i:14208;s:7:\"percent\";d:45.65;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4744;s:14:\"optimized_size\";i:2654;s:7:\"percent\";d:44.06;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30284;s:14:\"optimized_size\";i:26034;s:7:\"percent\";d:14.03;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:269173;s:14:\"optimized_size\";i:158606;s:7:\"percent\";d:41.08;}}'),
(388, 428, '_wp_attachment_image_alt', 'Craniotomy for tumor image'),
(389, 432, '_wp_attached_file', '2022/11/Craniatomy-for-infections-image-1536x1149-1.jpg'),
(390, 432, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1149;s:4:\"file\";s:55:\"2022/11/Craniatomy-for-infections-image-1536x1149-1.jpg\";s:8:\"filesize\";i:66615;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(391, 432, '_imagify_optimization_level', '2'),
(392, 432, '_imagify_status', 'already_optimized'),
(393, 432, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21307;s:14:\"optimized_size\";i:10184;s:7:\"percent\";d:52.2;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:58542;s:14:\"optimized_size\";i:25162;s:7:\"percent\";d:57.02;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:85605;s:14:\"optimized_size\";i:35924;s:7:\"percent\";d:58.04;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32507;s:14:\"optimized_size\";i:15360;s:7:\"percent\";d:52.75;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67137;s:14:\"optimized_size\";i:28714;s:7:\"percent\";d:57.23;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23375;s:14:\"optimized_size\";i:10944;s:7:\"percent\";d:53.18;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16139;s:14:\"optimized_size\";i:7970;s:7:\"percent\";d:50.62;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62914;s:14:\"optimized_size\";i:26734;s:7:\"percent\";d:57.51;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15292;s:14:\"optimized_size\";i:7560;s:7:\"percent\";d:50.56;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41499;s:14:\"optimized_size\";i:18648;s:7:\"percent\";d:55.06;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5157;s:14:\"optimized_size\";i:2816;s:7:\"percent\";d:45.39;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62532;s:14:\"optimized_size\";i:26460;s:7:\"percent\";d:57.69;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10278;s:14:\"optimized_size\";i:5322;s:7:\"percent\";d:48.22;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:66615;s:14:\"optimized_size\";i:45644;s:7:\"percent\";d:31.48;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:568899;s:14:\"optimized_size\";i:267442;s:7:\"percent\";d:52.99;}}'),
(394, 432, '_wp_attachment_image_alt', 'Craniotomy for infections image'),
(395, 436, '_wp_attached_file', '2022/11/Craniatomy-For-hematoma-image-1536x1092-1.jpg'),
(396, 436, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1092;s:4:\"file\";s:53:\"2022/11/Craniatomy-For-hematoma-image-1536x1092-1.jpg\";s:8:\"filesize\";i:71189;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(397, 436, '_imagify_optimization_level', '2'),
(398, 436, '_imagify_status', 'already_optimized'),
(399, 436, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21704;s:14:\"optimized_size\";i:11046;s:7:\"percent\";d:49.11;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60881;s:14:\"optimized_size\";i:26998;s:7:\"percent\";d:55.65;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:88539;s:14:\"optimized_size\";i:37474;s:7:\"percent\";d:57.68;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35232;s:14:\"optimized_size\";i:17280;s:7:\"percent\";d:50.95;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:69546;s:14:\"optimized_size\";i:30296;s:7:\"percent\";d:56.44;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25128;s:14:\"optimized_size\";i:12786;s:7:\"percent\";d:49.12;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16420;s:14:\"optimized_size\";i:8692;s:7:\"percent\";d:47.06;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67719;s:14:\"optimized_size\";i:29876;s:7:\"percent\";d:55.88;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16063;s:14:\"optimized_size\";i:8512;s:7:\"percent\";d:47.01;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42792;s:14:\"optimized_size\";i:20286;s:7:\"percent\";d:52.59;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6208;s:14:\"optimized_size\";i:3586;s:7:\"percent\";d:42.24;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:64742;s:14:\"optimized_size\";i:29016;s:7:\"percent\";d:55.18;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10739;s:14:\"optimized_size\";i:6006;s:7:\"percent\";d:44.07;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71189;s:14:\"optimized_size\";i:49230;s:7:\"percent\";d:30.85;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:596902;s:14:\"optimized_size\";i:291084;s:7:\"percent\";d:51.23;}}'),
(400, 436, '_wp_attachment_image_alt', 'Craniotomy for hematoma'),
(401, 438, '_wp_attached_file', '2022/11/Stereotactic-biopsy-image-1536x648-1.jpg'),
(402, 438, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:648;s:4:\"file\";s:48:\"2022/11/Stereotactic-biopsy-image-1536x648-1.jpg\";s:8:\"filesize\";i:32613;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:76:\"Copyright (c) 2021 777 Bond vector/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:83:\"Stereotactic,Biopsy,Concept,Vector.,Neurosurgeon,Template,For,Medical,Landing,Page.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(403, 438, '_imagify_optimization_level', '2'),
(404, 438, '_imagify_status', 'success'),
(405, 438, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62530;s:14:\"optimized_size\";i:32613;s:7:\"percent\";d:47.84;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21275;s:14:\"optimized_size\";i:7652;s:7:\"percent\";d:64.03;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48674;s:14:\"optimized_size\";i:18074;s:7:\"percent\";d:62.87;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67452;s:14:\"optimized_size\";i:24672;s:7:\"percent\";d:63.42;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27108;s:14:\"optimized_size\";i:9476;s:7:\"percent\";d:65.04;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55991;s:14:\"optimized_size\";i:20450;s:7:\"percent\";d:63.48;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31021;s:14:\"optimized_size\";i:11004;s:7:\"percent\";d:64.53;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23191;s:14:\"optimized_size\";i:8226;s:7:\"percent\";d:64.53;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72139;s:14:\"optimized_size\";i:26732;s:7:\"percent\";d:62.94;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22155;s:14:\"optimized_size\";i:7794;s:7:\"percent\";d:64.82;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36119;s:14:\"optimized_size\";i:13120;s:7:\"percent\";d:63.68;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10315;s:14:\"optimized_size\";i:2614;s:7:\"percent\";d:74.66;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51255;s:14:\"optimized_size\";i:19284;s:7:\"percent\";d:62.38;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13149;s:14:\"optimized_size\";i:3928;s:7:\"percent\";d:70.13;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62530;s:14:\"optimized_size\";i:32686;s:7:\"percent\";d:47.73;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13149;s:14:\"optimized_size\";i:9111;s:7:\"percent\";d:30.71;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51255;s:14:\"optimized_size\";i:28068;s:7:\"percent\";d:45.24;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10315;s:14:\"optimized_size\";i:7861;s:7:\"percent\";d:23.79;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36119;s:14:\"optimized_size\";i:21390;s:7:\"percent\";d:40.78;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22155;s:14:\"optimized_size\";i:13744;s:7:\"percent\";d:37.96;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72139;s:14:\"optimized_size\";i:37854;s:7:\"percent\";d:47.53;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23191;s:14:\"optimized_size\";i:13939;s:7:\"percent\";d:39.89;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31021;s:14:\"optimized_size\";i:18821;s:7:\"percent\";d:39.33;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55991;s:14:\"optimized_size\";i:30218;s:7:\"percent\";d:46.03;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27108;s:14:\"optimized_size\";i:16888;s:7:\"percent\";d:37.7;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67452;s:14:\"optimized_size\";i:35433;s:7:\"percent\";d:47.47;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:48674;s:14:\"optimized_size\";i:26823;s:7:\"percent\";d:44.89;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21275;s:14:\"optimized_size\";i:13099;s:7:\"percent\";d:38.43;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1084748;s:14:\"optimized_size\";i:511574;s:7:\"percent\";d:52.84;}}'),
(406, 438, '_wp_attachment_image_alt', 'Stereotactic Biopsy image'),
(407, 440, '_wp_attached_file', '2022/11/Craniatomy-For-hematoma-image-1536x1092-1-1.jpg'),
(408, 440, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1092;s:4:\"file\";s:55:\"2022/11/Craniatomy-For-hematoma-image-1536x1092-1-1.jpg\";s:8:\"filesize\";i:71189;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(409, 440, '_imagify_optimization_level', '2'),
(410, 440, '_imagify_status', 'already_optimized'),
(411, 440, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21704;s:14:\"optimized_size\";i:11046;s:7:\"percent\";d:49.11;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60881;s:14:\"optimized_size\";i:26998;s:7:\"percent\";d:55.65;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:88539;s:14:\"optimized_size\";i:37474;s:7:\"percent\";d:57.68;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35232;s:14:\"optimized_size\";i:17280;s:7:\"percent\";d:50.95;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:69546;s:14:\"optimized_size\";i:30296;s:7:\"percent\";d:56.44;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25128;s:14:\"optimized_size\";i:12786;s:7:\"percent\";d:49.12;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16420;s:14:\"optimized_size\";i:8692;s:7:\"percent\";d:47.06;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67719;s:14:\"optimized_size\";i:29876;s:7:\"percent\";d:55.88;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16063;s:14:\"optimized_size\";i:8512;s:7:\"percent\";d:47.01;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42792;s:14:\"optimized_size\";i:20286;s:7:\"percent\";d:52.59;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6208;s:14:\"optimized_size\";i:3586;s:7:\"percent\";d:42.24;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:64742;s:14:\"optimized_size\";i:29016;s:7:\"percent\";d:55.18;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10739;s:14:\"optimized_size\";i:6006;s:7:\"percent\";d:44.07;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71189;s:14:\"optimized_size\";i:49230;s:7:\"percent\";d:30.85;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:596902;s:14:\"optimized_size\";i:291084;s:7:\"percent\";d:51.23;}}'),
(412, 440, '_wp_attachment_image_alt', 'Craniatomy for hematoma'),
(413, 452, '_wp_attached_file', '2022/11/Decompressive-Craniectomy-Image-300x278-1.jpg'),
(414, 452, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:278;s:4:\"file\";s:53:\"2022/11/Decompressive-Craniectomy-Image-300x278-1.jpg\";s:8:\"filesize\";i:6737;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:71:\"Copyright (c) 2022 Pepermpron/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:53:\"Surgical,To,Repair,The,Skull,Bone,With,The,Metal,Mesh\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(415, 452, '_imagify_optimization_level', '2'),
(416, 452, '_imagify_status', 'success'),
(417, 452, '_imagify_data', 'a:2:{s:5:\"sizes\";a:6:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8444;s:14:\"optimized_size\";i:6737;s:7:\"percent\";d:20.22;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10391;s:14:\"optimized_size\";i:2888;s:7:\"percent\";d:72.21;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6775;s:14:\"optimized_size\";i:1002;s:7:\"percent\";d:85.21;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8444;s:14:\"optimized_size\";i:2946;s:7:\"percent\";d:65.11;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6775;s:14:\"optimized_size\";i:5560;s:7:\"percent\";d:17.93;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10391;s:14:\"optimized_size\";i:6662;s:7:\"percent\";d:35.89;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:51220;s:14:\"optimized_size\";i:25795;s:7:\"percent\";d:49.64;}}'),
(418, 452, '_wp_attachment_image_alt', 'Craniectomy image'),
(419, 457, '_wp_attached_file', '2022/11/intracranial-pressure-monitoring-image-1536x862-1.jpg'),
(420, 457, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:862;s:4:\"file\";s:61:\"2022/11/intracranial-pressure-monitoring-image-1536x862-1.jpg\";s:8:\"filesize\";i:56052;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(421, 457, '_imagify_optimization_level', '2'),
(422, 457, '_imagify_status', 'already_optimized'),
(423, 457, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16714;s:14:\"optimized_size\";i:10648;s:7:\"percent\";d:36.29;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:46326;s:14:\"optimized_size\";i:27138;s:7:\"percent\";d:41.42;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:66347;s:14:\"optimized_size\";i:38662;s:7:\"percent\";d:41.73;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24255;s:14:\"optimized_size\";i:15262;s:7:\"percent\";d:37.08;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52499;s:14:\"optimized_size\";i:31106;s:7:\"percent\";d:40.75;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25600;s:14:\"optimized_size\";i:16174;s:7:\"percent\";d:36.82;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17067;s:14:\"optimized_size\";i:10512;s:7:\"percent\";d:38.41;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:59829;s:14:\"optimized_size\";i:34776;s:7:\"percent\";d:41.87;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14654;s:14:\"optimized_size\";i:9454;s:7:\"percent\";d:35.49;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32361;s:14:\"optimized_size\";i:19778;s:7:\"percent\";d:38.88;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6074;s:14:\"optimized_size\";i:3714;s:7:\"percent\";d:38.85;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:49110;s:14:\"optimized_size\";i:29144;s:7:\"percent\";d:40.66;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8196;s:14:\"optimized_size\";i:5250;s:7:\"percent\";d:35.94;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:56052;s:14:\"optimized_size\";i:52282;s:7:\"percent\";d:6.73;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:475084;s:14:\"optimized_size\";i:303900;s:7:\"percent\";d:36.03;}}'),
(424, 457, '_wp_attachment_image_alt', 'Intracranial pressure monitoring image'),
(425, 463, '_wp_attached_file', '2022/11/Ventriculostomy-Image-1536x1152-1.jpg'),
(426, 463, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:4:\"file\";s:45:\"2022/11/Ventriculostomy-Image-1536x1152-1.jpg\";s:8:\"filesize\";i:89394;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(427, 463, '_imagify_optimization_level', '2'),
(428, 463, '_imagify_status', 'success'),
(429, 463, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:141740;s:14:\"optimized_size\";i:89394;s:7:\"percent\";d:36.93;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33236;s:14:\"optimized_size\";i:15330;s:7:\"percent\";d:53.88;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:113643;s:14:\"optimized_size\";i:43672;s:7:\"percent\";d:61.57;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:176192;s:14:\"optimized_size\";i:61396;s:7:\"percent\";d:65.15;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35170;s:14:\"optimized_size\";i:14376;s:7:\"percent\";d:59.12;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:133928;s:14:\"optimized_size\";i:48908;s:7:\"percent\";d:63.48;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37227;s:14:\"optimized_size\";i:16636;s:7:\"percent\";d:55.31;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24553;s:14:\"optimized_size\";i:11834;s:7:\"percent\";d:51.8;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:115113;s:14:\"optimized_size\";i:42376;s:7:\"percent\";d:63.19;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21674;s:14:\"optimized_size\";i:10448;s:7:\"percent\";d:51.79;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:73952;s:14:\"optimized_size\";i:29200;s:7:\"percent\";d:60.51;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6449;s:14:\"optimized_size\";i:3612;s:7:\"percent\";d:43.99;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:122254;s:14:\"optimized_size\";i:45338;s:7:\"percent\";d:62.91;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16241;s:14:\"optimized_size\";i:8172;s:7:\"percent\";d:49.68;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:141740;s:14:\"optimized_size\";i:88030;s:7:\"percent\";d:37.89;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16241;s:14:\"optimized_size\";i:9745;s:7:\"percent\";d:40;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:122254;s:14:\"optimized_size\";i:65003;s:7:\"percent\";d:46.83;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6449;s:14:\"optimized_size\";i:4269;s:7:\"percent\";d:33.8;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:73952;s:14:\"optimized_size\";i:40085;s:7:\"percent\";d:45.8;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21674;s:14:\"optimized_size\";i:12090;s:7:\"percent\";d:44.22;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:115113;s:14:\"optimized_size\";i:61702;s:7:\"percent\";d:46.4;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24553;s:14:\"optimized_size\";i:13688;s:7:\"percent\";d:44.25;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37227;s:14:\"optimized_size\";i:19551;s:7:\"percent\";d:47.48;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:133928;s:14:\"optimized_size\";i:71051;s:7:\"percent\";d:46.95;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35170;s:14:\"optimized_size\";i:21791;s:7:\"percent\";d:38.04;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:176192;s:14:\"optimized_size\";i:92489;s:7:\"percent\";d:47.51;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:113643;s:14:\"optimized_size\";i:60678;s:7:\"percent\";d:46.61;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33236;s:14:\"optimized_size\";i:17534;s:7:\"percent\";d:47.24;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2102744;s:14:\"optimized_size\";i:1018398;s:7:\"percent\";d:51.57;}}'),
(430, 463, '_wp_attachment_image_alt', 'Ventriculostomy image'),
(431, 469, '_wp_attached_file', '2022/11/ventriculo-peritoneal-shunt-image-1536x1176-1.jpg'),
(432, 469, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1176;s:4:\"file\";s:57:\"2022/11/ventriculo-peritoneal-shunt-image-1536x1176-1.jpg\";s:8:\"filesize\";i:43448;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(433, 469, '_imagify_optimization_level', '2'),
(434, 469, '_imagify_status', 'already_optimized'),
(435, 469, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14271;s:14:\"optimized_size\";i:8054;s:7:\"percent\";d:43.56;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37256;s:14:\"optimized_size\";i:19174;s:7:\"percent\";d:48.53;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:53120;s:14:\"optimized_size\";i:26100;s:7:\"percent\";d:50.87;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17898;s:14:\"optimized_size\";i:9432;s:7:\"percent\";d:47.3;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42440;s:14:\"optimized_size\";i:21792;s:7:\"percent\";d:48.65;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15349;s:14:\"optimized_size\";i:8620;s:7:\"percent\";d:43.84;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10746;s:14:\"optimized_size\";i:5982;s:7:\"percent\";d:44.33;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35829;s:14:\"optimized_size\";i:18636;s:7:\"percent\";d:47.99;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8791;s:14:\"optimized_size\";i:5112;s:7:\"percent\";d:41.85;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26625;s:14:\"optimized_size\";i:14006;s:7:\"percent\";d:47.4;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3907;s:14:\"optimized_size\";i:2194;s:7:\"percent\";d:43.84;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39390;s:14:\"optimized_size\";i:20086;s:7:\"percent\";d:49.01;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7109;s:14:\"optimized_size\";i:4044;s:7:\"percent\";d:43.11;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43448;s:14:\"optimized_size\";i:34944;s:7:\"percent\";d:19.57;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:356179;s:14:\"optimized_size\";i:198176;s:7:\"percent\";d:44.36;}}'),
(436, 469, '_wp_attachment_image_alt', 'Ventriculoperitoneal Shunts'),
(437, 474, '_wp_attached_file', '2022/11/Chiari-decompression-image-1-1536x1024-1.jpg'),
(438, 474, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2022/11/Chiari-decompression-image-1-1536x1024-1.jpg\";s:8:\"filesize\";i:64591;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:76:\"Copyright (c) 2021 Rabizo Anatolii/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:75:\"Face,Lifting,Close-up..,Macs,Lift,Surgery,Minimal,Access,Cranial,Suspension\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(439, 474, '_imagify_optimization_level', '2'),
(440, 474, '_imagify_status', 'success'),
(441, 474, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:124949;s:14:\"optimized_size\";i:64591;s:7:\"percent\";d:48.31;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38998;s:14:\"optimized_size\";i:13582;s:7:\"percent\";d:65.17;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:106835;s:14:\"optimized_size\";i:34412;s:7:\"percent\";d:67.79;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:156767;s:14:\"optimized_size\";i:48658;s:7:\"percent\";d:68.96;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45214;s:14:\"optimized_size\";i:15372;s:7:\"percent\";d:66;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:122727;s:14:\"optimized_size\";i:39622;s:7:\"percent\";d:67.72;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45330;s:14:\"optimized_size\";i:15428;s:7:\"percent\";d:65.97;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31837;s:14:\"optimized_size\";i:11056;s:7:\"percent\";d:65.27;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:117378;s:14:\"optimized_size\";i:37660;s:7:\"percent\";d:67.92;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29837;s:14:\"optimized_size\";i:10348;s:7:\"percent\";d:65.32;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:74336;s:14:\"optimized_size\";i:24508;s:7:\"percent\";d:67.03;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12526;s:14:\"optimized_size\";i:3724;s:7:\"percent\";d:70.27;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:113925;s:14:\"optimized_size\";i:36636;s:7:\"percent\";d:67.84;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21552;s:14:\"optimized_size\";i:7558;s:7:\"percent\";d:64.93;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:124949;s:14:\"optimized_size\";i:64680;s:7:\"percent\";d:48.23;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21552;s:14:\"optimized_size\";i:13092;s:7:\"percent\";d:39.25;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:113925;s:14:\"optimized_size\";i:55196;s:7:\"percent\";d:51.55;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12526;s:14:\"optimized_size\";i:8883;s:7:\"percent\";d:29.08;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:74336;s:14:\"optimized_size\";i:38232;s:7:\"percent\";d:48.57;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29837;s:14:\"optimized_size\";i:16384;s:7:\"percent\";d:45.09;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:117378;s:14:\"optimized_size\";i:56905;s:7:\"percent\";d:51.52;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31837;s:14:\"optimized_size\";i:17017;s:7:\"percent\";d:46.55;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45330;s:14:\"optimized_size\";i:26164;s:7:\"percent\";d:42.28;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:122727;s:14:\"optimized_size\";i:59177;s:7:\"percent\";d:51.78;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45214;s:14:\"optimized_size\";i:24590;s:7:\"percent\";d:45.61;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:156767;s:14:\"optimized_size\";i:70559;s:7:\"percent\";d:54.99;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:106835;s:14:\"optimized_size\";i:52203;s:7:\"percent\";d:51.14;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38998;s:14:\"optimized_size\";i:19638;s:7:\"percent\";d:49.64;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2084422;s:14:\"optimized_size\";i:885875;s:7:\"percent\";d:57.5;}}'),
(442, 474, '_wp_attachment_image_alt', 'Facelift surgery'),
(443, 481, '_wp_attached_file', '2022/11/posterior-fossa-craniotomy-image-1536x1024-1.jpg'),
(444, 481, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:56:\"2022/11/posterior-fossa-craniotomy-image-1536x1024-1.jpg\";s:8:\"filesize\";i:66108;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(445, 481, '_imagify_optimization_level', '2'),
(446, 481, '_imagify_status', 'success'),
(447, 481, '_imagify_data', 'a:2:{s:5:\"sizes\";a:28:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79688;s:14:\"optimized_size\";i:66108;s:7:\"percent\";d:17.04;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17572;s:14:\"optimized_size\";i:10368;s:7:\"percent\";d:41;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57721;s:14:\"optimized_size\";i:31492;s:7:\"percent\";d:45.44;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:89624;s:14:\"optimized_size\";i:46698;s:7:\"percent\";d:47.9;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13651;s:14:\"optimized_size\";i:7752;s:7:\"percent\";d:43.21;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:68003;s:14:\"optimized_size\";i:36708;s:7:\"percent\";d:46.02;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22427;s:14:\"optimized_size\";i:12882;s:7:\"percent\";d:42.56;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14544;s:14:\"optimized_size\";i:8802;s:7:\"percent\";d:39.48;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:66506;s:14:\"optimized_size\";i:35652;s:7:\"percent\";d:46.39;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13112;s:14:\"optimized_size\";i:7846;s:7:\"percent\";d:40.16;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37612;s:14:\"optimized_size\";i:20796;s:7:\"percent\";d:44.71;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2955;s:14:\"optimized_size\";i:1794;s:7:\"percent\";d:39.29;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62036;s:14:\"optimized_size\";i:33590;s:7:\"percent\";d:45.85;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8511;s:14:\"optimized_size\";i:5426;s:7:\"percent\";d:36.25;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79688;s:14:\"optimized_size\";i:67916;s:7:\"percent\";d:14.77;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8511;s:14:\"optimized_size\";i:5927;s:7:\"percent\";d:30.36;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62036;s:14:\"optimized_size\";i:37743;s:7:\"percent\";d:39.16;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2955;s:14:\"optimized_size\";i:2198;s:7:\"percent\";d:25.62;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37612;s:14:\"optimized_size\";i:23050;s:7:\"percent\";d:38.72;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13112;s:14:\"optimized_size\";i:8974;s:7:\"percent\";d:31.56;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:66506;s:14:\"optimized_size\";i:40484;s:7:\"percent\";d:39.13;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14544;s:14:\"optimized_size\";i:9861;s:7:\"percent\";d:32.2;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22427;s:14:\"optimized_size\";i:15274;s:7:\"percent\";d:31.89;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:68003;s:14:\"optimized_size\";i:41422;s:7:\"percent\";d:39.09;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13651;s:14:\"optimized_size\";i:7497;s:7:\"percent\";d:45.08;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:89624;s:14:\"optimized_size\";i:54253;s:7:\"percent\";d:39.47;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57721;s:14:\"optimized_size\";i:35181;s:7:\"percent\";d:39.05;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17572;s:14:\"optimized_size\";i:11824;s:7:\"percent\";d:32.71;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1107924;s:14:\"optimized_size\";i:687518;s:7:\"percent\";d:37.95;}}'),
(448, 481, '_wp_attachment_image_alt', 'Posterior fossa craniotomy brain scan'),
(449, 487, '_wp_attached_file', '2022/11/shutterstock_2113302470-1536x1152-1.jpg'),
(450, 487, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:4:\"file\";s:47:\"2022/11/shutterstock_2113302470-1536x1152-1.jpg\";s:8:\"filesize\";i:132273;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:76:\"Copyright (c) 2022 Nekrasov Eugene/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:60:\"A,Team,Of,Surgeons,Performing,Abdominal,Surgery,On,A,Patient\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(451, 487, '_imagify_optimization_level', '2'),
(452, 487, '_imagify_status', 'already_optimized');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(453, 487, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37093;s:14:\"optimized_size\";i:17652;s:7:\"percent\";d:52.41;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105474;s:14:\"optimized_size\";i:48234;s:7:\"percent\";d:54.27;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:155436;s:14:\"optimized_size\";i:69426;s:7:\"percent\";d:55.33;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43630;s:14:\"optimized_size\";i:21990;s:7:\"percent\";d:49.6;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:121755;s:14:\"optimized_size\";i:55202;s:7:\"percent\";d:54.66;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40376;s:14:\"optimized_size\";i:19188;s:7:\"percent\";d:52.48;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27904;s:14:\"optimized_size\";i:13172;s:7:\"percent\";d:52.8;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:106821;s:14:\"optimized_size\";i:48176;s:7:\"percent\";d:54.9;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25789;s:14:\"optimized_size\";i:12234;s:7:\"percent\";d:52.56;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72383;s:14:\"optimized_size\";i:33802;s:7:\"percent\";d:53.3;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11057;s:14:\"optimized_size\";i:3970;s:7:\"percent\";d:64.1;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:111818;s:14:\"optimized_size\";i:51702;s:7:\"percent\";d:53.76;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20058;s:14:\"optimized_size\";i:8924;s:7:\"percent\";d:55.51;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:132273;s:14:\"optimized_size\";i:96230;s:7:\"percent\";d:27.25;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1011867;s:14:\"optimized_size\";i:499902;s:7:\"percent\";d:50.6;}}'),
(454, 487, '_wp_attachment_image_alt', 'Team of surgeons in the OR'),
(455, 492, '_wp_attached_file', '2022/11/middle-fossa-craniotomy-image-1536x1158-1.jpg'),
(456, 492, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1158;s:4:\"file\";s:53:\"2022/11/middle-fossa-craniotomy-image-1536x1158-1.jpg\";s:8:\"filesize\";i:88130;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(457, 492, '_imagify_optimization_level', '2'),
(458, 492, '_imagify_status', 'already_optimized'),
(459, 492, '_imagify_data', 'a:2:{s:5:\"sizes\";a:15:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25272;s:14:\"optimized_size\";i:12860;s:7:\"percent\";d:49.11;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:74785;s:14:\"optimized_size\";i:36168;s:7:\"percent\";d:51.64;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:110258;s:14:\"optimized_size\";i:51972;s:7:\"percent\";d:52.86;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31802;s:14:\"optimized_size\";i:16886;s:7:\"percent\";d:46.9;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:86448;s:14:\"optimized_size\";i:40758;s:7:\"percent\";d:52.85;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27896;s:14:\"optimized_size\";i:14232;s:7:\"percent\";d:48.98;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19046;s:14:\"optimized_size\";i:9688;s:7:\"percent\";d:49.13;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:84352;s:14:\"optimized_size\";i:40690;s:7:\"percent\";d:51.76;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18875;s:14:\"optimized_size\";i:9528;s:7:\"percent\";d:49.52;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51720;s:14:\"optimized_size\";i:25728;s:7:\"percent\";d:50.26;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5513;s:14:\"optimized_size\";i:2666;s:7:\"percent\";d:51.64;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79426;s:14:\"optimized_size\";i:38598;s:7:\"percent\";d:51.4;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11928;s:14:\"optimized_size\";i:6180;s:7:\"percent\";d:48.19;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:88130;s:14:\"optimized_size\";i:69686;s:7:\"percent\";d:20.93;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:715451;s:14:\"optimized_size\";i:375640;s:7:\"percent\";d:47.5;}}'),
(460, 492, '_wp_attachment_image_alt', 'middle fossa craniotomy'),
(461, 506, '_wp_attached_file', '2022/11/Untitled-1.mp4'),
(462, 506, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:7068331;s:8:\"filesize\";i:19752501;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:22;s:16:\"length_formatted\";s:4:\"0:22\";s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:17:\"created_timestamp\";i:-2082844800;}'),
(463, 534, '_wp_attached_file', '2022/11/fitness-coach-55.png'),
(464, 534, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:385;s:6:\"height\";i:390;s:4:\"file\";s:28:\"2022/11/fitness-coach-55.png\";s:8:\"filesize\";i:1366;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(465, 534, '_imagify_optimization_level', '2'),
(466, 534, '_imagify_status', 'success'),
(467, 534, '_imagify_data', 'a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3158;s:14:\"optimized_size\";i:1366;s:7:\"percent\";d:56.74;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3200;s:14:\"optimized_size\";i:2840;s:7:\"percent\";d:11.25;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2117;s:14:\"optimized_size\";i:2198;s:7:\"percent\";d:-3.83;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1744;s:14:\"optimized_size\";i:1700;s:7:\"percent\";d:2.52;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2297;s:14:\"optimized_size\";i:1866;s:7:\"percent\";d:18.76;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6786;s:14:\"optimized_size\";i:5140;s:7:\"percent\";d:24.26;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3158;s:14:\"optimized_size\";i:3898;s:7:\"percent\";d:-23.43;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6786;s:14:\"optimized_size\";i:2408;s:7:\"percent\";d:64.52;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2297;s:14:\"optimized_size\";i:836;s:7:\"percent\";d:63.6;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1744;s:14:\"optimized_size\";i:747;s:7:\"percent\";d:57.17;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2117;s:14:\"optimized_size\";i:811;s:7:\"percent\";d:61.69;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3200;s:14:\"optimized_size\";i:1298;s:7:\"percent\";d:59.44;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:38604;s:14:\"optimized_size\";i:25108;s:7:\"percent\";d:34.96;}}'),
(468, 535, '_wp_attached_file', '2022/11/fitness-coach-13.jpg'),
(469, 535, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1067;s:4:\"file\";s:28:\"2022/11/fitness-coach-13.jpg\";s:8:\"filesize\";i:38751;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(470, 535, '_imagify_optimization_level', '2'),
(471, 535, '_imagify_status', 'success'),
(472, 535, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:113412;s:14:\"optimized_size\";i:38751;s:7:\"percent\";d:65.83;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12635;s:14:\"optimized_size\";i:6228;s:7:\"percent\";d:50.71;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35627;s:14:\"optimized_size\";i:15862;s:7:\"percent\";d:55.48;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:53882;s:14:\"optimized_size\";i:23048;s:7:\"percent\";d:57.23;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14106;s:14:\"optimized_size\";i:6140;s:7:\"percent\";d:56.47;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41797;s:14:\"optimized_size\";i:18536;s:7:\"percent\";d:55.65;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17819;s:14:\"optimized_size\";i:8368;s:7:\"percent\";d:53.04;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12184;s:14:\"optimized_size\";i:6010;s:7:\"percent\";d:50.67;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47534;s:14:\"optimized_size\";i:20626;s:7:\"percent\";d:56.61;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11068;s:14:\"optimized_size\";i:5498;s:7:\"percent\";d:50.33;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71263;s:14:\"optimized_size\";i:29976;s:7:\"percent\";d:57.94;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25280;s:14:\"optimized_size\";i:11384;s:7:\"percent\";d:54.97;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3684;s:14:\"optimized_size\";i:2022;s:7:\"percent\";d:45.11;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38002;s:14:\"optimized_size\";i:16486;s:7:\"percent\";d:56.62;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6660;s:14:\"optimized_size\";i:3536;s:7:\"percent\";d:46.91;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:113412;s:14:\"optimized_size\";i:41970;s:7:\"percent\";d:62.99;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6660;s:14:\"optimized_size\";i:3433;s:7:\"percent\";d:48.45;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38002;s:14:\"optimized_size\";i:17303;s:7:\"percent\";d:54.47;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3684;s:14:\"optimized_size\";i:2018;s:7:\"percent\";d:45.22;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25280;s:14:\"optimized_size\";i:14948;s:7:\"percent\";d:40.87;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71263;s:14:\"optimized_size\";i:27281;s:7:\"percent\";d:61.72;}s:21:\"et-pb-post-main-image\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47534;s:14:\"optimized_size\";i:21127;s:7:\"percent\";d:55.55;}s:21:\"et-pb-portfolio-image\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17819;s:14:\"optimized_size\";i:11172;s:7:\"percent\";d:37.3;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41797;s:14:\"optimized_size\";i:18935;s:7:\"percent\";d:54.7;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14106;s:14:\"optimized_size\";i:7498;s:7:\"percent\";d:46.85;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:53882;s:14:\"optimized_size\";i:21188;s:7:\"percent\";d:60.68;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35627;s:14:\"optimized_size\";i:16258;s:7:\"percent\";d:54.37;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12635;s:14:\"optimized_size\";i:8002;s:7:\"percent\";d:36.67;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:986654;s:14:\"optimized_size\";i:423604;s:7:\"percent\";d:57.07;}}'),
(473, 535, '_wp_attachment_image_alt', 'Fitness coach'),
(474, 549, '_wp_attached_file', '2022/11/01-Minimally-Invasive-Surgery.mp4'),
(475, 549, '_wp_attachment_metadata', 'a:12:{s:7:\"bitrate\";i:9552196;s:8:\"filesize\";i:4539343;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:4;s:16:\"length_formatted\";s:4:\"0:04\";s:5:\"width\";i:1000;s:6:\"height\";i:666;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:315891;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.205658203125;}s:17:\"created_timestamp\";i:1668542037;}'),
(476, 551, '_wp_attached_file', '2022/11/1.gif'),
(477, 551, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:13:\"2022/11/1.gif\";s:8:\"filesize\";i:17158609;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(478, 551, '_imagify_optimization_level', '2'),
(479, 551, '_imagify_status', 'error'),
(480, 551, '_imagify_data', 'a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:34:\"Our server returned an error (502)\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),
(481, 551, '_wp_attachment_image_alt', 'Spine surgeons in OR'),
(482, 552, '_wp_attached_file', '2022/11/2.gif'),
(483, 552, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:13:\"2022/11/2.gif\";s:8:\"filesize\";i:17638218;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(484, 552, '_imagify_optimization_level', '2'),
(485, 552, '_imagify_status', 'error'),
(486, 552, '_imagify_data', 'a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:34:\"Our server returned an error (502)\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),
(487, 552, '_wp_attachment_image_alt', 'Doctor with spine model'),
(488, 553, '_wp_attached_file', '2022/11/3.gif'),
(489, 553, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:13:\"2022/11/3.gif\";s:8:\"filesize\";i:5383276;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(490, 553, '_imagify_optimization_level', '2'),
(491, 553, '_imagify_status', 'error'),
(492, 553, '_imagify_data', 'a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:34:\"Our server returned an error (502)\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),
(493, 553, '_wp_attachment_image_alt', 'Brain scan'),
(494, 569, '_wp_attached_file', '2022/11/malpractice.jpg'),
(495, 569, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:341;s:4:\"file\";s:23:\"2022/11/malpractice.jpg\";s:8:\"filesize\";i:29409;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(496, 569, '_imagify_optimization_level', '2'),
(497, 569, '_imagify_status', 'success'),
(498, 569, '_imagify_data', 'a:2:{s:5:\"sizes\";a:16:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52800;s:14:\"optimized_size\";i:29409;s:7:\"percent\";d:44.3;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35664;s:14:\"optimized_size\";i:17648;s:7:\"percent\";d:50.52;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34407;s:14:\"optimized_size\";i:17140;s:7:\"percent\";d:50.18;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42468;s:14:\"optimized_size\";i:20866;s:7:\"percent\";d:50.87;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28499;s:14:\"optimized_size\";i:14476;s:7:\"percent\";d:49.21;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26134;s:14:\"optimized_size\";i:13216;s:7:\"percent\";d:49.43;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8520;s:14:\"optimized_size\";i:4168;s:7:\"percent\";d:51.08;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17864;s:14:\"optimized_size\";i:9240;s:7:\"percent\";d:48.28;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52800;s:14:\"optimized_size\";i:20838;s:7:\"percent\";d:60.53;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17864;s:14:\"optimized_size\";i:10652;s:7:\"percent\";d:40.37;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8520;s:14:\"optimized_size\";i:5607;s:7:\"percent\";d:34.19;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26134;s:14:\"optimized_size\";i:14529;s:7:\"percent\";d:44.41;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28499;s:14:\"optimized_size\";i:15314;s:7:\"percent\";d:46.26;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42468;s:14:\"optimized_size\";i:22883;s:7:\"percent\";d:46.12;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:34407;s:14:\"optimized_size\";i:18418;s:7:\"percent\";d:46.47;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35664;s:14:\"optimized_size\";i:18087;s:7:\"percent\";d:49.28;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:492712;s:14:\"optimized_size\";i:252491;s:7:\"percent\";d:48.75;}}'),
(499, 569, '_wp_attachment_image_alt', 'Medical malpractice'),
(500, 587, '_wp_attached_file', '2022/11/family-doctor-039.png'),
(501, 587, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:674;s:4:\"file\";s:29:\"2022/11/family-doctor-039.png\";s:8:\"filesize\";i:3383;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(502, 587, '_imagify_optimization_level', '2'),
(503, 587, '_imagify_status', 'success'),
(504, 587, '_imagify_data', 'a:2:{s:5:\"sizes\";a:32:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4868;s:14:\"optimized_size\";i:3383;s:7:\"percent\";d:30.51;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1710;s:14:\"optimized_size\";i:4460;s:7:\"percent\";d:-160.82;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4151;s:14:\"optimized_size\";i:18538;s:7:\"percent\";d:-346.59;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6207;s:14:\"optimized_size\";i:26160;s:7:\"percent\";d:-321.46;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3395;s:14:\"optimized_size\";i:9164;s:7:\"percent\";d:-169.93;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5035;s:14:\"optimized_size\";i:21520;s:7:\"percent\";d:-327.41;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2696;s:14:\"optimized_size\";i:21696;s:7:\"percent\";d:-704.75;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1861;s:14:\"optimized_size\";i:5498;s:7:\"percent\";d:-195.43;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5899;s:14:\"optimized_size\";i:17244;s:7:\"percent\";d:-192.32;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1620;s:14:\"optimized_size\";i:4808;s:7:\"percent\";d:-196.79;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11874;s:14:\"optimized_size\";i:55466;s:7:\"percent\";d:-367.12;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7899;s:14:\"optimized_size\";i:44616;s:7:\"percent\";d:-464.83;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2935;s:14:\"optimized_size\";i:11606;s:7:\"percent\";d:-295.43;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:769;s:14:\"optimized_size\";i:1352;s:7:\"percent\";d:-75.81;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4348;s:14:\"optimized_size\";i:20166;s:7:\"percent\";d:-363.8;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1033;s:14:\"optimized_size\";i:2190;s:7:\"percent\";d:-112;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4868;s:14:\"optimized_size\";i:122752;s:7:\"percent\";d:-2421.61;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1033;s:14:\"optimized_size\";i:487;s:7:\"percent\";d:52.86;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4348;s:14:\"optimized_size\";i:1268;s:7:\"percent\";d:70.84;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:769;s:14:\"optimized_size\";i:231;s:7:\"percent\";d:69.96;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2935;s:14:\"optimized_size\";i:847;s:7:\"percent\";d:71.14;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7899;s:14:\"optimized_size\";i:1970;s:7:\"percent\";d:75.06;}s:9:\"2048x2048\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11874;s:14:\"optimized_size\";i:2979;s:7:\"percent\";d:74.91;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1620;s:14:\"optimized_size\";i:339;s:7:\"percent\";d:79.07;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5899;s:14:\"optimized_size\";i:1061;s:7:\"percent\";d:82.01;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1861;s:14:\"optimized_size\";i:262;s:7:\"percent\";d:85.92;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2696;s:14:\"optimized_size\";i:368;s:7:\"percent\";d:86.35;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5035;s:14:\"optimized_size\";i:1287;s:7:\"percent\";d:74.44;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3395;s:14:\"optimized_size\";i:540;s:7:\"percent\";d:84.09;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6207;s:14:\"optimized_size\";i:1536;s:7:\"percent\";d:75.25;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4151;s:14:\"optimized_size\";i:1094;s:7:\"percent\";d:73.64;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1710;s:14:\"optimized_size\";i:599;s:7:\"percent\";d:64.97;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:132600;s:14:\"optimized_size\";i:405487;s:7:\"percent\";d:-205.8;}}'),
(505, 588, '_wp_attached_file', '2022/11/family-doctor-07.png'),
(506, 588, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:144;s:6:\"height\";i:144;s:4:\"file\";s:28:\"2022/11/family-doctor-07.png\";s:8:\"filesize\";i:289;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(507, 588, '_imagify_optimization_level', '2'),
(508, 588, '_imagify_status', 'success'),
(509, 588, '_imagify_data', 'a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:314;s:14:\"optimized_size\";i:289;s:7:\"percent\";d:7.96;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:314;s:14:\"optimized_size\";i:522;s:7:\"percent\";d:-66.24;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:628;s:14:\"optimized_size\";i:811;s:7:\"percent\";d:-29.14;}}'),
(510, 606, '_wp_attached_file', '2022/11/cropped-logo-1.jpg'),
(511, 606, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2022/11/cropped-logo-1.jpg\";s:8:\"filesize\";i:28356;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(512, 606, '_wp_attachment_context', 'site-icon'),
(513, 606, '_imagify_optimization_level', '2'),
(514, 606, '_imagify_status', 'success'),
(515, 606, '_imagify_data', 'a:2:{s:5:\"sizes\";a:16:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29541;s:14:\"optimized_size\";i:28356;s:7:\"percent\";d:4.01;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26487;s:14:\"optimized_size\";i:13810;s:7:\"percent\";d:47.86;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26095;s:14:\"optimized_size\";i:13886;s:7:\"percent\";d:46.79;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22412;s:14:\"optimized_size\";i:11652;s:7:\"percent\";d:48.01;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15022;s:14:\"optimized_size\";i:8662;s:7:\"percent\";d:42.34;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12889;s:14:\"optimized_size\";i:7226;s:7:\"percent\";d:43.94;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5495;s:14:\"optimized_size\";i:3704;s:7:\"percent\";d:32.59;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13756;s:14:\"optimized_size\";i:8226;s:7:\"percent\";d:40.2;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29541;s:14:\"optimized_size\";i:15366;s:7:\"percent\";d:47.98;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13756;s:14:\"optimized_size\";i:13317;s:7:\"percent\";d:3.19;}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12889;s:14:\"optimized_size\";i:6461;s:7:\"percent\";d:49.87;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15022;s:14:\"optimized_size\";i:14544;s:7:\"percent\";d:3.18;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22412;s:14:\"optimized_size\";i:21606;s:7:\"percent\";d:3.6;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26095;s:14:\"optimized_size\";i:25278;s:7:\"percent\";d:3.13;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26487;s:14:\"optimized_size\";i:25424;s:7:\"percent\";d:4.01;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:297899;s:14:\"optimized_size\";i:217518;s:7:\"percent\";d:26.98;}}'),
(516, 606, '_wp_attachment_image_alt', 'Hart Garner MD logo'),
(517, 617, '_wp_attached_file', '2022/11/Vdo01.mp4'),
(518, 617, '_wp_attachment_metadata', 'a:12:{s:7:\"bitrate\";i:8704138;s:8:\"filesize\";i:3503302;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:3;s:16:\"length_formatted\";s:4:\"0:03\";s:5:\"width\";i:1000;s:6:\"height\";i:666;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:315615;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.205478515625;}s:17:\"created_timestamp\";i:1668698514;}'),
(519, 619, '_wp_attached_file', '2022/11/Vdo02.mp4'),
(520, 619, '_wp_attachment_metadata', 'a:12:{s:7:\"bitrate\";i:9775384;s:8:\"filesize\";i:3915361;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:3;s:16:\"length_formatted\";s:4:\"0:03\";s:5:\"width\";i:1000;s:6:\"height\";i:666;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:315615;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.205478515625;}s:17:\"created_timestamp\";i:1668698359;}'),
(521, 620, '_wp_attached_file', '2022/11/Vdo03.mp4'),
(522, 620, '_wp_attachment_metadata', 'a:12:{s:7:\"bitrate\";i:9071281;s:8:\"filesize\";i:3648698;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:3;s:16:\"length_formatted\";s:4:\"0:03\";s:5:\"width\";i:1000;s:6:\"height\";i:666;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:315615;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.205478515625;}s:17:\"created_timestamp\";i:1668698607;}'),
(523, 629, '_wp_attached_file', '2022/11/logo-1-1-e1668792755303.jpg'),
(524, 629, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:238;s:6:\"height\";i:200;s:4:\"file\";s:35:\"2022/11/logo-1-1-e1668792755303.jpg\";s:8:\"filesize\";i:9762;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(525, 629, '_wp_attachment_backup_sizes', 'a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:200;s:4:\"file\";s:12:\"logo-1-1.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:20:\"logo-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5783;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:20:\"logo-1-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6434;}}'),
(526, 629, '_imagify_optimization_level', '2'),
(527, 629, '_imagify_status', 'success'),
(528, 629, '_imagify_data', 'a:2:{s:5:\"sizes\";a:6:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10105;s:14:\"optimized_size\";i:9762;s:7:\"percent\";d:3.39;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5738;s:14:\"optimized_size\";i:3872;s:7:\"percent\";d:32.52;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6434;s:14:\"optimized_size\";i:4192;s:7:\"percent\";d:34.85;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10105;s:14:\"optimized_size\";i:6898;s:7:\"percent\";d:31.74;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6434;s:14:\"optimized_size\";i:6127;s:7:\"percent\";d:4.77;}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:38816;s:14:\"optimized_size\";i:30851;s:7:\"percent\";d:20.52;}}'),
(529, 629, '_wp_attachment_image_alt', 'Hard Garner MD logo'),
(530, 643, '_wp_attached_file', '2022/11/about-1.jpg'),
(531, 643, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:748;s:6:\"height\";i:748;s:4:\"file\";s:19:\"2022/11/about-1.jpg\";s:8:\"filesize\";i:74666;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1668849828\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(532, 643, '_imagify_optimization_level', '2'),
(533, 643, '_imagify_status', 'success'),
(534, 643, '_imagify_data', 'a:2:{s:5:\"sizes\";a:18:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135283;s:14:\"optimized_size\";i:74666;s:7:\"percent\";d:44.81;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60277;s:14:\"optimized_size\";i:16108;s:7:\"percent\";d:73.28;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61071;s:14:\"optimized_size\";i:17512;s:7:\"percent\";d:71.33;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:56737;s:14:\"optimized_size\";i:14826;s:7:\"percent\";d:73.87;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45366;s:14:\"optimized_size\";i:9332;s:7:\"percent\";d:79.43;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105885;s:14:\"optimized_size\";i:42518;s:7:\"percent\";d:59.85;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43204;s:14:\"optimized_size\";i:8104;s:7:\"percent\";d:81.24;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32426;s:14:\"optimized_size\";i:2778;s:7:\"percent\";d:91.43;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41795;s:14:\"optimized_size\";i:7414;s:7:\"percent\";d:82.26;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135283;s:14:\"optimized_size\";i:43498;s:7:\"percent\";d:67.85;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41795;s:14:\"optimized_size\";i:36406;s:7:\"percent\";d:12.89;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32426;s:14:\"optimized_size\";i:30926;s:7:\"percent\";d:4.63;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43204;s:14:\"optimized_size\";i:37154;s:7:\"percent\";d:14;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105885;s:14:\"optimized_size\";i:74251;s:7:\"percent\";d:29.88;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45366;s:14:\"optimized_size\";i:38393;s:7:\"percent\";d:15.37;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:56737;s:14:\"optimized_size\";i:44715;s:7:\"percent\";d:21.19;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61071;s:14:\"optimized_size\";i:47781;s:7:\"percent\";d:21.76;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60277;s:14:\"optimized_size\";i:46504;s:7:\"percent\";d:22.85;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1164088;s:14:\"optimized_size\";i:592886;s:7:\"percent\";d:49.07;}}'),
(535, 643, '_wp_attachment_image_alt', 'Dr. Hart Garner'),
(536, 675, '_wp_attached_file', '2022/11/spine-957249_960_720.png'),
(537, 675, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:379;s:6:\"height\";i:720;s:4:\"file\";s:32:\"2022/11/spine-957249_960_720.png\";s:8:\"filesize\";i:65836;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(538, 675, '_imagify_optimization_level', '2'),
(539, 675, '_imagify_status', 'success'),
(540, 675, '_imagify_data', 'a:2:{s:5:\"sizes\";a:16:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:161661;s:14:\"optimized_size\";i:65836;s:7:\"percent\";d:59.28;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:117533;s:14:\"optimized_size\";i:16948;s:7:\"percent\";d:85.58;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:77945;s:14:\"optimized_size\";i:11482;s:7:\"percent\";d:85.27;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:49366;s:14:\"optimized_size\";i:7920;s:7:\"percent\";d:83.96;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:156492;s:14:\"optimized_size\";i:21736;s:7:\"percent\";d:86.11;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43559;s:14:\"optimized_size\";i:7174;s:7:\"percent\";d:83.53;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14432;s:14:\"optimized_size\";i:2702;s:7:\"percent\";d:81.28;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33458;s:14:\"optimized_size\";i:5484;s:7:\"percent\";d:83.61;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:161661;s:14:\"optimized_size\";i:21898;s:7:\"percent\";d:86.45;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33458;s:14:\"optimized_size\";i:13765;s:7:\"percent\";d:58.86;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14432;s:14:\"optimized_size\";i:6707;s:7:\"percent\";d:53.53;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43559;s:14:\"optimized_size\";i:18594;s:7:\"percent\";d:57.31;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:156492;s:14:\"optimized_size\";i:66026;s:7:\"percent\";d:57.81;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:49366;s:14:\"optimized_size\";i:20920;s:7:\"percent\";d:57.62;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:77945;s:14:\"optimized_size\";i:33872;s:7:\"percent\";d:56.54;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:117533;s:14:\"optimized_size\";i:48157;s:7:\"percent\";d:59.03;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1308892;s:14:\"optimized_size\";i:369221;s:7:\"percent\";d:71.79;}}'),
(541, 675, '_wp_attachment_image_alt', 'Spine anatomy'),
(542, 738, '_wp_attached_file', '2022/11/spinal-x-ray-2021-09-24-03-34-20-utc-scaled-1.jpg'),
(543, 738, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:57:\"2022/11/spinal-x-ray-2021-09-24-03-34-20-utc-scaled-1.jpg\";s:8:\"filesize\";i:84068;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:81:\"Patient and doctor looking at x-ray image and discussing problem with spinal cord\";s:17:\"created_timestamp\";s:10:\"1502781755\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:12:\"Spinal x-ray\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:40:{i:0;s:8:\"medicine\";i:1;s:6:\"doctor\";i:2;s:3:\"man\";i:3;s:6:\"health\";i:4;s:10:\"healthcare\";i:5;s:8:\"hospital\";i:6;s:10:\"specialist\";i:7;s:12:\"therapeutist\";i:8;s:9:\"physician\";i:9;s:9:\"clinician\";i:10;s:7:\"talking\";i:11;s:7:\"patient\";i:12;s:10:\"consulting\";i:13;s:10:\"profession\";i:14;s:12:\"professional\";i:15;s:9:\"treatment\";i:16;s:11:\"examination\";i:17;s:5:\"x-ray\";i:18;s:11:\"radiologist\";i:19;s:12:\"practitioner\";i:20;s:10:\"assistance\";i:21;s:6:\"clinic\";i:22;s:9:\"diagnosis\";i:23;s:7:\"disease\";i:24;s:4:\"sick\";i:25;s:3:\"ill\";i:26;s:7:\"problem\";i:27;s:7:\"trouble\";i:28;s:7:\"showing\";i:29;s:5:\"visit\";i:30;s:11:\"appointment\";i:31;s:10:\"explaining\";i:32;s:6:\"spinal\";i:33;s:10:\"discussing\";i:34;s:6:\"result\";i:35;s:5:\"human\";i:36;s:4:\"hand\";i:37;s:9:\"vertebrae\";i:38;s:11:\"spinal-cord\";i:39;s:13:\"spinal-column\";}s:3:\"alt\";s:0:\"\";}}'),
(544, 738, '_imagify_optimization_level', '2'),
(545, 738, '_imagify_status', 'success');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(546, 738, '_imagify_data', 'a:2:{s:5:\"sizes\";a:34:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:281297;s:14:\"optimized_size\";i:84068;s:7:\"percent\";d:70.11;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41102;s:14:\"optimized_size\";i:12138;s:7:\"percent\";d:70.47;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79500;s:14:\"optimized_size\";i:23346;s:7:\"percent\";d:70.63;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:107245;s:14:\"optimized_size\";i:30480;s:7:\"percent\";d:71.58;}s:50:\"et-pb-post-main-image-fullwidth-large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:327703;s:14:\"optimized_size\";i:72954;s:7:\"percent\";d:77.74;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44402;s:14:\"optimized_size\";i:12568;s:7:\"percent\";d:71.69;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:87999;s:14:\"optimized_size\";i:25656;s:7:\"percent\";d:70.85;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45302;s:14:\"optimized_size\";i:13442;s:7:\"percent\";d:70.33;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37172;s:14:\"optimized_size\";i:10804;s:7:\"percent\";d:70.94;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:85534;s:14:\"optimized_size\";i:25030;s:7:\"percent\";d:70.74;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35723;s:14:\"optimized_size\";i:10298;s:7:\"percent\";d:71.17;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:198643;s:14:\"optimized_size\";i:51244;s:7:\"percent\";d:74.2;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:134659;s:14:\"optimized_size\";i:36524;s:7:\"percent\";d:72.88;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61611;s:14:\"optimized_size\";i:18750;s:7:\"percent\";d:69.57;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24481;s:14:\"optimized_size\";i:5848;s:7:\"percent\";d:76.11;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83365;s:14:\"optimized_size\";i:24336;s:7:\"percent\";d:70.81;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30660;s:14:\"optimized_size\";i:8600;s:7:\"percent\";d:71.95;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11871030;s:14:\"optimized_size\";i:221534;s:7:\"percent\";d:98.13;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30660;s:14:\"optimized_size\";i:24793;s:7:\"percent\";d:19.14;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83365;s:14:\"optimized_size\";i:47794;s:7:\"percent\";d:42.67;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24481;s:14:\"optimized_size\";i:21982;s:7:\"percent\";d:10.21;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61611;s:14:\"optimized_size\";i:32107;s:7:\"percent\";d:47.89;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:134659;s:14:\"optimized_size\";i:65132;s:7:\"percent\";d:51.63;}s:9:\"2048x2048\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:198643;s:14:\"optimized_size\";i:67120;s:7:\"percent\";d:66.21;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35723;s:14:\"optimized_size\";i:25848;s:7:\"percent\";d:27.64;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:85534;s:14:\"optimized_size\";i:48820;s:7:\"percent\";d:42.92;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37172;s:14:\"optimized_size\";i:26073;s:7:\"percent\";d:29.86;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45302;s:14:\"optimized_size\";i:27499;s:7:\"percent\";d:39.3;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:87999;s:14:\"optimized_size\";i:48616;s:7:\"percent\";d:44.75;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44402;s:14:\"optimized_size\";i:26625;s:7:\"percent\";d:40.04;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:327703;s:14:\"optimized_size\";i:92316;s:7:\"percent\";d:71.83;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:107245;s:14:\"optimized_size\";i:56271;s:7:\"percent\";d:47.53;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:79500;s:14:\"optimized_size\";i:46132;s:7:\"percent\";d:41.97;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41102;s:14:\"optimized_size\";i:26696;s:7:\"percent\";d:35.05;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:15002529;s:14:\"optimized_size\";i:1371444;s:7:\"percent\";d:90.86;}}'),
(547, 738, '_wp_attachment_image_alt', 'Patient and doctor looking at x-ray image and discussing problem with spinal cord'),
(548, 775, '_wp_attached_file', '2022/11/WhatsApp-Image-2022-11-21-at-22.10.50.jpg'),
(549, 775, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:471;s:6:\"height\";i:252;s:4:\"file\";s:49:\"2022/11/WhatsApp-Image-2022-11-21-at-22.10.50.jpg\";s:8:\"filesize\";i:28739;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(550, 775, '_imagify_optimization_level', '2'),
(551, 775, '_imagify_status', 'success'),
(552, 775, '_imagify_data', 'a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40834;s:14:\"optimized_size\";i:28739;s:7:\"percent\";d:29.62;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26608;s:14:\"optimized_size\";i:17964;s:7:\"percent\";d:32.49;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26608;s:14:\"optimized_size\";i:17964;s:7:\"percent\";d:32.49;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23020;s:14:\"optimized_size\";i:15292;s:7:\"percent\";d:33.57;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6303;s:14:\"optimized_size\";i:4428;s:7:\"percent\";d:29.75;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12040;s:14:\"optimized_size\";i:8264;s:7:\"percent\";d:31.36;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40834;s:14:\"optimized_size\";i:18646;s:7:\"percent\";d:54.34;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12040;s:14:\"optimized_size\";i:9242;s:7:\"percent\";d:23.24;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6303;s:14:\"optimized_size\";i:4961;s:7:\"percent\";d:21.29;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23020;s:14:\"optimized_size\";i:17289;s:7:\"percent\";d:24.9;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26608;s:14:\"optimized_size\";i:20703;s:7:\"percent\";d:22.19;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:244218;s:14:\"optimized_size\";i:163492;s:7:\"percent\";d:33.05;}}'),
(553, 775, '_wp_attachment_image_alt', 'Human nervous system'),
(554, 778, '_wp_attached_file', '2022/11/WhatsApp-Image-2022-11-21-at-22.09.58.jpg'),
(555, 778, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:49:\"2022/11/WhatsApp-Image-2022-11-21-at-22.09.58.jpg\";s:8:\"filesize\";i:60260;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(556, 778, '_imagify_optimization_level', '2'),
(557, 778, '_imagify_status', 'success'),
(558, 778, '_imagify_data', 'a:2:{s:5:\"sizes\";a:26:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123133;s:14:\"optimized_size\";i:60260;s:7:\"percent\";d:51.06;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18553;s:14:\"optimized_size\";i:10564;s:7:\"percent\";d:43.06;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:53140;s:14:\"optimized_size\";i:25080;s:7:\"percent\";d:52.8;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25456;s:14:\"optimized_size\";i:12524;s:7:\"percent\";d:50.8;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61124;s:14:\"optimized_size\";i:28514;s:7:\"percent\";d:53.35;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26111;s:14:\"optimized_size\";i:13802;s:7:\"percent\";d:47.14;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17737;s:14:\"optimized_size\";i:9996;s:7:\"percent\";d:43.64;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67851;s:14:\"optimized_size\";i:31174;s:7:\"percent\";d:54.06;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15945;s:14:\"optimized_size\";i:9070;s:7:\"percent\";d:43.12;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36951;s:14:\"optimized_size\";i:18848;s:7:\"percent\";d:48.99;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5573;s:14:\"optimized_size\";i:3474;s:7:\"percent\";d:37.66;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:56188;s:14:\"optimized_size\";i:26270;s:7:\"percent\";d:53.25;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9513;s:14:\"optimized_size\";i:5702;s:7:\"percent\";d:40.06;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123133;s:14:\"optimized_size\";i:36828;s:7:\"percent\";d:70.09;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9513;s:14:\"optimized_size\";i:6624;s:7:\"percent\";d:30.37;}s:5:\"large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5573;s:14:\"optimized_size\";i:4090;s:7:\"percent\";d:26.61;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36951;s:14:\"optimized_size\";i:18519;s:7:\"percent\";d:49.88;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15945;s:14:\"optimized_size\";i:10283;s:7:\"percent\";d:35.51;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17737;s:14:\"optimized_size\";i:11414;s:7:\"percent\";d:35.65;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26111;s:14:\"optimized_size\";i:15759;s:7:\"percent\";d:39.65;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25456;s:14:\"optimized_size\";i:14364;s:7:\"percent\";d:43.57;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18553;s:14:\"optimized_size\";i:11809;s:7:\"percent\";d:36.35;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:796247;s:14:\"optimized_size\";i:384968;s:7:\"percent\";d:51.65;}}'),
(559, 778, '_wp_attachment_image_alt', 'Doctor with patient in hospital'),
(560, 783, '_wp_attached_file', '2022/11/header.jpg'),
(561, 783, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:773;s:6:\"height\";i:511;s:4:\"file\";s:18:\"2022/11/header.jpg\";s:8:\"filesize\";i:37166;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(562, 783, '_imagify_optimization_level', '2'),
(563, 783, '_imagify_status', 'success'),
(564, 783, '_imagify_data', 'a:2:{s:5:\"sizes\";a:18:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62453;s:14:\"optimized_size\";i:37166;s:7:\"percent\";d:40.49;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20117;s:14:\"optimized_size\";i:9814;s:7:\"percent\";d:51.22;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23132;s:14:\"optimized_size\";i:10972;s:7:\"percent\";d:52.57;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23628;s:14:\"optimized_size\";i:11398;s:7:\"percent\";d:51.76;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16269;s:14:\"optimized_size\";i:8306;s:7:\"percent\";d:48.95;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14937;s:14:\"optimized_size\";i:7602;s:7:\"percent\";d:49.11;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39140;s:14:\"optimized_size\";i:17266;s:7:\"percent\";d:55.89;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5235;s:14:\"optimized_size\";i:3180;s:7:\"percent\";d:39.26;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10564;s:14:\"optimized_size\";i:5878;s:7:\"percent\";d:44.36;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62453;s:14:\"optimized_size\";i:18382;s:7:\"percent\";d:70.57;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10564;s:14:\"optimized_size\";i:6708;s:7:\"percent\";d:36.5;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5235;s:14:\"optimized_size\";i:3715;s:7:\"percent\";d:29.04;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39140;s:14:\"optimized_size\";i:24002;s:7:\"percent\";d:38.68;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14937;s:14:\"optimized_size\";i:8798;s:7:\"percent\";d:41.1;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16269;s:14:\"optimized_size\";i:9623;s:7:\"percent\";d:40.85;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23628;s:14:\"optimized_size\";i:15167;s:7:\"percent\";d:35.81;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23132;s:14:\"optimized_size\";i:14585;s:7:\"percent\";d:36.95;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20117;s:14:\"optimized_size\";i:11317;s:7:\"percent\";d:43.74;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:430950;s:14:\"optimized_size\";i:223879;s:7:\"percent\";d:48.05;}}'),
(565, 783, '_wp_attachment_image_alt', 'Man experiencing intense headache'),
(566, 784, '_wp_attached_file', '2022/11/WhatsApp-Image-2022-11-21-at-22.29.22.jpg'),
(567, 784, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:772;s:6:\"height\";i:325;s:4:\"file\";s:49:\"2022/11/WhatsApp-Image-2022-11-21-at-22.29.22.jpg\";s:8:\"filesize\";i:27562;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(568, 784, '_imagify_optimization_level', '2'),
(569, 784, '_imagify_status', 'success'),
(570, 784, '_imagify_data', 'a:2:{s:5:\"sizes\";a:18:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44846;s:14:\"optimized_size\";i:27562;s:7:\"percent\";d:38.54;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13819;s:14:\"optimized_size\";i:7010;s:7:\"percent\";d:49.27;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18447;s:14:\"optimized_size\";i:9236;s:7:\"percent\";d:49.93;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21947;s:14:\"optimized_size\";i:10368;s:7:\"percent\";d:52.76;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15542;s:14:\"optimized_size\";i:7700;s:7:\"percent\";d:50.46;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14343;s:14:\"optimized_size\";i:7220;s:7:\"percent\";d:49.66;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27326;s:14:\"optimized_size\";i:12676;s:7:\"percent\";d:53.61;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5151;s:14:\"optimized_size\";i:3124;s:7:\"percent\";d:39.35;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7116;s:14:\"optimized_size\";i:4130;s:7:\"percent\";d:41.96;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:44846;s:14:\"optimized_size\";i:13580;s:7:\"percent\";d:69.72;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7116;s:14:\"optimized_size\";i:4743;s:7:\"percent\";d:33.35;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5151;s:14:\"optimized_size\";i:3695;s:7:\"percent\";d:28.27;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27326;s:14:\"optimized_size\";i:17531;s:7:\"percent\";d:35.84;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14343;s:14:\"optimized_size\";i:8528;s:7:\"percent\";d:40.54;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15542;s:14:\"optimized_size\";i:8844;s:7:\"percent\";d:43.1;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21947;s:14:\"optimized_size\";i:12346;s:7:\"percent\";d:43.75;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18447;s:14:\"optimized_size\";i:10586;s:7:\"percent\";d:42.61;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13819;s:14:\"optimized_size\";i:8273;s:7:\"percent\";d:40.13;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:337074;s:14:\"optimized_size\";i:177152;s:7:\"percent\";d:47.44;}}'),
(571, 784, '_wp_attachment_image_alt', 'woman dealing with mental health issues'),
(572, 785, '_wp_attached_file', '2022/11/WhatsApp-Image-2022-11-21-at-22.29.22-1.jpg'),
(573, 785, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:768;s:6:\"height\";i:506;s:4:\"file\";s:51:\"2022/11/WhatsApp-Image-2022-11-21-at-22.29.22-1.jpg\";s:8:\"filesize\";i:23600;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(574, 785, '_imagify_optimization_level', '2'),
(575, 785, '_imagify_status', 'success'),
(576, 785, '_imagify_data', 'a:2:{s:5:\"sizes\";a:16:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54001;s:14:\"optimized_size\";i:23600;s:7:\"percent\";d:56.3;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18422;s:14:\"optimized_size\";i:10802;s:7:\"percent\";d:41.36;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21447;s:14:\"optimized_size\";i:11798;s:7:\"percent\";d:44.99;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21505;s:14:\"optimized_size\";i:12750;s:7:\"percent\";d:40.71;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14946;s:14:\"optimized_size\";i:9262;s:7:\"percent\";d:38.03;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14021;s:14:\"optimized_size\";i:8480;s:7:\"percent\";d:39.52;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5093;s:14:\"optimized_size\";i:3362;s:7:\"percent\";d:33.99;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9775;s:14:\"optimized_size\";i:6194;s:7:\"percent\";d:36.63;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54001;s:14:\"optimized_size\";i:20584;s:7:\"percent\";d:61.88;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9775;s:14:\"optimized_size\";i:6377;s:7:\"percent\";d:34.76;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5093;s:14:\"optimized_size\";i:3683;s:7:\"percent\";d:27.69;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14021;s:14:\"optimized_size\";i:7694;s:7:\"percent\";d:45.13;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14946;s:14:\"optimized_size\";i:10517;s:7:\"percent\";d:29.63;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21505;s:14:\"optimized_size\";i:14018;s:7:\"percent\";d:34.82;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21447;s:14:\"optimized_size\";i:13873;s:7:\"percent\";d:35.31;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18422;s:14:\"optimized_size\";i:12618;s:7:\"percent\";d:31.51;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:318420;s:14:\"optimized_size\";i:175612;s:7:\"percent\";d:44.85;}}'),
(577, 785, '_wp_attachment_image_alt', 'Organization'),
(578, 788, '_wp_attached_file', '2022/11/WhatsApp-Image-2022-11-21-at-22.11.34.jpg'),
(579, 788, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:495;s:6:\"height\";i:327;s:4:\"file\";s:49:\"2022/11/WhatsApp-Image-2022-11-21-at-22.11.34.jpg\";s:8:\"filesize\";i:26755;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(580, 788, '_imagify_optimization_level', '2'),
(581, 788, '_imagify_status', 'success'),
(582, 788, '_imagify_data', 'a:2:{s:5:\"sizes\";a:14:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43529;s:14:\"optimized_size\";i:26755;s:7:\"percent\";d:38.54;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26742;s:14:\"optimized_size\";i:16244;s:7:\"percent\";d:39.26;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26973;s:14:\"optimized_size\";i:16780;s:7:\"percent\";d:37.79;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22401;s:14:\"optimized_size\";i:13960;s:7:\"percent\";d:37.68;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20244;s:14:\"optimized_size\";i:12550;s:7:\"percent\";d:38.01;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7055;s:14:\"optimized_size\";i:5014;s:7:\"percent\";d:28.93;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13869;s:14:\"optimized_size\";i:9212;s:7:\"percent\";d:33.58;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43529;s:14:\"optimized_size\";i:18436;s:7:\"percent\";d:57.65;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13869;s:14:\"optimized_size\";i:9776;s:7:\"percent\";d:29.51;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7055;s:14:\"optimized_size\";i:5461;s:7:\"percent\";d:22.59;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20244;s:14:\"optimized_size\";i:13819;s:7:\"percent\";d:31.74;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22401;s:14:\"optimized_size\";i:15317;s:7:\"percent\";d:31.62;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26973;s:14:\"optimized_size\";i:18163;s:7:\"percent\";d:32.66;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26742;s:14:\"optimized_size\";i:17488;s:7:\"percent\";d:34.6;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:321626;s:14:\"optimized_size\";i:198975;s:7:\"percent\";d:38.13;}}'),
(583, 788, '_wp_attachment_image_alt', 'Brain health'),
(584, 791, '_wp_attached_file', '2022/11/WhatsApp-Image-2022-11-21-at-22.09.51.jpg'),
(585, 791, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:49:\"2022/11/WhatsApp-Image-2022-11-21-at-22.09.51.jpg\";s:8:\"filesize\";i:65223;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(586, 791, '_imagify_optimization_level', '2'),
(587, 791, '_imagify_status', 'success'),
(588, 791, '_imagify_data', 'a:2:{s:5:\"sizes\";a:26:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:127007;s:14:\"optimized_size\";i:65223;s:7:\"percent\";d:48.65;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20056;s:14:\"optimized_size\";i:10856;s:7:\"percent\";d:45.87;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55092;s:14:\"optimized_size\";i:25744;s:7:\"percent\";d:53.27;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24990;s:14:\"optimized_size\";i:12916;s:7:\"percent\";d:48.32;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:63313;s:14:\"optimized_size\";i:29506;s:7:\"percent\";d:53.4;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25219;s:14:\"optimized_size\";i:12802;s:7:\"percent\";d:49.24;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17373;s:14:\"optimized_size\";i:9516;s:7:\"percent\";d:45.23;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67556;s:14:\"optimized_size\";i:30046;s:7:\"percent\";d:55.52;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16420;s:14:\"optimized_size\";i:8970;s:7:\"percent\";d:45.37;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38523;s:14:\"optimized_size\";i:18820;s:7:\"percent\";d:51.15;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5805;s:14:\"optimized_size\";i:3528;s:7:\"percent\";d:39.22;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:58488;s:14:\"optimized_size\";i:26942;s:7:\"percent\";d:53.94;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10750;s:14:\"optimized_size\";i:6266;s:7:\"percent\";d:41.71;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:127007;s:14:\"optimized_size\";i:39740;s:7:\"percent\";d:68.71;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10750;s:14:\"optimized_size\";i:7644;s:7:\"percent\";d:28.89;}s:5:\"large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5805;s:14:\"optimized_size\";i:4363;s:7:\"percent\";d:24.84;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38523;s:14:\"optimized_size\";i:26638;s:7:\"percent\";d:30.85;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16420;s:14:\"optimized_size\";i:10506;s:7:\"percent\";d:36.02;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17373;s:14:\"optimized_size\";i:11100;s:7:\"percent\";d:36.11;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25219;s:14:\"optimized_size\";i:13760;s:7:\"percent\";d:45.44;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24990;s:14:\"optimized_size\";i:13278;s:7:\"percent\";d:46.87;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20056;s:14:\"optimized_size\";i:12788;s:7:\"percent\";d:36.24;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:816735;s:14:\"optimized_size\";i:400952;s:7:\"percent\";d:50.91;}}'),
(589, 791, '_wp_attachment_image_alt', 'Doctor performing brain scan'),
(590, 794, '_wp_attached_file', '2022/11/WhatsApp-Image-2022-11-21-at-22.10.04.jpg'),
(591, 794, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:49:\"2022/11/WhatsApp-Image-2022-11-21-at-22.10.04.jpg\";s:8:\"filesize\";i:136410;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(592, 794, '_imagify_optimization_level', '2'),
(593, 794, '_imagify_status', 'success'),
(594, 794, '_imagify_data', 'a:2:{s:5:\"sizes\";a:26:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:218434;s:14:\"optimized_size\";i:136410;s:7:\"percent\";d:37.55;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26701;s:14:\"optimized_size\";i:14836;s:7:\"percent\";d:44.44;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:82722;s:14:\"optimized_size\";i:38428;s:7:\"percent\";d:53.55;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28889;s:14:\"optimized_size\";i:14814;s:7:\"percent\";d:48.72;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:96615;s:14:\"optimized_size\";i:44082;s:7:\"percent\";d:54.37;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31853;s:14:\"optimized_size\";i:16808;s:7:\"percent\";d:47.23;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21358;s:14:\"optimized_size\";i:12260;s:7:\"percent\";d:42.6;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:92514;s:14:\"optimized_size\";i:42636;s:7:\"percent\";d:53.91;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19557;s:14:\"optimized_size\";i:11340;s:7:\"percent\";d:42.02;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55722;s:14:\"optimized_size\";i:27944;s:7:\"percent\";d:49.85;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6237;s:14:\"optimized_size\";i:4144;s:7:\"percent\";d:33.56;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:88460;s:14:\"optimized_size\";i:40696;s:7:\"percent\";d:54;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13390;s:14:\"optimized_size\";i:8148;s:7:\"percent\";d:39.15;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:218434;s:14:\"optimized_size\";i:60700;s:7:\"percent\";d:72.21;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13390;s:14:\"optimized_size\";i:9083;s:7:\"percent\";d:32.17;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:88460;s:14:\"optimized_size\";i:48227;s:7:\"percent\";d:45.48;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6237;s:14:\"optimized_size\";i:4776;s:7:\"percent\";d:23.42;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55722;s:14:\"optimized_size\";i:32832;s:7:\"percent\";d:41.08;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19557;s:14:\"optimized_size\";i:13188;s:7:\"percent\";d:32.57;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:92514;s:14:\"optimized_size\";i:50333;s:7:\"percent\";d:45.59;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21358;s:14:\"optimized_size\";i:14016;s:7:\"percent\";d:34.38;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31853;s:14:\"optimized_size\";i:19558;s:7:\"percent\";d:38.6;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:96615;s:14:\"optimized_size\";i:52385;s:7:\"percent\";d:45.78;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28889;s:14:\"optimized_size\";i:17345;s:7:\"percent\";d:39.96;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:82722;s:14:\"optimized_size\";i:45195;s:7:\"percent\";d:45.37;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26701;s:14:\"optimized_size\";i:17351;s:7:\"percent\";d:35.02;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1564904;s:14:\"optimized_size\";i:797535;s:7:\"percent\";d:49.04;}}'),
(595, 794, '_wp_attachment_image_alt', 'Doctor looking at imaging test'),
(596, 797, '_wp_attached_file', '2022/12/logo-1.jpg'),
(597, 797, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2022/12/logo-1.jpg\";s:8:\"filesize\";i:6159;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(598, 797, '_wp_attachment_image_alt', 'Hart Garner MD Logo'),
(599, 797, '_imagify_optimization_level', '2'),
(600, 797, '_imagify_status', 'success'),
(601, 797, '_imagify_data', 'a:2:{s:5:\"sizes\";a:6:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9599;s:14:\"optimized_size\";i:6159;s:7:\"percent\";d:35.84;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5774;s:14:\"optimized_size\";i:3944;s:7:\"percent\";d:31.69;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6460;s:14:\"optimized_size\";i:4276;s:7:\"percent\";d:33.81;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9599;s:14:\"optimized_size\";i:7144;s:7:\"percent\";d:25.58;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6460;s:14:\"optimized_size\";i:4071;s:7:\"percent\";d:36.98;}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:37892;s:14:\"optimized_size\";i:25594;s:7:\"percent\";d:32.46;}}'),
(602, 876, '_wp_attached_file', '2023/09/1519879984261.jpg'),
(603, 876, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2023/09/1519879984261.jpg\";s:8:\"filesize\";i:18118;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(604, 876, '_imagify_optimization_level', '2'),
(605, 876, '_imagify_status', 'already_optimized'),
(606, 876, '_imagify_data', 'a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8018;s:14:\"optimized_size\";i:5770;s:7:\"percent\";d:28.04;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18118;s:14:\"optimized_size\";i:10300;s:7:\"percent\";d:43.15;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:26136;s:14:\"optimized_size\";i:16070;s:7:\"percent\";d:38.51;}}'),
(607, 876, '_wp_attachment_image_alt', 'American Board of Neurological Surgery'),
(608, 1006, '_wp_attached_file', '2024/05/Garner_16051.png'),
(609, 1006, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2024/05/Garner_16051.png\";s:8:\"filesize\";i:493274;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(610, 1006, '_imagify_optimization_level', '2'),
(611, 1006, '_imagify_status', 'success'),
(612, 1006, '_imagify_data', 'a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1254587;s:14:\"optimized_size\";i:493274;s:7:\"percent\";d:60.68;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:209017;s:14:\"optimized_size\";i:18638;s:7:\"percent\";d:91.08;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:915129;s:14:\"optimized_size\";i:79230;s:7:\"percent\";d:91.34;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:228321;s:14:\"optimized_size\";i:20798;s:7:\"percent\";d:90.89;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:184102;s:14:\"optimized_size\";i:16752;s:7:\"percent\";d:90.9;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105878;s:14:\"optimized_size\";i:10294;s:7:\"percent\";d:90.28;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:749575;s:14:\"optimized_size\";i:77434;s:7:\"percent\";d:89.67;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90511;s:14:\"optimized_size\";i:9214;s:7:\"percent\";d:89.82;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:557140;s:14:\"optimized_size\";i:48014;s:7:\"percent\";d:91.38;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23032;s:14:\"optimized_size\";i:3066;s:7:\"percent\";d:86.69;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1000716;s:14:\"optimized_size\";i:85216;s:7:\"percent\";d:91.48;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:82065;s:14:\"optimized_size\";i:8078;s:7:\"percent\";d:90.16;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1254587;s:14:\"optimized_size\";i:133726;s:7:\"percent\";d:89.34;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:82065;s:14:\"optimized_size\";i:33571;s:7:\"percent\";d:59.09;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1000716;s:14:\"optimized_size\";i:392860;s:7:\"percent\";d:60.74;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23032;s:14:\"optimized_size\";i:10429;s:7:\"percent\";d:54.72;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:557140;s:14:\"optimized_size\";i:222503;s:7:\"percent\";d:60.06;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90511;s:14:\"optimized_size\";i:45272;s:7:\"percent\";d:49.98;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:749575;s:14:\"optimized_size\";i:307409;s:7:\"percent\";d:58.99;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105878;s:14:\"optimized_size\";i:45312;s:7:\"percent\";d:57.2;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:184102;s:14:\"optimized_size\";i:78087;s:7:\"percent\";d:57.58;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:228321;s:14:\"optimized_size\";i:99067;s:7:\"percent\";d:56.61;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:915129;s:14:\"optimized_size\";i:377646;s:7:\"percent\";d:58.73;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:209017;s:14:\"optimized_size\";i:85672;s:7:\"percent\";d:59.01;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:10800146;s:14:\"optimized_size\";i:2701562;s:7:\"percent\";d:74.99;}}'),
(613, 1006, '_wp_attachment_image_alt', 'Dr. Hart Garner'),
(614, 1010, '_wp_attached_file', '2024/05/msbi-full-signature-logo-black-RGB.png'),
(615, 1010, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:610;s:4:\"file\";s:46:\"2024/05/msbi-full-signature-logo-black-RGB.png\";s:8:\"filesize\";i:24641;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(616, 1010, '_imagify_optimization_level', '2'),
(617, 1010, '_imagify_status', 'success'),
(618, 1010, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45997;s:14:\"optimized_size\";i:24641;s:7:\"percent\";d:46.43;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15312;s:14:\"optimized_size\";i:12842;s:7:\"percent\";d:16.13;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35704;s:14:\"optimized_size\";i:30554;s:7:\"percent\";d:14.42;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47710;s:14:\"optimized_size\";i:40976;s:7:\"percent\";d:14.11;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29396;s:14:\"optimized_size\";i:26798;s:7:\"percent\";d:8.84;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40096;s:14:\"optimized_size\";i:34466;s:7:\"percent\";d:14.04;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29511;s:14:\"optimized_size\";i:26836;s:7:\"percent\";d:9.06;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21828;s:14:\"optimized_size\";i:19288;s:7:\"percent\";d:11.64;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26100;s:14:\"optimized_size\";i:18427;s:7:\"percent\";d:29.4;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19624;s:14:\"optimized_size\";i:16692;s:7:\"percent\";d:14.94;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:58748;s:14:\"optimized_size\";i:49972;s:7:\"percent\";d:14.94;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27291;s:14:\"optimized_size\";i:22858;s:7:\"percent\";d:16.24;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8151;s:14:\"optimized_size\";i:6912;s:7:\"percent\";d:15.2;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37507;s:14:\"optimized_size\";i:32340;s:7:\"percent\";d:13.78;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8192;s:14:\"optimized_size\";i:6704;s:7:\"percent\";d:18.16;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45997;s:14:\"optimized_size\";i:37698;s:7:\"percent\";d:18.04;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8192;s:14:\"optimized_size\";i:4788;s:7:\"percent\";d:41.55;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37507;s:14:\"optimized_size\";i:20555;s:7:\"percent\";d:45.2;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8151;s:14:\"optimized_size\";i:4626;s:7:\"percent\";d:43.25;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27291;s:14:\"optimized_size\";i:14720;s:7:\"percent\";d:46.06;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:58748;s:14:\"optimized_size\";i:32666;s:7:\"percent\";d:44.4;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19624;s:14:\"optimized_size\";i:10803;s:7:\"percent\";d:44.95;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26100;s:14:\"optimized_size\";i:18427;s:7:\"percent\";d:29.4;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21828;s:14:\"optimized_size\";i:11650;s:7:\"percent\";d:46.63;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29511;s:14:\"optimized_size\";i:15782;s:7:\"percent\";d:46.52;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40096;s:14:\"optimized_size\";i:21602;s:7:\"percent\";d:46.12;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29396;s:14:\"optimized_size\";i:16095;s:7:\"percent\";d:45.25;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47710;s:14:\"optimized_size\";i:26718;s:7:\"percent\";d:44;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35704;s:14:\"optimized_size\";i:19859;s:7:\"percent\";d:44.38;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15312;s:14:\"optimized_size\";i:8828;s:7:\"percent\";d:42.35;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:902334;s:14:\"optimized_size\";i:635123;s:7:\"percent\";d:29.61;}}'),
(619, 1010, '_wp_attachment_image_alt', 'Midwest Spine and Brain Institute Logo'),
(620, 1018, '_wp_attached_file', '2024/06/msbi-full-signature-logo-black-RGB.png');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(621, 1018, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:610;s:4:\"file\";s:46:\"2024/06/msbi-full-signature-logo-black-RGB.png\";s:8:\"filesize\";i:24641;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(622, 1018, '_imagify_optimization_level', '2'),
(623, 1018, '_imagify_status', 'success'),
(624, 1018, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45997;s:14:\"optimized_size\";i:24641;s:7:\"percent\";d:46.43;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15312;s:14:\"optimized_size\";i:12842;s:7:\"percent\";d:16.13;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35704;s:14:\"optimized_size\";i:30554;s:7:\"percent\";d:14.42;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47710;s:14:\"optimized_size\";i:40976;s:7:\"percent\";d:14.11;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29396;s:14:\"optimized_size\";i:26798;s:7:\"percent\";d:8.84;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40096;s:14:\"optimized_size\";i:34466;s:7:\"percent\";d:14.04;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29511;s:14:\"optimized_size\";i:26836;s:7:\"percent\";d:9.06;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21828;s:14:\"optimized_size\";i:19288;s:7:\"percent\";d:11.64;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26100;s:14:\"optimized_size\";i:18427;s:7:\"percent\";d:29.4;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19624;s:14:\"optimized_size\";i:16692;s:7:\"percent\";d:14.94;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:58748;s:14:\"optimized_size\";i:49972;s:7:\"percent\";d:14.94;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27291;s:14:\"optimized_size\";i:22858;s:7:\"percent\";d:16.24;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8151;s:14:\"optimized_size\";i:6912;s:7:\"percent\";d:15.2;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37507;s:14:\"optimized_size\";i:32340;s:7:\"percent\";d:13.78;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8192;s:14:\"optimized_size\";i:6704;s:7:\"percent\";d:18.16;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45997;s:14:\"optimized_size\";i:37698;s:7:\"percent\";d:18.04;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8192;s:14:\"optimized_size\";i:4788;s:7:\"percent\";d:41.55;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:37507;s:14:\"optimized_size\";i:20555;s:7:\"percent\";d:45.2;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8151;s:14:\"optimized_size\";i:4626;s:7:\"percent\";d:43.25;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27291;s:14:\"optimized_size\";i:14720;s:7:\"percent\";d:46.06;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:58748;s:14:\"optimized_size\";i:32666;s:7:\"percent\";d:44.4;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19624;s:14:\"optimized_size\";i:10803;s:7:\"percent\";d:44.95;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26100;s:14:\"optimized_size\";i:18427;s:7:\"percent\";d:29.4;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21828;s:14:\"optimized_size\";i:11650;s:7:\"percent\";d:46.63;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29511;s:14:\"optimized_size\";i:15782;s:7:\"percent\";d:46.52;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:40096;s:14:\"optimized_size\";i:21602;s:7:\"percent\";d:46.12;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29396;s:14:\"optimized_size\";i:16095;s:7:\"percent\";d:45.25;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47710;s:14:\"optimized_size\";i:26718;s:7:\"percent\";d:44;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35704;s:14:\"optimized_size\";i:19859;s:7:\"percent\";d:44.38;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15312;s:14:\"optimized_size\";i:8828;s:7:\"percent\";d:42.35;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:902334;s:14:\"optimized_size\";i:635123;s:7:\"percent\";d:29.61;}}'),
(625, 1018, '_wp_attachment_image_alt', 'Midwest Spine and Brain Institute Logo'),
(626, 1020, '_wp_attached_file', '2024/06/msbi-full-signature-logo-navy-RGB.png'),
(627, 1020, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:610;s:4:\"file\";s:45:\"2024/06/msbi-full-signature-logo-navy-RGB.png\";s:8:\"filesize\";i:23883;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(628, 1020, '_imagify_optimization_level', '2'),
(629, 1020, '_imagify_status', 'success'),
(630, 1020, '_imagify_data', 'a:2:{s:5:\"sizes\";a:30:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55581;s:14:\"optimized_size\";i:23883;s:7:\"percent\";d:57.03;}s:43:\"et-pb-image--responsive--phone@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22109;s:14:\"optimized_size\";i:14698;s:7:\"percent\";d:33.52;}s:44:\"et-pb-image--responsive--tablet@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:50570;s:14:\"optimized_size\";i:35088;s:7:\"percent\";d:30.61;}s:45:\"et-pb-image--responsive--desktop@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:68429;s:14:\"optimized_size\";i:47096;s:7:\"percent\";d:31.18;}s:48:\"et-pb-gallery-module-image-portrait@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42947;s:14:\"optimized_size\";i:30484;s:7:\"percent\";d:29.02;}s:41:\"et-pb-portfolio-image-single@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57004;s:14:\"optimized_size\";i:39372;s:7:\"percent\";d:30.93;}s:41:\"et-pb-portfolio-module-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43069;s:14:\"optimized_size\";i:30262;s:7:\"percent\";d:29.74;}s:34:\"et-pb-portfolio-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32524;s:14:\"optimized_size\";i:21518;s:7:\"percent\";d:33.84;}s:44:\"et-pb-post-main-image-fullwidth@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60293;s:14:\"optimized_size\";i:38232;s:7:\"percent\";d:36.59;}s:34:\"et-pb-post-main-image@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29364;s:14:\"optimized_size\";i:18790;s:7:\"percent\";d:36.01;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83344;s:14:\"optimized_size\";i:57956;s:7:\"percent\";d:30.46;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39211;s:14:\"optimized_size\";i:26024;s:7:\"percent\";d:33.63;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11822;s:14:\"optimized_size\";i:7716;s:7:\"percent\";d:34.73;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:53361;s:14:\"optimized_size\";i:37092;s:7:\"percent\";d:30.49;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11660;s:14:\"optimized_size\";i:7582;s:7:\"percent\";d:34.97;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55581;s:14:\"optimized_size\";i:47438;s:7:\"percent\";d:14.65;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11660;s:14:\"optimized_size\";i:4539;s:7:\"percent\";d:61.07;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:53361;s:14:\"optimized_size\";i:20035;s:7:\"percent\";d:62.45;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11822;s:14:\"optimized_size\";i:4522;s:7:\"percent\";d:61.75;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:39211;s:14:\"optimized_size\";i:14534;s:7:\"percent\";d:62.93;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83344;s:14:\"optimized_size\";i:32750;s:7:\"percent\";d:60.71;}s:21:\"et-pb-post-main-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29364;s:14:\"optimized_size\";i:10811;s:7:\"percent\";d:63.18;}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60293;s:14:\"optimized_size\";i:18024;s:7:\"percent\";d:70.11;}s:21:\"et-pb-portfolio-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32524;s:14:\"optimized_size\";i:11816;s:7:\"percent\";d:63.67;}s:28:\"et-pb-portfolio-module-image\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43069;s:14:\"optimized_size\";i:15990;s:7:\"percent\";d:62.87;}s:28:\"et-pb-portfolio-image-single\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57004;s:14:\"optimized_size\";i:21325;s:7:\"percent\";d:62.59;}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42947;s:14:\"optimized_size\";i:16440;s:7:\"percent\";d:61.72;}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:68429;s:14:\"optimized_size\";i:25930;s:7:\"percent\";d:62.11;}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:50570;s:14:\"optimized_size\";i:20220;s:7:\"percent\";d:60.02;}s:30:\"et-pb-image--responsive--phone\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22109;s:14:\"optimized_size\";i:8222;s:7:\"percent\";d:62.81;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1322576;s:14:\"optimized_size\";i:708389;s:7:\"percent\";d:46.44;}}'),
(631, 1020, '_wp_attachment_image_alt', 'Midwest Spine and Brain Institute Logo'),
(632, 1021, '_menu_item_type', 'custom'),
(633, 1021, '_menu_item_menu_item_parent', '0'),
(634, 1021, '_menu_item_object_id', '1021'),
(635, 1021, '_menu_item_object', 'custom'),
(636, 1021, '_menu_item_target', ''),
(637, 1021, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(638, 1021, '_menu_item_xfn', ''),
(639, 1021, '_menu_item_url', '#'),
(640, 1022, '_menu_item_type', 'custom'),
(641, 1022, '_menu_item_menu_item_parent', '1021'),
(642, 1022, '_menu_item_object_id', '1022'),
(643, 1022, '_menu_item_object', 'custom'),
(644, 1022, '_menu_item_target', ''),
(645, 1022, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(646, 1022, '_menu_item_xfn', ''),
(647, 1022, '_menu_item_url', '#'),
(648, 1023, '_menu_item_type', 'custom'),
(649, 1023, '_menu_item_menu_item_parent', '0'),
(650, 1023, '_menu_item_object_id', '1023'),
(651, 1023, '_menu_item_object', 'custom'),
(652, 1023, '_menu_item_target', ''),
(653, 1023, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(654, 1023, '_menu_item_xfn', ''),
(655, 1023, '_menu_item_url', '#'),
(656, 1024, '_menu_item_type', 'custom'),
(657, 1024, '_menu_item_menu_item_parent', '1021'),
(658, 1024, '_menu_item_object_id', '1024'),
(659, 1024, '_menu_item_object', 'custom'),
(660, 1024, '_menu_item_target', ''),
(661, 1024, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(662, 1024, '_menu_item_xfn', ''),
(663, 1024, '_menu_item_url', '#'),
(664, 1025, '_menu_item_type', 'custom'),
(665, 1025, '_menu_item_menu_item_parent', '1023'),
(666, 1025, '_menu_item_object_id', '1025'),
(667, 1025, '_menu_item_object', 'custom'),
(668, 1025, '_menu_item_target', ''),
(669, 1025, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(670, 1025, '_menu_item_xfn', ''),
(671, 1025, '_menu_item_url', '#'),
(672, 1026, '_menu_item_type', 'custom'),
(673, 1026, '_menu_item_menu_item_parent', '1023'),
(674, 1026, '_menu_item_object_id', '1026'),
(675, 1026, '_menu_item_object', 'custom'),
(676, 1026, '_menu_item_target', ''),
(677, 1026, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(678, 1026, '_menu_item_xfn', ''),
(679, 1026, '_menu_item_url', '#'),
(680, 1027, '_et_pb_use_builder', 'on'),
(681, 1027, '_et_gb_content_width', ''),
(682, 1027, '_edit_last', '1'),
(683, 1027, '_et_pb_post_hide_nav', 'default'),
(684, 1027, '_et_pb_page_layout', 'et_right_sidebar'),
(685, 1027, '_et_pb_side_nav', 'off'),
(686, 1027, '_et_pb_built_for_post_type', 'page'),
(687, 1027, '_et_pb_ab_subjects', ''),
(688, 1027, '_et_pb_enable_shortcode_tracking', ''),
(689, 1027, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"10\" /]'),
(690, 1027, '_et_pb_custom_css', '.pa-inline-buttons .et_pb_button_module_wrapper {\n    display: inline-block;\n}'),
(691, 1027, '_et_pb_gutter_width', '3'),
(692, 1027, '_global_colors_info', '{}'),
(693, 1027, '_et_pb_first_image', ''),
(694, 1027, '_et_pb_truncate_post', ''),
(695, 1027, '_et_pb_truncate_post_date', ''),
(696, 1027, '_et_builder_version', 'VB|Divi|4.27.0'),
(697, 1027, '_et_pb_show_page_creation', 'off'),
(698, 1027, '_et_builder_dynamic_assets_loading_attr_threshold', '3'),
(699, 1027, 'rank_math_analytic_object_id', '53'),
(700, 1027, 'rank_math_internal_links_processed', '1'),
(701, 1027, 'rank_math_seo_score', '22'),
(702, 1027, '_wp_page_template', 'elementor_header_footer'),
(703, 1027, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(704, 1027, '_et_pb_old_content', ''),
(705, 1027, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(706, 1027, '_yoast_wpseo_wordproof_timestamp', ''),
(708, 1027, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:11:\"dnxte_blurb\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:25:\"et_pb_social_media_follow\";i:9;s:10:\"et_pb_text\";i:10;s:11:\"et_pb_video\";}'),
(709, 1027, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"button_icon\";a:2:{i:0;s:17:\"&#x35;||divi||400\";i:1;s:17:\"&#x24;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(710, 1027, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(711, 1027, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:59:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_b518f82d1ba48b8191df11d331d05c32\";a:9:{s:5:\"bared\";b:1;s:5:\"baret\";b:1;s:5:\"barep\";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:23:\"section_divider_enabled\";b:1;}s:42:\"et_pb_row_020c5ccb68757224d062b563b7db9826\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_42e0cf329b46a45a74d912068d32c8ba\";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:43:\"et_pb_text_404897468ca879f9e127184a0b8df15e\";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:43:\"et_pb_text_a869717630b29e9c01e24f7ff0e5a6e8\";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;}s:45:\"et_pb_button_1c9de14f591fa74e0541c600c25af39f\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_d56f4b77525038df13977ada61f0730b\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c232b8b30f5b75fb3a7fda87485160e5\";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_b6d9c0c0a0658e42be9a93f6f963107f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_93052da05663d40f5291ca1e3e5137b2\";a:6:{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:44:\"et_pb_image_bb6726e375f3ed52b109329b0eed8c6c\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ff6709ae2006a4f67c0c6bf68bb5b4cc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_559b58e2d7cb46057f92a4a164cb9df2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a388969b6b44858e2bf17d7ead2a3d77\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"dnxte_blurb_93b0dcaa8fac18b03d69a158dd9ab426\";a:8:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:44:\"dnxte_blurb_147cb729211bc70edbecdfeaa7e2856b\";a:8:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:44:\"dnxte_blurb_15ca390f009c6d2ac135e2fc5e451529\";a:8:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_14da62bd71b1a9c67587d3cdf7acba6e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_109db861366b22a87c03a09a2610f9bf\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_978fed4baff5b27a3ff3f2eff4fa51d1\";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:43:\"et_pb_text_3bb7838b1da5c2fbe9f47f33fad5108e\";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;}s:45:\"et_pb_button_5075a1b37e4f7893e37f607b364781e4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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:44:\"et_pb_video_7c66d93ced2b3f67d5573afdd628c295\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b9c134621ff58e337c205d2610f540a9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_4e1b3cb1ce3e6e70da79f894624b3b5b\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_13153f626533a9d97564ef0cc40f489c\";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:43:\"et_pb_text_304670cd52576ef1f3766ee37748fa45\";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;}s:44:\"et_pb_video_9a7eba6d7162bbeebae30e33359b846a\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(712, 34, '_et_pb_use_builder', 'on'),
(713, 34, '_et_gb_content_width', ''),
(714, 34, '_edit_last', '1'),
(715, 34, '_et_pb_post_hide_nav', 'default'),
(716, 34, '_et_pb_page_layout', 'et_right_sidebar'),
(717, 34, '_et_pb_side_nav', 'off'),
(718, 34, '_et_pb_built_for_post_type', 'page'),
(719, 34, '_et_pb_ab_subjects', ''),
(720, 34, '_et_pb_enable_shortcode_tracking', ''),
(721, 34, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"34\" /]'),
(722, 34, '_et_pb_custom_css', '.pa-inline-buttons .et_pb_button_module_wrapper {\n    display: inline-block;\n}'),
(723, 34, '_et_pb_gutter_width', '3'),
(725, 34, '_global_colors_info', '{}'),
(726, 34, '_et_pb_first_image', ''),
(727, 34, '_et_pb_truncate_post', ''),
(728, 34, '_et_pb_truncate_post_date', ''),
(729, 34, '_et_builder_version', 'VB|Divi|4.19.0'),
(730, 34, '_et_pb_show_page_creation', 'off'),
(731, 34, '_et_builder_dynamic_assets_loading_attr_threshold', '3'),
(732, 34, 'rank_math_analytic_object_id', '52'),
(733, 34, 'rank_math_internal_links_processed', '1'),
(734, 34, '_wp_page_template', 'default'),
(735, 96, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(736, 96, '_edit_last', '1'),
(737, 96, '_et_pb_post_hide_nav', 'default'),
(738, 96, '_et_pb_page_layout', 'et_right_sidebar'),
(739, 96, '_et_pb_side_nav', 'off'),
(740, 96, '_et_pb_use_builder', 'on'),
(741, 96, '_et_gb_content_width', ''),
(742, 96, '_et_pb_built_for_post_type', 'page'),
(743, 96, '_et_pb_ab_subjects', ''),
(744, 96, '_et_pb_enable_shortcode_tracking', ''),
(745, 96, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"96\" /]'),
(746, 96, '_et_pb_custom_css', ''),
(747, 96, '_et_pb_gutter_width', '3'),
(749, 96, '_global_colors_info', '{}'),
(750, 96, '_et_pb_first_image', ''),
(751, 96, '_et_pb_truncate_post', ''),
(752, 96, '_et_pb_truncate_post_date', ''),
(753, 96, '_et_builder_version', 'VB|Divi|4.19.2'),
(754, 96, '_et_pb_show_page_creation', 'off'),
(755, 96, 'rank_math_analytic_object_id', '51'),
(756, 96, 'rank_math_internal_links_processed', '1'),
(757, 96, 'rank_math_seo_score', '15'),
(758, 96, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(759, 96, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(760, 96, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(761, 96, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:54:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_fa8aef135d3d3c9d6bf62fc055655fd5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a40836c24c3242653670f4b2d53daeb2\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_393c0172bbdbd77c00565acb71a6068d\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_7e6fde5b22d851a2700056e8f11a29b4\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_59a87b6f6b221b7b344f0370157fbeb6\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(762, 144, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(763, 144, '_edit_last', '1'),
(764, 144, '_et_pb_post_hide_nav', 'default'),
(765, 144, '_et_pb_page_layout', 'et_right_sidebar'),
(766, 144, '_et_pb_side_nav', 'off'),
(767, 144, '_et_pb_use_builder', 'on'),
(768, 144, '_et_gb_content_width', ''),
(769, 144, '_et_pb_built_for_post_type', 'page'),
(770, 144, '_et_pb_ab_subjects', ''),
(771, 144, '_et_pb_enable_shortcode_tracking', ''),
(772, 144, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"144\" /]'),
(773, 144, '_et_pb_custom_css', ''),
(774, 144, '_et_pb_gutter_width', '3'),
(776, 144, '_global_colors_info', '{}'),
(777, 144, '_et_pb_first_image', ''),
(778, 144, '_et_pb_truncate_post', ''),
(779, 144, '_et_pb_truncate_post_date', ''),
(780, 144, '_et_builder_version', 'VB|Divi|4.19.2'),
(781, 144, '_et_pb_show_page_creation', 'off'),
(782, 144, 'rank_math_analytic_object_id', '50');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(783, 144, 'rank_math_internal_links_processed', '1'),
(784, 144, 'rank_math_seo_score', '17'),
(785, 144, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(786, 144, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(787, 144, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(788, 144, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:62:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_517bb15771d38df4e10fde76ee31b26f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_6607172d1d06d98bc7081456fb54787f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_4c1c6792ae8550b3fb39a190b0941bce\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_b1ec711cdb59744f190ca36919331fa6\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_c0790355d6ba2ce4219f080527455941\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_4a60a0934a536630acd1fd61bf80e968\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a997a199172640746bcea2e6f9b94fbd\";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:45:\"et_pb_toggle_8622a66ea62215c744fe6607bb0f6ab2\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_c41ad26d9b351797e4a7ed89ee64eed9\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_cce9342d1a14494cdb737fc3a295685d\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_99ef65c91b155cd0bb798e0279f749be\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_9073dfa3e4544d0af0b21b6036c973dc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_4a2d158ff5472aa020f0d120e783be15\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(789, 160, '_et_builder_dynamic_assets_loading_attr_threshold', '7'),
(790, 160, '_et_pb_use_builder', 'on'),
(791, 160, '_et_gb_content_width', ''),
(792, 160, '_edit_last', '1'),
(793, 160, '_et_pb_post_hide_nav', 'default'),
(794, 160, '_et_pb_page_layout', 'et_right_sidebar'),
(795, 160, '_et_pb_side_nav', 'off'),
(796, 160, '_et_pb_built_for_post_type', 'page'),
(797, 160, '_et_pb_ab_subjects', ''),
(798, 160, '_et_pb_enable_shortcode_tracking', ''),
(799, 160, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"160\" /]'),
(800, 160, '_et_pb_custom_css', ''),
(801, 160, '_et_pb_gutter_width', '3'),
(802, 160, '_global_colors_info', '{}'),
(803, 160, '_et_pb_first_image', ''),
(804, 160, '_et_pb_truncate_post', ''),
(805, 160, '_et_pb_truncate_post_date', ''),
(806, 160, '_et_builder_version', 'VB|Divi|4.27.0'),
(807, 160, '_et_pb_show_page_creation', 'off'),
(808, 160, 'rank_math_analytic_object_id', '49'),
(809, 160, 'rank_math_internal_links_processed', '1'),
(810, 160, 'rank_math_seo_score', '8'),
(811, 160, '_wp_page_template', 'elementor_header_footer'),
(812, 160, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(813, 160, '_et_pb_old_content', ''),
(814, 160, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(815, 160, '_yoast_wpseo_wordproof_timestamp', ''),
(817, 160, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(818, 160, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(819, 160, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(820, 160, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:44:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_64e859d542f95ee0ba9aa24d649bb037\";a:8:{s:5:\"bared\";b:1;s:5:\"baret\";b:1;s:5:\"barep\";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:42:\"et_pb_row_fef23a1dfa9c27632f2a33dae591f112\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3f39fc1907d48dc41c3054014764c853\";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:43:\"et_pb_text_66fb9c5f45161d9141957a76cc08af68\";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;}s:43:\"et_pb_text_a20f8d93dc9575599e5d7a1f04cfe6cc\";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:45:\"et_pb_column_c69de51859046f729dc3b8eba1c701eb\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_7ddf5613f0e5a1fb3f9dd5a09d9dee27\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0b4e4122a437fce44c57b06e616264aa\";a:8:{s:5:\"bared\";b:1;s:5:\"baret\";b:1;s:5:\"barep\";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:42:\"et_pb_row_ace50fd95ef9d967e50e08eb486a6bbd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:45:\"et_pb_toggle_42def764593b62319c124c8e2ad643c7\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_e67b78a34b4e9a8ad60909353062b58f\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_9f571c65fc13d78a32181b15a526121a\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_2b80f7cca6be74b4e27693fd0d22cc42\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_7e6fde5b22d851a2700056e8f11a29b4\";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:\"et_pb_section_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(821, 183, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(822, 183, '_et_pb_use_builder', 'on'),
(823, 183, '_et_gb_content_width', ''),
(824, 183, '_edit_last', '1'),
(825, 183, '_et_pb_post_hide_nav', 'default'),
(826, 183, '_et_pb_page_layout', 'et_right_sidebar'),
(827, 183, '_et_pb_side_nav', 'off'),
(828, 183, '_et_pb_built_for_post_type', 'page'),
(829, 183, '_et_pb_ab_subjects', ''),
(830, 183, '_et_pb_enable_shortcode_tracking', ''),
(831, 183, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"183\" /]'),
(832, 183, '_et_pb_custom_css', ''),
(833, 183, '_et_pb_gutter_width', '3'),
(834, 183, '_global_colors_info', '{}'),
(835, 183, '_et_pb_first_image', ''),
(836, 183, '_et_pb_truncate_post', ''),
(837, 183, '_et_pb_truncate_post_date', ''),
(838, 183, '_et_builder_version', 'VB|Divi|4.19.2'),
(839, 183, '_et_pb_show_page_creation', 'off'),
(840, 183, 'rank_math_analytic_object_id', '48'),
(841, 183, 'rank_math_internal_links_processed', '1'),
(842, 183, 'rank_math_seo_score', '9'),
(843, 183, '_wp_page_template', 'default'),
(844, 183, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(845, 183, '_et_pb_old_content', ''),
(846, 183, '_yoast_wpseo_content_score', '90'),
(847, 183, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(848, 183, '_et_dynamic_cached_shortcodes', 'a:12:{i:0;s:33:\"et_pb_social_media_follow_network\";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:10:\"et_pb_code\";i:7;s:18:\"et_pb_contact_form\";i:8;s:11:\"et_pb_image\";i:9;s:10:\"et_pb_menu\";i:10;s:25:\"et_pb_social_media_follow\";i:11;s:10:\"et_pb_text\";}'),
(849, 183, '_et_dynamic_cached_attributes', 'a:6:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:9:\"font_icon\";a:4:{i:0;s:19:\"&#xe076;||divi||400\";i:1;s:19:\"&#xe090;||divi||400\";i:2;s:19:\"&#xe06b;||divi||400\";i:3;s:19:\"&#xe01d;||divi||400\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"flip\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(850, 183, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:15:\"et-gf-work-sans\";s:136:\"Work+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(851, 183, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:57:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_14dc7e7abb8d11f630e00010a380f410\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ed6fd6dde54580de809e919d87ef770a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_201898ee1bd0142d375727dd3ef3a462\";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:43:\"et_pb_text_9f0e9563a04af706d1b2fbeca6b327ba\";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:43:\"et_pb_text_3534b5db52afccc9a50d74e5b4371421\";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;}s:45:\"et_pb_column_b48ac74b9a2ef30f9eb733ccdc4ca29e\";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:44:\"et_pb_blurb_a72cd5244b555617dcd9347e508060b9\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";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: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:44:\"et_pb_blurb_796a10cafa026a66e3cbb1733f01cf68\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";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: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:44:\"et_pb_blurb_04b939f56d4718f651c3ab55285dd62b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";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: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_de742db950af8fdfc8cd18cb3cddbe48\";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_9b4d137c0eb3f83223aed3189f21a1b6\";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_0fbb279fe04026141bd8f4521d22bed4\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_contact_form_b20a87ab919bd2584bf281e056f7f2e6\";a:1:{s:4:\"glde\";a:7:{s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:17:\"captcha_font_size\";s:2:\"14\";s:20:\"form_field_font_size\";s:2:\"14\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";}}s:43:\"et_pb_text_0557bd7c4afd7f3ecba2829b0925b20f\";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;}s:43:\"et_pb_code_9ff56d997c1630dc280c82bf618c7fbf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9279b12fa8ff68ed6268e7774dd10d33\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_1820180b63cc795925c0980dafa5ad80\";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;}s:42:\"et_pb_row_a913b628267384cd760df79220f674a5\";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_b017da2afc7adf1966778c9386b8382b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_aac7b8817bdf8ace8d9dd97181bb5fc5\";a:11:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";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: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:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e6d53401e4951c375a99239266add3f3\";a:11:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";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: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:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_77a7a6883b12627efbf9760c2c8b3881\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_30f2eefaf7d14d2e143540e777aeef3b\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_eaa57bc6ede58b1f3cd7c3058c13045b\";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;}s:44:\"et_pb_blurb_c3f533c304a01f4231012326d00e38d5\";a:11:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";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: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:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_184706f4bf38ddd469d5d84147e39ac7\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e9fe4f78330ab0117ff1c1a875871205\";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;}s:46:\"et_pb_section_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(852, 224, '_et_pb_use_builder', 'on'),
(853, 224, '_et_gb_content_width', ''),
(854, 224, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(855, 224, '_edit_last', '1'),
(856, 224, '_et_pb_post_hide_nav', 'default'),
(857, 224, '_et_pb_page_layout', 'et_right_sidebar'),
(858, 224, '_et_pb_side_nav', 'off'),
(859, 224, '_et_pb_built_for_post_type', 'page'),
(860, 224, '_et_pb_ab_subjects', ''),
(861, 224, '_et_pb_enable_shortcode_tracking', ''),
(862, 224, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"224\" /]'),
(863, 224, '_et_pb_custom_css', ''),
(864, 224, '_et_pb_gutter_width', '3'),
(866, 224, '_global_colors_info', '{}'),
(867, 224, '_et_pb_first_image', ''),
(868, 224, '_et_pb_truncate_post', ''),
(869, 224, '_et_pb_truncate_post_date', ''),
(870, 224, '_et_builder_version', 'VB|Divi|4.19.2'),
(871, 224, '_et_pb_show_page_creation', 'off'),
(872, 224, 'rank_math_analytic_object_id', '47'),
(873, 224, 'rank_math_internal_links_processed', '1'),
(874, 224, 'rank_math_seo_score', '15'),
(875, 224, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(876, 224, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(877, 224, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(878, 224, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:56:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_9888ff5aef65e8d7af288d891dbc34a1\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_0911df9782a40610ab5c08926438105b\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_6f0a61b21ca7823fc57c52500296d7a3\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_6c770bd17ef8a41d9e33035fe4d497ba\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:45:\"et_pb_toggle_7fb7eb0e36f2b3702ae6ab13c1b1d193\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_34b04440db04429fc73d3a91c5341e4b\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(879, 236, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(880, 236, '_et_pb_use_builder', 'on'),
(881, 236, '_et_gb_content_width', ''),
(882, 236, '_edit_last', '1'),
(883, 236, '_et_pb_post_hide_nav', 'default'),
(884, 236, '_et_pb_page_layout', 'et_right_sidebar'),
(885, 236, '_et_pb_side_nav', 'off'),
(886, 236, '_et_pb_built_for_post_type', 'page'),
(887, 236, '_et_pb_ab_subjects', ''),
(888, 236, '_et_pb_enable_shortcode_tracking', ''),
(889, 236, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"236\" /]'),
(890, 236, '_et_pb_custom_css', ''),
(891, 236, '_et_pb_gutter_width', '3'),
(893, 236, '_global_colors_info', '{}'),
(894, 236, '_et_pb_first_image', ''),
(895, 236, '_et_pb_truncate_post', ''),
(896, 236, '_et_pb_truncate_post_date', ''),
(897, 236, '_et_builder_version', 'VB|Divi|4.19.2'),
(898, 236, '_et_pb_show_page_creation', 'off'),
(899, 236, 'rank_math_analytic_object_id', '46'),
(900, 236, 'rank_math_internal_links_processed', '1'),
(901, 236, 'rank_math_seo_score', '15'),
(902, 236, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(903, 236, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(904, 236, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(905, 236, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:57:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_c1d3c575836597c3ec365413e884e873\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_74a1f4bcf414e2e36715064d449e8859\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_11ce934ee4d354645de5e73a7dce1ad1\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_877e3038dc3d9b49c72a37008e4c02f5\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_2d92ac647ab093dcda46da1bfc901a98\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_f413a99a6cd37ea702c8e94e5f1532a4\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_26d68b335212c5f11daa2f37a09ed45d\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_1a8dcb30b54e7fb0ba6649aa80385e1f\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(906, 244, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(907, 244, '_et_pb_use_builder', 'on'),
(908, 244, '_et_gb_content_width', ''),
(909, 244, '_edit_last', '1'),
(910, 244, '_et_pb_post_hide_nav', 'default'),
(911, 244, '_et_pb_page_layout', 'et_right_sidebar'),
(912, 244, '_et_pb_side_nav', 'off'),
(913, 244, '_et_pb_built_for_post_type', 'page'),
(914, 244, '_et_pb_ab_subjects', ''),
(915, 244, '_et_pb_enable_shortcode_tracking', ''),
(916, 244, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"244\" /]'),
(917, 244, '_et_pb_custom_css', ''),
(918, 244, '_et_pb_gutter_width', '3'),
(920, 244, '_global_colors_info', '{}'),
(921, 244, '_et_pb_first_image', ''),
(922, 244, '_et_pb_truncate_post', ''),
(923, 244, '_et_pb_truncate_post_date', ''),
(924, 244, '_et_builder_version', 'VB|Divi|4.19.2'),
(925, 244, '_et_pb_show_page_creation', 'off'),
(926, 244, 'rank_math_analytic_object_id', '45'),
(927, 244, 'rank_math_internal_links_processed', '1'),
(928, 244, 'rank_math_seo_score', '16'),
(929, 244, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(930, 244, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(931, 244, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(932, 244, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:57:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_b46001c29550a51c1ac153a72cdea8f7\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_ed0291bf9a058e11be4820f31a8418dd\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_6bb22b6fe2a5fd7bafefe431685958e7\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_eac993512ce65924d2e1c1ebff523bc7\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_8cf7dc76e07eace8d56a361dfb12f778\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_47d9f455b64b4213b0958328cba0c87a\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d0ba2be30a62537675bcf4638f3ba09f\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_4a2d158ff5472aa020f0d120e783be15\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(960, 263, '_et_pb_use_builder', 'on'),
(961, 263, '_et_gb_content_width', ''),
(962, 263, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(963, 263, '_edit_last', '1'),
(964, 263, '_et_pb_post_hide_nav', 'default'),
(965, 263, '_et_pb_page_layout', 'et_right_sidebar'),
(966, 263, '_et_pb_side_nav', 'off'),
(967, 263, '_et_pb_built_for_post_type', 'page'),
(968, 263, '_et_pb_ab_subjects', ''),
(969, 263, '_et_pb_enable_shortcode_tracking', ''),
(970, 263, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"263\" /]'),
(971, 263, '_et_pb_custom_css', ''),
(972, 263, '_et_pb_gutter_width', '3'),
(974, 263, '_global_colors_info', '{}'),
(975, 263, '_et_pb_first_image', ''),
(976, 263, '_et_pb_truncate_post', ''),
(977, 263, '_et_pb_truncate_post_date', ''),
(978, 263, '_et_builder_version', 'VB|Divi|4.19.2'),
(979, 263, '_et_pb_show_page_creation', 'off'),
(980, 263, 'rank_math_analytic_object_id', '43'),
(981, 263, 'rank_math_internal_links_processed', '1'),
(982, 263, 'rank_math_seo_score', '16'),
(983, 263, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(984, 263, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(985, 263, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(986, 263, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:58:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_f2eb4b39b045f409a9ab5c94259b4c28\";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;}s:44:\"et_pb_image_e258d105c79ccd39c7e90ce559061bab\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_174bef20cac1ec65bbdbf2c1f3e31ddc\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a85d8db7144ab832d44f55be8127b4d5\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_eac993512ce65924d2e1c1ebff523bc7\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_8cf7dc76e07eace8d56a361dfb12f778\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_47d9f455b64b4213b0958328cba0c87a\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_206dec802809ffea14c4d5cabbb7e607\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(987, 272, '_et_pb_use_builder', 'on'),
(988, 272, '_et_gb_content_width', ''),
(989, 272, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(990, 272, '_edit_last', '1'),
(991, 272, '_et_pb_post_hide_nav', 'default'),
(992, 272, '_et_pb_page_layout', 'et_right_sidebar'),
(993, 272, '_et_pb_side_nav', 'off'),
(994, 272, '_et_pb_built_for_post_type', 'page'),
(995, 272, '_et_pb_ab_subjects', ''),
(996, 272, '_et_pb_enable_shortcode_tracking', ''),
(997, 272, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"272\" /]'),
(998, 272, '_et_pb_custom_css', ''),
(999, 272, '_et_pb_gutter_width', '3'),
(1001, 272, '_global_colors_info', '{}'),
(1002, 272, '_et_pb_first_image', ''),
(1003, 272, '_et_pb_truncate_post', ''),
(1004, 272, '_et_pb_truncate_post_date', ''),
(1005, 272, '_et_builder_version', 'VB|Divi|4.19.2'),
(1006, 272, '_et_pb_show_page_creation', 'off'),
(1007, 272, 'rank_math_analytic_object_id', '42'),
(1008, 272, 'rank_math_internal_links_processed', '1'),
(1009, 272, 'rank_math_seo_score', '14'),
(1010, 272, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1011, 272, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1012, 272, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1013, 272, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:59:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_9541b86210da54c4c579d61d6b7a6e7c\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_3a23d8eb03c745983f36128c22515919\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_0cfd375da020e0d61ddae7e9e61cd670\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_c62fd23a5231dcdb08f3a635ddcd360c\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_9ccf854ad2e8b21eb733f0741efd9ad4\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:45:\"et_pb_toggle_d3b03e5ebc1394f4ff31e53aed93a6e2\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_765a0aa5ccc03525caa75358e1090198\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_6851ffcc534c30a6a3532948ccddbdee\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1014, 278, '_et_pb_use_builder', 'on'),
(1015, 278, '_et_gb_content_width', ''),
(1016, 278, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1017, 278, '_edit_last', '1'),
(1018, 278, '_et_pb_post_hide_nav', 'default'),
(1019, 278, '_et_pb_page_layout', 'et_right_sidebar'),
(1020, 278, '_et_pb_side_nav', 'off'),
(1021, 278, '_et_pb_built_for_post_type', 'page'),
(1022, 278, '_et_pb_ab_subjects', ''),
(1023, 278, '_et_pb_enable_shortcode_tracking', ''),
(1024, 278, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"278\" /]'),
(1025, 278, '_et_pb_custom_css', ''),
(1026, 278, '_et_pb_gutter_width', '3'),
(1028, 278, '_global_colors_info', '{}'),
(1029, 278, '_et_pb_first_image', ''),
(1030, 278, '_et_pb_truncate_post', ''),
(1031, 278, '_et_pb_truncate_post_date', ''),
(1032, 278, '_et_builder_version', 'VB|Divi|4.19.2'),
(1033, 278, '_et_pb_show_page_creation', 'off'),
(1034, 278, 'rank_math_analytic_object_id', '41'),
(1035, 278, 'rank_math_internal_links_processed', '1'),
(1036, 278, 'rank_math_seo_score', '13'),
(1037, 278, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1038, 278, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1039, 278, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1040, 278, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:53:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_43e33c917812b8b4b0c5958cf7d1f9dd\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:45:\"et_pb_toggle_cbe7766982a354f7dc2c020b986c5cae\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_7a4b66c4e842802f4609cf4a94abd2ac\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_971088d2ffd580b7bf3af7dd76bbaf9f\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2df1b6ed2d1c08e50912f4e4e16ea01a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_4a2d158ff5472aa020f0d120e783be15\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1041, 286, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1042, 286, '_et_pb_use_builder', 'on'),
(1043, 286, '_et_gb_content_width', ''),
(1044, 286, '_edit_last', '1'),
(1045, 286, '_et_pb_post_hide_nav', 'default'),
(1046, 286, '_et_pb_page_layout', 'et_right_sidebar'),
(1047, 286, '_et_pb_side_nav', 'off'),
(1048, 286, '_et_pb_built_for_post_type', 'page'),
(1049, 286, '_et_pb_ab_subjects', ''),
(1050, 286, '_et_pb_enable_shortcode_tracking', ''),
(1051, 286, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"286\" /]'),
(1052, 286, '_et_pb_custom_css', ''),
(1053, 286, '_et_pb_gutter_width', '3'),
(1055, 286, '_global_colors_info', '{}'),
(1056, 286, '_et_pb_first_image', ''),
(1057, 286, '_et_pb_truncate_post', ''),
(1058, 286, '_et_pb_truncate_post_date', ''),
(1059, 286, '_et_builder_version', 'VB|Divi|4.19.2'),
(1060, 286, '_et_pb_show_page_creation', 'off'),
(1061, 286, 'rank_math_analytic_object_id', '40'),
(1062, 286, 'rank_math_internal_links_processed', '1'),
(1063, 286, 'rank_math_seo_score', '14'),
(1064, 286, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1065, 286, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1066, 286, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1067, 286, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:55:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_77ee49e2215d2e3dc7e9d3a65df72ba6\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f5fb908ca548a296ca9fdfd4c78f7400\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:45:\"et_pb_toggle_46a957cda39278cafb462b54950c95db\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_a9275d0e8db3ed537d235ff20ddfe075\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2df1b6ed2d1c08e50912f4e4e16ea01a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_4a2d158ff5472aa020f0d120e783be15\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1068, 292, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1069, 292, '_et_pb_use_builder', 'on'),
(1070, 292, '_et_gb_content_width', ''),
(1071, 292, '_edit_last', '1'),
(1072, 292, '_et_pb_post_hide_nav', 'default'),
(1073, 292, '_et_pb_page_layout', 'et_right_sidebar'),
(1074, 292, '_et_pb_side_nav', 'off'),
(1075, 292, '_et_pb_built_for_post_type', 'page'),
(1076, 292, '_et_pb_ab_subjects', ''),
(1077, 292, '_et_pb_enable_shortcode_tracking', ''),
(1078, 292, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"292\" /]'),
(1079, 292, '_et_pb_custom_css', ''),
(1080, 292, '_et_pb_gutter_width', '3'),
(1082, 292, '_global_colors_info', '{}'),
(1083, 292, '_et_pb_first_image', ''),
(1084, 292, '_et_pb_truncate_post', ''),
(1085, 292, '_et_pb_truncate_post_date', ''),
(1086, 292, '_et_builder_version', 'VB|Divi|4.19.2'),
(1087, 292, '_et_pb_show_page_creation', 'off'),
(1088, 292, 'rank_math_analytic_object_id', '39'),
(1089, 292, 'rank_math_internal_links_processed', '1'),
(1090, 292, 'rank_math_seo_score', '12'),
(1091, 292, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1092, 292, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1093, 292, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1094, 292, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:56:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:45:\"et_pb_toggle_4ccd011e81a619033739f9a58826b385\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_9a24fce723a3418c8cc90dfa26f15c9e\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_fe03668c22a22c83664ba821c86d6d5a\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:44:\"et_pb_image_332f6b7a0df5fb3f47eede7cf4fa3973\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8e80a3cda197297df37ff0893471e5b2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:46:\"et_pb_section_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_560fe8a062ee3285704fc657c7781d10\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_4287c39be19d333aed1246cafe6c117d\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_4a2d158ff5472aa020f0d120e783be15\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1095, 310, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1096, 310, '_et_pb_use_builder', 'on'),
(1097, 310, '_et_gb_content_width', ''),
(1098, 310, '_edit_last', '1'),
(1099, 310, '_et_pb_post_hide_nav', 'default'),
(1100, 310, '_et_pb_page_layout', 'et_right_sidebar'),
(1101, 310, '_et_pb_side_nav', 'off'),
(1102, 310, '_et_pb_built_for_post_type', 'page'),
(1103, 310, '_et_pb_ab_subjects', ''),
(1104, 310, '_et_pb_enable_shortcode_tracking', ''),
(1105, 310, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"310\" /]'),
(1106, 310, '_et_pb_custom_css', ''),
(1107, 310, '_et_pb_gutter_width', '3'),
(1109, 310, '_global_colors_info', '{}'),
(1110, 310, '_et_pb_first_image', ''),
(1111, 310, '_et_pb_truncate_post', ''),
(1112, 310, '_et_pb_truncate_post_date', ''),
(1113, 310, '_et_builder_version', 'VB|Divi|4.19.2'),
(1114, 310, '_et_pb_show_page_creation', 'off'),
(1115, 310, 'rank_math_analytic_object_id', '38'),
(1116, 310, 'rank_math_internal_links_processed', '1'),
(1117, 310, 'rank_math_seo_score', '12'),
(1118, 310, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1119, 310, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1120, 310, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1121, 310, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:56:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_615e96f033030ea8e896100d9f484816\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:42:\"et_pb_row_9090e066b907118e38dc15a6623e6d55\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_4ad546cc5d7a9a5daafe1241baf46ba0\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_ffbea26fe1d48b295418f7521b191352\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8e80a3cda197297df37ff0893471e5b2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1122, 316, '_et_pb_use_builder', 'on'),
(1123, 316, '_et_gb_content_width', ''),
(1124, 316, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1125, 316, '_edit_last', '1'),
(1126, 316, '_et_pb_post_hide_nav', 'default'),
(1127, 316, '_et_pb_page_layout', 'et_right_sidebar'),
(1128, 316, '_et_pb_side_nav', 'off'),
(1129, 316, '_et_pb_built_for_post_type', 'page'),
(1130, 316, '_et_pb_ab_subjects', ''),
(1131, 316, '_et_pb_enable_shortcode_tracking', ''),
(1132, 316, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"316\" /]'),
(1133, 316, '_et_pb_custom_css', ''),
(1134, 316, '_et_pb_gutter_width', '3'),
(1136, 316, '_global_colors_info', '{}'),
(1137, 316, '_et_pb_first_image', ''),
(1138, 316, '_et_pb_truncate_post', ''),
(1139, 316, '_et_pb_truncate_post_date', ''),
(1140, 316, '_et_builder_version', 'VB|Divi|4.19.2'),
(1141, 316, '_et_pb_show_page_creation', 'off'),
(1142, 316, 'rank_math_analytic_object_id', '37'),
(1143, 316, 'rank_math_internal_links_processed', '1'),
(1144, 316, 'rank_math_seo_score', '12'),
(1145, 316, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1146, 316, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1147, 316, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1148, 316, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:56:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_31b807c19e42e346fb93636bf542a7d1\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:45:\"et_pb_toggle_c065cc4758511e98b3b253968ffbe63e\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_c6e8a28de7e959773526868f907abfed\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_c28d9ec9d3935285799008f219e3a4e1\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_4ad546cc5d7a9a5daafe1241baf46ba0\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d86b8e98797f873fbb75f171d6c1106d\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8e80a3cda197297df37ff0893471e5b2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1149, 585, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1150, 585, '_et_pb_use_builder', 'on'),
(1151, 585, '_et_gb_content_width', ''),
(1152, 585, '_edit_last', '1'),
(1153, 585, '_et_pb_post_hide_nav', 'default'),
(1154, 585, '_et_pb_page_layout', 'et_right_sidebar'),
(1155, 585, '_et_pb_side_nav', 'off'),
(1156, 585, '_et_pb_built_for_post_type', 'page'),
(1157, 585, '_et_pb_ab_subjects', ''),
(1158, 585, '_et_pb_enable_shortcode_tracking', ''),
(1159, 585, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"585\" /]'),
(1160, 585, '_et_pb_custom_css', ''),
(1161, 585, '_et_pb_gutter_width', '3'),
(1163, 585, '_global_colors_info', '{}'),
(1164, 585, '_et_pb_first_image', ''),
(1165, 585, '_et_pb_truncate_post', ''),
(1166, 585, '_et_pb_truncate_post_date', ''),
(1167, 585, '_et_builder_version', 'VB|Divi|4.19.0'),
(1168, 585, '_et_pb_show_page_creation', 'off'),
(1169, 585, 'rank_math_analytic_object_id', '6'),
(1170, 585, 'rank_math_internal_links_processed', '1'),
(1171, 585, '_wp_page_template', 'elementor_header_footer'),
(1172, 322, '_et_pb_use_builder', 'on'),
(1173, 322, '_et_gb_content_width', ''),
(1174, 322, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1175, 322, '_edit_last', '1'),
(1176, 322, '_et_pb_post_hide_nav', 'default'),
(1177, 322, '_et_pb_page_layout', 'et_right_sidebar'),
(1178, 322, '_et_pb_side_nav', 'off'),
(1179, 322, '_et_pb_built_for_post_type', 'page'),
(1180, 322, '_et_pb_ab_subjects', ''),
(1181, 322, '_et_pb_enable_shortcode_tracking', ''),
(1182, 322, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"322\" /]'),
(1183, 322, '_et_pb_custom_css', ''),
(1184, 322, '_et_pb_gutter_width', '3'),
(1186, 322, '_global_colors_info', '{}'),
(1187, 322, '_et_pb_first_image', ''),
(1188, 322, '_et_pb_truncate_post', ''),
(1189, 322, '_et_pb_truncate_post_date', ''),
(1190, 322, '_et_builder_version', 'VB|Divi|4.19.2'),
(1191, 322, '_et_pb_show_page_creation', 'off'),
(1192, 322, 'rank_math_analytic_object_id', '36'),
(1193, 322, 'rank_math_internal_links_processed', '1'),
(1194, 322, 'rank_math_seo_score', '13'),
(1195, 322, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1196, 322, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1197, 322, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1198, 322, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:57:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_03c86e8b20ad15444febdf9a766d03c9\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:46:\"et_pb_section_184706f4bf38ddd469d5d84147e39ac7\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_393c0172bbdbd77c00565acb71a6068d\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:46:\"et_pb_section_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_4547a206baacb39199e7480342c2fc32\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_6b643c873428cd96337db9143c12ce28\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_45a8a162795da3570202bf180891e608\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_26b55ffad36bc70e56b96c5c52c4871f\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_6851ffcc534c30a6a3532948ccddbdee\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_59a87b6f6b221b7b344f0370157fbeb6\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1199, 326, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1200, 326, '_et_pb_use_builder', 'on'),
(1201, 326, '_et_gb_content_width', ''),
(1202, 326, '_edit_last', '1'),
(1203, 326, '_et_pb_post_hide_nav', 'default'),
(1204, 326, '_et_pb_page_layout', 'et_right_sidebar'),
(1205, 326, '_et_pb_side_nav', 'off'),
(1206, 326, '_et_pb_built_for_post_type', 'page'),
(1207, 326, '_et_pb_ab_subjects', ''),
(1208, 326, '_et_pb_enable_shortcode_tracking', ''),
(1209, 326, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"326\" /]'),
(1210, 326, '_et_pb_custom_css', ''),
(1211, 326, '_et_pb_gutter_width', '3'),
(1213, 326, '_global_colors_info', '{}'),
(1214, 326, '_et_pb_first_image', ''),
(1215, 326, '_et_pb_truncate_post', ''),
(1216, 326, '_et_pb_truncate_post_date', ''),
(1217, 326, '_et_builder_version', 'VB|Divi|4.19.2'),
(1218, 326, '_et_pb_show_page_creation', 'off'),
(1219, 326, 'rank_math_analytic_object_id', '35'),
(1220, 326, 'rank_math_internal_links_processed', '1'),
(1221, 326, 'rank_math_seo_score', '13'),
(1222, 326, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1223, 326, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1224, 326, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1225, 326, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:53:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_63b255334191632f1c8d2844622354c3\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_184706f4bf38ddd469d5d84147e39ac7\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_87d761c2847919158ca5496b0bd8b08c\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:46:\"et_pb_section_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_56915c5daf70fad36b9a49a815f07e29\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_9b00f49b80ecbd64a7acd1e2bc3311e0\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1226, 332, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1227, 332, '_et_pb_use_builder', 'on'),
(1228, 332, '_et_gb_content_width', ''),
(1229, 332, '_edit_last', '1'),
(1230, 332, '_et_pb_post_hide_nav', 'default'),
(1231, 332, '_et_pb_page_layout', 'et_right_sidebar'),
(1232, 332, '_et_pb_side_nav', 'off'),
(1233, 332, '_et_pb_built_for_post_type', 'page'),
(1234, 332, '_et_pb_ab_subjects', ''),
(1235, 332, '_et_pb_enable_shortcode_tracking', ''),
(1236, 332, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"332\" /]'),
(1237, 332, '_et_pb_custom_css', ''),
(1238, 332, '_et_pb_gutter_width', '3'),
(1240, 332, '_global_colors_info', '{}'),
(1241, 332, '_et_pb_first_image', ''),
(1242, 332, '_et_pb_truncate_post', ''),
(1243, 332, '_et_pb_truncate_post_date', ''),
(1244, 332, '_et_builder_version', 'VB|Divi|4.19.2'),
(1245, 332, '_et_pb_show_page_creation', 'off'),
(1246, 332, 'rank_math_analytic_object_id', '34'),
(1247, 332, 'rank_math_internal_links_processed', '1'),
(1248, 332, 'rank_math_seo_score', '13'),
(1249, 332, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1250, 332, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1251, 332, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1252, 332, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:57:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_48777b4f5eedd60da19a8f59c25fb05d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_184706f4bf38ddd469d5d84147e39ac7\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_d728530deede08b757dfd7a8912878b3\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:46:\"et_pb_section_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_20051a6379403de6ebccbdea7b3aec20\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_a075bf08646ee0a3ba08982b860631fd\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_112023ec57c628398d0ea3575484adaa\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_toggle_bd9e755c974b06c7b85360c4b510b081\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_eac993512ce65924d2e1c1ebff523bc7\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_84a2872ce9599fb69900778b7dec3ffe\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:42:\"et_pb_row_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1253, 340, '_et_pb_use_builder', 'on'),
(1254, 340, '_et_gb_content_width', ''),
(1255, 340, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1256, 340, '_edit_last', '1'),
(1257, 340, '_et_pb_post_hide_nav', 'default'),
(1258, 340, '_et_pb_page_layout', 'et_right_sidebar'),
(1259, 340, '_et_pb_side_nav', 'off'),
(1260, 340, '_et_pb_built_for_post_type', 'page'),
(1261, 340, '_et_pb_ab_subjects', ''),
(1262, 340, '_et_pb_enable_shortcode_tracking', ''),
(1263, 340, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"340\" /]'),
(1264, 340, '_et_pb_custom_css', ''),
(1265, 340, '_et_pb_gutter_width', '3'),
(1267, 340, '_global_colors_info', '{}'),
(1268, 340, '_et_pb_first_image', ''),
(1269, 340, '_et_pb_truncate_post', ''),
(1270, 340, '_et_pb_truncate_post_date', ''),
(1271, 340, '_et_builder_version', 'VB|Divi|4.19.2'),
(1272, 340, '_et_pb_show_page_creation', 'off'),
(1273, 340, 'rank_math_analytic_object_id', '33'),
(1274, 340, 'rank_math_internal_links_processed', '1'),
(1275, 340, 'rank_math_seo_score', '12'),
(1276, 340, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1277, 340, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1278, 340, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1279, 340, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:56:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a9ec8b6410499fc6ebb83e66417ff251\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_67d85f4d5fcd630af1bab132a9163d56\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:46:\"et_pb_section_184706f4bf38ddd469d5d84147e39ac7\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_20051a6379403de6ebccbdea7b3aec20\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_4cd9a57c71dcfc9f7029e7c1d14b0f19\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_c5ad51e1115fd8c919b3f35f81a523f3\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_c62fd23a5231dcdb08f3a635ddcd360c\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d2e7dbd83fcfc843c353c14af85b8612\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_5913e056f07516f0650928006a156455\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_765a0aa5ccc03525caa75358e1090198\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_7c48125bbb05cb52a6137be5b3074803\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_6111b5d134eacc137bf79c21a7a4e1b0\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_4a2d158ff5472aa020f0d120e783be15\";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;}s:45:\"et_pb_button_21e23d8006d302b292b3344c6fffc615\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1280, 351, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1281, 351, '_et_pb_use_builder', 'on'),
(1282, 351, '_et_gb_content_width', ''),
(1283, 351, '_edit_last', '1'),
(1284, 351, '_et_pb_post_hide_nav', 'default'),
(1285, 351, '_et_pb_page_layout', 'et_right_sidebar'),
(1286, 351, '_et_pb_side_nav', 'off'),
(1287, 351, '_et_pb_built_for_post_type', 'page'),
(1288, 351, '_et_pb_ab_subjects', ''),
(1289, 351, '_et_pb_enable_shortcode_tracking', ''),
(1290, 351, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"351\" /]'),
(1291, 351, '_et_pb_custom_css', ''),
(1292, 351, '_et_pb_gutter_width', '3'),
(1294, 351, '_global_colors_info', '{}'),
(1295, 351, '_et_pb_first_image', ''),
(1296, 351, '_et_pb_truncate_post', ''),
(1297, 351, '_et_pb_truncate_post_date', ''),
(1298, 351, '_et_builder_version', 'VB|Divi|4.19.2'),
(1299, 351, '_et_pb_show_page_creation', 'off'),
(1300, 351, 'rank_math_analytic_object_id', '32'),
(1301, 351, 'rank_math_internal_links_processed', '1'),
(1302, 351, 'rank_math_seo_score', '12'),
(1303, 351, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1304, 351, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1305, 351, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1306, 351, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:47:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_ad8f2e40a066c5462d678e9a2afd6408\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:45:\"et_pb_toggle_993456a381d6607b9c912c5906a1f602\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_7e6fde5b22d851a2700056e8f11a29b4\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1307, 356, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1308, 356, '_et_pb_use_builder', 'on'),
(1309, 356, '_et_gb_content_width', ''),
(1310, 356, '_edit_last', '1'),
(1311, 356, '_et_pb_post_hide_nav', 'default'),
(1312, 356, '_et_pb_page_layout', 'et_right_sidebar'),
(1313, 356, '_et_pb_side_nav', 'off'),
(1314, 356, '_et_pb_built_for_post_type', 'page'),
(1315, 356, '_et_pb_ab_subjects', ''),
(1316, 356, '_et_pb_enable_shortcode_tracking', ''),
(1317, 356, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"356\" /]'),
(1318, 356, '_et_pb_custom_css', ''),
(1319, 356, '_et_pb_gutter_width', '3'),
(1321, 356, '_global_colors_info', '{}'),
(1322, 356, '_et_pb_first_image', ''),
(1323, 356, '_et_pb_truncate_post', ''),
(1324, 356, '_et_pb_truncate_post_date', ''),
(1325, 356, '_et_builder_version', 'VB|Divi|4.19.2'),
(1326, 356, '_et_pb_show_page_creation', 'off'),
(1327, 356, 'rank_math_analytic_object_id', '31'),
(1328, 356, 'rank_math_internal_links_processed', '1'),
(1329, 356, 'rank_math_seo_score', '15'),
(1330, 356, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1331, 356, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1332, 356, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1333, 356, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:58:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_a92f2534a5174fd0df2a182a6c88931c\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82c303daa735522f68d0e18f39cb6676\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_98a012c48d8f56ba61cad4f7dc00e850\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_c5d1e96e03e09a23100d1e6fbe54d360\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_091d1ea492c4fb1f098ad1afc216c40a\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_ffbea26fe1d48b295418f7521b191352\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_e619e889261cb10fc4a52be0b7f5353f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1334, 361, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1335, 361, '_et_pb_use_builder', 'on'),
(1336, 361, '_et_gb_content_width', ''),
(1337, 361, '_edit_last', '1'),
(1338, 361, '_et_pb_post_hide_nav', 'default'),
(1339, 361, '_et_pb_page_layout', 'et_right_sidebar'),
(1340, 361, '_et_pb_side_nav', 'off'),
(1341, 361, '_et_pb_built_for_post_type', 'page'),
(1342, 361, '_et_pb_ab_subjects', ''),
(1343, 361, '_et_pb_enable_shortcode_tracking', ''),
(1344, 361, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"361\" /]'),
(1345, 361, '_et_pb_custom_css', ''),
(1346, 361, '_et_pb_gutter_width', '3'),
(1348, 361, '_global_colors_info', '{}'),
(1349, 361, '_et_pb_first_image', ''),
(1350, 361, '_et_pb_truncate_post', ''),
(1351, 361, '_et_pb_truncate_post_date', ''),
(1352, 361, '_et_builder_version', 'VB|Divi|4.19.2'),
(1353, 361, '_et_pb_show_page_creation', 'off'),
(1354, 361, '_wp_page_template', 'elementor_header_footer'),
(1355, 361, 'rank_math_analytic_object_id', '30'),
(1356, 361, 'rank_math_internal_links_processed', '1'),
(1357, 361, 'rank_math_seo_score', '15'),
(1358, 361, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1359, 361, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1360, 361, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1361, 361, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:55:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_b8d509fc6430afdf32bbe8b8f3ef943f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_5380621d5676a5972637bff4ca7630b6\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_4a5ff92761d226e1d582c60a61199d3a\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f2eb4b39b045f409a9ab5c94259b4c28\";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;}s:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1362, 366, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1363, 366, '_et_pb_use_builder', 'on'),
(1364, 366, '_et_gb_content_width', ''),
(1365, 366, '_edit_last', '1'),
(1366, 366, '_et_pb_post_hide_nav', 'default'),
(1367, 366, '_et_pb_page_layout', 'et_right_sidebar'),
(1368, 366, '_et_pb_side_nav', 'off'),
(1369, 366, '_et_pb_built_for_post_type', 'page'),
(1370, 366, '_et_pb_ab_subjects', ''),
(1371, 366, '_et_pb_enable_shortcode_tracking', ''),
(1372, 366, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"366\" /]'),
(1373, 366, '_et_pb_custom_css', ''),
(1374, 366, '_et_pb_gutter_width', '3'),
(1376, 366, '_global_colors_info', '{}'),
(1377, 366, '_et_pb_first_image', ''),
(1378, 366, '_et_pb_truncate_post', ''),
(1379, 366, '_et_pb_truncate_post_date', ''),
(1380, 366, '_et_builder_version', 'VB|Divi|4.19.2'),
(1381, 366, '_et_pb_show_page_creation', 'off'),
(1382, 366, 'rank_math_analytic_object_id', '29'),
(1383, 366, 'rank_math_internal_links_processed', '1'),
(1384, 366, 'rank_math_seo_score', '12'),
(1385, 366, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1386, 366, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1387, 366, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1388, 366, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:49:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_d1c9635f0a9d1ad7d18624aae72f6af5\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f2eb4b39b045f409a9ab5c94259b4c28\";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;}s:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1389, 370, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1390, 370, '_et_pb_use_builder', 'on'),
(1391, 370, '_et_gb_content_width', ''),
(1392, 370, '_edit_last', '1'),
(1393, 370, '_et_pb_post_hide_nav', 'default'),
(1394, 370, '_et_pb_page_layout', 'et_right_sidebar'),
(1395, 370, '_et_pb_side_nav', 'off'),
(1396, 370, '_et_pb_built_for_post_type', 'page'),
(1397, 370, '_et_pb_ab_subjects', ''),
(1398, 370, '_et_pb_enable_shortcode_tracking', ''),
(1399, 370, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"370\" /]'),
(1400, 370, '_et_pb_custom_css', ''),
(1401, 370, '_et_pb_gutter_width', '3'),
(1403, 370, '_global_colors_info', '{}'),
(1404, 370, '_et_pb_first_image', ''),
(1405, 370, '_et_pb_truncate_post', ''),
(1406, 370, '_et_pb_truncate_post_date', ''),
(1407, 370, '_et_builder_version', 'VB|Divi|4.19.2'),
(1408, 370, '_et_pb_show_page_creation', 'off'),
(1409, 370, 'rank_math_analytic_object_id', '28'),
(1410, 370, 'rank_math_internal_links_processed', '1'),
(1411, 370, 'rank_math_seo_score', '14'),
(1412, 370, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1413, 370, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1414, 370, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1415, 370, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:53:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_bf246facaa7b7aacc2351bad0c866dbf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_6680c575b508a3bf2334411d194a6e59\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_7e6fde5b22d851a2700056e8f11a29b4\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_59a87b6f6b221b7b344f0370157fbeb6\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1416, 378, '_et_pb_use_builder', 'on'),
(1417, 378, '_et_gb_content_width', ''),
(1418, 378, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1419, 378, '_edit_last', '1'),
(1420, 378, '_et_pb_post_hide_nav', 'default'),
(1421, 378, '_et_pb_page_layout', 'et_right_sidebar'),
(1422, 378, '_et_pb_side_nav', 'off'),
(1423, 378, '_et_pb_built_for_post_type', 'page'),
(1424, 378, '_et_pb_ab_subjects', ''),
(1425, 378, '_et_pb_enable_shortcode_tracking', ''),
(1426, 378, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"378\" /]'),
(1427, 378, '_et_pb_custom_css', ''),
(1428, 378, '_et_pb_gutter_width', '3'),
(1430, 378, '_global_colors_info', '{}'),
(1431, 378, '_et_pb_first_image', ''),
(1432, 378, '_et_pb_truncate_post', ''),
(1433, 378, '_et_pb_truncate_post_date', ''),
(1434, 378, '_et_builder_version', 'VB|Divi|4.19.2'),
(1435, 378, '_et_pb_show_page_creation', 'off'),
(1436, 378, 'rank_math_analytic_object_id', '27'),
(1437, 378, 'rank_math_internal_links_processed', '1'),
(1438, 378, 'rank_math_seo_score', '15'),
(1439, 378, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1440, 378, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1441, 378, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1442, 378, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:54:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_821066e4178826ef6ee1ae0a1b12cbb9\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82c303daa735522f68d0e18f39cb6676\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_cccd047137c4ce1515f2ec5f6a7472d9\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_993456a381d6607b9c912c5906a1f602\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_da3c6645c4e5dd8deb69433ed53e341c\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1443, 389, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1444, 389, '_et_pb_use_builder', 'on'),
(1445, 389, '_et_gb_content_width', ''),
(1446, 389, '_edit_last', '1'),
(1447, 389, '_et_pb_post_hide_nav', 'default'),
(1448, 389, '_et_pb_page_layout', 'et_right_sidebar'),
(1449, 389, '_et_pb_side_nav', 'off'),
(1450, 389, '_et_pb_built_for_post_type', 'page'),
(1451, 389, '_et_pb_ab_subjects', ''),
(1452, 389, '_et_pb_enable_shortcode_tracking', ''),
(1453, 389, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"389\" /]'),
(1454, 389, '_et_pb_custom_css', ''),
(1455, 389, '_et_pb_gutter_width', '3'),
(1457, 389, '_global_colors_info', '{}'),
(1458, 389, '_et_pb_first_image', ''),
(1459, 389, '_et_pb_truncate_post', ''),
(1460, 389, '_et_pb_truncate_post_date', ''),
(1461, 389, '_et_builder_version', 'VB|Divi|4.19.2'),
(1462, 389, '_et_pb_show_page_creation', 'off'),
(1463, 389, 'rank_math_analytic_object_id', '26'),
(1464, 389, 'rank_math_internal_links_processed', '1'),
(1465, 389, 'rank_math_seo_score', '13');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1466, 389, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1467, 389, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1468, 389, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1469, 389, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:61:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_25337d04f2402c0aae65cc8be16ce822\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_4fa22ba4e65ff25b55d659d4ef9aa703\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_c28d9ec9d3935285799008f219e3a4e1\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_cdce5b5280977833e434ca15f55baede\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_cad4dd82bb63d2ef88245fe574b0cde1\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_dfaa6e3770f1f0a5b992859c7be83008\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_e619e889261cb10fc4a52be0b7f5353f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_e822481f6ea80f1264ecae60ae54d67c\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_c4b1f1f9498f749325b47233e20b9058\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_3516e221799a98ff9f505fb5a32dcdce\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_6f9718db285ebc335a8f9afd55d06b0d\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1470, 394, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1471, 394, '_et_pb_use_builder', 'on'),
(1472, 394, '_et_gb_content_width', ''),
(1473, 394, '_edit_last', '1'),
(1474, 394, '_et_pb_post_hide_nav', 'default'),
(1475, 394, '_et_pb_page_layout', 'et_right_sidebar'),
(1476, 394, '_et_pb_side_nav', 'off'),
(1477, 394, '_et_pb_built_for_post_type', 'page'),
(1478, 394, '_et_pb_ab_subjects', ''),
(1479, 394, '_et_pb_enable_shortcode_tracking', ''),
(1480, 394, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"394\" /]'),
(1481, 394, '_et_pb_custom_css', ''),
(1482, 394, '_et_pb_gutter_width', '3'),
(1484, 394, '_global_colors_info', '{}'),
(1485, 394, '_et_pb_first_image', ''),
(1486, 394, '_et_pb_truncate_post', ''),
(1487, 394, '_et_pb_truncate_post_date', ''),
(1488, 394, '_et_builder_version', 'VB|Divi|4.19.2'),
(1489, 394, '_et_pb_show_page_creation', 'off'),
(1490, 394, 'rank_math_analytic_object_id', '25'),
(1491, 394, 'rank_math_internal_links_processed', '1'),
(1492, 394, 'rank_math_seo_score', '14'),
(1493, 394, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1494, 394, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1495, 394, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1496, 394, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:53:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_f3f49622a704360e3ab31f930162acce\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_0c8301be412e7b805742b506d528ab38\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_41164eb8530143c24df06c4211220daa\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_7e6fde5b22d851a2700056e8f11a29b4\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_4a2d158ff5472aa020f0d120e783be15\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1497, 402, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1498, 402, '_et_pb_use_builder', 'on'),
(1499, 402, '_et_gb_content_width', ''),
(1500, 402, '_edit_last', '1'),
(1501, 402, '_et_pb_post_hide_nav', 'default'),
(1502, 402, '_et_pb_page_layout', 'et_right_sidebar'),
(1503, 402, '_et_pb_side_nav', 'off'),
(1504, 402, '_et_pb_built_for_post_type', 'page'),
(1505, 402, '_et_pb_ab_subjects', ''),
(1506, 402, '_et_pb_enable_shortcode_tracking', ''),
(1507, 402, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"402\" /]'),
(1508, 402, '_et_pb_custom_css', ''),
(1509, 402, '_et_pb_gutter_width', '3'),
(1511, 402, '_global_colors_info', '{}'),
(1512, 402, '_et_pb_first_image', ''),
(1513, 402, '_et_pb_truncate_post', ''),
(1514, 402, '_et_pb_truncate_post_date', ''),
(1515, 402, '_et_builder_version', 'VB|Divi|4.19.2'),
(1516, 402, '_et_pb_show_page_creation', 'off'),
(1517, 402, 'rank_math_analytic_object_id', '24'),
(1518, 402, 'rank_math_internal_links_processed', '1'),
(1519, 402, 'rank_math_seo_score', '15'),
(1520, 402, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1521, 402, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1522, 402, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1523, 402, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:54:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_069f72784fa48bacbead89d7367f5d5c\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_0e6400baac07fa65fc0e451b6fad88ef\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_149905946cba11575c6da159bd7f8943\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_456fe5281383ef9c9fb2cacc3d501321\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1524, 406, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1525, 406, '_et_pb_use_builder', 'on'),
(1526, 406, '_et_gb_content_width', ''),
(1527, 406, '_edit_last', '1'),
(1528, 406, '_et_pb_post_hide_nav', 'default'),
(1529, 406, '_et_pb_page_layout', 'et_right_sidebar'),
(1530, 406, '_et_pb_side_nav', 'off'),
(1531, 406, '_et_pb_built_for_post_type', 'page'),
(1532, 406, '_et_pb_ab_subjects', ''),
(1533, 406, '_et_pb_enable_shortcode_tracking', ''),
(1534, 406, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"406\" /]'),
(1535, 406, '_et_pb_custom_css', ''),
(1536, 406, '_et_pb_gutter_width', '3'),
(1538, 406, '_global_colors_info', '{}'),
(1539, 406, '_et_pb_first_image', ''),
(1540, 406, '_et_pb_truncate_post', ''),
(1541, 406, '_et_pb_truncate_post_date', ''),
(1542, 406, '_et_builder_version', 'VB|Divi|4.19.2'),
(1543, 406, '_et_pb_show_page_creation', 'off'),
(1544, 406, 'rank_math_analytic_object_id', '23'),
(1545, 406, 'rank_math_internal_links_processed', '1'),
(1546, 406, 'rank_math_seo_score', '14'),
(1547, 406, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1548, 406, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1549, 406, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1550, 406, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:53:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_f716c42286cb798dd89cd34a3137c4dd\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_968bb732d62f5ec2393ba10d17d6feea\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_41164eb8530143c24df06c4211220daa\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_b5ee9fdf2bbfaef90697a923a2337978\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1551, 413, '_et_pb_use_builder', 'on'),
(1552, 413, '_et_gb_content_width', ''),
(1553, 413, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1554, 413, '_edit_last', '1'),
(1555, 413, '_et_pb_post_hide_nav', 'default'),
(1556, 413, '_et_pb_page_layout', 'et_right_sidebar'),
(1557, 413, '_et_pb_side_nav', 'off'),
(1558, 413, '_et_pb_built_for_post_type', 'page'),
(1559, 413, '_et_pb_ab_subjects', ''),
(1560, 413, '_et_pb_enable_shortcode_tracking', ''),
(1561, 413, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"413\" /]'),
(1562, 413, '_et_pb_custom_css', ''),
(1563, 413, '_et_pb_gutter_width', '3'),
(1565, 413, '_global_colors_info', '{}'),
(1566, 413, '_et_pb_first_image', ''),
(1567, 413, '_et_pb_truncate_post', ''),
(1568, 413, '_et_pb_truncate_post_date', ''),
(1569, 413, '_et_builder_version', 'VB|Divi|4.19.2'),
(1570, 413, '_et_pb_show_page_creation', 'off'),
(1571, 413, 'rank_math_analytic_object_id', '22'),
(1572, 413, 'rank_math_internal_links_processed', '1'),
(1573, 413, 'rank_math_seo_score', '13'),
(1574, 413, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1575, 413, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1576, 413, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1577, 413, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:54:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_da871725ff0df1754e19f8e4490d4f9d\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_3f964aeb8b024686cff22000125b8500\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_2faea44149d84b66049e712bf6e9197c\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_734d33ab1a06cd6a69012c8c558d2092\";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;}s:45:\"et_pb_toggle_5552d300d1338057f84389cd590cf585\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_da3c6645c4e5dd8deb69433ed53e341c\";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:43:\"et_pb_text_59a87b6f6b221b7b344f0370157fbeb6\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1578, 420, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1579, 420, '_et_pb_use_builder', 'on'),
(1580, 420, '_et_gb_content_width', ''),
(1581, 420, '_edit_last', '1'),
(1582, 420, '_et_pb_post_hide_nav', 'default'),
(1583, 420, '_et_pb_page_layout', 'et_right_sidebar'),
(1584, 420, '_et_pb_side_nav', 'off'),
(1585, 420, '_et_pb_built_for_post_type', 'page'),
(1586, 420, '_et_pb_ab_subjects', ''),
(1587, 420, '_et_pb_enable_shortcode_tracking', ''),
(1588, 420, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"420\" /]'),
(1589, 420, '_et_pb_custom_css', ''),
(1590, 420, '_et_pb_gutter_width', '3'),
(1592, 420, '_global_colors_info', '{}'),
(1593, 420, '_et_pb_first_image', ''),
(1594, 420, '_et_pb_truncate_post', ''),
(1595, 420, '_et_pb_truncate_post_date', ''),
(1596, 420, '_et_builder_version', 'VB|Divi|4.19.2'),
(1597, 420, '_et_pb_show_page_creation', 'off'),
(1598, 420, 'rank_math_analytic_object_id', '21'),
(1599, 420, 'rank_math_internal_links_processed', '1'),
(1600, 420, 'rank_math_seo_score', '13'),
(1601, 420, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1602, 420, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1603, 420, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1604, 420, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:53:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_9888ff5aef65e8d7af288d891dbc34a1\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_2646b9765d784842fb71d18667d6bb3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_ce523c43d005725d74bd40bf0d0fc4dd\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3f633da649884e0ab1f489d09d077c39\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_2faea44149d84b66049e712bf6e9197c\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1605, 426, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1606, 426, '_et_pb_use_builder', 'on'),
(1607, 426, '_et_gb_content_width', ''),
(1608, 426, '_edit_last', '1'),
(1609, 426, '_et_pb_post_hide_nav', 'default'),
(1610, 426, '_et_pb_page_layout', 'et_right_sidebar'),
(1611, 426, '_et_pb_side_nav', 'off'),
(1612, 426, '_et_pb_built_for_post_type', 'page'),
(1613, 426, '_et_pb_ab_subjects', ''),
(1614, 426, '_et_pb_enable_shortcode_tracking', ''),
(1615, 426, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"426\" /]'),
(1616, 426, '_et_pb_custom_css', ''),
(1617, 426, '_et_pb_gutter_width', '3'),
(1619, 426, '_global_colors_info', '{}'),
(1620, 426, '_et_pb_first_image', ''),
(1621, 426, '_et_pb_truncate_post', ''),
(1622, 426, '_et_pb_truncate_post_date', ''),
(1623, 426, '_et_builder_version', 'VB|Divi|4.19.2'),
(1624, 426, '_et_pb_show_page_creation', 'off'),
(1625, 426, 'rank_math_analytic_object_id', '20'),
(1626, 426, 'rank_math_internal_links_processed', '1'),
(1627, 426, 'rank_math_seo_score', '13'),
(1628, 426, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1629, 426, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1630, 426, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1631, 426, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:53:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_3c7f3fd021fca7806fb9a65880531d37\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:45:\"et_pb_toggle_993456a381d6607b9c912c5906a1f602\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_d66d50b2cbe64078d072c9c01a0de70a\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_2b3bb91cde2823296e3fa9f67f59860e\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_e757e0b380c08cf73909e05ab9558697\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_7e6fde5b22d851a2700056e8f11a29b4\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_da3c6645c4e5dd8deb69433ed53e341c\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1632, 430, '_et_pb_use_builder', 'on'),
(1633, 430, '_et_gb_content_width', ''),
(1634, 430, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1635, 430, '_edit_last', '1'),
(1636, 430, '_et_pb_post_hide_nav', 'default'),
(1637, 430, '_et_pb_page_layout', 'et_right_sidebar'),
(1638, 430, '_et_pb_side_nav', 'off'),
(1639, 430, '_et_pb_built_for_post_type', 'page'),
(1640, 430, '_et_pb_ab_subjects', ''),
(1641, 430, '_et_pb_enable_shortcode_tracking', ''),
(1642, 430, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"430\" /]'),
(1643, 430, '_et_pb_custom_css', ''),
(1644, 430, '_et_pb_gutter_width', '3'),
(1646, 430, '_global_colors_info', '{}'),
(1647, 430, '_et_pb_first_image', ''),
(1648, 430, '_et_pb_truncate_post', ''),
(1649, 430, '_et_pb_truncate_post_date', ''),
(1650, 430, '_et_builder_version', 'VB|Divi|4.19.2'),
(1651, 430, '_et_pb_show_page_creation', 'off'),
(1652, 430, 'rank_math_analytic_object_id', '19'),
(1653, 430, 'rank_math_internal_links_processed', '1'),
(1654, 430, 'rank_math_seo_score', '13'),
(1655, 430, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1656, 430, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1657, 430, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1658, 430, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:52:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_f2eb4b39b045f409a9ab5c94259b4c28\";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;}s:45:\"et_pb_toggle_993456a381d6607b9c912c5906a1f602\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:44:\"et_pb_image_3085ccbc287bfa09c999f2f1024d654a\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:46:\"et_pb_section_7e6fde5b22d851a2700056e8f11a29b4\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_da3c6645c4e5dd8deb69433ed53e341c\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1659, 434, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1660, 434, '_et_pb_use_builder', 'on'),
(1661, 434, '_et_gb_content_width', ''),
(1662, 434, '_edit_last', '1'),
(1663, 434, '_et_pb_post_hide_nav', 'default'),
(1664, 434, '_et_pb_page_layout', 'et_right_sidebar'),
(1665, 434, '_et_pb_side_nav', 'off'),
(1666, 434, '_et_pb_built_for_post_type', 'page'),
(1667, 434, '_et_pb_ab_subjects', ''),
(1668, 434, '_et_pb_enable_shortcode_tracking', ''),
(1669, 434, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"434\" /]'),
(1670, 434, '_et_pb_custom_css', ''),
(1671, 434, '_et_pb_gutter_width', '3'),
(1673, 434, '_global_colors_info', '{}'),
(1674, 434, '_et_pb_first_image', ''),
(1675, 434, '_et_pb_truncate_post', ''),
(1676, 434, '_et_pb_truncate_post_date', ''),
(1677, 434, '_et_builder_version', 'VB|Divi|4.19.2'),
(1678, 434, '_et_pb_show_page_creation', 'off'),
(1679, 434, 'rank_math_analytic_object_id', '18'),
(1680, 434, 'rank_math_internal_links_processed', '1'),
(1681, 434, 'rank_math_seo_score', '12'),
(1682, 434, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1683, 434, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1684, 434, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1685, 434, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:57:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_9a71bcf2fa4699baf1e8293929ea3c10\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_d70a910ffa019f82a4673b4cc2905f54\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_c2f73ecc320a276294a4bab24480f5fc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_b76475d1650e56db23050075c5bb2699\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_e865d386cd2728f7a7446bfb352c28a8\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_cbb3b3908190a9d5e204256bbaaa7018\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_2b570582ff55318db713e6def8cb718d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f2eb4b39b045f409a9ab5c94259b4c28\";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;}s:46:\"et_pb_section_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1686, 443, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1687, 443, '_et_pb_use_builder', 'on'),
(1688, 443, '_et_gb_content_width', ''),
(1689, 443, '_edit_last', '1'),
(1690, 443, '_et_pb_post_hide_nav', 'default'),
(1691, 443, '_et_pb_page_layout', 'et_right_sidebar'),
(1692, 443, '_et_pb_side_nav', 'off'),
(1693, 443, '_et_pb_built_for_post_type', 'page'),
(1694, 443, '_et_pb_ab_subjects', ''),
(1695, 443, '_et_pb_enable_shortcode_tracking', ''),
(1696, 443, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"443\" /]'),
(1697, 443, '_et_pb_custom_css', ''),
(1698, 443, '_et_pb_gutter_width', '3'),
(1700, 443, '_global_colors_info', '{}'),
(1701, 443, '_et_pb_first_image', ''),
(1702, 443, '_et_pb_truncate_post', ''),
(1703, 443, '_et_pb_truncate_post_date', ''),
(1704, 443, '_et_builder_version', 'VB|Divi|4.19.2'),
(1705, 443, '_et_pb_show_page_creation', 'off'),
(1706, 443, 'rank_math_analytic_object_id', '17'),
(1707, 443, 'rank_math_internal_links_processed', '1'),
(1708, 443, 'rank_math_seo_score', '12'),
(1709, 443, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1710, 443, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1711, 443, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1712, 443, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:50:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_9888ff5aef65e8d7af288d891dbc34a1\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_306ca7624fee812e212ee3eafc5a44e1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_bf1f8a7b4d94134485d94625dc5eefbd\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_4a2d158ff5472aa020f0d120e783be15\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1713, 450, '_et_pb_use_builder', 'on'),
(1714, 450, '_et_gb_content_width', ''),
(1715, 450, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1716, 450, '_edit_last', '1'),
(1717, 450, '_et_pb_post_hide_nav', 'default'),
(1718, 450, '_et_pb_page_layout', 'et_right_sidebar'),
(1719, 450, '_et_pb_side_nav', 'off'),
(1720, 450, '_et_pb_built_for_post_type', 'page'),
(1721, 450, '_et_pb_ab_subjects', ''),
(1722, 450, '_et_pb_enable_shortcode_tracking', ''),
(1723, 450, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"450\" /]'),
(1724, 450, '_et_pb_custom_css', ''),
(1725, 450, '_et_pb_gutter_width', '3'),
(1727, 450, '_global_colors_info', '{}'),
(1728, 450, '_et_pb_first_image', ''),
(1729, 450, '_et_pb_truncate_post', ''),
(1730, 450, '_et_pb_truncate_post_date', ''),
(1731, 450, '_et_builder_version', 'VB|Divi|4.19.2'),
(1732, 450, '_et_pb_show_page_creation', 'off'),
(1733, 450, 'rank_math_analytic_object_id', '16'),
(1734, 450, 'rank_math_internal_links_processed', '1'),
(1735, 450, 'rank_math_seo_score', '12'),
(1736, 450, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1737, 450, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1738, 450, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1739, 450, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:51:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_db823e95487665c132116e463b5d54da\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1740, 455, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1741, 455, '_et_pb_use_builder', 'on'),
(1742, 455, '_et_gb_content_width', ''),
(1743, 455, '_edit_last', '1'),
(1744, 455, '_et_pb_post_hide_nav', 'default'),
(1745, 455, '_et_pb_page_layout', 'et_right_sidebar'),
(1746, 455, '_et_pb_side_nav', 'off'),
(1747, 455, '_et_pb_built_for_post_type', 'page'),
(1748, 455, '_et_pb_ab_subjects', ''),
(1749, 455, '_et_pb_enable_shortcode_tracking', ''),
(1750, 455, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"455\" /]'),
(1751, 455, '_et_pb_custom_css', ''),
(1752, 455, '_et_pb_gutter_width', '3'),
(1754, 455, '_global_colors_info', '{}'),
(1755, 455, '_et_pb_first_image', ''),
(1756, 455, '_et_pb_truncate_post', ''),
(1757, 455, '_et_pb_truncate_post_date', ''),
(1758, 455, '_et_builder_version', 'VB|Divi|4.19.2'),
(1759, 455, '_et_pb_show_page_creation', 'off'),
(1760, 455, 'rank_math_analytic_object_id', '15'),
(1761, 455, 'rank_math_internal_links_processed', '1'),
(1762, 455, 'rank_math_seo_score', '13'),
(1763, 455, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1764, 455, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1765, 455, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1766, 455, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:51:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_91d4e7f215f0094119492f23dcb92c26\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_5cad5f3a3196ae027fe422cdc2f3648c\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_59a87b6f6b221b7b344f0370157fbeb6\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1767, 461, '_et_pb_use_builder', 'on'),
(1768, 461, '_et_gb_content_width', ''),
(1769, 461, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1770, 461, '_edit_last', '1'),
(1771, 461, '_et_pb_post_hide_nav', 'default'),
(1772, 461, '_et_pb_page_layout', 'et_right_sidebar'),
(1773, 461, '_et_pb_side_nav', 'off'),
(1774, 461, '_et_pb_built_for_post_type', 'page'),
(1775, 461, '_et_pb_ab_subjects', ''),
(1776, 461, '_et_pb_enable_shortcode_tracking', ''),
(1777, 461, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"461\" /]'),
(1778, 461, '_et_pb_custom_css', ''),
(1779, 461, '_et_pb_gutter_width', '3'),
(1781, 461, '_global_colors_info', '{}'),
(1782, 461, '_et_pb_first_image', ''),
(1783, 461, '_et_pb_truncate_post', ''),
(1784, 461, '_et_pb_truncate_post_date', ''),
(1785, 461, '_et_builder_version', 'VB|Divi|4.19.2'),
(1786, 461, '_et_pb_show_page_creation', 'off'),
(1787, 461, 'rank_math_analytic_object_id', '14'),
(1788, 461, 'rank_math_internal_links_processed', '1'),
(1789, 461, 'rank_math_seo_score', '12'),
(1790, 461, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1791, 461, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1792, 461, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1793, 461, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:51:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_8f5752e4957a4ca429aa6cb4fac48662\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_41164eb8530143c24df06c4211220daa\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_b5ee9fdf2bbfaef90697a923a2337978\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_da3c6645c4e5dd8deb69433ed53e341c\";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:43:\"et_pb_text_4a2d158ff5472aa020f0d120e783be15\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1794, 467, '_et_pb_use_builder', 'on'),
(1795, 467, '_et_gb_content_width', ''),
(1796, 467, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1797, 467, '_edit_last', '1'),
(1798, 467, '_et_pb_post_hide_nav', 'default'),
(1799, 467, '_et_pb_page_layout', 'et_right_sidebar'),
(1800, 467, '_et_pb_side_nav', 'off'),
(1801, 467, '_et_pb_built_for_post_type', 'page'),
(1802, 467, '_et_pb_ab_subjects', ''),
(1803, 467, '_et_pb_enable_shortcode_tracking', ''),
(1804, 467, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"467\" /]'),
(1805, 467, '_et_pb_custom_css', ''),
(1806, 467, '_et_pb_gutter_width', '3'),
(1808, 467, '_global_colors_info', '{}'),
(1809, 467, '_et_pb_first_image', ''),
(1810, 467, '_et_pb_truncate_post', ''),
(1811, 467, '_et_pb_truncate_post_date', ''),
(1812, 467, '_et_builder_version', 'VB|Divi|4.19.2'),
(1813, 467, '_et_pb_show_page_creation', 'off'),
(1814, 467, 'rank_math_analytic_object_id', '13');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1815, 467, 'rank_math_internal_links_processed', '1'),
(1816, 467, 'rank_math_seo_score', '12'),
(1817, 467, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1818, 467, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1819, 467, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1820, 467, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:51:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_9888ff5aef65e8d7af288d891dbc34a1\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_b88c1c8f164f8fb5fa166cd19b6686bf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_41164eb8530143c24df06c4211220daa\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_0d792175070665ea2b45e5a13334420a\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_4a2d158ff5472aa020f0d120e783be15\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1821, 472, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1822, 472, '_et_pb_use_builder', 'on'),
(1823, 472, '_et_gb_content_width', ''),
(1824, 472, '_edit_last', '1'),
(1825, 472, '_et_pb_post_hide_nav', 'default'),
(1826, 472, '_et_pb_page_layout', 'et_right_sidebar'),
(1827, 472, '_et_pb_side_nav', 'off'),
(1828, 472, '_et_pb_built_for_post_type', 'page'),
(1829, 472, '_et_pb_ab_subjects', ''),
(1830, 472, '_et_pb_enable_shortcode_tracking', ''),
(1831, 472, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"472\" /]'),
(1832, 472, '_et_pb_custom_css', ''),
(1833, 472, '_et_pb_gutter_width', '3'),
(1835, 472, '_global_colors_info', '{}'),
(1836, 472, '_et_pb_first_image', ''),
(1837, 472, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_12 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_12 pa-inline-buttons\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_18  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_24  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Chiari Decompression Surgery in Minnesota</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_25  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Learn more about chiari decompression brain surgery from experienced neurosurgeon Dr. Hart Garner.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_light\" href=\"https://hartgarnermd.com/contact-us/\">Schedule an Appointment</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_13 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_13 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_26  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">What Is Chiari Decompression Surgery?</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_27  et_pb_text_align_left et_pb_text_align_center-tablet et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Chiari decompression is a surgical procedure for a disorder known as Arnold Chiari malformation, which causes the brain tissues to protrude into the spinal canal. The disorder may be present at birth or appear as the brain and skull develop.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_20  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_3\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1024\" src=\"https://hartgarnermd.com/wp-content/uploads/2022/11/Chiari-decompression-image-1-1536x1024-1.jpg\" alt=\"Chiari Decompression Surgery\" title=\"Face,Lifting,Close-up..,Macs,Lift,Surgery,Minimal,Access,Cranial,Suspension\" srcset=\"https://hartgarnermd.com/wp-content/uploads/2022/11/Chiari-decompression-image-1-1536x1024-1.jpg 1536w, https://hartgarnermd.com/wp-content/uploads/2022/11/Chiari-decompression-image-1-1536x1024-1-1280x853.jpg 1280w, https://hartgarnermd.com/wp-content/uploads/2022/11/Chiari-decompression-image-1-1536x1024-1-980x653.jpg 980w, https://hartgarnermd.com/wp-content/uploads/2022/11/Chiari-decompression-image-1-1536x1024-1-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1536px, 100vw\" class=\"wp-image-474\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_14 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_14 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_28  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Who Needs Chiari Decompression Surgery?</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_29  et_pb_text_align_left et_pb_text_align_center-tablet et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">If you have a syrinx or a Chiari malformation that obstructs CSF flow and is causing severe or worsening symptoms, surgery may be recommended. Surgery is typically reserved for those with persistent headaches, other severe symptoms, or unusual results from a neurological examination.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_toggle et_pb_toggle_6 et_pb_toggle_item  et_pb_text_align_left et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Procedure</h5>\n				<div class=\"et_pb_toggle_content clearfix\">After you are asleep, the procedure starts with a midline incision at the back of your head and extends to your upper neck. The incision is usually 5 or 6 cm long.</p>\n<p>The muscles attached to your skull and spinal bones are elevated. Using a fine high-speed drill, a small window of bone (2.5cm diameter) is removed from the base of the skull. This creates more space for the cerebellum and decompresses the brainstem.</p>\n<p>Because the tonsillar herniation frequently extends into the spinal canal, the posterior arch of the first cervical vertebra, C1, is also removed.</p>\n<p>This procedure is often sufficient, and no further treatment is necessary. However, some special cases may need further treatment or surgery.</div>\n			</div><div class=\"et_pb_module et_pb_toggle et_pb_toggle_7 et_pb_toggle_item  et_pb_text_align_left et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Recovery</h5>\n				<div class=\"et_pb_toggle_content clearfix\">After the procedure, the medical team will monitor your heart rate and blood pressure. In case of nausea or headache following surgery, medication will be administered.</p>\n<p>Most patients are able to go home 1 &#8211; 2 days after surgery. During the first 24 to 48 hours, make sure you have someone at home who can assist you. Always follow the care instructions provided by your surgeon.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_15 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_15 pa-inline-buttons\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_23  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_30  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Schedule a Consultation for Chiari Decompression Surgery Today</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_31  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dr. Hart Garner is a highly experienced Minnesota brain surgeon specializing in Chiari Decompression. Contact us to schedule an appointment for your Chiari Decompression today. </div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_7_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_7 et_pb_bg_layout_light\" href=\"https://hartgarnermd.com/contact-us/\">Get Started</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n'),
(1838, 472, '_et_pb_truncate_post_date', '2024-06-26 21:00:16'),
(1839, 472, '_et_builder_version', 'VB|Divi|4.19.2'),
(1840, 472, '_et_pb_show_page_creation', 'off'),
(1841, 472, 'rank_math_analytic_object_id', '12'),
(1842, 472, 'rank_math_internal_links_processed', '1'),
(1843, 472, 'rank_math_seo_score', '12'),
(1844, 472, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1845, 472, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1846, 472, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1847, 472, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:51:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_a6ea94217d5af7970c19d04abf8f6be0\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1848, 479, '_et_pb_use_builder', 'on'),
(1849, 479, '_et_gb_content_width', ''),
(1850, 479, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1851, 479, '_edit_last', '1'),
(1852, 479, '_et_pb_post_hide_nav', 'default'),
(1853, 479, '_et_pb_page_layout', 'et_right_sidebar'),
(1854, 479, '_et_pb_side_nav', 'off'),
(1855, 479, '_et_pb_built_for_post_type', 'page'),
(1856, 479, '_et_pb_ab_subjects', ''),
(1857, 479, '_et_pb_enable_shortcode_tracking', ''),
(1858, 479, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"479\" /]'),
(1859, 479, '_et_pb_custom_css', ''),
(1860, 479, '_et_pb_gutter_width', '3'),
(1862, 479, '_global_colors_info', '{}'),
(1863, 479, '_et_pb_first_image', ''),
(1864, 479, '_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_8 pa-inline-buttons\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_12  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_16  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Posterior Fossa Craniotomy in Minnesota</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_17  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">If you have a posterior fossa tumor, we may be able to help you. Schedule an appointment for a posterior fossa craniotomy with Dr. Hart Garner to learn more.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://hartgarnermd.com/contact-us/\">Schedule an Appointment</a>\n			</div>\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_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">What is a Posterior Fossa Craniotomy?</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_19  et_pb_text_align_left et_pb_text_align_center-tablet et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">A posterior fossa craniotomy is a surgical procedure that involves making an opening in the back of the head to access the posterior fossa. The procedure may treat certain conditions like brain tumors that interfere with the normal functioning of the brain.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 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_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1024\" src=\"https://hartgarnermd.com/wp-content/uploads/2022/11/posterior-fossa-craniotomy-image-1536x1024-1.jpg\" alt=\"Posterior Fossa Craniotomy MRI\" title=\"posterior-fossa-craniotomy-image-1536x1024\" srcset=\"https://hartgarnermd.com/wp-content/uploads/2022/11/posterior-fossa-craniotomy-image-1536x1024-1.jpg 1536w, https://hartgarnermd.com/wp-content/uploads/2022/11/posterior-fossa-craniotomy-image-1536x1024-1-1280x853.jpg 1280w, https://hartgarnermd.com/wp-content/uploads/2022/11/posterior-fossa-craniotomy-image-1536x1024-1-980x653.jpg 980w, https://hartgarnermd.com/wp-content/uploads/2022/11/posterior-fossa-craniotomy-image-1536x1024-1-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1536px, 100vw\" class=\"wp-image-481\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_10 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_20  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Who Needs a Posterior Fossa Craniotomy?</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_21  et_pb_text_align_left et_pb_text_align_center-tablet et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">The posterior fossa is a small area in the skull near the brainstem and cerebellum. When a tumor grows in the area of the posterior fossa, it can stop the flow of spinal fluid and increase the pressure on the spinal cord and brain.</p>\n<p>The posterior fossa is usually the site of primary brain cancers. It is common to surgically remove tumors of the posterior fossa, even if they are not cancerous. There is a limited amount of space in the posterior fossa. So, if a tumor grows, it can press on delicate structures.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_toggle et_pb_toggle_4 et_pb_toggle_item  et_pb_text_align_left et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Procedure</h5>\n				<div class=\"et_pb_toggle_content clearfix\">The surgeon will begin by removing a segment of bone from your skull. This allows the surgeon to treat the posterior fossa. They will then close the wound with metal clips.</p>\n<p>Next, the doctor will insert a wound drain. This is a narrow tube connected to a small plastic container. The drain helps the wound to heal and prevents the wound from swelling.</div>\n			</div><div class=\"et_pb_module et_pb_toggle et_pb_toggle_5 et_pb_toggle_item  et_pb_text_align_left et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Recovery</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Upon awakening from anesthesia, you will be in an intensive care unit.</p>\n<p>Some people experience nausea and vomiting following surgery. You may also experience problems with balance and coordination. Nurses and medical staff will closely monitor your symptoms and give you medication to control them. Your wound drain will be removed the next day.</p>\n<p>In most cases, you will be hospitalized for approximately five days. Occasionally, this may be longer. A nurse will remove your clips seven to ten days after your operation.</p>\n<p>It is normal to experience headaches, for which painkillers are provided. It is also normal to feel tired and anxious when you first get home. Resting during the day may help.</p>\n<p>Patients may need physical therapy for 8 &#8211; 12 weeks or longer after the procedure.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><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_11 pa-inline-buttons\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_17  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_22  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Learn More About Posterior Fossa Craniotomy Surgery in Minnesota</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_23  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dr. Hart Garner is an experienced Minnesota neurosurgeon who specializes in the treating brain tumors. Schedule an appointment with us today to learn more about posterior fossa craniotomies.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://hartgarnermd.com/contact-us/\">Get Started</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n'),
(1865, 479, '_et_pb_truncate_post_date', '2024-06-26 21:00:16'),
(1866, 479, '_et_builder_version', 'VB|Divi|4.19.2'),
(1867, 479, '_et_pb_show_page_creation', 'off'),
(1868, 479, 'rank_math_analytic_object_id', '11'),
(1869, 479, 'rank_math_internal_links_processed', '1'),
(1870, 479, 'rank_math_seo_score', '12');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1871, 479, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1872, 479, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1873, 479, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1874, 479, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:51:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_6d53a9faa33038e3aed51a5468d028a7\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_2c8cce2204e22b6d3e705fa245c0b820\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1875, 485, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1876, 485, '_et_pb_use_builder', 'on'),
(1877, 485, '_et_gb_content_width', ''),
(1878, 485, '_edit_last', '1'),
(1879, 485, '_et_pb_post_hide_nav', 'default'),
(1880, 485, '_et_pb_page_layout', 'et_right_sidebar'),
(1881, 485, '_et_pb_side_nav', 'off'),
(1882, 485, '_et_pb_built_for_post_type', 'page'),
(1883, 485, '_et_pb_ab_subjects', ''),
(1884, 485, '_et_pb_enable_shortcode_tracking', ''),
(1885, 485, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"485\" /]'),
(1886, 485, '_et_pb_custom_css', ''),
(1887, 485, '_et_pb_gutter_width', '3'),
(1889, 485, '_global_colors_info', '{}'),
(1890, 485, '_et_pb_first_image', ''),
(1891, 485, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4 pa-inline-buttons\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  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_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Transsphenoidal Pituitary Tumor Removal</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Hart Garner specializes in transsphenoidal pituitary tumor removal surgery. Learn more about this minimally invasive procedure for pituitary tumor removal here.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://hartgarnermd.com/contact-us/\">Schedule an Appointment</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">What is a Transsphenoidal Pituitary Tumor Removal?</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_text_align_center-tablet et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Transsphenoidal surgery is also called transnasal endoscopy. It is a procedure used to remove pituitary tumors through the nasal passage, instead of opening the skull.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8  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_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1152\" src=\"https://hartgarnermd.com/wp-content/uploads/2022/11/shutterstock_2113302470-1536x1152-1.jpg\" alt=\"Surgeons in the OR\" title=\"A,Team,Of,Surgeons,Performing,Abdominal,Surgery,On,A,Patient\" srcset=\"https://hartgarnermd.com/wp-content/uploads/2022/11/shutterstock_2113302470-1536x1152-1.jpg 1536w, https://hartgarnermd.com/wp-content/uploads/2022/11/shutterstock_2113302470-1536x1152-1-1280x960.jpg 1280w, https://hartgarnermd.com/wp-content/uploads/2022/11/shutterstock_2113302470-1536x1152-1-980x735.jpg 980w, https://hartgarnermd.com/wp-content/uploads/2022/11/shutterstock_2113302470-1536x1152-1-480x360.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1536px, 100vw\" class=\"wp-image-487\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 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_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Who Needs a Transsphenoidal Pituitary Tumor Removal?</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_text_align_center-tablet et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Transsphenoidal surgery treats tumors originating from the pituitary gland. Pituitary glands are small, pea-sized glands located at the base of the brain, above the nose. They regulate many hormones in the body.</p>\n<p>Almost all pituitary tumors are benign (noncancerous) growths known as adenomas. Unlike malignant (cancerous) tumors, pituitary adenomas do not spread to other parts of the body. However, they can still cause a variety of health problems if left untreated.</p>\n<p>Pituitary tumors that secrete hormones are known as &#8216;functioning&#8217; tumors. An excessive amount of certain hormones leads to conditions like acromegaly and Cushing&#8217;s disease.</p>\n<p>Tumors that do not secrete hormones are called &#8220;nonfunctioning&#8221; tumors. These tumors may become larger and press on adjacent brain structures. This can cause symptoms including vision loss and headaches.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_toggle et_pb_toggle_2 et_pb_toggle_item  et_pb_text_align_left et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Procedure</h5>\n				<div class=\"et_pb_toggle_content clearfix\">In a traditional craniotomy, the surgeon opens the skull. This is avoided with a transsphenoidal surgery.</p>\n<p>The neurosurgeon removes the tumor via the nasal passages and the sphenoid sinus. Then they can gain access to the pituitary gland from beneath the brain, to avoid important brain structures.</p>\n<p>First, the neurosurgeon makes a small incision in the back wall of the nasal passages. This allows them to enter the sphenoid sinus. Next, he opens up the sella turcica, the bony cavity containing the pituitary gland.</p>\n<p>Endoscopes, thin tubes with cameras at the tip, allow surgeons to see through a small incision and view the magnified operating site on a TV screen. This allows them to locate and remove the tumor.</p>\n<p>Transsphenoidal surgery is also associated with a shorter recovery period, and leaves no scar.</div>\n			</div><div class=\"et_pb_module et_pb_toggle et_pb_toggle_3 et_pb_toggle_item  et_pb_text_align_left et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Recovery</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Patients are usually able to go home from the hospital within one day after surgery. Nearly all patients are able to go home within two days. If a patient is severely debilitated as a result of their tumor, they may need to stay in the hospital for a third day, though this is rare.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7 pa-inline-buttons\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_11  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_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Schedule an Appointment with a Neurosurgeon in Minnesota Today</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Speak with a doctor about your options for transsphenoidal pituitary tumor removal surgery. Schedule an appointment with us today.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://hartgarnermd.com/contact-us/\">Get Started</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n'),
(1892, 485, '_et_pb_truncate_post_date', '2024-06-26 21:00:15'),
(1893, 485, '_et_builder_version', 'VB|Divi|4.19.2'),
(1894, 485, '_et_pb_show_page_creation', 'off'),
(1895, 485, 'rank_math_analytic_object_id', '10'),
(1896, 485, 'rank_math_internal_links_processed', '1'),
(1897, 485, 'rank_math_seo_score', '13'),
(1898, 485, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1899, 485, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1900, 485, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1901, 485, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:51:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_9d6c8027b0863fc45f72ff9ed02a50e4\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_8230e00b724e6ebc1134151376238e51\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_59a87b6f6b221b7b344f0370157fbeb6\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1902, 490, '_et_pb_use_builder', 'on'),
(1903, 490, '_et_gb_content_width', ''),
(1904, 490, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1905, 490, '_edit_last', '1'),
(1906, 490, '_et_pb_post_hide_nav', 'default'),
(1907, 490, '_et_pb_page_layout', 'et_right_sidebar'),
(1908, 490, '_et_pb_side_nav', 'off'),
(1909, 490, '_et_pb_built_for_post_type', 'page'),
(1910, 490, '_et_pb_ab_subjects', ''),
(1911, 490, '_et_pb_enable_shortcode_tracking', ''),
(1912, 490, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"490\" /]'),
(1913, 490, '_et_pb_custom_css', ''),
(1914, 490, '_et_pb_gutter_width', '3'),
(1916, 490, '_global_colors_info', '{}'),
(1917, 490, '_et_pb_first_image', ''),
(1918, 490, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				<span class=\"et_pb_background_pattern\"></span>\n				\n				\n				<div class=\"et_pb_row et_pb_row_0 pa-inline-buttons\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  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_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Middle Fossa Craniotomy in Minnesota</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dr. Hart Garner offers Middle Fossa Craniotomy consultations for acoustic neuromas in Minnesota. Contact us today to learn more and set up an appointment.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://hartgarnermd.com/contact-us/\">Schedule an Appointment</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">What is a Middle Fossa Craniotomy?</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_text_align_center-tablet et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">A middle fossa craniotomy is a type of brain surgery that provides access to the internal auditory canal (IAC), often to remove small acoustic tumors.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  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 fetchpriority=\"high\" decoding=\"async\" width=\"1536\" height=\"1158\" src=\"https://hartgarnermd.com/wp-content/uploads/2022/11/middle-fossa-craniotomy-image-1536x1158-1.jpg\" alt=\"Middle Fossa Craniotomy image\" title=\"middle-fossa-craniotomy-image-1536x1158\" srcset=\"https://hartgarnermd.com/wp-content/uploads/2022/11/middle-fossa-craniotomy-image-1536x1158-1.jpg 1536w, https://hartgarnermd.com/wp-content/uploads/2022/11/middle-fossa-craniotomy-image-1536x1158-1-1280x965.jpg 1280w, https://hartgarnermd.com/wp-content/uploads/2022/11/middle-fossa-craniotomy-image-1536x1158-1-980x739.jpg 980w, https://hartgarnermd.com/wp-content/uploads/2022/11/middle-fossa-craniotomy-image-1536x1158-1-480x362.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1536px, 100vw\" class=\"wp-image-492\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Who Needs a Middle Fossa Craniotomy?</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_text_align_center-tablet et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">An acoustic neuroma (AN) is a noncancerous tumor that develops on the main nerve leading from the inner ear to the brain. Common symptoms from tumors in the internal auditory canal may include one-sided hearing loss, loss of balance and dizziness, and tinnitus (ringing in the ear).<br />\nPatients with acoustic neuromas (ANs) whose tumors are small to medium-sized may need middle fossa craniotomy surgery, also called an acoustic neuroma surgery. Middle fossa craniotomy is one of the best surgical procedures to preserve hearing, since it carries a low risk of intracranial complications.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item  et_pb_text_align_left et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Procedure</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Acoustic neuromas can be treated by undergoing a middle fossa craniotomy, but there are risks and benefits to undergoing this procedure. Our physicians will explain these options to you at your initial appointment.</p>\n<p>We will help schedule a surgery date for you if you and your doctor decide that surgery is best for your health. In most cases, this type of surgery is not an emergency because most acoustic neuromas grow slowly.</p>\n<p>During the procedure, a small incision above the ear is used to access the tumor. It may be necessary for the doctor to shave part of the hair around the surgery site. To ensure your safety, we will closely monitor the function of your nerves during the surgery.</p>\n<p>In order to see the tumor more clearly, we may use a surgical microscope. Depending on the tumor size, the surgery usually takes between four and six hours.</div>\n			</div><div class=\"et_pb_module et_pb_toggle et_pb_toggle_1 et_pb_toggle_item  et_pb_text_align_left et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Recovery</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Once we complete the surgery, you will be moved to the Intensive Care Unit (ICU). During your remaining hospital stay, we will transfer you to the medical surgical floor. Hospital stays range from three to five days, depending on the circumstances.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 pa-inline-buttons\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  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_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Schedule an Appointment for Middle Fossa Craniotomy Surgery in Minnesota</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Our award-winning Minnesota spine surgeons are here to help. Give us a call or schedule an appointment online now.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://hartgarnermd.com/contact-us/\">Get Started</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n'),
(1919, 490, '_et_pb_truncate_post_date', '2024-06-26 21:00:15'),
(1920, 490, '_et_builder_version', 'VB|Divi|4.19.2'),
(1921, 490, '_et_pb_show_page_creation', 'off'),
(1922, 490, 'rank_math_analytic_object_id', '9'),
(1923, 490, 'rank_math_internal_links_processed', '1'),
(1924, 490, 'rank_math_seo_score', '12');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1925, 490, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";i:9;s:12:\"et_pb_toggle\";}'),
(1926, 490, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1927, 490, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1928, 490, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:51:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_765e428091e3ffd853864ae498f3ff9f\";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_5b5ebd5bdb00ad193a298b694996d912\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2cf26842125f96e7839033577de61522\";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:43:\"et_pb_text_1a96696f469a904b0327ac7edc830614\";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:45:\"et_pb_button_c371d14ff8d76d458cee37ffd1cd372a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_244fa8840d2fb9e4eff6c2382b86a0b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_edbf33973bee1174ae5fb0725d6db314\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4d0a17456a491983ffc61bf923f8b17a\";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:43:\"et_pb_text_2d14c7b6258f371a0b3e71e494c581b5\";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;}s:44:\"et_pb_image_c3ef079ddd4663567f93293f8e0f3a92\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2fd08b36539468a67ab2530c902c50ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b01c4a590d620464e963674fc02a7f1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3c4e6c7da2227b4bc406658820b82823\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c66eac7c421ecac038e61eff32508258\";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:45:\"et_pb_toggle_953c4d31692b2eb210275b90df4eb0cc\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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:45:\"et_pb_toggle_d72f6bae61a7f967efffbbabb7bb0116\";a:10:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_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:\"20\";}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_3a4dec1573f311ec40266269cff8aa68\";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_980eabe2e8b11760dcdf8d55bdeb697e\";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:43:\"et_pb_text_338101886ccefbb9e03ef503095353f6\";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:43:\"et_pb_text_1d0d850845549f742e782778d60348ed\";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;}s:45:\"et_pb_button_cf2ff823934696fdebd93581ca408dbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1929, 889, '_edit_last', '1'),
(1930, 889, '_wp_page_template', 'elementor_header_footer'),
(1931, 889, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(1932, 889, '_et_pb_post_hide_nav', 'default'),
(1933, 889, '_et_pb_page_layout', 'et_no_sidebar'),
(1934, 889, '_et_pb_side_nav', 'off'),
(1935, 889, 'rank_math_internal_links_processed', '1'),
(1936, 889, 'rank_math_seo_score', '4'),
(1937, 889, '_et_pb_use_builder', 'on'),
(1938, 889, '_et_pb_first_image', ''),
(1939, 889, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 contact-section et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  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_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Refer a Patient<br />\nFill out the form below to refer your patient to Dr. Hart Garner</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_1 et_animated\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1202-p889-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"1202\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul></div>\n<form action=\"/?s#wpcf7-f1202-p889-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1202\" /><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" /><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" /><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1202-p889-o1\" /><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"889\" /><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n</fieldset>\n<div class=\"main-form\">\n	<div class=\"half-form\">\n		<p><span class=\"wpcf7-form-control-wrap\" data-name=\"text-808\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Referring Provider Name\" value=\"\" type=\"text\" name=\"text-808\" /></span>\n		</p>\n	</div>\n	<div class=\"half-form\">\n		<p><span class=\"wpcf7-form-control-wrap\" data-name=\"text-474\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Clinic Name\" value=\"\" type=\"text\" name=\"text-474\" /></span>\n		</p>\n	</div>\n	<div class=\"half-form\">\n		<p><span class=\"wpcf7-form-control-wrap\" data-name=\"tel-693\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Referring Provider Phone Number\" value=\"\" type=\"tel\" name=\"tel-693\" /></span>\n		</p>\n	</div>\n	<div class=\"half-form\">\n		<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email-416\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Referring Provider Email\" value=\"\" type=\"email\" name=\"email-416\" /></span>\n		</p>\n	</div>\n	<div class=\"half-form\">\n		<p><span class=\"wpcf7-form-control-wrap\" data-name=\"text-101\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Patient Name\" value=\"\" type=\"text\" name=\"text-101\" /></span>\n		</p>\n	</div>\n	<div class=\"half-form\">\n		<p><span class=\"wpcf7-form-control-wrap\" data-name=\"tel-411\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" placeholder=\"Patient Phone Number\" value=\"\" type=\"tel\" name=\"tel-411\" /></span>\n		</p>\n	</div>\n	<div class=\"full-form\">\n		<p><label>Type of Appointment<span>*</span></label><br />\n<span class=\"wpcf7-form-control-wrap\" data-name=\"checkbox-348\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first\"><label><input type=\"checkbox\" name=\"checkbox-348[]\" value=\"Consultation\" /><span class=\"wpcf7-list-item-label\">Consultation</span></label></span><span class=\"wpcf7-list-item last\"><label><input type=\"checkbox\" name=\"checkbox-348[]\" value=\"Second Opinion\" /><span class=\"wpcf7-list-item-label\">Second Opinion</span></label></span></span></span>\n		</p>\n	</div>\n	<div class=\"full-form\">\n		<p><span class=\"wpcf7-form-control-wrap\" data-name=\"textarea-690\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\" name=\"textarea-690\"></textarea></span>\n		</p>\n	</div>\n	<div class=\"full-form\">\n		<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" />\n		</p>\n	</div>\n</div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"></div>\n</form>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n'),
(1940, 889, '_et_pb_truncate_post_date', '2026-03-06 17:11:45'),
(1941, 889, '_et_pb_old_content', ''),
(1942, 889, '_et_pb_built_for_post_type', 'page'),
(1943, 889, '_et_pb_ab_subjects', ''),
(1944, 889, '_et_pb_enable_shortcode_tracking', ''),
(1945, 889, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"889\" /]'),
(1946, 889, '_et_pb_custom_css', ''),
(1947, 889, '_et_pb_gutter_width', '3'),
(1948, 889, '_global_colors_info', '{}'),
(1949, 889, '_et_builder_version', 'VB|Divi|4.19.2'),
(1950, 889, '_et_pb_show_page_creation', 'off'),
(1951, 889, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1952, 889, '_yoast_wpseo_content_score', '90'),
(1953, 889, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1954, 889, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:10:\"et_pb_code\";i:6;s:18:\"et_pb_contact_form\";i:7;s:11:\"et_pb_image\";i:8;s:10:\"et_pb_menu\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(1955, 889, '_et_dynamic_cached_attributes', 'a:5:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"flip\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1956, 889, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1957, 889, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:36:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_a32ca0e27532b4d09c31990f465109d3\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_2cb3c831047703708e0f50630b8a5e51\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_ef08602e71a5b4a1e9b08982e1969188\";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:43:\"et_pb_text_7be5cd2b1530d7c3f271896a41a53a6d\";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:42:\"et_pb_row_9b4d137c0eb3f83223aed3189f21a1b6\";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_0fbb279fe04026141bd8f4521d22bed4\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_contact_form_f6237a9d9c39971843bc5f0cf8837b97\";a:1:{s:4:\"glde\";a:7:{s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:17:\"captcha_font_size\";s:2:\"14\";s:20:\"form_field_font_size\";s:2:\"14\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";}}s:43:\"et_pb_code_a8ce39d8bb0028c44101c337829971a7\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1958, 1115, '_edit_last', '1'),
(1959, 1115, '_wp_page_template', 'default'),
(1960, 1115, '_et_pb_post_hide_nav', 'default'),
(1961, 1115, '_et_pb_page_layout', 'et_no_sidebar'),
(1962, 1115, '_et_pb_side_nav', 'off'),
(1963, 1115, '_et_pb_use_builder', ''),
(1964, 1115, '_et_pb_first_image', ''),
(1965, 1115, '_et_pb_truncate_post', ''),
(1966, 1115, '_et_pb_truncate_post_date', ''),
(1967, 1115, '_et_pb_old_content', ''),
(1968, 1115, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1969, 1115, '_yoast_wpseo_wordproof_timestamp', ''),
(1970, 1115, '_et_builder_dynamic_assets_loading_attr_threshold', '2'),
(1971, 1115, '_et_dynamic_cached_shortcodes', 'a:9:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_menu\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:10:\"et_pb_text\";}'),
(1972, 1115, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1973, 1115, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(1974, 1115, '_et_builder_module_features_cache', 'a:2:{i:0;s:109:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"66\":\"2023-09-07 16:38:04\",\"68\":\"2024-06-10 19:20:48\"},\"wpe\":[]}\";i:1;a:28:{s:46:\"et_pb_section_c055ec5bf757bd10d0d14a94a9ae254a\";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:42:\"et_pb_row_930cd653e1d6d79712c5b00716752d19\";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_f4c80a406400806f5bb8efbc99e6de1b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_28d38bcb461796dce012260806ea9575\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8fc608d3ff0dab0e11b9bfe21b01c491\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_ff4d0add6a7660c3b68afc05995890d8\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_1733ce271f0857e10c7a62039fe1e30d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19323dc59066866ec7b9f0dfd5497ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_button_67738e6c0de6a6a249ddd53f40263f1a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6dcbf55527144fbdd3335e73cd9e7a10\";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:42:\"et_pb_row_7f33678be81eff30e4dc067b33f17dcc\";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_92b316104ebc3fc815b97703fefdf017\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_1b51a54a020d034eecc1c98e7699fe50\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_a3961822448793ff39a1ac94a9e0e11c\";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_0807e2d999b5edfc5ee69a26fbe4bb57\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33b3527df03c4df36ef0bd4f3f4124a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7c935201e6a9b05a8eb6849f88a50b9\";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:66:\"et_pb_social_media_follow_network_94fbb4e10faa5389dc5a2887733242eb\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_361f3c1a731103f2315e01128bc91303\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_78c73d3390008848f2735e780f74f0a9\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_886559d78a00b85b976f197728eb769c\";a:7:{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:43:\"et_pb_text_f74e3a78679ae4e5cddd67e2afeaf3b9\";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:43:\"et_pb_text_436e8880f19ad169d23f23119d5f0deb\";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;}s:43:\"et_pb_text_0e747055c0063f654644a0238d7e5efe\";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:43:\"et_pb_text_b469e8ca03d63ad8679f820a0491ee9f\";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;}s:42:\"et_pb_row_58a286df49cf109e2a156ac3aab8557c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f46d51e80aa6bafbd79fce6da9e796b0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b62032d2c7bcbc38717e96da59c77f63\";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;}}}'),
(1975, 1235, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(1976, 1235, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(1977, 1235, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1978, 1235, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1979, 1235, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(1980, 1240, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(1981, 1240, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(1982, 1240, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1983, 1240, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1984, 1240, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(1985, 1254, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(1986, 1254, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(1987, 1254, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1988, 1254, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(1989, 1254, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(1990, 1258, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(1991, 1258, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(1992, 1258, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1993, 1258, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(1994, 1258, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(1995, 1260, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(1996, 1260, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(1997, 1260, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(1998, 1260, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1999, 1260, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2000, 1261, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2001, 1261, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2002, 1261, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2003, 1261, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2004, 1261, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2005, 1263, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2006, 1263, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2007, 1263, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2008, 1263, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2009, 1263, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2010, 1270, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2011, 1270, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2012, 1270, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2013, 1270, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(2014, 1270, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2015, 1288, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2016, 1288, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2017, 1288, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2018, 1288, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2019, 1288, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2020, 1289, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2021, 1289, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2022, 1289, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2023, 1289, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2024, 1289, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2025, 1232, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2026, 1232, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2027, 1232, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2028, 1232, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2029, 1232, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2030, 1238, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2031, 1238, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2032, 1238, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2033, 1238, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2034, 1238, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2035, 1239, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2036, 1239, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2037, 1239, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2038, 1239, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2039, 1239, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2040, 1241, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2041, 1241, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2042, 1241, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2043, 1241, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2044, 1241, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2045, 1242, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2046, 1242, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2047, 1242, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2048, 1242, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2049, 1242, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2050, 1244, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2051, 1244, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2052, 1244, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2053, 1244, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2054, 1244, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2055, 1250, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2056, 1250, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2057, 1250, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2058, 1250, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2059, 1250, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2060, 1253, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2061, 1253, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2062, 1253, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2063, 1253, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2064, 1253, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2065, 1259, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2066, 1259, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2067, 1259, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2068, 1259, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2069, 1259, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2070, 1262, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2071, 1262, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2072, 1262, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2073, 1262, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(2074, 1262, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2075, 1264, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2076, 1264, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2077, 1264, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2078, 1264, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2079, 1264, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2080, 1266, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2081, 1266, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2082, 1266, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2083, 1266, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2084, 1266, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2085, 1269, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2086, 1269, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2087, 1269, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2088, 1269, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(2089, 1269, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2090, 1271, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2091, 1271, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2092, 1271, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2093, 1271, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(2094, 1271, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2095, 1273, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2096, 1273, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2097, 1273, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2098, 1273, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2099, 1273, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2100, 1276, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2101, 1276, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2102, 1276, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2103, 1276, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2104, 1276, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2105, 1277, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2106, 1277, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2107, 1277, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2108, 1277, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2109, 1277, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2110, 1280, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2111, 1280, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2112, 1280, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2113, 1280, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2114, 1280, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2115, 1281, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2116, 1281, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2117, 1281, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2118, 1281, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2119, 1281, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2120, 1286, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2121, 1286, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2122, 1286, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2123, 1286, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2124, 1286, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2125, 1231, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2126, 1231, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2127, 1231, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2128, 1231, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(2129, 1231, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2130, 1233, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2131, 1233, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2132, 1233, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2133, 1233, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2134, 1233, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2135, 1236, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2136, 1236, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2137, 1236, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2138, 1236, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2139, 1236, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2140, 1237, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2141, 1237, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2142, 1237, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2143, 1237, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2144, 1237, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2145, 1243, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2146, 1243, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2147, 1243, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2148, 1243, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(2149, 1243, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2150, 1245, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2151, 1245, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2152, 1245, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2153, 1245, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2154, 1245, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2155, 1251, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2156, 1251, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2157, 1251, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2158, 1251, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2159, 1251, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2160, 1252, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2161, 1252, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2162, 1252, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2163, 1252, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2164, 1252, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2165, 1256, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2166, 1256, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2167, 1256, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2168, 1256, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(2169, 1256, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2170, 1257, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2171, 1257, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2172, 1257, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2173, 1257, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2174, 1257, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2175, 1265, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2176, 1265, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2177, 1265, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2178, 1265, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2179, 1265, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2180, 1267, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2181, 1267, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2182, 1267, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2183, 1267, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(2184, 1267, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2185, 1274, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2186, 1274, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2187, 1274, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2188, 1274, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2189, 1274, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2190, 1275, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2191, 1275, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2192, 1275, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2193, 1275, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2194, 1275, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2195, 1278, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2196, 1278, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2197, 1278, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2198, 1278, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2199, 1278, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2200, 1279, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2201, 1279, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2202, 1279, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2203, 1279, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2204, 1279, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2205, 1283, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2206, 1283, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2207, 1283, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2208, 1283, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}'),
(2209, 1283, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2210, 1284, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2211, 1284, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2212, 1284, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2213, 1284, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2214, 1284, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2215, 1285, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2216, 1285, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2217, 1285, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2218, 1285, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,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:75:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"enable_all_character_sets\":\"false\"}\";}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2219, 1285, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.4\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2220, 1287, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2221, 1287, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2222, 1287, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2223, 1287, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2224, 1287, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2225, 1234, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2226, 1234, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2227, 1234, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2228, 1234, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2229, 1234, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2230, 1246, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2231, 1246, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2232, 1246, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2233, 1246, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2234, 1246, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2235, 1247, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2236, 1247, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2237, 1247, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2238, 1247, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2239, 1247, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2240, 1248, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2241, 1248, '_oembed_dae70b5bf94a8130069bf9f09db88075', '{{unknown}}'),
(2242, 1248, '_oembed_d9e7362387db423439fa8a348d13602d', '{{unknown}}'),
(2243, 1248, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2244, 1248, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2245, 1248, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2246, 1248, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2247, 1249, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2248, 1249, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2249, 1249, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2250, 1249, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2251, 1249, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2252, 1255, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2253, 1255, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2254, 1255, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2255, 1255, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2256, 1255, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2257, 1268, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2258, 1268, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2259, 1268, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2260, 1268, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2261, 1268, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2262, 1272, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2263, 1272, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2264, 1272, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2265, 1272, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2266, 1272, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2267, 1282, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2268, 1282, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2269, 1282, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2270, 1282, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2271, 1282, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2272, 1291, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2273, 1291, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2274, 1291, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2275, 1291, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(2276, 1291, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2277, 1302, '_et_builder_dynamic_assets_loading_attr_threshold', '6'),
(2278, 1302, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:18:\"et_pb_post_content\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:14:\"et_pb_post_nav\";i:9;s:25:\"et_pb_social_media_follow\";i:10;s:10:\"et_pb_text\";}'),
(2279, 1302, '_et_dynamic_cached_attributes', 'a:4:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"2\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x35;||divi||400\";}s:14:\"social_network\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"youtube\";i:2;s:8:\"linkedin\";}}'),
(2280, 1302, 'et_enqueued_post_fonts', 'a:2:{s:6:\"family\";a:1:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2281, 1302, '_et_builder_module_features_cache', 'a:2:{i:0;s:139:\"{\"gph\":-1,\"divi\":\"4.27.7\",\"wp\":\"6.9.5\",\"tb\":{\"744\":\"2023-09-07 14:42:02\",\"692\":\"2022-11-21 01:49:14\",\"745\":\"2022-11-21 01:13:43\"},\"wpe\":[]}\";i:1;a:37:{s:46:\"et_pb_section_15d3b8f3c13bdcd5b76eb5865163d18c\";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:42:\"et_pb_row_05f37250fd531aa032cf46ef6140be0f\";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_8c81c4e1522a145e6e72c68c86068486\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82199e4863ace26ed43d46dd84fa747d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6be4578023f3cde46a7fff6b3861c85c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_9a7b492efac81c3dedd5d61fd6883cea\";a:7:{s:4:\"glde\";a:4:{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;}s:45:\"et_pb_column_f309747ad188df20a2eadfe0e23ac302\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_343db778be46ba29e84985d2f9fa0c80\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e13c6cc63e855d9907e5638632095eb\";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:42:\"et_pb_row_03673302c1dc06618f36a6daa7f5d293\";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_caac62112acdf4b20e43341b473dc87b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_3cc41e2794ac5dc56d0d837460d1e5cd\";a:7:{s:4:\"glde\";a:4:{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;}s:46:\"et_pb_section_04bf8ec05c245c8a45b43a4cc2d2345b\";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_65d2a5662e0ba2a1a5567ed900d7a5b3\";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_e00839ef23bb8bf59043d92e9d043372\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b332f0db4f1891eab44505928f2623c2\";a:7:{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:43:\"et_pb_text_d0e47d52d50fd4f6c5010a387556f637\";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:43:\"et_pb_text_ad2e91b42307d93cf9147f9fc2994168\";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:43:\"et_pb_text_17e33998f4dc8b067d53c1cd30f65938\";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;}s:45:\"et_pb_button_c9ac250332000972d437b9378453b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";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_c4559bece255ad0831301e8308ab91da\";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_56a29ec92b85b098cb5691594077292e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_post_content_12747e2d2cbde566116e3e9e78fa1ecb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:47:\"et_pb_post_nav_3c528c753575b361bade05920e760ad5\";a:9:{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_3a408500e375b95316ed52474b6db509\";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_e5bf6e711911a4ded75875f74abaa158\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a33623bb7b810240a041a147937c603d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:66:\"et_pb_social_media_follow_network_d82dc138b2435c89d02052d2e808435c\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_d4b3cdd1708a8188dc9ad61fcb515fd3\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:66:\"et_pb_social_media_follow_network_8c1370625d2717b8847461811d47b945\";a:8:{s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";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:58:\"et_pb_social_media_follow_2d1440465766c619c9eeba424444b01a\";a:7:{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:43:\"et_pb_text_d190ebfb25e30548befb0508a6669748\";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:43:\"et_pb_text_7650ff350198c2ee6cf1eda0567e158c\";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;}s:43:\"et_pb_text_ceb7ad23e94eee6320596a319b931253\";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:43:\"et_pb_text_836c9f083659506b3be11e162ab594d6\";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;}s:42:\"et_pb_row_6c06a4e1e678e385621c398b3607a4bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_93c78053dfdb7605dafa6f7d8c0c7dcf\";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;}}}'),
(2282, 1303, '_menu_item_type', 'post_type'),
(2283, 1303, '_menu_item_menu_item_parent', '1021'),
(2284, 1303, '_menu_item_object_id', '144'),
(2285, 1303, '_menu_item_object', 'page'),
(2286, 1303, '_menu_item_target', ''),
(2287, 1303, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2288, 1303, '_menu_item_xfn', ''),
(2289, 1303, '_menu_item_url', ''),
(2290, 1304, '_menu_item_type', 'post_type'),
(2291, 1304, '_menu_item_menu_item_parent', '0'),
(2292, 1304, '_menu_item_object_id', '160'),
(2293, 1304, '_menu_item_object', 'page'),
(2294, 1304, '_menu_item_target', ''),
(2295, 1304, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2296, 1304, '_menu_item_xfn', ''),
(2297, 1304, '_menu_item_url', ''),
(2298, 1305, '_menu_item_type', 'post_type'),
(2299, 1305, '_menu_item_menu_item_parent', '0'),
(2300, 1305, '_menu_item_object_id', '1027'),
(2301, 1305, '_menu_item_object', 'page'),
(2302, 1305, '_menu_item_target', ''),
(2303, 1305, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2304, 1305, '_menu_item_xfn', ''),
(2305, 1305, '_menu_item_url', ''),
(2306, 1306, '_menu_item_type', 'post_type'),
(2307, 1306, '_menu_item_menu_item_parent', '1021'),
(2308, 1306, '_menu_item_object_id', '224'),
(2309, 1306, '_menu_item_object', 'page'),
(2310, 1306, '_menu_item_target', ''),
(2311, 1306, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2312, 1306, '_menu_item_xfn', ''),
(2313, 1306, '_menu_item_url', ''),
(2314, 1307, '_menu_item_type', 'post_type'),
(2315, 1307, '_menu_item_menu_item_parent', '1021'),
(2316, 1307, '_menu_item_object_id', '236'),
(2317, 1307, '_menu_item_object', 'page'),
(2318, 1307, '_menu_item_target', ''),
(2319, 1307, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2320, 1307, '_menu_item_xfn', ''),
(2321, 1307, '_menu_item_url', ''),
(2322, 1308, '_menu_item_type', 'post_type'),
(2323, 1308, '_menu_item_menu_item_parent', '1025'),
(2324, 1308, '_menu_item_object_id', '96'),
(2325, 1308, '_menu_item_object', 'page'),
(2326, 1308, '_menu_item_target', ''),
(2327, 1308, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2328, 1308, '_menu_item_xfn', ''),
(2329, 1308, '_menu_item_url', ''),
(2330, 1309, '_menu_item_type', 'post_type'),
(2331, 1309, '_menu_item_menu_item_parent', '1022'),
(2332, 1309, '_menu_item_object_id', '263'),
(2333, 1309, '_menu_item_object', 'page'),
(2334, 1309, '_menu_item_target', ''),
(2335, 1309, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2336, 1309, '_menu_item_xfn', ''),
(2337, 1309, '_menu_item_url', ''),
(2346, 1311, '_menu_item_type', 'post_type'),
(2347, 1311, '_menu_item_menu_item_parent', '1022'),
(2348, 1311, '_menu_item_object_id', '244'),
(2349, 1311, '_menu_item_object', 'page'),
(2350, 1311, '_menu_item_target', ''),
(2351, 1311, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2352, 1311, '_menu_item_xfn', ''),
(2353, 1311, '_menu_item_url', ''),
(2354, 1312, '_menu_item_type', 'post_type'),
(2355, 1312, '_menu_item_menu_item_parent', '1021'),
(2356, 1312, '_menu_item_object_id', '278'),
(2357, 1312, '_menu_item_object', 'page'),
(2358, 1312, '_menu_item_target', ''),
(2359, 1312, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2360, 1312, '_menu_item_xfn', ''),
(2361, 1312, '_menu_item_url', ''),
(2362, 1313, '_menu_item_type', 'post_type'),
(2363, 1313, '_menu_item_menu_item_parent', '1024'),
(2364, 1313, '_menu_item_object_id', '292'),
(2365, 1313, '_menu_item_object', 'page'),
(2366, 1313, '_menu_item_target', ''),
(2367, 1313, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2368, 1313, '_menu_item_xfn', ''),
(2369, 1313, '_menu_item_url', ''),
(2370, 1314, '_menu_item_type', 'post_type'),
(2371, 1314, '_menu_item_menu_item_parent', '1024'),
(2372, 1314, '_menu_item_object_id', '286'),
(2373, 1314, '_menu_item_object', 'page'),
(2374, 1314, '_menu_item_target', ''),
(2375, 1314, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2376, 1314, '_menu_item_xfn', ''),
(2377, 1314, '_menu_item_url', ''),
(2378, 1315, '_menu_item_type', 'post_type'),
(2379, 1315, '_menu_item_menu_item_parent', '1024'),
(2380, 1315, '_menu_item_object_id', '272'),
(2381, 1315, '_menu_item_object', 'page'),
(2382, 1315, '_menu_item_target', ''),
(2383, 1315, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2384, 1315, '_menu_item_xfn', ''),
(2385, 1315, '_menu_item_url', ''),
(2386, 1316, '_menu_item_type', 'post_type'),
(2387, 1316, '_menu_item_menu_item_parent', '1024'),
(2388, 1316, '_menu_item_object_id', '340'),
(2389, 1316, '_menu_item_object', 'page'),
(2390, 1316, '_menu_item_target', ''),
(2391, 1316, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2392, 1316, '_menu_item_xfn', ''),
(2393, 1316, '_menu_item_url', ''),
(2394, 1317, '_menu_item_type', 'post_type'),
(2395, 1317, '_menu_item_menu_item_parent', '1024'),
(2396, 1317, '_menu_item_object_id', '332'),
(2397, 1317, '_menu_item_object', 'page'),
(2398, 1317, '_menu_item_target', ''),
(2399, 1317, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2400, 1317, '_menu_item_xfn', ''),
(2401, 1317, '_menu_item_url', ''),
(2402, 1318, '_menu_item_type', 'post_type'),
(2403, 1318, '_menu_item_menu_item_parent', '1024'),
(2404, 1318, '_menu_item_object_id', '326'),
(2405, 1318, '_menu_item_object', 'page'),
(2406, 1318, '_menu_item_target', ''),
(2407, 1318, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2408, 1318, '_menu_item_xfn', ''),
(2409, 1318, '_menu_item_url', ''),
(2410, 1319, '_menu_item_type', 'post_type'),
(2411, 1319, '_menu_item_menu_item_parent', '1024'),
(2412, 1319, '_menu_item_object_id', '322'),
(2413, 1319, '_menu_item_object', 'page'),
(2414, 1319, '_menu_item_target', ''),
(2415, 1319, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2416, 1319, '_menu_item_xfn', ''),
(2417, 1319, '_menu_item_url', ''),
(2418, 1320, '_menu_item_type', 'post_type'),
(2419, 1320, '_menu_item_menu_item_parent', '1024'),
(2420, 1320, '_menu_item_object_id', '316'),
(2421, 1320, '_menu_item_object', 'page'),
(2422, 1320, '_menu_item_target', ''),
(2423, 1320, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2424, 1320, '_menu_item_xfn', ''),
(2425, 1320, '_menu_item_url', ''),
(2426, 1321, '_menu_item_type', 'post_type'),
(2427, 1321, '_menu_item_menu_item_parent', '1024'),
(2428, 1321, '_menu_item_object_id', '310'),
(2429, 1321, '_menu_item_object', 'page'),
(2430, 1321, '_menu_item_target', ''),
(2431, 1321, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2432, 1321, '_menu_item_xfn', ''),
(2433, 1321, '_menu_item_url', ''),
(2434, 1322, '_menu_item_type', 'post_type'),
(2435, 1322, '_menu_item_menu_item_parent', '1025'),
(2436, 1322, '_menu_item_object_id', '378'),
(2437, 1322, '_menu_item_object', 'page'),
(2438, 1322, '_menu_item_target', ''),
(2439, 1322, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2440, 1322, '_menu_item_xfn', ''),
(2441, 1322, '_menu_item_url', ''),
(2442, 1323, '_menu_item_type', 'post_type'),
(2443, 1323, '_menu_item_menu_item_parent', '1025'),
(2444, 1323, '_menu_item_object_id', '370'),
(2445, 1323, '_menu_item_object', 'page'),
(2446, 1323, '_menu_item_target', ''),
(2447, 1323, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2448, 1323, '_menu_item_xfn', ''),
(2449, 1323, '_menu_item_url', ''),
(2450, 1324, '_menu_item_type', 'post_type'),
(2451, 1324, '_menu_item_menu_item_parent', '1025'),
(2452, 1324, '_menu_item_object_id', '366'),
(2453, 1324, '_menu_item_object', 'page'),
(2454, 1324, '_menu_item_target', ''),
(2455, 1324, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2456, 1324, '_menu_item_xfn', ''),
(2457, 1324, '_menu_item_url', ''),
(2458, 1325, '_menu_item_type', 'post_type'),
(2459, 1325, '_menu_item_menu_item_parent', '0'),
(2460, 1325, '_menu_item_object_id', '183'),
(2461, 1325, '_menu_item_object', 'page'),
(2462, 1325, '_menu_item_target', ''),
(2463, 1325, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2464, 1325, '_menu_item_xfn', ''),
(2465, 1325, '_menu_item_url', ''),
(2466, 1326, '_menu_item_type', 'post_type'),
(2467, 1326, '_menu_item_menu_item_parent', '1025'),
(2468, 1326, '_menu_item_object_id', '361'),
(2469, 1326, '_menu_item_object', 'page'),
(2470, 1326, '_menu_item_target', ''),
(2471, 1326, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2472, 1326, '_menu_item_xfn', ''),
(2473, 1326, '_menu_item_url', ''),
(2474, 1327, '_menu_item_type', 'post_type'),
(2475, 1327, '_menu_item_menu_item_parent', '1025'),
(2476, 1327, '_menu_item_object_id', '356'),
(2477, 1327, '_menu_item_object', 'page'),
(2478, 1327, '_menu_item_target', ''),
(2479, 1327, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2480, 1327, '_menu_item_xfn', ''),
(2481, 1327, '_menu_item_url', ''),
(2482, 1328, '_menu_item_type', 'post_type'),
(2483, 1328, '_menu_item_menu_item_parent', '1025'),
(2484, 1328, '_menu_item_object_id', '351'),
(2485, 1328, '_menu_item_object', 'page'),
(2486, 1328, '_menu_item_target', ''),
(2487, 1328, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2488, 1328, '_menu_item_xfn', ''),
(2489, 1328, '_menu_item_url', ''),
(2490, 1329, '_menu_item_type', 'post_type'),
(2491, 1329, '_menu_item_menu_item_parent', '1025'),
(2492, 1329, '_menu_item_object_id', '394'),
(2493, 1329, '_menu_item_object', 'page'),
(2494, 1329, '_menu_item_target', ''),
(2495, 1329, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2496, 1329, '_menu_item_xfn', ''),
(2497, 1329, '_menu_item_url', ''),
(2498, 1330, '_menu_item_type', 'post_type'),
(2499, 1330, '_menu_item_menu_item_parent', '1025'),
(2500, 1330, '_menu_item_object_id', '389'),
(2501, 1330, '_menu_item_object', 'page'),
(2502, 1330, '_menu_item_target', ''),
(2503, 1330, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2504, 1330, '_menu_item_xfn', ''),
(2505, 1330, '_menu_item_url', ''),
(2506, 1331, '_menu_item_type', 'post_type'),
(2507, 1331, '_menu_item_menu_item_parent', '1025'),
(2508, 1331, '_menu_item_object_id', '402'),
(2509, 1331, '_menu_item_object', 'page'),
(2510, 1331, '_menu_item_target', ''),
(2511, 1331, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2512, 1331, '_menu_item_xfn', ''),
(2513, 1331, '_menu_item_url', ''),
(2514, 1332, '_menu_item_type', 'post_type'),
(2515, 1332, '_menu_item_menu_item_parent', '1025'),
(2516, 1332, '_menu_item_object_id', '406'),
(2517, 1332, '_menu_item_object', 'page'),
(2518, 1332, '_menu_item_target', ''),
(2519, 1332, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2520, 1332, '_menu_item_xfn', ''),
(2521, 1332, '_menu_item_url', ''),
(2522, 1333, '_menu_item_type', 'post_type'),
(2523, 1333, '_menu_item_menu_item_parent', '1025'),
(2524, 1333, '_menu_item_object_id', '413'),
(2525, 1333, '_menu_item_object', 'page'),
(2526, 1333, '_menu_item_target', ''),
(2527, 1333, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2528, 1333, '_menu_item_xfn', ''),
(2529, 1333, '_menu_item_url', ''),
(2530, 1334, '_menu_item_type', 'post_type'),
(2531, 1334, '_menu_item_menu_item_parent', '1025'),
(2532, 1334, '_menu_item_object_id', '420'),
(2533, 1334, '_menu_item_object', 'page'),
(2534, 1334, '_menu_item_target', ''),
(2535, 1334, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2536, 1334, '_menu_item_xfn', ''),
(2537, 1334, '_menu_item_url', ''),
(2538, 1335, '_menu_item_type', 'post_type'),
(2539, 1335, '_menu_item_menu_item_parent', '1026'),
(2540, 1335, '_menu_item_object_id', '443'),
(2541, 1335, '_menu_item_object', 'page'),
(2542, 1335, '_menu_item_target', ''),
(2543, 1335, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2544, 1335, '_menu_item_xfn', ''),
(2545, 1335, '_menu_item_url', ''),
(2546, 1336, '_menu_item_type', 'post_type'),
(2547, 1336, '_menu_item_menu_item_parent', '1026'),
(2548, 1336, '_menu_item_object_id', '434'),
(2549, 1336, '_menu_item_object', 'page'),
(2550, 1336, '_menu_item_target', ''),
(2551, 1336, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2552, 1336, '_menu_item_xfn', ''),
(2553, 1336, '_menu_item_url', ''),
(2554, 1337, '_menu_item_type', 'post_type'),
(2555, 1337, '_menu_item_menu_item_parent', '1026'),
(2556, 1337, '_menu_item_object_id', '430'),
(2557, 1337, '_menu_item_object', 'page'),
(2558, 1337, '_menu_item_target', ''),
(2559, 1337, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2560, 1337, '_menu_item_xfn', ''),
(2561, 1337, '_menu_item_url', ''),
(2562, 1338, '_menu_item_type', 'post_type'),
(2563, 1338, '_menu_item_menu_item_parent', '1026'),
(2564, 1338, '_menu_item_object_id', '426'),
(2565, 1338, '_menu_item_object', 'page'),
(2566, 1338, '_menu_item_target', ''),
(2567, 1338, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2568, 1338, '_menu_item_xfn', ''),
(2569, 1338, '_menu_item_url', ''),
(2570, 1339, '_menu_item_type', 'post_type'),
(2571, 1339, '_menu_item_menu_item_parent', '1026'),
(2572, 1339, '_menu_item_object_id', '450'),
(2573, 1339, '_menu_item_object', 'page'),
(2574, 1339, '_menu_item_target', ''),
(2575, 1339, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2576, 1339, '_menu_item_xfn', ''),
(2577, 1339, '_menu_item_url', ''),
(2578, 1340, '_menu_item_type', 'post_type'),
(2579, 1340, '_menu_item_menu_item_parent', '1026'),
(2580, 1340, '_menu_item_object_id', '455'),
(2581, 1340, '_menu_item_object', 'page'),
(2582, 1340, '_menu_item_target', ''),
(2583, 1340, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2584, 1340, '_menu_item_xfn', ''),
(2585, 1340, '_menu_item_url', ''),
(2586, 1341, '_menu_item_type', 'post_type'),
(2587, 1341, '_menu_item_menu_item_parent', '1026'),
(2588, 1341, '_menu_item_object_id', '461'),
(2589, 1341, '_menu_item_object', 'page'),
(2590, 1341, '_menu_item_target', ''),
(2591, 1341, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2592, 1341, '_menu_item_xfn', ''),
(2593, 1341, '_menu_item_url', ''),
(2594, 1342, '_menu_item_type', 'post_type'),
(2595, 1342, '_menu_item_menu_item_parent', '1026'),
(2596, 1342, '_menu_item_object_id', '467'),
(2597, 1342, '_menu_item_object', 'page'),
(2598, 1342, '_menu_item_target', ''),
(2599, 1342, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2600, 1342, '_menu_item_xfn', ''),
(2601, 1342, '_menu_item_url', ''),
(2602, 1343, '_menu_item_type', 'post_type'),
(2603, 1343, '_menu_item_menu_item_parent', '1026'),
(2604, 1343, '_menu_item_object_id', '472'),
(2605, 1343, '_menu_item_object', 'page'),
(2606, 1343, '_menu_item_target', ''),
(2607, 1343, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2608, 1343, '_menu_item_xfn', ''),
(2609, 1343, '_menu_item_url', ''),
(2610, 1344, '_menu_item_type', 'post_type'),
(2611, 1344, '_menu_item_menu_item_parent', '1026'),
(2612, 1344, '_menu_item_object_id', '479'),
(2613, 1344, '_menu_item_object', 'page'),
(2614, 1344, '_menu_item_target', ''),
(2615, 1344, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2616, 1344, '_menu_item_xfn', ''),
(2617, 1344, '_menu_item_url', ''),
(2618, 1345, '_menu_item_type', 'post_type'),
(2619, 1345, '_menu_item_menu_item_parent', '1026'),
(2620, 1345, '_menu_item_object_id', '485'),
(2621, 1345, '_menu_item_object', 'page'),
(2622, 1345, '_menu_item_target', ''),
(2623, 1345, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2624, 1345, '_menu_item_xfn', ''),
(2625, 1345, '_menu_item_url', ''),
(2626, 1027, '_edit_lock', '1784559032:1'),
(2627, 1302, '_edit_lock', '1784559828:1'),
(2628, 585, '_edit_lock', '1784556317:1'),
(2629, 585, 'site-sidebar-layout', 'default'),
(2631, 585, 'ast-site-content-layout', 'default'),
(2632, 585, 'site-content-style', 'default'),
(2633, 585, 'site-sidebar-style', 'default'),
(2634, 585, 'theme-transparent-header-meta', 'default'),
(2636, 585, '_yoast_wpseo_content_score', '90'),
(2637, 585, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2640, 1027, 'site-sidebar-layout', 'no-sidebar'),
(2642, 1027, 'ast-site-content-layout', 'full-width-container'),
(2643, 1027, 'site-content-style', 'default'),
(2644, 1027, 'site-sidebar-style', 'default'),
(2645, 1027, 'theme-transparent-header-meta', 'default'),
(2647, 1027, '_yoast_wpseo_content_score', '90'),
(2648, 1027, '_elementor_edit_mode', 'builder'),
(2649, 1027, '_astra_content_layout_flag', 'disabled'),
(2651, 1027, 'ast-title-bar-display', 'disabled'),
(2652, 1027, 'ast-featured-img', 'disabled'),
(2653, 1027, '_elementor_template_type', 'wp-page'),
(2654, 1027, '_elementor_version', '4.1.5'),
(2655, 1027, '_elementor_pro_version', '4.1.3'),
(2657, 1027, '_elementor_global_class_usage_indexed', '1'),
(2658, 1027, '_elementor_global_class_usage_indexed_preview', '1'),
(2659, 1027, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(2661, 7, '_elementor_global_classes_order_preview', 'a:1:{s:5:\"order\";a:0:{}}'),
(2662, 7, '_elementor_global_classes_labels_preview', 'a:0:{}'),
(2674, 7, '_elementor_global_classes_order', 'a:1:{s:5:\"order\";a:0:{}}'),
(2675, 7, '_elementor_global_classes_labels', 'a:0:{}'),
(2676, 7, '_elementor_global_classes_sync_to_v3', 'a:0:{}'),
(2695, 1027, '_elementor_data', '[{\"id\":\"d154305\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Brain-Tumor-Image-1-1-1536x1029-1.jpg\",\"id\":246,\"size\":\"\",\"alt\":\"MRI of the brain\",\"source\":\"library\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc9ef42\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e662346\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4cf025a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a0606e3\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1080,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor4\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#00000094\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":46,\"sizes\":[]},\"shape_divider_bottom\":\"mountains\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":113,\"sizes\":[]}},\"elements\":[{\"id\":\"2e9c543\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b208d1b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e6f776a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0f6e24a\"}],\"pp_display_conditions\":[{\"_id\":\"d6307bc\"}],\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000008C\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"689b58f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Hart Garner \\u2013 Minnesota Neurosurgeon\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"04d40b4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90c9f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Back Control of Your Health!\",\"pp_display_conditions\":[{\"_id\":\"04d40b4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"554b743\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\\u2019t let neck, brain, or spine injury affect your active lifestyle! We offer minimally invasive treatment options to improve your quality of life. Contact a Minnesota spinal neurosurgeon today to set up an appointment!\",\"pp_display_conditions\":[{\"_id\":\"2379b61\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01adbd2\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"text\":\"Schedule an Appointment\",\"_id\":\"e160f5d\",\"pp_icon_type\":\"none\",\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Learn More\",\"_id\":\"88516e1\",\"pp_icon_type\":\"none\",\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__globals__\":{\"single_button_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"single_button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor0\"}}],\"pp_display_conditions\":[{\"_id\":\"b97106a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-buttons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"139bf90\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"20\",\"row\":\"50\",\"isLinked\":false,\"unit\":\"px\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f4bbfb9\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5f0e6ae\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9ddf750\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"90fb83d\"}],\"css_classes\":\"home_appointments_sections\"},\"elements\":[{\"id\":\"91667bf\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":927,\"sizes\":[]},\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5a90b1f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c114bfb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6e960bb\"}],\"pp_display_conditions\":[{\"_id\":\"0ada8df\"}]},\"elements\":[{\"id\":\"02f949c\",\"elType\":\"widget\",\"settings\":{\"pp_logos\":[{\"logo_image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2023\\/09\\/1519879984261.jpg\",\"id\":876,\"alt\":\"American Board of Neurological Surgery\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"7464f82\",\"link\":{\"url\":\"https:\\/\\/www.abns.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"logo_image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2024\\/06\\/msbi-full-signature-logo-navy-RGB.png\",\"id\":1020,\"alt\":\"Midwest Spine and Brain Institute Logo\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"a6921c7\",\"link\":{\"url\":\"https:\\/\\/midwestspine.net\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"columns\":\"2\",\"logos_vertical_align\":\"middle\",\"pp_display_conditions\":[{\"_id\":\"f0e63c7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"logos_spacing_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-logo-grid\"}],\"isInner\":true},{\"id\":\"d63c8ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5a90b1f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c114bfb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6e960bb\"}],\"pp_display_conditions\":[{\"_id\":\"0ada8df\"}]},\"elements\":[{\"id\":\"feced5c\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Appointments\",\"_id\":\"c827290\",\"subtitle\":\"\",\"description\":\"<p>Schedule your appointment online.<\\/p>\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/10.png\",\"id\":40,\"size\":\"\",\"alt\":\"Appointment icon\",\"source\":\"library\"},\"link_type\":\"button\",\"button_text\":\"Schedule Now\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Get a second opinion.\",\"subtitle\":\"\",\"description\":\"<p>Schedule your appointment online.<\\/p>\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/11.png\",\"id\":41,\"size\":\"\",\"alt\":\"Chat bubble icon\",\"source\":\"library\"},\"link_type\":\"button\",\"button_text\":\"Contact Us\",\"_id\":\"26c26ea\",\"link\":{\"url\":\"https:\\/\\/midwestspine.net\\/patient-resources\\/get-second-opinion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Refer a Patient\",\"subtitle\":\"\",\"description\":\"<p>Refer your patient to Dr. Garner.<\\/p>\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/12.png\",\"id\":42,\"size\":\"\",\"alt\":\"Stethoscope icon\",\"source\":\"library\"},\"link_type\":\"button\",\"button_text\":\"Schedule Now\",\"_id\":\"55f3d85\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/refer-a-patient\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#C0C0C0\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_img_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_bg_color_normal\":\"#02010100\",\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"16e329a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"button_text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"equal_height_boxes\":\"yes\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"description_margin\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"columns_gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"027792c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2f92ca3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ca9d30b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a89dd3c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6fc80c3\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction_tablet\":\"column-reverse\"},\"elements\":[{\"id\":\"922224a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7890349\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a51d819\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9a9adbc\"}],\"pp_display_conditions\":[{\"_id\":\"049e0a5\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7556e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimally Invasive Surgery\",\"pp_display_conditions\":[{\"_id\":\"b26f890\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"869a2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Garner is an active neurosurgeon, developing new techniques for minimally invasive surgery. The advantage of these procedures is that there\\u2019s a shorter operating time and faster recovery. Small and few incisions are required for treatment, reducing the risk. He will advise if it is the best course of action for your condition.\",\"pp_display_conditions\":[{\"_id\":\"3ce4b99\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1221a58\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"pp_display_conditions\":[{\"_id\":\"8d1308a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b6332e1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7890349\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a51d819\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9a9adbc\"}],\"pp_display_conditions\":[{\"_id\":\"049e0a5\"}]},\"elements\":[{\"id\":\"f9965d9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Vdo01.mp4\",\"id\":617,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/h-bg.jpg\",\"id\":1431,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"32\",\"pp_display_conditions\":[{\"_id\":\"0c9db8e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"23a23fb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2f92ca3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ca9d30b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a89dd3c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6fc80c3\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction_tablet\":\"column-reverse\"},\"elements\":[{\"id\":\"7544842\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7890349\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a51d819\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9a9adbc\"}],\"pp_display_conditions\":[{\"_id\":\"049e0a5\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6b83dba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Back, Brain & Neck Treatments\",\"pp_display_conditions\":[{\"_id\":\"b26f890\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a2c07e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dr. Garner is an active neurosurgeon, developing new techniques for minimally invasive surgery. The advantage of these procedures is that there\\u2019s a shorter operating time and faster recovery. Small and few incisions are required for treatment, reducing the risk. He will advise if it is the best course of action for your condition.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3ce4b99\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b7c78f5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"pp_display_conditions\":[{\"_id\":\"8d1308a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a7d2d97\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7890349\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a51d819\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9a9adbc\"}],\"pp_display_conditions\":[{\"_id\":\"049e0a5\"}]},\"elements\":[{\"id\":\"e227905\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Vdo02.mp4\",\"id\":619,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/Back-Brain-a.jpg\",\"id\":1441,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"32\",\"pp_display_conditions\":[{\"_id\":\"0c9db8e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"622d9f2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2f92ca3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ca9d30b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a89dd3c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6fc80c3\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction_tablet\":\"column-reverse\"},\"elements\":[{\"id\":\"638914c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7890349\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a51d819\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9a9adbc\"}],\"pp_display_conditions\":[{\"_id\":\"049e0a5\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"96ad5c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the Surgery You NEED\",\"pp_display_conditions\":[{\"_id\":\"b26f890\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0deb006\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of the benefits of getting medical care with our group is that we have the ability to perform surgery in hospitals or in out patient surgery centers depending on what is best suited for each patient. With a dedicated staff and experienced medical professionals ready, you can have peace of mind under our care.<\\/p><p>We\\u2019ll let you know what you need before surgery and help you on the path to recovery. Our specialized facility takes care of every orthopedic condition, no matter your age or need.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3ce4b99\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9763c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"pp_display_conditions\":[{\"_id\":\"8d1308a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"384a0e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7890349\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a51d819\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9a9adbc\"}],\"pp_display_conditions\":[{\"_id\":\"049e0a5\"}]},\"elements\":[{\"id\":\"ec396ce\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Vdo03.mp4\",\"id\":620,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/Get-the-Surgery-You-NEED-a.jpg\",\"id\":1446,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"32\",\"pp_display_conditions\":[{\"_id\":\"0c9db8e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false}]'),
(2712, 7, '_edit_lock', '1784445713:1'),
(2722, 7, '_elementor_data', '[]'),
(2734, 7, '_elementor_version', '4.1.5'),
(2735, 7, '_elementor_pro_version', '4.1.0'),
(2736, 7, '_elementor_global_class_usage_indexed', '1'),
(2737, 7, '_elementor_global_class_usage_indexed_preview', '1'),
(2753, 1358, '_wp_attached_file', '2026/07/Hart-Garner-logo-a.png'),
(2754, 1358, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:154;s:6:\"height\";i:136;s:4:\"file\";s:30:\"2026/07/Hart-Garner-logo-a.png\";s:8:\"filesize\";i:18212;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(2760, 1359, '_elementor_source', 'post'),
(2761, 1359, '_elementor_edit_mode', 'builder'),
(2762, 1359, '_elementor_template_type', 'header'),
(2763, 1359, '_elementor_version', '4.1.5'),
(2764, 1359, '_elementor_pro_version', '4.1.3'),
(2765, 1359, '_elementor_global_class_usage_indexed', '1'),
(2766, 1359, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2767, 1359, '_astra_content_layout_flag', 'disabled'),
(2769, 1359, 'ast-title-bar-display', 'disabled'),
(2770, 1359, 'ast-featured-img', 'disabled'),
(2771, 1359, 'ast-site-content-layout', 'full-width-container'),
(2772, 1359, 'site-sidebar-layout', 'no-sidebar'),
(2774, 1359, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(2775, 1359, '_edit_lock', '1784622525:1'),
(2803, 1359, '_wp_page_template', 'default'),
(2804, 1359, '_elementor_data', '[{\"id\":\"385cfe6b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b3d4515\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"458adda\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b286768\"}],\"pp_display_conditions\":[{\"_id\":\"0f35c1f\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"flex_wrap_mobile_extra\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1920,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7C9\",\"css_classes\":\"header_sections\",\"flex_gap\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5}},\"elements\":[{\"id\":\"753b7397\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"560e4f0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":9,\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/logo-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"align\":\"left\",\"space\":{\"unit\":\"px\",\"size\":223,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"401c9f7\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"645eac4\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":161,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"27b717bb\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_flex_order_tablet_extra\":\"end\"},\"elements\":[{\"id\":\"538f5559\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"menu_type\":\"off-canvas\",\"toggle_label\":\"Menu\",\"toggle_align\":\"right\",\"color_menu_item\":\"#666666\",\"color_menu_item_hover\":\"#1baaa8\",\"color_menu_item_active\":\"#1baaa8\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#000000\",\"background_color_dropdown_item_hover\":\"#1baaa8\",\"color_dropdown_item_active\":\"#000000\",\"background_color_dropdown_item_active\":\"#1baaa8\",\"toggle_color\":\"#666666\",\"toggle_background_color\":\"#02010100\",\"toggle_color_hover\":\"#666666\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"overlay_bg_color\":\"#000000\",\"mobile_link_color\":\"#666666\",\"mobile_sub_link_bg_color\":\"#000000\",\"mobile_sub_link_color\":\"#666666\",\"mobile_link_hover\":\"#000000\",\"mobile_link_bg_hover\":\"#115488\",\"mobile_sub_link_bg_hover\":\"#115488\",\"mobile_sub_link_hover\":\"#000000\",\"close_icon_color\":\"#000000\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"d41f24b\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=astglobalcolor3\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"toggle_color\":\"globals\\/colors?id=astglobalcolor3\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"close_icon_color\":\"\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"dropdown_divider_color\":\"\",\"dropdown_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_border_border\":\"solid\",\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dropdown_border_color\":\"#1baaa8\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":12,\"color\":\"rgba(229.81875, 229.31914402173913, 229.31914402173913, 0.35)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dropdown_divider_color\":\"#E6E6E6\",\"close_icon_color_hover\":\"#666666\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"550dba1\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items_tablet_extra\":\"center\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_align_items\":\"flex-end\"},\"elements\":[{\"id\":\"8a358a3\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"text\":\"Schedule an Appointment\",\"_id\":\"1a8672b\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Refer a Patient\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/refer-a-patient\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"47597c9\",\"__globals__\":{\"single_button_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"single_button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor0\"}}],\"button_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_align\":\"\",\"icon_position\":\"after\",\"pp_display_conditions\":[{\"_id\":\"b4aaade\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"button_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"12\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"15\",\"bottom\":\"14\",\"left\":\"18\",\"isLinked\":false},\"icon_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-buttons\"}],\"isInner\":true}],\"isInner\":false}]'),
(2817, 1359, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(2821, 183, '_elementor_global_class_usage_indexed', '1'),
(2823, 160, '_elementor_global_class_usage_indexed', '1'),
(2897, 889, '_elementor_global_class_usage_indexed', '1'),
(3679, 1431, '_wp_attached_file', '2026/07/h-bg.jpg'),
(3680, 1431, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:575;s:6:\"height\";i:376;s:4:\"file\";s:16:\"2026/07/h-bg.jpg\";s:8:\"filesize\";i:32686;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(3798, 1441, '_wp_attached_file', '2026/07/Back-Brain-a.jpg'),
(3799, 1441, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:502;s:6:\"height\";i:330;s:4:\"file\";s:24:\"2026/07/Back-Brain-a.jpg\";s:8:\"filesize\";i:30784;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(3852, 1446, '_wp_attached_file', '2026/07/Get-the-Surgery-You-NEED-a.jpg'),
(3853, 1446, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:501;s:6:\"height\";i:329;s:4:\"file\";s:38:\"2026/07/Get-the-Surgery-You-NEED-a.jpg\";s:8:\"filesize\";i:39888;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),
(4066, 1463, '_elementor_source', 'post'),
(4067, 1463, '_elementor_edit_mode', 'builder'),
(4068, 1463, '_elementor_template_type', 'footer'),
(4069, 1463, '_elementor_version', '4.1.5'),
(4070, 1463, '_elementor_pro_version', '4.1.0'),
(4071, 1463, '_elementor_global_class_usage_indexed', '1'),
(4072, 1463, '_elementor_global_class_usage_indexed_preview', '1'),
(4073, 1463, '_astra_content_layout_flag', 'disabled'),
(4075, 1463, 'ast-title-bar-display', 'disabled'),
(4076, 1463, 'ast-featured-img', 'disabled'),
(4077, 1463, 'ast-site-content-layout', 'full-width-container'),
(4078, 1463, 'site-sidebar-layout', 'no-sidebar'),
(4080, 1463, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(4081, 1463, '_edit_lock', '1784471637:1'),
(4082, 1464, '_elementor_edit_mode', 'builder'),
(4083, 1464, '_elementor_template_type', 'footer'),
(4084, 1464, '_elementor_version', '4.1.5'),
(4085, 1464, '_elementor_pro_version', '4.1.0'),
(4086, 1464, '_elementor_page_settings', 'a:0:{}'),
(4087, 1464, '_elementor_global_class_usage_indexed', '1'),
(4088, 1464, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4089, 1464, '_elementor_data', '[{\"id\":\"5ad598aa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8492c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"22e8c6a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94f2c26\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c6d0a0e\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#1D1D1D\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b5f130b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b46e820\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"835bee4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b6b48b\"}],\"pp_display_conditions\":[{\"_id\":\"6e20e90\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_wrap_tablet\":\"wrap\",\"flex_justify_content_tablet\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"107f6a33\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"afbe0da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"419a070\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7a64412\"}],\"pp_display_conditions\":[{\"_id\":\"11bcac5\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":48.5,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e8e4036\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"align\":\"left\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"46e4aff\",\"pp_condition_date_time_before_value\":\"2024-02-22 07:36\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"be36aee\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":212,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"713c8ba3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\\u2019t look even slightly believable. \",\"pp_display_conditions\":[{\"_id\":\"b24c8c9\",\"pp_condition_date_time_before_value\":\"2024-02-22 07:36\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"53ee6396\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"afbe0da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"419a070\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7a64412\"}],\"pp_display_conditions\":[{\"_id\":\"11bcac5\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":48.5,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53323ada\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"22ff777\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d0eafd1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#ffffff\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"0b5f3f4\",\"pp_condition_date_time_before_value\":\"2024-02-22 07:36\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#363636\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor2\",\"_border_color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"75b11f7a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"XX-XXX-XXX-XXX-XX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"01f2c97\",\"link\":{\"url\":\"tel:XX-XXX-XXX-XXX-XX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@catcafe.ocm\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"link\":{\"url\":\"mailto:info@catcafe.ocm\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e9d20e4\"}],\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8807a75\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"79bff6d9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"f08ab80\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bc50426\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ec7d05\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"pp_display_conditions\":[{\"_id\":\"b467ee2\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"image_border_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_secondary_color\":\"#FFFFFF\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#12c2f1\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_padding_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"71882e7c\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"afbe0da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"419a070\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7a64412\"}],\"pp_display_conditions\":[{\"_id\":\"11bcac5\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":48.5,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3eeaef84\",\"elType\":\"widget\",\"settings\":{\"title\":\"Opening Hours\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"22ff777\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20698ab9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#ffffff\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"0b5f3f4\",\"pp_condition_date_time_before_value\":\"2024-02-22 07:36\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#363636\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor2\",\"_border_color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"716328a1\",\"elType\":\"widget\",\"settings\":{\"business_hours\":[{\"day\":\"Sunday\",\"highlight\":\"yes\",\"_id\":\"a387f05\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"__globals__\":{\"highlight_color\":\"globals\\/colors?id=astglobalcolor2\"},\"closed\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"_id\":\"da64ace\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"day\":\"Monday\",\"closed\":\"no\",\"highlight\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"day\":\"Tuesday\",\"_id\":\"a4cc763\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"closed\":\"no\",\"highlight\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"day\":\"Wednesday\",\"_id\":\"6778403\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"closed\":\"no\",\"highlight\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"day\":\"Thursday\",\"_id\":\"54a0872\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"closed\":\"no\",\"highlight\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"day\":\"Friday\",\"_id\":\"12ce824\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"closed\":\"no\",\"highlight\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"day\":\"Saturday\",\"highlight\":\"yes\",\"_id\":\"9cfdedb\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"__globals__\":{\"highlight_color\":\"globals\\/colors?id=astglobalcolor2\"},\"closed\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"}],\"business_hours_custom\":[{\"day\":\"Monday\",\"_id\":\"cee2f1e\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\",\"closed\":\"no\",\"highlight\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"day\":\"Tuesday\",\"_id\":\"45ae0c5\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\",\"closed\":\"no\",\"highlight\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"day\":\"Wednesday\",\"_id\":\"86a6f01\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\",\"closed\":\"no\",\"highlight\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"day\":\"Thursday\",\"_id\":\"7a864b7\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\",\"closed\":\"no\",\"highlight\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"day\":\"Friday\",\"_id\":\"7829cb0\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\",\"closed\":\"no\",\"highlight\":\"no\",\"highlight_bg\":\"\",\"highlight_color\":\"\"},{\"day\":\"Saturday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"0ab76c1\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\",\"highlight_bg\":\"\"},{\"day\":\"Sunday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"872d85e\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\",\"highlight_bg\":\"\"}],\"rows_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"3\",\"bottom\":\"5\",\"left\":\"3\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ef806cc\",\"pp_condition_date_time_before_value\":\"2024-06-11 13:29\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"closed_row_day_color\":\"\",\"closed_row_tex_color\":\"\",\"day_color\":\"globals\\/colors?id=astglobalcolor2\",\"hours_color\":\"globals\\/colors?id=astglobalcolor2\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"pp-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"432be99b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e4d9f07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a725699\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3ee2b2f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1bde430\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 15:57\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor3\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f4f038f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright 2024 All Rights Reserved\",\"header_size\":\"span\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"062ef0b\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 15:57\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(4099, 1464, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(4109, 1463, '_wp_page_template', 'default');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4110, 1463, '_elementor_data', '[{\"id\":\"75da779f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8492c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"22e8c6a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94f2c26\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c6d0a0e\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#E1EAF0\"},\"elements\":[{\"id\":\"13667b9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b46e820\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"835bee4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b6b48b\"}],\"pp_display_conditions\":[{\"_id\":\"6e20e90\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"flex_wrap_tablet\":\"wrap\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"65b9ba3c\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"afbe0da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"419a070\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7a64412\"}],\"pp_display_conditions\":[{\"_id\":\"11bcac5\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":48.5,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"47eb10d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"22ff777\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53324368\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"f08ab80\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100085046918759\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/user\\/MidwestSpineInst\\/featured\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bc50426\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/user\\/MidwestSpineInst\\/featured\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ec7d05\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"pp_display_conditions\":[{\"_id\":\"b467ee2\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"image_border_color\":\"\",\"hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_secondary_color\":\"#115488\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_primary_color\":\"#1baaa8\",\"hover_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_padding_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_primary_color\":\"#11548800\",\"image_border_border\":\"solid\",\"image_border_color\":\"#9FCAF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_border_color\":\"#115488\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"89de341\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"afbe0da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"419a070\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7a64412\"}],\"pp_display_conditions\":[{\"_id\":\"11bcac5\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":48.5,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"cb9f17b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"22ff777\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a899db\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"01f2c97\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"88a8dd6\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1faf172\"}],\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8807a75\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#f0f4f8\",\"icon_color_hover\":\"#1baaa8\",\"text_color_hover\":\"#1baaa8\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"62d5a633\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"afbe0da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"419a070\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7a64412\"}],\"pp_display_conditions\":[{\"_id\":\"11bcac5\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":48.5,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6981ceec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Schedule\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"22ff777\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"216ed008\",\"elType\":\"widget\",\"settings\":{\"business_hours\":[{\"day\":\"Sunday\",\"highlight\":\"yes\",\"_id\":\"a387f05\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"__globals__\":{\"highlight_color\":\"globals\\/colors?id=astglobalcolor2\"}}],\"business_hours_custom\":[{\"day\":\"Mon \\u2013 Fri\",\"_id\":\"cee2f1e\",\"time\":\" 8:00am \\u2013 5:00pm\",\"closed_text\":\"Closed\"}],\"rows_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"3\",\"bottom\":\"5\",\"left\":\"3\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ef806cc\",\"pp_condition_date_time_before_value\":\"2024-06-11 13:29\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"closed_row_day_color\":\"\",\"closed_row_tex_color\":\"\",\"day_color\":\"globals\\/colors?id=astglobalcolor2\",\"hours_color\":\"globals\\/colors?id=astglobalcolor2\"},\"business_timings\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"hours_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"pp-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"321a234a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e4d9f07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a725699\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3ee2b2f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1bde430\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 15:57\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#D7DEE2\"},\"elements\":[{\"id\":\"75183114\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 Hart Garner, MD | All Rights Reserved 2026\",\"header_size\":\"span\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"062ef0b\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 15:57\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(4123, 1463, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4348, 160, '_edit_lock', '1784556056:1'),
(4349, 160, 'site-sidebar-layout', 'no-sidebar'),
(4351, 160, 'ast-site-content-layout', 'full-width-container'),
(4352, 160, 'site-content-style', 'default'),
(4353, 160, 'site-sidebar-style', 'default'),
(4354, 160, 'theme-transparent-header-meta', 'default'),
(4356, 160, '_yoast_wpseo_content_score', '90'),
(4359, 160, '_elementor_edit_mode', 'builder'),
(4360, 160, '_astra_content_layout_flag', 'disabled'),
(4362, 160, 'ast-title-bar-display', 'disabled'),
(4363, 160, 'ast-featured-img', 'disabled'),
(4364, 160, '_elementor_template_type', 'wp-page'),
(4365, 160, '_elementor_version', '4.1.5'),
(4366, 160, '_elementor_pro_version', '4.1.0'),
(4368, 160, '_elementor_global_class_usage_indexed_preview', '1'),
(4369, 160, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(4411, 160, '_elementor_data', '[{\"id\":\"7214b5b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"744a6a7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5a42ec7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"232ed08\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8bc9823\"}]},\"elements\":[{\"id\":\"c251375\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"919fd0a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"86ec6b1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a6a840f\"}],\"pp_display_conditions\":[{\"_id\":\"9b6dc2e\"}]},\"elements\":[{\"id\":\"8f52c85\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Dr. Hart Garner\",\"pp_display_conditions\":[{\"_id\":\"a263d7e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"936d283\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\u201cMy approach for each patient is to tailor the least invasive treatment plan to improve their quality of life.\\u201d<\\/em><\\/p><p>Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery. He performs a variety of cranial procedures, including craniotomy, tumor removal, and ventriculostomy.<\\/p><p>His general approach to patient care is to find the best solution for each individual patient\\u2019s problem by taking into account their overall health and situation. His philosophy on surgery is to minimize the invasiveness of the care, finding the least disruptive treatment for the patient that will still fix the problem at hand.<\\/p><p>Dr. Garner is trained and experienced in all areas of spine surgery including deformity surgery, disc replacement, microsurgery, and minimally invasive techniques. He strives to be fully informative, considering all non-surgical treatments before recommending surgery.<\\/p><p>Dr. Hart Garner, a board-certified neurosurgeon, completed his medical degree and residency in neurological surgery at the University of Minnesota. He is actively involved in the research and development of new techniques in minimally invasive surgery.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"f19e7b6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5eb2284\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"919fd0a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"86ec6b1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a6a840f\"}],\"pp_display_conditions\":[{\"_id\":\"9b6dc2e\"}]},\"elements\":[{\"id\":\"23879e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2024\\/05\\/Garner_16051.png\",\"id\":1006,\"size\":\"\",\"alt\":\"Dr. Hart Garner\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"image_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":12,\"vertical\":12,\"blur\":0,\"spread\":0,\"color\":\"#115488\"},\"pp_display_conditions\":[{\"_id\":\"191e68b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"79466c6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"744a6a7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5a42ec7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"232ed08\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8bc9823\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"80cc802\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"919fd0a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"86ec6b1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a6a840f\"}],\"pp_display_conditions\":[{\"_id\":\"9b6dc2e\"}]},\"elements\":[{\"id\":\"d2bacc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Specialty\",\"align_tablet\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a263d7e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6a8054d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"919fd0a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"86ec6b1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a6a840f\"}],\"pp_display_conditions\":[{\"_id\":\"9b6dc2e\"}]},\"elements\":[{\"id\":\"e21692b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Direct Lateral Lumbar Fusions\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>A minimally invasive procedure done on the spine to improve the spine\\u2019s stability, lessen pain, or correct any spinal deformity.<\\/p>\"},{\"tab_title\":\"Disc Replacement\",\"_id\":\"c1deb51\",\"faq_answer\":\"<p>Replacing a worn or degenerated disc in the spine with an artificial disc made of metal or a combination of metal and plastic.<\\/p>\"},{\"tab_title\":\"Spine and Brain Trauma\",\"_id\":\"ff2376b\",\"faq_answer\":\"<p>Injuries or accidents that affect an individual\\u2019s brain and\\/or spinal cord.<\\/p>\"},{\"tab_title\":\"Spine and Brain Tumors\",\"faq_answer\":\"<p>Abnormal growths of tissue found inside the skull or the bony spinal column.<\\/p>\",\"_id\":\"59ef202\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(4863, 160, '_elementor_page_settings', 'a:0:{}'),
(4867, 144, '_elementor_global_class_usage_indexed', '1'),
(4869, 224, '_elementor_global_class_usage_indexed', '1'),
(4907, 236, '_elementor_global_class_usage_indexed', '1'),
(4909, 278, '_elementor_global_class_usage_indexed', '1'),
(4911, 426, '_elementor_global_class_usage_indexed', '1'),
(4913, 443, '_elementor_global_class_usage_indexed', '1'),
(4915, 450, '_elementor_global_class_usage_indexed', '1'),
(4917, 455, '_elementor_global_class_usage_indexed', '1'),
(4919, 461, '_elementor_global_class_usage_indexed', '1'),
(4921, 467, '_elementor_global_class_usage_indexed', '1'),
(4923, 472, '_elementor_global_class_usage_indexed', '1'),
(4925, 272, '_elementor_global_class_usage_indexed', '1'),
(4927, 286, '_elementor_global_class_usage_indexed', '1'),
(4929, 292, '_elementor_global_class_usage_indexed', '1'),
(4931, 310, '_elementor_global_class_usage_indexed', '1'),
(4933, 316, '_elementor_global_class_usage_indexed', '1'),
(4935, 322, '_elementor_global_class_usage_indexed', '1'),
(4937, 326, '_elementor_global_class_usage_indexed', '1'),
(4939, 332, '_elementor_global_class_usage_indexed', '1'),
(4941, 340, '_elementor_global_class_usage_indexed', '1'),
(4943, 244, '_elementor_global_class_usage_indexed', '1'),
(4961, 144, '_edit_lock', '1784556449:1'),
(4962, 144, '_wp_page_template', 'elementor_header_footer'),
(4963, 144, 'site-sidebar-layout', 'no-sidebar'),
(4965, 144, 'ast-site-content-layout', 'full-width-container'),
(4966, 144, 'site-content-style', 'default'),
(4967, 144, 'site-sidebar-style', 'default'),
(4968, 144, 'theme-transparent-header-meta', 'default'),
(4970, 144, '_yoast_wpseo_content_score', '90'),
(4971, 144, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(4972, 144, '_elementor_edit_mode', 'builder'),
(4973, 144, '_astra_content_layout_flag', 'disabled'),
(4975, 144, 'ast-title-bar-display', 'disabled'),
(4976, 144, 'ast-featured-img', 'disabled'),
(4977, 144, '_elementor_template_type', 'wp-page'),
(4978, 144, '_elementor_version', '4.1.5'),
(4979, 144, '_elementor_pro_version', '4.1.3'),
(4981, 144, '_elementor_global_class_usage_indexed_preview', '1'),
(4982, 144, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(5014, 144, '_elementor_data', '[{\"id\":\"6860490\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"e3ca77f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"5584874\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Trauma\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b18e169\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Brain trauma occurs when an external force causes damage to the brain. This damage can occur due to a car accident, a fall, or any other incident that causes the head to suddenly move violently and forcefully. In these cases, the brain will often hit the skull and sustain damage. If you have sustained an injury to the brain, it\\u2019s important to consult with a physician that specializes in brain trauma.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"280abb6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c7630bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"4737dca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"8aeca9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are the Symptoms of Brain Trauma?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6e4e21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The symptoms of brain trauma vary depending on the severity of the injury sustained during an accident or other incident that caused the head injury. They can include:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Headaches<\\/li><li>Nausea or vomiting<\\/li><li>Dizziness or vertigo<\\/li><li>Difficulty concentrating or focusing on tasks at hand<\\/li><li>Problems walking straight<\\/li><li>Difficulty speaking clearly<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6094998\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5bd4c70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Brain-Trauma-Image-2048x1463-1.jpg\",\"id\":147,\"size\":\"\",\"alt\":\"Brain trauma image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a0cb2a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a70cd18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6b86b80\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nCommon Causes of Brain Trauma\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f32c6e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Vehicle Collision\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Vehicles are one of the most common causes of brain trauma in children, who often suffer from injuries caused by car accidents.<\\/p>\"},{\"tab_title\":\"Fall\",\"faq_answer\":\"<p>Falls are another common cause of brain trauma in children, and they can occur anywhere \\u2014 in the home or in public spaces like playgrounds or parks.<\\/p>\",\"_id\":\"7eeb2b0\"},{\"tab_title\":\"Head Injury\",\"faq_answer\":\"<p>These injuries include concussions \\u2014 which are caused by a sudden blow to the head that causes temporary loss of consciousness (blackout), memory loss, and confusion \\u2014 and contusions, which are bruises on your brain from bleeding inside your skull.<\\/p>\",\"_id\":\"f1a15c5\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"62fc244\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"a77f29d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0bfb1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"32d46af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"711ce79\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Anticonvulsants\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"Control seizures\"},{\"tab_title\":\"Diuretics\",\"faq_answer\":\"Prevent or manage problems with fluid buildup in the brain\",\"_id\":\"f02dbe0\"},{\"tab_title\":\"Anticoagulants\",\"faq_answer\":\"Prevent blood clots and improve blood flow\",\"_id\":\"33724ce\"},{\"tab_title\":\"Muscle relaxers\",\"faq_answer\":\"Control pain\",\"_id\":\"923c4a5\"},{\"tab_title\":\"Pain relievers\",\"faq_answer\":\"Control pain\",\"_id\":\"2aaefce\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"6c30941\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"55e4dc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Known Treatments for Brain Trauma\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0df74dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Depending on the severity of the brain trauma, there are a number of different treatment options available. For milder forms of brain trauma, such as concussions, treatment typically involves rest and relaxation until symptoms subside.<\\/p><p>For emergencies of more severe forms of brain trauma like bleeding in the brain, surgery may be required to remove the blood and relieve pressure on the brain. Repairing skull fractures may also be necessary. Some treat symptoms of brain trauma to lower the risk of long-term problems by giving prescribed medications.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e5d4437\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"f660d9b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4fd5276\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fed6c19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you or your loved ones are experiencing any of the symptoms above, don\\u2019t waste a single minute. It is always better to be safe than sorry.<br \\/>Schedule an appointment with Minnesota neurosurgeon, Dr. Hart Garner today.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f72fa93\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(5467, 1567, '_elementor_edit_mode', 'builder'),
(5468, 1567, '_elementor_template_type', 'page'),
(5469, 1567, '_elementor_version', '4.1.5'),
(5470, 1567, '_elementor_pro_version', '4.1.0'),
(5472, 1567, '_elementor_global_class_usage_indexed', '1'),
(5473, 1567, '_elementor_global_class_usage_indexed_preview', '1'),
(5481, 1567, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5482, 1567, '_elementor_data', '[{\"id\":\"58edf9d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"4f8eb014\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"7c8c1301\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Trauma\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"633339fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Brain trauma occurs when an external force causes damage to the brain. This damage can occur due to a car accident, a fall, or any other incident that causes the head to suddenly move violently and forcefully. In these cases, the brain will often hit the skull and sustain damage. If you have sustained an injury to the brain, it\\u2019s important to consult with a physician that specializes in brain trauma.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ea238f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2ca863bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"47a158c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"42f730aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are the Symptoms of Brain Trauma?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b88e345\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The symptoms of brain trauma vary depending on the severity of the injury sustained during an accident or other incident that caused the head injury. They can include:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Headaches<\\/li><li>Nausea or vomiting<\\/li><li>Dizziness or vertigo<\\/li><li>Difficulty concentrating or focusing on tasks at hand<\\/li><li>Problems walking straight<\\/li><li>Difficulty speaking clearly<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"39c1a65b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7bc40aad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Brain-Trauma-Image-2048x1463-1.jpg\",\"id\":147,\"size\":\"\",\"alt\":\"Brain trauma image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"12a4a23f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"10924bb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6d1f197b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nCommon Causes of Brain Trauma\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"219e2143\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Vehicle Collision\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"Vehicles are one of the most common causes of brain trauma in children, who often suffer from injuries caused by car accidents.\"},{\"tab_title\":\"Fall\",\"faq_answer\":\"Falls are another common cause of brain trauma in children, and they can occur anywhere \\u2014 in the home or in public spaces like playgrounds or parks.\",\"_id\":\"7eeb2b0\"},{\"tab_title\":\"Head Injury\",\"faq_answer\":\"These injuries include concussions \\u2014 which are caused by a sudden blow to the head that causes temporary loss of consciousness (blackout), memory loss, and confusion \\u2014 and contusions, which are bruises on your brain from bleeding inside your skull.\",\"_id\":\"f1a15c5\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"44131500\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6bab3cd9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c1b7990\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2d065e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4863ca78\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Anticonvulsants\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"Control seizures\"},{\"tab_title\":\"Diuretics\",\"faq_answer\":\"Prevent or manage problems with fluid buildup in the brain\",\"_id\":\"f02dbe0\"},{\"tab_title\":\"Anticoagulants\",\"faq_answer\":\"Prevent blood clots and improve blood flow\",\"_id\":\"33724ce\"},{\"tab_title\":\"Muscle relaxers\",\"faq_answer\":\"Control pain\",\"_id\":\"923c4a5\"},{\"tab_title\":\"Pain relievers\",\"faq_answer\":\"Control pain\",\"_id\":\"2aaefce\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"35c9387d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"206b1a2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Known Treatments for Brain Trauma\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a052a6b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Depending on the severity of the brain trauma, there are a number of different treatment options available. For milder forms of brain trauma, such as concussions, treatment typically involves rest and relaxation until symptoms subside.<\\/p><p>For emergencies of more severe forms of brain trauma like bleeding in the brain, surgery may be required to remove the blood and relieve pressure on the brain. Repairing skull fractures may also be necessary. Some treat symptoms of brain trauma to lower the risk of long-term problems by giving prescribed medications.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"42de452a\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"7f3262e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"65fd3beb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6acae005\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you or your loved ones are experiencing any of the symptoms above, don\\u2019t waste a single minute. It is always better to be safe than sorry. Schedule an appointment with Minnesota neurosurgeon, Dr. Hart Garner today.\\n\\nGet Started\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"717d5746\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(5492, 1567, '_elementor_page_settings', 'a:0:{}'),
(5493, 224, '_edit_lock', '1784556714:1'),
(5494, 224, '_wp_page_template', 'elementor_header_footer'),
(5495, 224, 'site-sidebar-layout', 'no-sidebar'),
(5497, 224, 'ast-site-content-layout', 'full-width-container'),
(5498, 224, 'site-content-style', 'default'),
(5499, 224, 'site-sidebar-style', 'default'),
(5500, 224, 'theme-transparent-header-meta', 'default'),
(5502, 224, '_yoast_wpseo_content_score', '90'),
(5503, 224, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(5504, 224, '_elementor_edit_mode', 'builder'),
(5505, 224, '_astra_content_layout_flag', 'disabled'),
(5507, 224, 'ast-title-bar-display', 'disabled'),
(5508, 224, 'ast-featured-img', 'disabled'),
(5509, 224, '_elementor_template_type', 'wp-page'),
(5510, 224, '_elementor_version', '4.1.5'),
(5511, 224, '_elementor_pro_version', '4.1.3'),
(5513, 224, '_elementor_global_class_usage_indexed_preview', '1'),
(5514, 224, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(5515, 1567, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(5536, 224, '_elementor_data', '[{\"id\":\"5deccef\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"788a4614\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"19b34f9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chiari Malformation\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3842d5b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have you been diagnosed with Chiari Malformation? You\\u2019ve come to the right place. With our expertise, you can feel confident that all the bases are being covered. Set an appointment with Dr. Hart Garner to discuss your condition and the best treatment options.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"41b077ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27d9e556\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"56a4a193\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7cc6ab8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is Chiari Malformation?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50da116e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Chiari malformation (CM) is a structural defect in the skull that results in part of the brain extending into the spinal canal. Specifically, this condition involves the cerebellum \\u2014 the part of the brain that controls balance. In Chiari malformation, part of the cerebellum, known as the cerebellar tonsils, protrudes through the foramen magnum, the natural opening at the base of the skull, and into the upper spinal canal. This can cause various neurological symptoms due to the disruption of normal cerebrospinal fluid flow and compression of brain tissue.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4638ffbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1af615c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Pressure-on-the-CNS-due-to-Chiari-malformation.jpg\",\"id\":232,\"size\":\"\",\"alt\":\"Pressure on the CNS due to Chiari malformation\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f1e8482\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"684cbd92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"734dddc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Causes of Chiari Malformation\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bfbdfc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Chiari malformation is a complex set of medical conditions that affect the brain and spinal cord where they join at the base of the skull. People who have Chiari malformation are either born with it or develop it later in life as a result of an injury or infection. It has two categories depending on its causes. These are:<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"992b4ef\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"247f4b68\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Primary or Congenital Chiari Malformation\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Occurs during fetal development.<\\/p>\"},{\"tab_title\":\"Acquired or Secondary Chiari Malformation\",\"faq_answer\":\"<p>Occurs later due to traumatic injury, disease, or infection.<\\/p>\",\"_id\":\"7eeb2b0\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"},\"question_typography_typography\":\"custom\",\"question_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"2f7c1a8b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5c41d13f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d98749d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"4d568462\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5c1a5f62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Known Treatments for Chiari Malformation\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8937aa9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When patients experience symptoms like severe headaches, we prescribe medications to ease the pain. However, the best treatment for Chiari malformation is surgery. Surgery can improve or stabilize symptoms in most individuals or halt the progression of damage to the central nervous system.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"633efc3d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"6e1bcb12\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"76d84feb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minnesota Chiari Malformation Experts\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299902a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you suffer from Chiari malformation or its symptoms, please don\\u2019t hesitate to contact us. Dr. Hart Garner delivers accurate diagnoses to help decide the suitable treatment. We discuss the risks and benefits of all options when deciding on a treatment plan for you.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e0b6793\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(5630, 236, '_edit_lock', '1784557517:1'),
(5631, 236, '_wp_page_template', 'elementor_header_footer'),
(5632, 236, 'site-sidebar-layout', 'no-sidebar'),
(5634, 236, 'ast-site-content-layout', 'full-width-container'),
(5635, 236, 'site-content-style', 'default'),
(5636, 236, 'site-sidebar-style', 'default'),
(5637, 236, 'theme-transparent-header-meta', 'default'),
(5639, 236, '_yoast_wpseo_content_score', '90'),
(5640, 236, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(5641, 236, '_elementor_edit_mode', 'builder'),
(5642, 236, '_astra_content_layout_flag', 'disabled'),
(5644, 236, 'ast-title-bar-display', 'disabled'),
(5645, 236, 'ast-featured-img', 'disabled'),
(5646, 236, '_elementor_template_type', 'wp-page'),
(5647, 236, '_elementor_version', '4.1.5'),
(5648, 236, '_elementor_pro_version', '4.1.3'),
(5650, 236, '_elementor_global_class_usage_indexed_preview', '1'),
(5651, 236, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5672, 236, '_elementor_data', '[{\"id\":\"3ab17ccc\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"60ae4a9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"444f41e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hydrocephalus\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c3bb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get safe and effective hydrocephalus treatment with Dr. Hart Garner.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ad5eab0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"38c97232\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"14cd4374\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6cb075df\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is Hydrocephalus?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e0e309\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hydrocephalus is a medical condition characterized by an abnormal buildup of cerebrospinal fluid (CSF) in the ventricles (cavities) of the brain. This buildup can increase the pressure inside the skull, compressing the surrounding brain tissue. This increased pressure can lead to symptoms such as headaches, vomiting, blurred vision, balance problems, convulsions, an increase in head size (especially in infants), and potential brain damage. If left untreated, hydrocephalus can be fatal.<\\/p><p>If you or someone you know is experiencing any of these symptoms, it is crucial to schedule a consultation with a qualified medical professional as soon as possible.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"72e533d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"bc6d124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Hydrocephalus-image-1536x1024-1.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"Hydrocephalus image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"658962fe\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"59ebf80c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5e53e6eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Causes of Hydrocephalus\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"124521c6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Blockage\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Cysts, tumors, and birth defects in the brain can block the normal flow of cerebrospinal fluid, leading to buildup.<\\/p>\"},{\"tab_title\":\"Poor Fluid Absorption\",\"faq_answer\":\"<p>Having injuries, inflammation, or infections such as bacterial meningitis can hinder the absorption of cerebrospinal fluid by brain tissues.<\\/p>\",\"_id\":\"576f7c5\"},{\"tab_title\":\"Too Much Fluid\",\"faq_answer\":\"<p>In some instances, your body can produce a lot of cerebrospinal fluid than your brain can handle. However, these cases are rare.<\\/p>\",\"_id\":\"9c6854a\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"6a1ad892\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"33023be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/istockphoto-1359907340-612x612-1.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"Hydrocephalus image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"252d5709\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2f310f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"d0265f2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Shunt\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"It involves the surgical insertion of the shunt \\u2014 a drainage system \\u2014 to channel the fluid to other parts of the body like the abdomen or a heart chamber for easier absorption. If you have hydrocephalus, you may need a shunt system for the rest of your life.\"},{\"tab_title\":\"Endoscopic Third Ventriculostomy\",\"faq_answer\":\"It involves the surgical insertion of the shunt \\u2014 a drainage system \\u2014 to channel the fluid to other parts of the body like the abdomen or a heart chamber for easier absorption. If you have hydrocephalus, you may need a shunt system for the rest of your life.\",\"_id\":\"4463ea6\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"5f53eb64\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"28f73cb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatments for Hydrocephalus\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"346256b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are two main surgical treatments for hydrocephalus:\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4408e234\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"7d60fb03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"5511d6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact a Minnesota Hydrocephalus Surgeon Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2e428b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Are you or your loved one suffering from hydrocephalus? Look no further than Dr. Hart Garner. Our reputable team provides individualized, quality care to all our patients. Schedule an appointment now.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5118af56\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(5875, 278, '_edit_lock', '1784556610:1'),
(5876, 278, '_wp_page_template', 'elementor_header_footer'),
(5877, 278, 'site-sidebar-layout', 'no-sidebar'),
(5879, 278, 'ast-site-content-layout', 'full-width-container'),
(5880, 278, 'site-content-style', 'default'),
(5881, 278, 'site-sidebar-style', 'default'),
(5882, 278, 'theme-transparent-header-meta', 'default'),
(5884, 278, '_yoast_wpseo_content_score', '90'),
(5885, 278, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(5886, 278, '_elementor_edit_mode', 'builder'),
(5887, 278, '_astra_content_layout_flag', 'disabled'),
(5889, 278, 'ast-title-bar-display', 'disabled'),
(5890, 278, 'ast-featured-img', 'disabled'),
(5891, 278, '_elementor_template_type', 'wp-page'),
(5892, 278, '_elementor_version', '4.1.5'),
(5893, 278, '_elementor_pro_version', '4.1.3'),
(5895, 278, '_elementor_global_class_usage_indexed_preview', '1'),
(5896, 278, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(5917, 278, '_elementor_data', '[{\"id\":\"34891124\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"5b331ed8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"70d053db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cerebrovascular Disease and Stroke\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bcc4e41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Cerebrovascular stroke requires prompt care and treatment for the best long-term outcomes. Dr. Garner has performed many types of neurological surgery and can help in every unique circumstance.\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"512d96b8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1ef93986\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2c6d263e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"e07fad6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/cerebrovascular-disease-and-stroke-image-min-1024x360-1.jpg\",\"id\":280,\"size\":\"\",\"alt\":\"Cerebrovascular disease and stroke image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4ea1a020\",\"elType\":\"widget\",\"settings\":{\"title\":\"Urgent Care\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24bdd655\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our team offers prompt and timely care and treatment of various neurological conditions. We talk about options and help make a medical care plan to help achieve your goals.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d02b283\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7ab4f7ac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"15cf729d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Who We Serve\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Our team works with patients of all ages and stages of the disease.<\\/p>\"},{\"tab_title\":\"Partner With Our Office\",\"faq_answer\":\"<p>We help improve patient outcomes with comprehensive care.<\\/p>\",\"_id\":\"49ff53f\"},{\"tab_title\":\"Custom Care Plan\",\"faq_answer\":\"<p>Personalized treatment plans use the latest methods.<\\/p>\",\"_id\":\"8482eaa\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"45dcb6e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"e807436\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatments for Cerebrovascular Disease\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f084e14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Garner specializes in head and neck disorders.\",\"pp_display_conditions\":[{\"_id\":\"356a14a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"11c3a1d9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"4ed16195\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4ef19573\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact a Minnesota Vascular Neurologist\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3716e0f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dr. Hart Garner sees many types of neurological patients. He specializes in surgical treatment to provide pain relief and address symptoms of conditions like cerebrovascular disease and stroke. Dr. Garner helps treat, manage, and prevent cardiovascular disease, such as stroke. Our team helps to prevent and treat hemorrhagic strokes and ischemic strokes.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3ed1ce0b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"7132b98a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"135407b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5dd70b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Are you looking for preventative care to help avoid future diseases? Looking to treat your current symptoms? Schedule an appointment and talk to Dr. Garner to learn more about your condition and what we can do to help you make progress.\\nGet Started\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3bd20cb2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6007, 244, '_edit_lock', '1784556539:1'),
(6008, 244, '_wp_page_template', 'elementor_header_footer'),
(6009, 244, 'site-sidebar-layout', 'no-sidebar'),
(6011, 244, 'ast-site-content-layout', 'full-width-container'),
(6012, 244, 'site-content-style', 'default'),
(6013, 244, 'site-sidebar-style', 'default'),
(6014, 244, 'theme-transparent-header-meta', 'default'),
(6016, 244, '_yoast_wpseo_content_score', '90'),
(6017, 244, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(6018, 244, '_elementor_edit_mode', 'builder'),
(6019, 244, '_astra_content_layout_flag', 'disabled'),
(6021, 244, 'ast-title-bar-display', 'disabled'),
(6022, 244, 'ast-featured-img', 'disabled'),
(6023, 244, '_elementor_template_type', 'wp-page'),
(6024, 244, '_elementor_version', '4.1.5'),
(6025, 244, '_elementor_pro_version', '4.1.3'),
(6027, 244, '_elementor_global_class_usage_indexed_preview', '1'),
(6028, 244, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(6049, 244, '_elementor_data', '[{\"id\":\"646e665\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"623cb884\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"29c1bfbb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Tumor\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ead40f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the causes and symptoms of brain tumors and find the right treatment option for you by exploring the information on this page.<br \\/>Contact Dr. Hart Garner \\u2013 Minnesota neurosurgeon \\u2013 for brain tumor diagnosis and treatment.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cb7c412\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"37673d8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"4097a70e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2e93384b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Is a Brain Tumor?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"506cf033\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A brain tumor is the growth of unusual cells in your brain. It can develop in any part of the brain or skull including the nasal cavity, the brain\\u2019s protective lining, sinuses, the underside of the brain, and more.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6735c159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"61f18666\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Brain-Tumor-Image-1-1-1536x1029-1.jpg\",\"id\":246,\"size\":\"\",\"alt\":\"MRI of the brain\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"272f7a3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"ced10c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"143af6c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatments for Brain Tumors\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3e438\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Surgery\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>The goal of removing the tumor is to remove it completely, or to remove as much of the tumor as possible with minimal damage to healthy brain tissue around it.<\\/p>\"},{\"tab_title\":\"Radiation Therapy\",\"faq_answer\":\"<p>This type of therapy uses high-energy beams like X-rays to destroy the tumor cells or slow their growth.<\\/p>\",\"_id\":\"d5b5abf\"},{\"tab_title\":\"Chemotherapy\",\"faq_answer\":\"<p>Chemotherapy uses medication to eliminate the tumor cells. The drugs can be taken as pills or injected into a vein.<\\/p>\",\"_id\":\"78eb2cb\"},{\"tab_title\":\"Targeted Drug Therapy\",\"faq_answer\":\"<p>Unlike chemotherapy, targeted drug treatments only focus on the tumorous cells and spare healthy tissue.<\\/p>\",\"_id\":\"bb7b9fb\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"60f4efba\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"53d4ac74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/istockphoto-1250205787-612x612-1.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"Human brain with tumor - 3D illustration\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"11e3d7e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"12cdb656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3b0d30bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minnesota Brain Tumor Specialist\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320d2c5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Hart Garner is among the best neurosurgeons in Minnesota. Dr. Garner works with each patient to create tailored treatment plans that help them stay healthy. When you partner with us, you will have access to the most advanced brain tumor treatment options available.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7db86674\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"4675b478\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4679c277\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consult Our Brain Tumor Specialists Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1353f6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re experiencing brain tumor symptoms, visit our clinic for comprehensive diagnosis and care.<br \\/>Schedule an appointment with Dr. Hart Garner today!<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a8a8cdc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6474, 1643, '_edit_last', '1'),
(6475, 1643, '_edit_lock', '1784558322:1'),
(6476, 1643, '_wp_page_template', 'elementor_header_footer'),
(6477, 1643, 'site-sidebar-layout', 'no-sidebar'),
(6479, 1643, 'ast-site-content-layout', 'full-width-container'),
(6480, 1643, 'site-content-style', 'default'),
(6481, 1643, 'site-sidebar-style', 'default'),
(6482, 1643, 'theme-transparent-header-meta', 'default'),
(6484, 1643, '_yoast_wpseo_content_score', '90'),
(6485, 1643, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(6486, 1643, '_elementor_edit_mode', 'builder'),
(6487, 1643, '_astra_content_layout_flag', 'disabled'),
(6489, 1643, 'ast-title-bar-display', 'disabled'),
(6490, 1643, 'ast-featured-img', 'disabled'),
(6491, 1643, '_elementor_template_type', 'wp-page'),
(6492, 1643, '_elementor_version', '4.1.5'),
(6493, 1643, '_elementor_pro_version', '4.1.3'),
(6495, 1643, '_elementor_global_class_usage_indexed', '1'),
(6496, 1643, '_elementor_global_class_usage_indexed_preview', '1'),
(6497, 1643, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6516, 1643, '_elementor_data', '[{\"id\":\"278aaced\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2af9e4b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"1e3d8647\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spinal Tumor\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51b7c994\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive safe and specialized spinal tumor treatments with Dr. Hart Garner and his team.\\n\\nSchedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"777935b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"49904608\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"6eea69aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"67f265e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Is a Spinal Tumor?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e95add1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A spinal tumor is an abnormal mass of tissue cells that grows and multiply uncontrollably within or adjacent to the spinal cord. These cells are often unchecked by the mechanisms that control normal cells and can form anywhere in your spinal column.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7f10b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"79506225\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Tumor-image-1536x1024-1.jpg\",\"id\":259,\"size\":\"\",\"alt\":\"Spinal tumor image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e0e0b9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"200a3712\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1485c135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatments for Spinal Tumor\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e970b56\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Surgery\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Your neurosurgeon can opt for surgery in case your spinal tumor is resistant to radiation or chemotherapy.<\\/p>\"},{\"tab_title\":\"Radiation Therapy\",\"faq_answer\":\"<p>Radiation therapy uses high doses of X-rays to shrink your spinal tumor or destroy these cells.<\\/p>\",\"_id\":\"01ac074\"},{\"tab_title\":\"Chemotherapy\",\"faq_answer\":\"<p>Chemo medication can destroy the tumorous cells in your spine. You may get chemotherapy by taking a pill or through an injection.<\\/p>\",\"_id\":\"1b5edd8\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"34bc1eda\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2a309be5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/istockphoto-1335843615-612x612-1.jpg\",\"id\":258,\"size\":\"\",\"alt\":\"Spine cancer or spinal tumor disease 3d illustration\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"74e487db\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"4b7d1891\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1892c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Spinal Tumor Specialists in Minnesota\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38001bd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have specialized expertise in treating most tumors including spinal tumors. Our neurosurgeons combine their expertise, high-tech medical technology, and a patient-centered approach to develop customized tumor treatment plans. We work closely with our patients to review all treatment options to determine the right plan. Our team also offers comprehensive support and care.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4c386d57\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"ed504fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4bd78345\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Effective and Safe Spinal Tumor Treatment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"775a399f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Is your spinal tumor holding you back from living life to the fullest? Our spinal tumor specialists have got your back.<br \\/>We offer tailored spinal tumor care so you can regain your health. Schedule an appointment now.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"17c2bf7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6605, 1655, '_menu_item_type', 'post_type'),
(6606, 1655, '_menu_item_menu_item_parent', '1022'),
(6607, 1655, '_menu_item_object_id', '1643'),
(6608, 1655, '_menu_item_object', 'page'),
(6609, 1655, '_menu_item_target', ''),
(6610, 1655, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6611, 1655, '_menu_item_xfn', ''),
(6612, 1655, '_menu_item_url', ''),
(6647, 263, '_elementor_global_class_usage_indexed', '1'),
(6648, 263, '_edit_lock', '1784558896:1'),
(6649, 263, '_wp_page_template', 'elementor_header_footer'),
(6650, 263, 'site-sidebar-layout', 'no-sidebar'),
(6652, 263, 'ast-site-content-layout', 'full-width-container'),
(6653, 263, 'site-content-style', 'default'),
(6654, 263, 'site-sidebar-style', 'default'),
(6655, 263, 'theme-transparent-header-meta', 'default'),
(6657, 263, '_yoast_wpseo_content_score', '90'),
(6658, 263, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(6659, 263, '_elementor_edit_mode', 'builder'),
(6660, 263, '_astra_content_layout_flag', 'disabled'),
(6662, 263, 'ast-title-bar-display', 'disabled'),
(6663, 263, 'ast-featured-img', 'disabled'),
(6664, 263, '_elementor_template_type', 'wp-page'),
(6665, 263, '_elementor_version', '4.1.5'),
(6666, 263, '_elementor_pro_version', '4.1.3'),
(6668, 263, '_elementor_global_class_usage_indexed_preview', '1'),
(6669, 263, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(6690, 263, '_elementor_data', '[{\"id\":\"f66092d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"2564dc0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"289ff9c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vertebral Tumor\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ba31578\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access high-quality and customized vertebral tumor treatments from Dr. Hart Garner.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"add863d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5316ab88\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"1a46970c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6628fac1\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Vertebral Tumor?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"542f62b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A vertebral tumor is a type of spinal tumor that affects the vertebrae or bones of the spine. As these tumors grow within the vertebrae, they can cause vertebral fractures, spinal instability, and pain. Whether vertebral tumors are cancerous or not, they can lead to permanent disability or life-threatening.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"780dafb4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"759f26d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Vertebral-Tumor-Image-1536x957-1.jpg\",\"id\":265,\"size\":\"\",\"alt\":\"Vertebral tumor MRI\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"42cc6ef6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"506e99db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1fd6d7ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nCauses of a Vertebral Tumor\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e516879\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Vertebral tumors can result due to genetic defects. But, it isn\\u2019t known whether these genetic defects develop over time or are simply inherited. These tumors can also develop due to exposure to certain chemicals or radiation. Apart from genetics and environmental factors, vertebral tumors are also metastatic. This means they can form due to the spread of tumors in other organs of your body. Most tumors spread from the lung, breast, and prostate.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5848c4c2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"12f45e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6d9645ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nTreatments for Vertebral Tumor\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78dd8f77\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Surgery\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Undergoing surgery can be an effective treatment for vertebral tumors that are accessible. But there are newer surgical techniques that allow neurosurgeons to reach tumors that are inaccessible.<\\/p>\"},{\"tab_title\":\"Radiation Therapy\",\"faq_answer\":\"<p>Radiation therapy uses X-rays to eliminate inoperable tumors or treat vertebral tumors where surgery is too risky.<\\/p>\",\"_id\":\"2f4e08c\"},{\"tab_title\":\"Chemotherapy\",\"faq_answer\":\"<p>Chemo is a standard treatment for many types of tumors. It uses drugs to stop tumorous cells from growing or destroying them.<\\/p>\",\"_id\":\"e2bf86c\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"229fa3ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"715d906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/istockphoto-1006477536-612x612-1.jpg\",\"id\":266,\"size\":\"\",\"alt\":\"Spine cancer or spinal tumor disease\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fefe750\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"abc43e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2ce1761\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Our Team of Vertebral Tumor Specialists\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"abba63c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Hart Garner and his team of healthcare professionals are specialized in treating a range of tumors. We use state-of-the-art neurosurgical techniques to get rid of tumorous cells, reducing the chances of a relapse. What sets us apart from the rest is the combination of the latest proven technology in tumor treatments and compassionate care.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2ee0bc1c\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"50cf6c54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"46822e95\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact a Reputable Vertebral Tumor Surgeon in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2425207f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For quality vertebral tumor treatment and care, look no further than Dr. Hart Garner. Our specialists provide credible diagnoses and customized treatment. Schedule an appointment now.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ec2b711\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6819, 272, '_edit_lock', '1784557019:1'),
(6820, 272, '_wp_page_template', 'elementor_header_footer'),
(6821, 272, 'site-sidebar-layout', 'no-sidebar'),
(6823, 272, 'ast-site-content-layout', 'full-width-container'),
(6824, 272, 'site-content-style', 'default'),
(6825, 272, 'site-sidebar-style', 'default'),
(6826, 272, 'theme-transparent-header-meta', 'default'),
(6828, 272, '_yoast_wpseo_content_score', '60'),
(6829, 272, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(6831, 272, '_elementor_edit_mode', 'builder'),
(6832, 272, '_astra_content_layout_flag', 'disabled'),
(6834, 272, 'ast-title-bar-display', 'disabled'),
(6835, 272, 'ast-featured-img', 'disabled'),
(6836, 272, '_elementor_template_type', 'wp-page'),
(6837, 272, '_elementor_version', '4.1.5'),
(6838, 272, '_elementor_pro_version', '4.1.3'),
(6840, 272, '_elementor_global_class_usage_indexed_preview', '1'),
(6841, 272, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6862, 272, '_elementor_data', '[{\"id\":\"e37be77\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"6cb58fbe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"63ebfa93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disc Degeneration\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79611ea7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Disc degeneration is a common cause of lower back pain. Discs are the shock-absorbing cushions between each vertebra in your spine. As we age, our discs lose their ability to absorb shock and can become damaged or ruptured. This damage causes inflammation and irritation in the discs and surrounding tissues, which can lead to pain.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbbd4b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4d99540\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"4082d8f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"598a155f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/disc-degenration-image-1024x566-1.jpg\",\"id\":274,\"size\":\"\",\"alt\":\"Stage of disc degeneration herniation image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e59899e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are the Common Symptoms of Disc Degeneration?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be8f411\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Disc degeneration usually does not cause symptoms until it has progressed to a certain point. However, there are some symptoms that can indicate that you may have disc degeneration:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Lower back pain that increases with standing or walking<\\/li><li>Pain that radiates down the leg<\\/li><li>Weakness or numbness in the leg or foot<\\/li><li>Tingling sensation that travels up the leg<\\/li><li>Muscle weakness or spasms<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"656951b2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7b543e49\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1600328f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Common Causes of Disc Degeneration\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"771883c5\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Drying out\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>The spinal discs are made up of a gel-like liquid that absorbs shock as you move around. When this substance dries out, it loses its ability to hold together and can break apart, causing pain and stiffness.<\\/p>\"},{\"tab_title\":\"Injuries\",\"faq_answer\":\"<p>Things like falls and car accidents can cause damage to the discs in your spine, leading to disc degeneration later on down the road.<\\/p>\",\"_id\":\"2bd8edc\"},{\"tab_title\":\"Cracks\",\"faq_answer\":\"<p>Daily activities and movements can cause cracks in the outer layer of the disc. These small tears allow the inner gel to leak out, causing pain and inflammation.<\\/p>\",\"_id\":\"3a39abe\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"28016909\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1fd2593d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4366a074\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"4dc5999a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"fbf8045\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Over-the-Counter Pain Relievers\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"Ibuprofen (Advil) and acetaminophen (Tylenol) can help reduce inflammation in the affected area.\"},{\"tab_title\":\"Physical Therapy\",\"faq_answer\":\"This can help improve strength and flexibility while reducing stiffness in the affected area.\",\"_id\":\"428926b\"},{\"tab_title\":\"Steroid Shots\",\"faq_answer\":\"These can be used to reduce inflammation of the affected area by injecting steroids directly into the inflamed tissue.\",\"_id\":\"797e56f\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"7cb820c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"74d013ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Known Treatments for Disc Degeneration\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca7c18e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If other treatments fail, surgery may be needed for more severe cases of disc degeneration where discs have completely collapsed or broken apart.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3293fbbd\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"39c11d72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"41b89b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment for with a Minnesota Disc Degeneration Specialist Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b79d1df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Dr. Hart Garner today and schedule an appointment to discuss treatment options for spinal disc degeneration.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1fd71db1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6989, 286, '_edit_lock', '1784557063:1'),
(6990, 286, '_wp_page_template', 'elementor_header_footer'),
(6991, 286, 'site-sidebar-layout', 'no-sidebar'),
(6993, 286, 'ast-site-content-layout', 'full-width-container'),
(6994, 286, 'site-content-style', 'default'),
(6995, 286, 'site-sidebar-style', 'default'),
(6996, 286, 'theme-transparent-header-meta', 'default'),
(6998, 286, '_yoast_wpseo_content_score', '90'),
(6999, 286, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(7000, 286, '_elementor_edit_mode', 'builder'),
(7001, 286, '_astra_content_layout_flag', 'disabled'),
(7003, 286, 'ast-title-bar-display', 'disabled'),
(7004, 286, 'ast-featured-img', 'disabled'),
(7005, 286, '_elementor_template_type', 'wp-page'),
(7006, 286, '_elementor_version', '4.1.5'),
(7007, 286, '_elementor_pro_version', '4.1.3'),
(7009, 286, '_elementor_global_class_usage_indexed_preview', '1'),
(7010, 286, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(7031, 286, '_elementor_data', '[{\"id\":\"36f1b68c\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"792bef4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"39ab8a67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Failed Spinal Fusions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69805e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A spinal fusion is a procedure where two or more vertebrae are joined together by placing a bone graft between them to strengthen the spine against movement. This procedure is used to treat conditions such as scoliosis or degenerative disc disease, but if it fails, it can cause serious problems for the patient\\u2019s posture and quality of life.<br \\/><br \\/>While the success rate of the surgery is high, there is a small percentage of patients who do not experience the relief they were hoping for.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"436b7fbc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6eca68fc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"6542343a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2d101c5d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are Failed Spinal Fusions?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ecdad61\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When a spinal fusion is unsuccessful, it\\u2019s called failed fusion. A failed fusion happens when the bones don\\u2019t heal together properly after surgery. In most cases, this occurs because there was not enough bone growth during the healing process.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2aab1b9c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"17567374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Failed-Spinal-fusion-image-1536x1024-1.jpg\",\"id\":288,\"size\":\"\",\"alt\":\"Laminectomy xray, before and after\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2e3da71d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"19c4b6e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"113a0569\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Not Enough Support\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"There is not enough support to hold the spine in place. This can happen if your doctor did not use enough hardware or if your body has rejected the hardware.\"},{\"tab_title\":\"Hardware Failure\",\"faq_answer\":\"Another common cause of failed spinal fusion. The hardware may have been put in incorrectly, or it may have worn out over time.\",\"_id\":\"ccc9b96\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"23f8b4dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"53f77a72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Causes of Failed Spinal Fusions\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc8ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are a lot of possible causes for failed spinal fusion. The most common include:\",\"pp_display_conditions\":[{\"_id\":\"d468628\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4f5c8b54\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13c5d69\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"503e5659\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment for Failed Spinal Fusions\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e8fceee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If your first procedure was unsuccessful, it may be worth trying again with a different doctor or improved techniques. In some cases, this is an effective way to treat failed fusions and get back on track with your recovery process.\\n\\nMake sure that your surgeon has experience working with patients who have experienced failed fusions before choosing this option.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6a9d5521\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"572bad8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"16e5795d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment with a Minnesota Spine Fusion Surgeon Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32310761\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you are considering a spinal fusion and have questions about the success rate or possible complications, make an appointment with a spine specialist. Dr. Hart Garner uses the latest advancements in technology and techniques to ensure the best possible outcome.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63ad1cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(7084, 292, '_edit_lock', '1784557373:1'),
(7085, 292, '_wp_page_template', 'elementor_header_footer'),
(7086, 292, 'site-sidebar-layout', 'no-sidebar'),
(7088, 292, 'ast-site-content-layout', 'full-width-container'),
(7089, 292, 'site-content-style', 'default'),
(7090, 292, 'site-sidebar-style', 'default'),
(7091, 292, 'theme-transparent-header-meta', 'default'),
(7093, 292, '_yoast_wpseo_content_score', '90'),
(7094, 292, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(7095, 292, '_elementor_edit_mode', 'builder'),
(7096, 292, '_astra_content_layout_flag', 'disabled'),
(7098, 292, 'ast-title-bar-display', 'disabled'),
(7099, 292, 'ast-featured-img', 'disabled'),
(7100, 292, '_elementor_template_type', 'wp-page'),
(7101, 292, '_elementor_version', '4.1.5'),
(7102, 292, '_elementor_pro_version', '4.1.3'),
(7104, 292, '_elementor_global_class_usage_indexed_preview', '1'),
(7105, 292, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(7126, 292, '_elementor_data', '[{\"id\":\"1fcd031c\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"3b27924d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"2e1a7492\",\"elType\":\"widget\",\"settings\":{\"title\":\"Herniated Disc\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"192ea2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A herniated disc occurs when the outer ring of the disc (the annulus fibrosus) becomes weakened and ruptures. The inner jelly-like portion of the disc (nucleus) then presses against a nearby nerve root causing pain and inflammation.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58a98460\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"74700f4f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2718d541\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"30ac3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are the Symptoms of a Herniated Disc?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39a6c6eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A herniated disc is often accompanied by intense pain, which may radiate throughout the body if the nerves in your spinal cord are affected by it.\\n\\nOther common symptoms include:\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c23a7d3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Arm or Leg Pain\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"A herniated disc can cause pain in your upper back, neck, or shoulders as well as in one or both arms. You may also experience pain along the outside edge of your lower back.\"},{\"tab_title\":\"Numbness or Tingling\",\"faq_answer\":\"Pressure on a nerve from a herniated disc can cause numbness or tingling sensations in different areas of your body, including your arms and legs.\",\"_id\":\"1ed90b9\"},{\"tab_title\":\"Weakness\",\"faq_answer\":\"If you feel weakness in any part of your body when standing up from sitting down, this could be caused by pressure on nerves caused by a herniated disc.\",\"_id\":\"4d4006d\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"21619738\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2f6fcea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Herniated-disc-image-1536x1482-1.jpg\",\"id\":294,\"size\":\"\",\"alt\":\"Herniated spinal disc image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59b7407e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"689c9e65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"23ba09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Common Causes of Herniated Disc\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2208aef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most common cause of a herniated disc is disc degeneration. As we age, our spine loses its ability to support itself because the disks become more brittle and less elastic over time.<\\/p><p>This makes someone more susceptible to injuries like a herniated disc, since the discs are less able to absorb shock from everyday activities like walking or running which can lead to further degeneration over time if left untreated.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3dcd1e14\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2ae843a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"22b3380b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Non-Surgical Treatment\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"Initial care for a herniated disc may include rest, ice, heat, and over-the-counter pain relievers. Some doctors will advise the patient to just maintain a low activity level until the pain subsides.\"},{\"tab_title\":\"Surgical Treatment\",\"faq_answer\":\"If the pain does not improve after several weeks of conservative treatment, surgery may be recommended. The type of surgery will depend on the location of the herniated disc and the severity of the symptoms.\",\"_id\":\"32d203c\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"7a47cdb2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1963e3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Known Treatments for Herniated Discs\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"452f9581\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"46d12151\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"837b256\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment with a MN Spine Surgeon\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b73ee37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you feel like you may have a herniated disc, it is important to seek medical attention right away. The sooner you are diagnosed, the sooner you can start treatment and feel relief from your symptoms. Call Dr. Hart Garner today to schedule an appointment.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e1695b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(7216, 310, '_edit_lock', '1784558565:1'),
(7217, 310, '_wp_page_template', 'elementor_header_footer'),
(7218, 310, 'site-sidebar-layout', 'no-sidebar'),
(7220, 310, 'ast-site-content-layout', 'full-width-container'),
(7221, 310, 'site-content-style', 'default'),
(7222, 310, 'site-sidebar-style', 'default'),
(7223, 310, 'theme-transparent-header-meta', 'default'),
(7225, 310, '_yoast_wpseo_content_score', '90'),
(7226, 310, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(7227, 310, '_elementor_edit_mode', 'builder'),
(7228, 310, '_astra_content_layout_flag', 'disabled'),
(7230, 310, 'ast-title-bar-display', 'disabled'),
(7231, 310, 'ast-featured-img', 'disabled');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7232, 310, '_elementor_template_type', 'wp-page'),
(7233, 310, '_elementor_version', '4.1.5'),
(7234, 310, '_elementor_pro_version', '4.1.3'),
(7236, 310, '_elementor_global_class_usage_indexed_preview', '1'),
(7237, 310, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(7258, 310, '_elementor_data', '[{\"id\":\"60cdc180\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"3d486ee7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"32e3a3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stenosis\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27df0457\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stenosis is a condition where one or more spaces in the spine are narrowed, causing irritation and\\/or compression of nerves. Nerves can become irritated by stretching, rubbing against bone, or being compressed by surrounding tissue.<\\/p><p>This irritation can cause pain and\\/or numbness in the area of the nerve. It occurs anywhere along the spine, but the common areas affected are the neck and low back. Stenosis is common in people over 50 years old and in those who are born with a narrow spinal canal.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71b75a02\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4f8cfd21\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"530c9eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6f77429\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are the Symptoms of Spinal Stenosis?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ed9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Symptoms will vary depending on which nerves are affected and how severely they are compressed.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a52df9b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9363b94\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f667609\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f83ee60\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b84228d\"}]},\"elements\":[{\"id\":\"59d3bcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48.5,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b293631\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cf72ce6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"afdb5d4\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"091a1f7\"}]},\"elements\":[{\"id\":\"37a5198\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>For neck stenosis, symptoms may include:<\\/strong><\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Pain in the neck<\\/li><li>Shoulder pain<\\/li><li>Numbness or weakness in the arms or legs<\\/li><li>Loss function of hands<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"4616a85\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"718d155\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48.5,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b293631\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cf72ce6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"afdb5d4\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"091a1f7\"}]},\"elements\":[{\"id\":\"4522c89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>For low back stenosis, symptoms may include:<\\/strong><\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Pain in the lower back<\\/li><li>Sciatica (pain that radiates from the lower back into the legs)<\\/li><li>Numbness or weakness in the legs<\\/li><li>Loss of bowel or bladder control (severe cases)<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"4616a85\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"637615cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3d8e0ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Stenosis-Image-1536x397-1.jpg\",\"id\":312,\"size\":\"\",\"alt\":\"Spinal stenosis graphic\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"596d328c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2a982f53\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7caf34bc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Osteoarthritis\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>This is a degenerative condition that affects the joints and cartilage of the spine. It can result in narrowing of the spinal canal, which leads to stenosis.<\\/p>\"},{\"tab_title\":\"Herniated Discs\",\"faq_answer\":\"<p>These occur when part of the tough outer shell of an intervertebral disk ruptures and collapses into the spinal canal. Pressure on these nerves can result in pain and weakness in one or both legs or arms.<\\/p>\",\"_id\":\"7ae4f26\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"2574bc01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6d4c08ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Causes of Spinal Stenosis\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8356e06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An injury to your spine may cause narrowing of your spinal canal, leading to stenosis. Other causes include:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Tumors<\\/li><li>Thickened ligaments<\\/li><li>Congenital (present at birth) conditions<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"7225e87\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fb6c231\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"492a452d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"354e481b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment for Spinal Stenosis\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64e5489c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For mild to moderate cases of spinal stenosis, your doctor may recommend:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Over-the-counter pain relievers or anti-inflammatory medications<\\/li><li>Physical therapy<\\/li><li>Steroid injections<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d6520d3\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"256dded5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2ae8fe55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment with a Spinal Stenosis Surgeon\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10ef0ed7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For moderate to severe cases, your doctor may recommend surgical options such as laminectomy, foraminotomy, or spinal fusion. If you want to know more about the treatment, feel free to contact Dr. Hart Garner to schedule an appointment.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"858bc5f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(7471, 316, '_edit_lock', '1784558160:1'),
(7472, 316, '_wp_page_template', 'elementor_header_footer'),
(7473, 316, 'site-sidebar-layout', 'no-sidebar'),
(7475, 316, 'ast-site-content-layout', 'full-width-container'),
(7476, 316, 'site-content-style', 'default'),
(7477, 316, 'site-sidebar-style', 'default'),
(7478, 316, 'theme-transparent-header-meta', 'default'),
(7480, 316, '_yoast_wpseo_content_score', '60'),
(7481, 316, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(7483, 316, '_elementor_edit_mode', 'builder'),
(7484, 316, '_astra_content_layout_flag', 'disabled'),
(7486, 316, 'ast-title-bar-display', 'disabled'),
(7487, 316, 'ast-featured-img', 'disabled'),
(7488, 316, '_elementor_template_type', 'wp-page'),
(7489, 316, '_elementor_version', '4.1.5'),
(7490, 316, '_elementor_pro_version', '4.1.3'),
(7492, 316, '_elementor_global_class_usage_indexed_preview', '1'),
(7493, 316, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(7514, 316, '_elementor_data', '[{\"id\":\"1ec02da7\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"2844bd7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"68975b47\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sciatica\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1982ecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sciatica is a common condition that can be caused by many different issues. Sciatica is characterized by pain along the sciatic nerve, which runs from the lower back down through the glutes and thigh to the foot. The pain might also travel into one or both legs, depending on where the condition causing the sciatica is located.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"46cf51b0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1a5255e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"28448b75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5241cd8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are the Symptoms of Sciatica?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e7db07d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sciatica produces symptoms that radiate down one leg all the way to foot. The pain can be intense and usually increases when you\\u2019re standing or walking due to increased pressure on compressed nerve roots. Other symptoms often include:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Moderate to severe pain in lower back, buttock, or leg that is worse when sitting<\\/li><li>Numbness and tingling in the leg or foot<\\/li><li>Weakness of the leg or foot<\\/li><li>Feeling of pins and needles in the leg or foot<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5d200b7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"635fb3d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Sciatica-image-1536x1024-1.jpg\",\"id\":320,\"size\":\"\",\"alt\":\"Sciatica image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4e29a909\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7c8dc8c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"77e37b5c\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Herniated Disc\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Puts pressure on the nerve root<\\/p>\"},{\"tab_title\":\"Degenerative Disc Disease\",\"faq_answer\":\"<p>Causes discs to bulge and puts pressure on roots<\\/p>\",\"_id\":\"05faeb7\"},{\"tab_title\":\"Spinal Stenosis\",\"faq_answer\":\"<p>Occurs when the spinal canal narrows, which puts pressure on the spinal cord and nerves<\\/p>\",\"_id\":\"76ab80c\"},{\"tab_title\":\"Osteoarthritis\",\"faq_answer\":\"<p>Can cause the spine to narrow and compress nerves<\\/p>\",\"_id\":\"f332a32\"},{\"tab_title\":\"Spondylolisthesis\",\"faq_answer\":\"<p>Condition where one vertebra slips forward on the one below it, pinching the nerve root<\\/p>\",\"_id\":\"1dd53c3\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"dff96e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"f8d1c94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Common Causes of Sciatica\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68e4e3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many potential causes of sciatica, including:\",\"pp_display_conditions\":[{\"_id\":\"66abf01\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5cfc7029\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"295674c2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"bba1c90\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment for Spinal Stenosis\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6f81a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The goal of every treatment is to reduce the pressure on the sciatic nerve. This can be done in a number of ways, including:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Physical therapy and exercise<\\/li><li>Anti-inflammatory drugs<\\/li><li>Steroid injections<\\/li><li>Applying ice or hot packs<\\/li><li>Surgery will be the last resort if other methods fail to relieve the pain.<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4cbf0a32\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"5753181c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"33933e41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment with a Minnesota Sciatica Surgeon\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432371b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To fully understand what\\u2019s happening and what causes your pain, feel free to contact Dr. Hart Garner. Schedule an appointment today and learn how we can help you heal.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20715c5f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(7847, 322, '_edit_lock', '1784558350:1'),
(7848, 322, '_wp_page_template', 'elementor_header_footer'),
(7849, 322, 'site-sidebar-layout', 'no-sidebar'),
(7851, 322, 'ast-site-content-layout', 'full-width-container'),
(7852, 322, 'site-content-style', 'default'),
(7853, 322, 'site-sidebar-style', 'default'),
(7854, 322, 'theme-transparent-header-meta', 'default'),
(7856, 322, '_yoast_wpseo_content_score', '90'),
(7857, 322, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(7858, 322, '_elementor_edit_mode', 'builder'),
(7859, 322, '_astra_content_layout_flag', 'disabled'),
(7861, 322, 'ast-title-bar-display', 'disabled'),
(7862, 322, 'ast-featured-img', 'disabled'),
(7863, 322, '_elementor_template_type', 'wp-page'),
(7864, 322, '_elementor_version', '4.1.5'),
(7865, 322, '_elementor_pro_version', '4.1.3'),
(7867, 322, '_elementor_global_class_usage_indexed_preview', '1'),
(7868, 322, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7900, 322, '_elementor_data', '[{\"id\":\"5b0e5b94\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"17f49f07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"615a4033\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spondylolisthesis\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25f98d54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Spondylolisthesis is a condition that causes the vertebrae in your spine to slip forward over the one below it. It may be caused by an injury or accident, but it can also occur from wear and tear over time.<\\/p><p>This condition can affect anyone, but it\\u2019s more common in people who are older than 50 years old because the discs between the vertebrae start to break down over time. It\\u2019s also more likely to develop in people who have had previous spinal injuries, such as a broken back or neck.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"239a1699\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7b96281\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"1a044922\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"49502c23\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are the Common Symptoms of Spondylolisthesis?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bf6b74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most common symptom of spondylolisthesis is lower back pain that worsens over time and gets worse after physical activity. Other symptoms include:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Pain in the buttock area<\\/li><li>Pain in the lower back when bending forward or standing for long periods of time<\\/li><li>Pain in the upper legs when walking, especially upstairs or on hills<\\/li><li>Weakness on one side of your body or numbness\\/tingling in your leg<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7d9fd9c2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"32b8854a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spondylolisthesis-image-1536x572-1.jpg\",\"id\":324,\"size\":\"\",\"alt\":\"Spondylolisthesis of the spine graphic\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3c014219\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7e8148ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"77db8353\",\"elType\":\"widget\",\"settings\":{\"title\":\"Common Causes of Spondylolisthesis\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a11ff95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>While injuries are the most common cause of spondylolisthesis, there are other factors that can contribute to the condition. Some of these include:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Degenerative changes in the spine due to aging<\\/li><li>Having an unusually small spinal canal or a defect in your vertebrae<\\/li><li>Trauma to areas of your spine that are susceptible to injury<\\/li><li>Aging causes bone and cartilage to weaken, making it more difficult for bones to support the weight<\\/li><li>Congenital issues where a person is born with a defect in the spine that makes it more likely to develop spondylolisthesis<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"b8b0d6d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"58d934aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"a60de94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"57aa1ad1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"34161e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3fbf5d7e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Anti-Inflammatory Medication\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"\"},{\"tab_title\":\"Pain Medication\",\"faq_answer\":\"\",\"_id\":\"b763ffa\"},{\"tab_title\":\"Rest\",\"faq_answer\":\"\",\"_id\":\"c1c4077\"},{\"tab_title\":\"Wearing a Back Brace\",\"faq_answer\":\"\",\"_id\":\"36524ee\"},{\"tab_title\":\"Steroid Shots\",\"faq_answer\":\"\",\"_id\":\"ab0972b\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"7c9598ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"8a4c432\",\"elType\":\"widget\",\"settings\":{\"title\":\"Known Treatments for Spondylolisthesis\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bea235\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The goal of treatment for spondylolisthesis is to strengthen abdominal and back muscles through physical therapy and exercises. If no other treatment options relieve your pain, surgery may be recommended. IF you need surgery, you must work with an experienced surgeon as this is a complex surgery.<\\/p><p>Other treatments include:<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2b8bc5e8\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"1f3c2741\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66ee1970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment for Spondylolisthesis Treatment Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a613de1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You may contact us by phone to schedule an appointment, or you can use our appointment form on this website.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1bdfb889\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(8038, 326, '_edit_lock', '1784557914:1'),
(8039, 326, '_wp_page_template', 'elementor_header_footer'),
(8040, 326, 'site-sidebar-layout', 'no-sidebar'),
(8042, 326, 'ast-site-content-layout', 'full-width-container'),
(8043, 326, 'site-content-style', 'default'),
(8044, 326, 'site-sidebar-style', 'default'),
(8045, 326, 'theme-transparent-header-meta', 'default'),
(8047, 326, '_yoast_wpseo_content_score', '90'),
(8048, 326, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(8049, 326, '_elementor_edit_mode', 'builder'),
(8050, 326, '_astra_content_layout_flag', 'disabled'),
(8052, 326, 'ast-title-bar-display', 'disabled'),
(8053, 326, 'ast-featured-img', 'disabled'),
(8054, 326, '_elementor_template_type', 'wp-page'),
(8055, 326, '_elementor_version', '4.1.5'),
(8056, 326, '_elementor_pro_version', '4.1.3'),
(8058, 326, '_elementor_global_class_usage_indexed_preview', '1'),
(8059, 326, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(8080, 326, '_elementor_data', '[{\"id\":\"709ae517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"28e2d379\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"166167b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Radiculopathy\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5da0ef6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Radiculopathy is a condition that causes pain, numbness, tingling, and weakness in the arms and legs. This can happen when the spinal nerve roots are compressed or irritated. Radiculopathy is most common in people who are between 30 and 50 years old.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3d4b9171\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6ff7a5da\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"68232dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5c17da75\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are the Common Symptoms of Radiculopathy?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51e5ee22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Because of pain, numbness, tingling, and weakness in the arms and legs, people with radiculopathy often have difficulty doing everyday activities. The nerve roots send messages from the brain to the rest of your body, and any damage to them can affect how you move or feel. Some of the most common symptoms of radiculopathy include:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Tingling or weakness in the arms and legs<\\/li><li>Numbness in the arms and legs<\\/li><li>Decrease in ability to normal movement<\\/li><li>Loss of feeling<\\/li><li>Pain in the neck, shoulders, and back<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4b9ad4ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"52dcaece\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Radiculopathy-Image-1536x1032-1.jpg\",\"id\":328,\"size\":\"\",\"alt\":\"Radiculopathy image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9cdc842\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2b68af39\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"138f34c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Common Causes of Radiculopathy\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf8f06f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most common cause of radiculopathy is aging. As your body ages, the discs between your vertebrae begin to wear down. This can lead to the disks becoming thin and brittle, which makes them more likely to herniate. Other possible causes of radiculopathy include:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Arthritis<\\/li><li>Bone spurs<\\/li><li>Tumors on the spine<\\/li><li>Fractures<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaba79a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5c868bfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"18e46ee0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"1c5b7acd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"568e85eb\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"For Mild Radiculopathy\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Pain relievers and anti-inflammatory drugs may be all you need to ease the symptoms. You can also use ice or heat to help relieve the pain. Other medications such as over-the-counter NSAIDs or corticosteroids may be prescribed to help relieve the pain and inflammation. If your radiculopathy is severe, you may need physical therapy to help you regain strength and mobility.<\\/p>\"},{\"tab_title\":\"For Severe Cases of Radiculopathy\",\"faq_answer\":\"<p>Surgery may be needed to relieve the pressure on the nerve roots. The type of surgery will depend on the cause of the radiculopathy.<\\/p>\",\"_id\":\"216bec8\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"c9f4b93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1901567a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Known Treatments for Radiculopathy\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f403c05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The treatment for radiculopathy depends on the severity of the condition.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"320e97ee\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"4e03b26f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"156e739d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment for \\nRadiculopathy Treatment Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":781,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653296dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you want to find out more about the treatment for radiculopathy, contact Dr. Hart Garner and schedule an appointment.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"149760ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(8322, 332, '_edit_lock', '1784558201:1'),
(8323, 332, '_wp_page_template', 'elementor_header_footer'),
(8324, 332, 'site-sidebar-layout', 'no-sidebar'),
(8326, 332, 'ast-site-content-layout', 'full-width-container'),
(8327, 332, 'site-content-style', 'default'),
(8328, 332, 'site-sidebar-style', 'default'),
(8329, 332, 'theme-transparent-header-meta', 'default'),
(8331, 332, '_yoast_wpseo_content_score', '90'),
(8332, 332, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(8334, 332, '_elementor_edit_mode', 'builder'),
(8335, 332, '_astra_content_layout_flag', 'disabled'),
(8337, 332, 'ast-title-bar-display', 'disabled'),
(8338, 332, 'ast-featured-img', 'disabled'),
(8339, 332, '_elementor_template_type', 'wp-page'),
(8340, 332, '_elementor_version', '4.1.5'),
(8341, 332, '_elementor_pro_version', '4.1.3'),
(8343, 332, '_elementor_global_class_usage_indexed_preview', '1'),
(8344, 332, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(8356, 1790, '_wp_attached_file', '2026/07/Scoliosis-Image-1536x1536-1-1536x1536-1.webp'),
(8357, 1790, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"file\";s:52:\"2026/07/Scoliosis-Image-1536x1536-1-1536x1536-1.webp\";s:8:\"filesize\";i:107582;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8378, 332, '_elementor_data', '[{\"id\":\"3ff67877\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"4ad5633b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"1d15df0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scoliosis\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"407db9da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Scoliosis is one of the most common disorders in children, affecting about 3 to 5% of the population. It is characterized by a sideways curvature of the spine, which can be either mild or severe. Scoliosis can be congenital (present from birth) or occur later in life.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"480d3156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4886e2fd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2c5b6a2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"677b1a35\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are the Common Symptoms of Scoliosis?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c1c4b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The symptoms of scoliosis depend on the severity of your curve and where it\\u2019s located on your spine. Here are some of the common symptoms:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Uneven shoulders<\\/li><li>One shoulder blade that appears more prominent than the other<\\/li><li>One hip higher than the other<\\/li><li>Uneven waistline<\\/li><li>One side of the rib cage sticks out more than the other<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5043689e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3babdf77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/Scoliosis-Image-1536x1536-1-1536x1536-1.webp\",\"id\":1790,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f1e2c2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2e9aabb5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"16281f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Common Causes of Scoliosis\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d94f96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are no definitive causes of scoliosis, but there are several theories. Genetics is thought to play a role, as the condition often runs in families. It is also more common in girls than boys. Some other possible causes include:<\\/p><ul style=\\\"margin-left: 18px;\\\"><li>Neuromuscular conditions, such as cerebral palsy or muscular dystrophy<\\/li><li>Birth defects of the spine<\\/li><li>Injuries to the spine<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"3a1d1ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"767e3a3c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7698553e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"24bfdc1a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"cfa8a3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"54926cfc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Age\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>The condition is most common in children aged 10-15.<\\/p>\"},{\"tab_title\":\"Family History\",\"faq_answer\":\"If you have a family member with scoliosis, you\\u2019re more likely to develop it yourself.\",\"_id\":\"3e1c72e\"},{\"tab_title\":\"Gender\",\"faq_answer\":\"While scoliosis can appear in both sexes, it is more common in girls.\",\"_id\":\"03c7e01\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"6a588cf1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5f098cda\",\"elType\":\"widget\",\"settings\":{\"title\":\"Risk Factors for Scoliosis\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"316580fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are several risk factors that may increase your chances of developing scoliosis, such as:\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4734209\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"01c8161\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"73c31b2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Bracing\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>A brace can be worn to stop the curve from getting worse.<\\/p>\"},{\"tab_title\":\"Surgery\",\"faq_answer\":\"<p>In severe cases, surgery may be necessary to correct the curve. Spinal fusion is the most common type of surgery used to treat scoliosis.<\\/p>\",\"_id\":\"e21de26\"},{\"tab_title\":\"Spine and Rib Growing Rods\",\"faq_answer\":\"<p>These are implanted rods that are used to straighten the spine gradually.<\\/p>\",\"_id\":\"18e226a\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"6aa315d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"885a315\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment for Scoliosis\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bd0c3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Mild scoliosis usually doesn\\u2019t require treatment. In severe cases, however, surgery may be necessary to prevent the curve from progressing. Some of the common treatment options for scoliosis include:\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56723e32\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2e1f8507\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"5fd71e63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment for Scoliosis Treatment in Minnesota Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43e2e95d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you are concerned that you or your child may have scoliosis, get in touch with Dr. Hart Garner. Schedule an appointment today to learn more about your treatment options.\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71f79edd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(8566, 1463, '_elementor_page_settings', 'a:0:{}'),
(8618, 1463, '_elementor_screenshot_failed', '2026-07-20 05:52:56'),
(8639, 1464, '_elementor_screenshot_failed', '2026-07-20 05:53:15'),
(8672, 340, '_edit_lock', '1784557256:1'),
(8673, 340, '_wp_page_template', 'elementor_header_footer'),
(8674, 340, 'site-sidebar-layout', 'no-sidebar'),
(8676, 340, 'ast-site-content-layout', 'full-width-container'),
(8677, 340, 'site-content-style', 'default'),
(8678, 340, 'site-sidebar-style', 'default'),
(8679, 340, 'theme-transparent-header-meta', 'default'),
(8681, 340, '_yoast_wpseo_content_score', '90'),
(8682, 340, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(8683, 340, '_elementor_edit_mode', 'builder'),
(8684, 340, '_astra_content_layout_flag', 'disabled'),
(8686, 340, 'ast-title-bar-display', 'disabled'),
(8687, 340, 'ast-featured-img', 'disabled'),
(8688, 340, '_elementor_template_type', 'wp-page'),
(8689, 340, '_elementor_version', '4.1.5'),
(8690, 340, '_elementor_pro_version', '4.1.3'),
(8692, 340, '_elementor_global_class_usage_indexed_preview', '1'),
(8693, 340, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(8725, 340, '_elementor_data', '[{\"id\":\"1d1bd689\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"19b1dfcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"251d440\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spinal Arthritis\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c166056\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Hart Garner offers quality spinal arthritis treatment to help relieve pain and improve your well-being.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54de6ff9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7037dd53\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"66aa8ddb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"23a726ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is Arthritis?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39069921\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Arthritis is a disease that affects your joints, causing tenderness, swelling, and inflammation. These symptoms often get worse with age. Arthritis is most common in the knees, feet, lower back, hands, and hips.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4dc2b3f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"8933afb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Arthiritis-Image-1536x631-1.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"Arthritis concept images\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"260228c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"b533ba0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3e168b64\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Age\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Over time, your joints become worn down. This increases the risk of developing arthritis, especially osteoarthritis.<\\/p>\"},{\"tab_title\":\"Genetics\",\"faq_answer\":\"<p>Over time, your joints become worn down. This increases the risk of developing arthritis, especially osteoarthritis.<\\/p>\",\"_id\":\"93c961e\"},{\"tab_title\":\"Excess Weight\",\"faq_answer\":\"<p>When you\\u2019re overweight, your body tends to put a lot of stress on your weight-bearing joints. This can aggregate wear and tear and your risk of being arthritic.<\\/p>\",\"_id\":\"fe43678\"},{\"tab_title\":\"Injuries\",\"faq_answer\":\"<p>Injuries can cause joint damage that leads to the development of arthritis.<\\/p>\",\"_id\":\"c1cfba9\"},{\"tab_title\":\"Work\",\"faq_answer\":\"<p>Some jobs require heavy lifting or the use of repetitive movements. This can stress your joints which can lead to arthritis.<\\/p>\",\"_id\":\"a22abc0\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"1c843884\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"45a70abf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Causes of\\nArthritis\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"573d9d93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"46ed4223\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"496d8c88\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Minimally Invasive Surgery\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"Surgery can be done to fuse two or more bones permanently and immobilize your joint or to replace your joint. Our minimally invasive surgery involves shorter operating times and faster recovery with very few incisions.\"},{\"tab_title\":\"Physical Therapy\",\"faq_answer\":\"This can help improve the strength and range of motion of joints and even lessen arthritis pain.\",\"_id\":\"0035d29\"},{\"tab_title\":\"Why Choose Us?\",\"faq_answer\":\"Dr. Garner specializes in providing quality care for patients with arthritis. Our highly trained practitioners offer advanced treatment and support to control pain and other symptoms of arthritis. We also have the latest tools to determine the type of arthritis you have so that we can customize treatment.\",\"_id\":\"2e9cb96\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"6c18ba61\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1d94e3ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatments for\\nArthritis\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7970d528\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"7fa98985\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2f53a6df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Quality Arthritic Care with Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a7c71e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Are you suffering from arthritis? Our doctors can manage the symptoms of arthritis, preventing further joint deterioration so you can go back to enjoying your life. Schedule an appointment now.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6965ebc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(8816, 351, '_elementor_global_class_usage_indexed', '1'),
(8817, 351, '_edit_lock', '1784558269:1'),
(8818, 351, '_wp_page_template', 'elementor_header_footer'),
(8819, 351, 'site-sidebar-layout', 'no-sidebar'),
(8821, 351, 'ast-site-content-layout', 'full-width-container'),
(8822, 351, 'site-content-style', 'default'),
(8823, 351, 'site-sidebar-style', 'default'),
(8824, 351, 'theme-transparent-header-meta', 'default'),
(8826, 351, '_yoast_wpseo_content_score', '60'),
(8827, 351, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(8830, 351, '_elementor_edit_mode', 'builder'),
(8831, 351, '_astra_content_layout_flag', 'disabled'),
(8833, 351, 'ast-title-bar-display', 'disabled'),
(8834, 351, 'ast-featured-img', 'disabled'),
(8835, 351, '_elementor_template_type', 'wp-page'),
(8836, 351, '_elementor_version', '4.1.5'),
(8837, 351, '_elementor_pro_version', '4.1.3'),
(8839, 351, '_elementor_global_class_usage_indexed_preview', '1'),
(8840, 351, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(8872, 351, '_elementor_data', '[{\"id\":\"1b314870\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"ab76be5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"176d1d67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spinal Discectomy\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530c476b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A discectomy is a surgical procedure that removes part of the damaged disc in your spine. Spinal discs cushion the vertebrae in your spine, so when a disc becomes herniated or ruptures, it can press on the nerve root and cause pain to radiate down the corresponding leg.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2e5376bb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"aae3939\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"6bc8bc2c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"11dc8337\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment for Spinal Discectomy\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43d0fab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A spinal discectomy can be performed using different approaches depending on where the damaged disc is located.\",\"pp_display_conditions\":[{\"_id\":\"fa1dbc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6847c904\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedures\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p><strong>Endoscopic Discectomy<\\/strong><\\/p><p>The surgeon may use an endoscopic approach which involves inserting a small camera through an incision near the spine while they operate through another small incision on the backside of the same area. This technique allows surgeons to see more clearly what they are doing inside the body without having too large of an incision made on either side.<\\/p><p><strong>Traditional Discectomy<\\/strong><\\/p><p>Alternatively, some surgeons prefer using an open method which requires making one larger incision that is typically approximately one inch or larger in length.<\\/p><p>These procedures are conducted and recommended if physical therapy or other initial medication regimens have failed to provide relief from the patient\\u2019s symptoms.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"After the procedure, you will be moved to a recovery room and will be watched in case complications and\\/or issues arise. Depending on the severity of the herniated disc, you may be able to go home that day or have to stay overnight for observation.\",\"_id\":\"371e5b4\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"37bc1643\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4082aab0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"18dea52c\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"1e1faff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4ac85d6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment for Spinal Discectomy Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b63bbdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you are experiencing pain, numbness, and\\/or weakness in your arms or legs then it\\u2019s possible you have a herniated disc that needs to be treated. Contact Dr. Hart Garner today to schedule an appointment with one of our specialists.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b681c49\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(8926, 96, '_elementor_global_class_usage_indexed', '1'),
(8927, 96, '_edit_lock', '1784558232:1'),
(8928, 96, '_wp_page_template', 'elementor_header_footer'),
(8929, 96, 'site-sidebar-layout', 'no-sidebar'),
(8931, 96, 'ast-site-content-layout', 'full-width-container'),
(8932, 96, 'site-content-style', 'default'),
(8933, 96, 'site-sidebar-style', 'default'),
(8934, 96, 'theme-transparent-header-meta', 'default'),
(8936, 96, '_yoast_wpseo_content_score', '90'),
(8937, 96, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(8938, 96, '_elementor_edit_mode', 'builder'),
(8939, 96, '_astra_content_layout_flag', 'disabled'),
(8941, 96, 'ast-title-bar-display', 'disabled'),
(8942, 96, 'ast-featured-img', 'disabled'),
(8943, 96, '_elementor_template_type', 'wp-page'),
(8944, 96, '_elementor_version', '4.1.5'),
(8945, 96, '_elementor_pro_version', '4.1.3'),
(8947, 96, '_elementor_global_class_usage_indexed_preview', '1'),
(8948, 96, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8980, 96, '_elementor_data', '[{\"id\":\"5afb4de\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"5990e9c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"3287eee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minnesota Spinal Cord Stimulator Therapy for Chronic Pain\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"_element_custom_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14a87b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Hart Garner offers spinal cord stimulator systems to reduce chronic pain and help you get back to living your life. Learn more about these implants, how they are placed, and what you can expect after you get an implant.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"41dff5f5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"364cba02\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"56cf3d50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"30fa7dc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Spinal Cord Stimulator (SCS)?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15fcd3d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When non-surgical treatments have failed to relieve chronic pain, spinal cord stimulation may help.<\\/p><p>SCS systems have a tiny pulse generator, known as a stimulator, and thin wires called leads, that are implanted into your body. To mask pain signals passing to the brain, the stimulators deliver a mild electric current to specific nerves on the spinal cord.<\\/p><p>Turn stimulation on and off, increase and decrease stimulation levels, and target specific pain areas with a remote control. Pain reduction of 50% or more indicates the therapy was effective.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6decf690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"73d4995d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/back.png\",\"id\":60,\"size\":\"\",\"alt\":\"Spinal neurosurgery concept images\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77cf9989\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"36f19443\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2e961304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs a Spinal Cord Stimulator?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45030da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Many people may benefit from SCS therapy, including patients with failed back surgeries, complex regional pain syndrome, cervical and lumbar radiculitis, and neuropathy.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"bfd7d79\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"673dd470\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>During SCS surgery, the surgeon will insert a tiny, flat wire behind the spinal cord through a small back incision. They will tunnel wire under the skin and connect it to a small battery-powered generator. The generator is then positioned under the skin with a small incision near the waist.<\\/p><p>The surgeon will test the device to ensure it is working correctly before the surgery is complete.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>You should limit certain activities while you heal after your procedure. Do not lift objects weighing more than five pounds, engage in rigorous physical activity, or pull or jiggle the leads during the first two weeks. Following your doctor\\u2019s instructions is the best way to return to your normal activities as soon as possible.<\\/p><p>The pain from surgery typically subsides within two weeks. Call your doctor right away if you\\u2019re still hurting after two weeks, or if you notice any redness or swelling near the treatment site.<\\/p>\",\"_id\":\"786a925\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"605a8745\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"bb13d83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d7bd1f3\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"40469dbe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"2fdb1a48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment for Spinal Cord Stimulator Treatment Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71c9d8a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you\\u2019re suffering from chronic pain, a spinal cord stimulator (SCS) may be the perfect solution for you. Find out if you are eligible for treatment by scheduling an appointment with one of our skilled surgeons today.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d97cc7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9034, 356, '_elementor_global_class_usage_indexed', '1'),
(9035, 356, '_edit_lock', '1784557852:1'),
(9036, 356, '_wp_page_template', 'elementor_header_footer'),
(9037, 356, 'site-sidebar-layout', 'no-sidebar'),
(9039, 356, 'ast-site-content-layout', 'full-width-container'),
(9040, 356, 'site-content-style', 'default'),
(9041, 356, 'site-sidebar-style', 'default'),
(9042, 356, 'theme-transparent-header-meta', 'default'),
(9044, 356, '_yoast_wpseo_content_score', '60'),
(9045, 356, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(9046, 356, '_elementor_edit_mode', 'builder'),
(9047, 356, '_astra_content_layout_flag', 'disabled'),
(9049, 356, 'ast-title-bar-display', 'disabled'),
(9050, 356, 'ast-featured-img', 'disabled'),
(9051, 356, '_elementor_template_type', 'wp-page'),
(9052, 356, '_elementor_version', '4.1.5'),
(9053, 356, '_elementor_pro_version', '4.1.0'),
(9055, 356, '_elementor_global_class_usage_indexed_preview', '1'),
(9056, 356, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(9088, 356, '_elementor_data', '[{\"id\":\"3790cc71\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"21fb61a6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"ad52287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posterior Fusion Spine Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32c27b8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Posterior spinal fusion may be the solution to your back pain problems. Schedule an appointment with Dr. Hart Garner today.\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2d8fc35c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"106eae1d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"4162459a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"ebecda3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Posterior Fusion?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5dbb2863\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The term posterior lumbar fusion (PLF) refers to the surgical process of fusing two or more lumbar bones along the sides of the spine.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6c7b2d2f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3a4ac133\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/posterior-fusion-image-1536x986-1.jpg\",\"id\":358,\"size\":\"\",\"alt\":\"Posterior spinal fusion xray\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54d82a90\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4a71ce94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4b0b53a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs Posterior Fusion Surgery?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"011306c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you have one of these conditions your doctor may suggest spinal fusion:\",\"pp_display_conditions\":[{\"_id\":\"806e3f9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"79dca237\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Spinal Weakness\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>If you have abnormal or excessive motion between two vertebrae, your spine may become unstable. Arthritis of the spine is often responsible for this. Spinal fusion can help restore stability for these patients.<\\/p>\"},{\"tab_title\":\"Spinal Deformities\",\"faq_answer\":\"<p>The fusion of the spine can help correct spinal deformities, like scoliosis (sideways curvature of the spine).<\\/p>\",\"_id\":\"43f5617\"},{\"tab_title\":\"Herniated Discs\",\"faq_answer\":\"<p>After the removal of a damaged (herniated) disc, spinal fusion may be used to stabilize the spine.<\\/p>\",\"_id\":\"04f8ad3\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"cee8b59\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"b1dc3d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"439535e3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"780016a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3f351c8d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"First, the surgeon makes an incision in one of three places to reach the vertebrae being fused: directly over the spine, directly on either side, or in your abdomen or throat so that the surgeon can reach the spine from the front.\\n\\nYou may need bone grafts from a bone bank or from your own body (usually from your pelvis) to fuse two vertebrae. To use your own bone, the surgeon makes an incision over your pelvis, removes a small section of it, and then closes the incision.\\n\\nThe bone graft material is then placed between the vertebrae to fuse them permanently. The surgeon may insert metal plates, screws, or rods during the healing process to hold the vertebrae together.\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>After spinal fusion, a two-to-three-day hospital stay is typical.<\\/p><p>In most cases, pain and discomfort can be controlled well with medications, depending on the location and extent of your surgery.<\\/p><p>The affected bones in your spine may take several months to heal and fuse.<\\/p><p>In some cases, your doctor may prescribe a brace to keep your spine aligned.<\\/p><p>A physical therapist can teach you how to stand, walk, and sit in a way that ensures your spine is correctly aligned.<\\/p>\",\"_id\":\"eb8e5eb\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"5a843a60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"26cc8096\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment for\\nPosterior Fusion\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"75aa41fa\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"73978c3e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"3f32df1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment for Posterior Fusion Spinal Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4157fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet with Dr. Hart Garner for more information regarding posterior fusion spinal surgery.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1afd9623\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9138, 356, '_elementor_page_settings', 'a:0:{}'),
(9142, 378, '_elementor_global_class_usage_indexed', '1'),
(9143, 378, '_edit_lock', '1784556141:1'),
(9144, 378, '_wp_page_template', 'elementor_header_footer'),
(9145, 378, 'site-sidebar-layout', 'no-sidebar'),
(9147, 378, 'ast-site-content-layout', 'full-width-container'),
(9148, 378, 'site-content-style', 'default'),
(9149, 378, 'site-sidebar-style', 'default'),
(9150, 378, 'theme-transparent-header-meta', 'default'),
(9152, 378, '_yoast_wpseo_content_score', '90'),
(9153, 378, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(9154, 378, '_elementor_edit_mode', 'builder'),
(9155, 378, '_astra_content_layout_flag', 'disabled'),
(9157, 378, 'ast-title-bar-display', 'disabled'),
(9158, 378, 'ast-featured-img', 'disabled'),
(9159, 378, '_elementor_template_type', 'wp-page'),
(9160, 378, '_elementor_version', '4.1.5'),
(9161, 378, '_elementor_pro_version', '4.1.0'),
(9163, 378, '_elementor_global_class_usage_indexed_preview', '1'),
(9164, 378, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9196, 378, '_elementor_data', '[{\"id\":\"3b355ec0\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"1334e027\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"7254e5b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anterior Fusion Spinal Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5449b27a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you suffer from back pain, anterior fusion spinal surgery may help. Contact Dr. Hart Garner today to see if you are a good candidate.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1332e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"80715b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2df536e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6119a655\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is Anterior Fusion?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15752cfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The anterior lumbar interbody fusion procedure treats disc problems in the low back. A bone fusion helps reduce or eliminate pain and correct alignment by fusing two or more spinal bones together.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21163d81\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7c111b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/posterior-fusion-image-1536x986-1.jpg\",\"id\":358,\"size\":\"\",\"alt\":\"Posterior spinal fusion xray\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"114fc351\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2cced7c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1bff223e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs Anterior Fusion Surgery?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe43927\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Spinal fusion surgery can correct damaged discs and realign bones causing back pain or leg pain, commonly caused by lumbar degenerative disc disease, spondylolisthesis, and scoliosis or flat back syndrome. It may also be helpful in cases where physical therapy and medication have not improved symptoms.\",\"pp_display_conditions\":[{\"_id\":\"b4344c2\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36011b72\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Vehicle Collision\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"An anterior fusion requires an incision on the belly. A spine surgeon and a vascular surgeon work together.\\n\\nDuring the procedure, the vascular surgeon moves aside the vessels heading to the legs and creates a path to the spine. The spine surgeon removes the damaged disc and fills the gap between the bones with a spacer bone graft. In addition to restoring height between the bones, the spacer corrects spinal curvature and relieves pinched nerves.\\n\\nThe graft serves as a bridge between the bones and promotes fusion. Some grafts may need reinforcement with metal plates and screws.\\n\\nDuring the healing process, new bone grows around the graft. Approximately three to six months after grafting, the vertebrae should fuse into one solid bone.\\n\\nYou may need a one-level or multi-level fusion, depending on your symptoms. When a two-level fusion is performed, it joins three bones, whereas a one-level fusion joins two bones. Fusion will reduce your spine\\u2019s flexibility to some extent, but most patients won\\u2019t notice a difference.\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>Most people stay in the hospital for 1 to 3 days after ALIF. Depending on how well your pain is controlled and how well you are able to stand and move about, the length of your stay will vary.<\\/p><p>In most cases, patients will be able to stand and walk on the first day after surgery. For your comfort and to protect your surgical fusion, your surgeon may provide you with a back brace.<\\/p><p>During the first several weeks following surgery, you will perform basic exercises, such as walking. You should avoid bending your back, twisting, or lifting anything heavy during this time.<\\/p>\",\"_id\":\"99a1249\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"49b88f6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"16281276\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1bab400e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"666cfc01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3e61cd41\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Anticonvulsants\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"Control seizures\"},{\"tab_title\":\"Diuretics\",\"faq_answer\":\"Prevent or manage problems with fluid buildup in the brain\",\"_id\":\"f02dbe0\"},{\"tab_title\":\"Anticoagulants\",\"faq_answer\":\"Prevent blood clots and improve blood flow\",\"_id\":\"33724ce\"},{\"tab_title\":\"Muscle relaxers\",\"faq_answer\":\"Control pain\",\"_id\":\"923c4a5\"},{\"tab_title\":\"Pain relievers\",\"faq_answer\":\"Control pain\",\"_id\":\"2aaefce\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"b9a7c4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"24c69c03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Known Treatments for Brain Trauma\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20a374ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Depending on the severity of the brain trauma, there are a number of different treatment options available. For milder forms of brain trauma, such as concussions, treatment typically involves rest and relaxation until symptoms subside.<\\/p><p>For emergencies of more severe forms of brain trauma like bleeding in the brain, surgery may be required to remove the blood and relieve pressure on the brain. Repairing skull fractures may also be necessary. Some treat symptoms of brain trauma to lower the risk of long-term problems by giving prescribed medications.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26e73d9e\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"33de7f3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"3e6ed504\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact a Minnesota Anterior Spinal Fusion Surgeon\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a0dbbfd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Find out more about anterior fusion spinal surgery in Minnesota and schedule your appointment with Dr. Hart Garner today.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2704a42b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9209, 378, '_elementor_page_settings', 'a:0:{}'),
(9254, 361, '_elementor_global_class_usage_indexed', '1'),
(9255, 361, '_edit_lock', '1784557707:1'),
(9256, 361, 'site-sidebar-layout', 'no-sidebar'),
(9258, 361, 'ast-site-content-layout', 'full-width-container'),
(9259, 361, 'site-content-style', 'default'),
(9260, 361, 'site-sidebar-style', 'default'),
(9261, 361, 'theme-transparent-header-meta', 'default'),
(9263, 361, '_yoast_wpseo_content_score', '90'),
(9264, 361, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(9273, 361, '_elementor_edit_mode', 'builder'),
(9274, 361, '_astra_content_layout_flag', 'disabled'),
(9276, 361, 'ast-title-bar-display', 'disabled'),
(9277, 361, 'ast-featured-img', 'disabled'),
(9278, 361, '_elementor_template_type', 'wp-page'),
(9279, 361, '_elementor_version', '4.1.5'),
(9280, 361, '_elementor_pro_version', '4.0.2'),
(9282, 361, '_elementor_global_class_usage_indexed_preview', '1'),
(9283, 361, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(9304, 361, '_elementor_data', '[{\"id\":\"d57d324\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"4df5ff35\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"4adb478d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extreme Lateral Interbody Fusion (XLIF)\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7225de9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Gain stability and relieve pain with a lateral spinal fusion or XLIF procedure. Contact a Minnesota spine surgeon to learn more.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11317\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7a4fa4bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"66129deb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"75fc634e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Lateral Fusion or XLIF?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1737a1d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A Lateral Fusion (XLIF) is a minimally invasive procedure done on the spine to improve the spine\\u2019s stability, lessen pain, or correct any spinal deformity.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8368172\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5b0a0b20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Lateral-fusion-image-1536x1047-1.jpg\",\"id\":364,\"size\":\"\",\"alt\":\"Lateral spinal fusion image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"71ac975\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"3727035e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"58e4f43a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nWhy is Lateral Fusion or XLIF Needed?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b99eb5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lateral spine fusion may be recommended if you don\\u2019t respond to other treatments like medication and physical therapy. The procedure addresses painful and debilitating spine conditions including degenerative disc disease, spondylolisthesis, spinal stenosis, and scoliosis.\",\"pp_display_conditions\":[{\"_id\":\"f2ef792\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4bb461e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p><strong>Step 1: Anesthesia<\\/strong><br \\/>The doctor will administer general anesthesia to ensure comfort.<\\/p><p><strong>Step 2: Incisions<\\/strong><br \\/>During the procedure, the surgeon will place you on your side and make an incision. The surgeon gently makes a path between the abdominal and back muscles to gain access to the retroperitoneal space. Using a monitoring probe, they will identify the position of nerves alongside the spine. It also helps create a path through the psoas muscle to the damaged disc.<\\/p><p><strong>Step 3: Disc Removal<\\/strong><br \\/>After that, a series of small dilators are used to separate the muscles and create a tunnel to the spine. The surgeon then removes the damaged disc through the tube retractor.<\\/p><p><strong>Step 4: Insert Bone Graft\\/Fusion Device<\\/strong><br \\/>Once the disc is removed, they\\u2019ll place a bone graft or a fusion device into the empty disc space.<\\/p><p><strong>Step 5: Close the Incision<\\/strong><br \\/>The surgeon removes the tubes and instruments. Once it\\u2019s done, they\\u2019ll close the incisions.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"The recovery from an XLIF procedure varies from patient to patient. But most patients can go back home within 24 hours after surgery. You may experience pain and tingling at the incision sites. Follow the surgeon\\u2019s aftercare instructions until your follow-up appointment. Generally, you can get back to daily activities after 6 to 12 weeks.\",\"_id\":\"4458da1\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"6dfa2f96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2b5eda75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\",\"id\":101,\"size\":\"\",\"alt\":\"Spinal cord stimulator concept image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1272dd0b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"8d22625\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"408157ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consult a Minnesota Lateral Fusion Specialist\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fc1e35a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suffering from spine issues? Dr. Hart Garner will review your condition thoroughly to determine if you are a suitable candidate for lateral fusion or XLIF. Reach out today to set up an appointment.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"46c6b206\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9474, 361, '_elementor_page_settings', 'a:0:{}'),
(9475, 361, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(9479, 366, '_elementor_global_class_usage_indexed', '1'),
(9480, 366, '_edit_lock', '1784558685:1'),
(9481, 366, '_wp_page_template', 'elementor_header_footer'),
(9482, 366, 'site-sidebar-layout', 'no-sidebar'),
(9484, 366, 'ast-site-content-layout', 'full-width-container'),
(9485, 366, 'site-content-style', 'default'),
(9486, 366, 'site-sidebar-style', 'default'),
(9487, 366, 'theme-transparent-header-meta', 'default'),
(9489, 366, '_yoast_wpseo_content_score', '90'),
(9490, 366, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(9491, 366, '_elementor_edit_mode', 'builder'),
(9492, 366, '_astra_content_layout_flag', 'disabled'),
(9494, 366, 'ast-title-bar-display', 'disabled'),
(9495, 366, 'ast-featured-img', 'disabled'),
(9496, 366, '_elementor_template_type', 'wp-page'),
(9497, 366, '_elementor_version', '4.1.5'),
(9498, 366, '_elementor_pro_version', '4.0.2'),
(9500, 366, '_elementor_global_class_usage_indexed_preview', '1'),
(9501, 366, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(9533, 366, '_elementor_data', '[{\"id\":\"599bf2e1\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"3ff8630c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"50e1497f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transforaminal Lumbar Interbody Fusion (TLIF) Back Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5227f765\",\"elType\":\"widget\",\"settings\":{\"editor\":\"TLIF is a surgical technique used to stabilize the spine and the disc between the vertebrae. Its purpose is to reduce pain and irritation of the nerves.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7c2ab769\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26220781\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"455d9ec3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7acf093b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs Transforaminal Lumbar Interbody Fusion Back Surgery?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29fdb8f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Doctors often recommend TLIF for patients with lower back pain. TLIF may treat spinal stenosis, spondylolisthesis, lumbar canal stenosis, or nerve compression. In addition, degenerative disc disease patients who suffer from leg or back pain may benefit from this treatment.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"50cb3d4e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"A surgeon performs a TLIF procedure through the back (posterior) part of the spine.\\n\\nThe surgeon will apply a piece of surgical hardware to the spine to encourage fusion. They will insert an interbody fusion spacer into the disc space from one side of the spine. Then they will attach pedicle screws and rods to the back of the vertebra.\\n\\nIn this procedure, the doctor will place a bone graft into the interbody space and alongside the vertebra. Most often, the doctor will take the bone graft from the patient\\u2019s pelvis, but sometimes they use substitutes.\\n\\nAfter your bone graft heals, your vertebrae fuse and form one long bone.\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>TLIF patients are usually discharged the same day as their surgical procedure, but they may stay in the hospital longer in some cases. It is common to observe an immediate improvement of some or all of a patient\\u2019s symptoms; however, sometimes the improvement is gradual.<\\/p><p>The surgeon may provide specific post-operative instructions to ensure a quicker recovery. In general, patients return to their regular activities after surgery within a few weeks.<\\/p>\",\"_id\":\"86c931f\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"318e65a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"294b860c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/TLIF-image-1536x811-1.jpg\",\"id\":368,\"size\":\"\",\"alt\":\"TLIF xray\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"47c57e07\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"119529bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"5828cac0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Back Surgery in Minnesota? Contact Us Today!\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6468b59c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Hart Garner offers Transforaminal Lumbar Interbody Fusion (TLIF) back surgery. Schedule an appointment to learn more.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51c3696a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9588, 366, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9589, 366, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:4;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:1;s:21:\"flex_direction_tablet\";i:1;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:7;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:5;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(9593, 370, '_elementor_global_class_usage_indexed', '1'),
(9594, 370, '_edit_lock', '1784558071:1'),
(9595, 370, '_wp_page_template', 'elementor_header_footer'),
(9596, 370, 'site-sidebar-layout', 'no-sidebar'),
(9598, 370, 'ast-site-content-layout', 'full-width-container'),
(9599, 370, 'site-content-style', 'default'),
(9600, 370, 'site-sidebar-style', 'default'),
(9601, 370, 'theme-transparent-header-meta', 'default'),
(9603, 370, '_yoast_wpseo_content_score', '90'),
(9604, 370, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(9606, 370, '_elementor_edit_mode', 'builder'),
(9607, 370, '_astra_content_layout_flag', 'disabled'),
(9609, 370, 'ast-title-bar-display', 'disabled'),
(9610, 370, 'ast-featured-img', 'disabled'),
(9611, 370, '_elementor_template_type', 'wp-page'),
(9612, 370, '_elementor_version', '4.1.5'),
(9613, 370, '_elementor_pro_version', '4.0.2'),
(9615, 370, '_elementor_global_class_usage_indexed_preview', '1'),
(9616, 370, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(9653, 370, '_elementor_data', '[{\"id\":\"6c2a11db\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"19ad357\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"5aee4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Robotic Spine Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669b33ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get safe, advanced, and state-of-the-art robotic spine surgery to improve the quality of your life.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ed315fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e072465\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2c315a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"d8d7627\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is Robotic Spine Surgery?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8fba37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Robotic spine surgery is the use of robotic technology to help with guidance during spinal surgery. This emerging spinal advancement helps improve the precision of surgery, reducing the risks of error.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b4683e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"68572678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Robotic-spine-surgery-image-1536x984-1.jpg\",\"id\":373,\"size\":\"\",\"alt\":\"Robotic spine surgery 3d model\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3ca20eaa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"6bafc410\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7a12cc95\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p><strong>Step 1: Preparation<\\/strong><br \\/>To get started, the surgeon maps out exactly how they want the surgery to be performed as the robotic technology saves the information.<\\/p><p><strong>Step 2: Spinal Surgery<\\/strong><br \\/>Once surgery starts, the robot helps recreate the same surgical approach planned. With precise navigation and mapping, it helps the surgeon visualize the patient\\u2019s anatomy in real-time. It also assists the surgeon to perform the surgery with precision.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>Since robotic spine surgery is minimally invasive, you\\u2019ll likely resume most normal activities sooner. What\\u2019s more, it results in less pain. After the surgery, give yourself time to rest and avoid strenuous activities. Also, take the medications your doctor recommends. You should also take care of your incision sites to reduce the risks of infection.<\\/p>\",\"_id\":\"f3c1a19\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"1cd271cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4926d7e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"When is Robotic Spine Surgery Needed?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f9fd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Traditionally, surgeons use freehand to perform surgery on the spine. During surgery, they must maintain steady hands to operate. But spine surgery can be long and strenuous, making surgeons susceptible to physical and mental fatigue.<\\/p><p>This is where robotic spine surgery comes in. Robotic technology can perform repetitive tasks with limitless endurance, reducing the chances of fatigue-related errors. They can help improve accuracy during spine surgical procedures.<\\/p><p>They allow surgeons to make precise movements while operating your spine. It can help treat a wide array of spine problems, including degenerative spine, spinal fractures, spine fusion, and other types of spine deformity.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"af42366\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"57309dd0\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"4ab19fe5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"3049eadd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Safe and Innovative Robotic Spine Surgery\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3960c2c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We offer advanced robotic spine surgery in Minnesota to ensure great accuracy and speedy recovery times. Get in touch today.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61ddbd2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9742, 370, '_elementor_page_settings', 'a:0:{}'),
(9743, 370, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(9747, 389, '_elementor_global_class_usage_indexed', '1'),
(9748, 389, '_edit_lock', '1784556942:1'),
(9749, 389, '_wp_page_template', 'elementor_header_footer'),
(9750, 389, 'site-sidebar-layout', 'no-sidebar'),
(9752, 389, 'ast-site-content-layout', 'full-width-container'),
(9753, 389, 'site-content-style', 'default'),
(9754, 389, 'site-sidebar-style', 'default'),
(9755, 389, 'theme-transparent-header-meta', 'default'),
(9757, 389, '_yoast_wpseo_content_score', '60'),
(9758, 389, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(9759, 389, '_elementor_edit_mode', 'builder'),
(9760, 389, '_astra_content_layout_flag', 'disabled'),
(9762, 389, 'ast-title-bar-display', 'disabled'),
(9763, 389, 'ast-featured-img', 'disabled'),
(9764, 389, '_elementor_template_type', 'wp-page'),
(9765, 389, '_elementor_version', '4.1.5'),
(9766, 389, '_elementor_pro_version', '4.0.2'),
(9768, 389, '_elementor_global_class_usage_indexed_preview', '1'),
(9769, 389, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(9790, 389, '_elementor_data', '[{\"id\":\"2dfc14fe\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"33940da3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"2838e017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spine Decompression Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"696e308\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Relieve symptoms from pressure on your spinal cord with spine decompression surgery.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ca87cb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2c4ae4ee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"6da78e0c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"f260ffb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is Spine Decompression Surgery?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d3b8d60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Spine decompression surgery is a procedure performed to relieve pain caused by compressed nerves in the lower spine.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8c176\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"a3dd015\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-decompression-image-1536x894-1.jpg\",\"id\":392,\"size\":\"\",\"alt\":\"Lumbar spine fusion xrays\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"19b8cbda\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"531badc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"248f91d8\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Vehicle Collision\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Vehicles are one of the most common causes of brain trauma in children, who often suffer from injuries caused by car accidents.<\\/p>\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"6da4518f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"33d7c8b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"When is Robotic Spine Surgery Needed?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42bf0aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Spine decompression surgery can help treat conditions like:\",\"pp_display_conditions\":[{\"_id\":\"42fe9af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c554a5a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"766c5b06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"f23928f\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Step 1: Prepare the Patient\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"You will lie on your back on the operative table and the doctor will administer anesthesia so that you don\\u2019t feel pain during the surgery.\"},{\"tab_title\":\"Step 2: Incision\",\"faq_answer\":\"Once you\\u2019re under anesthesia, the surgeon will make the appropriate incision.\",\"_id\":\"84e39d4\"},{\"tab_title\":\"Step 3: Removal of Affected Tissues\\/Nerves\",\"faq_answer\":\"They will remove the affected tissues or nerves to take pressure off the spinal cord or nerves.\",\"_id\":\"aff7510\"},{\"tab_title\":\"Step 4: Closure\",\"faq_answer\":\"Once adequate decompression has been acheived, the surgeon will put back the muscles and close the incisions.\",\"_id\":\"6c97ec5\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"Depending on the complexity of the surgery, you can leave the hospital about 1 to 4 days after having surgery. You\\u2019ll be discharged with pain medication. Avoid any strenuous activities for about 6 weeks.\",\"_id\":\"1fb075a\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"39702220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"11c15974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spine Decompression Surgery Procedure\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"792f4557\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"1fbeebde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5feaa7b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take a Step Back to Wellness with Spine Decompression Surgery\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":871,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d75605f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are spinal problems holding you back? Dr. Hart Garner has you covered. Our team can help you live an active, pain-free life. Contact us today to learn more about this procedure.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19a69c37\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9917, 389, '_elementor_page_settings', 'a:0:{}'),
(9918, 389, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:13:\"content_width\";i:8;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;s:16:\"flex_align_items\";i:1;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:2;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:2;s:25:\"select_toggle_icon_active\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:2;s:23:\"faq_items_border_border\";i:2;s:23:\"faq_items_border_radius\";i:2;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:2;s:16:\"question_padding\";i:2;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(9922, 394, '_elementor_global_class_usage_indexed', '1'),
(9923, 394, '_edit_lock', '1784558752:1'),
(9924, 394, '_wp_page_template', 'elementor_header_footer'),
(9925, 394, 'site-sidebar-layout', 'no-sidebar'),
(9927, 394, 'ast-site-content-layout', 'full-width-container'),
(9928, 394, 'site-content-style', 'default'),
(9929, 394, 'site-sidebar-style', 'default'),
(9930, 394, 'theme-transparent-header-meta', 'default'),
(9932, 394, '_yoast_wpseo_content_score', '90'),
(9933, 394, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(9935, 394, '_elementor_edit_mode', 'builder'),
(9936, 394, '_astra_content_layout_flag', 'disabled'),
(9938, 394, 'ast-title-bar-display', 'disabled'),
(9939, 394, 'ast-featured-img', 'disabled'),
(9940, 394, '_elementor_template_type', 'wp-page'),
(9941, 394, '_elementor_version', '4.1.5'),
(9942, 394, '_elementor_pro_version', '4.0.2'),
(9944, 394, '_elementor_global_class_usage_indexed_preview', '1'),
(9945, 394, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9966, 394, '_elementor_data', '[{\"id\":\"2096a3ec\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"73181246\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"49be0508\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spine Tumor Removal and Reconstruction\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed2bd89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dr. Hart Garner provides comprehensive and compassionate spine tumor removal and reconstruction services.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ca25de5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5430e61f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"7b4e5b1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3d04b8d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is Spine Tumor Removal and Reconstruction?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71c3182f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It\\u2019s rare for a tumor to grow on the spinal cord, but when it does happen, they\\u2019re usually benign. They don\\u2019t typically spread to the spinal column.<br \\/><br \\/>There are many different types of spine tumor removal. Some procedures remove the tumor, while others seek to support the spine.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"175e2071\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4b8ff194\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/spinal-tumor-removal-and-reconstruction-image-1536x803-1.jpg\",\"id\":396,\"size\":\"\",\"alt\":\"Xray showing spine surgery hardware\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5583d3db\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7a8a62b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"67a5e5ee\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"The Process\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p><strong>Step One: Make an Appointment<\\/strong><br \\/>Reach out to our office to schedule a consultation with Dr. Garner.<\\/p><p><strong>Step Two: Have Your Procedure<\\/strong><br \\/>During your surgery, an incision will get made over your tumor. Your soft tissues will get dissected to expose your spine. The spinal cord will get opened up, and the tumor will get removed.<\\/p><p><strong>Step Three: Experience Relief<\\/strong><br \\/>Dr. Garner will help you get on the road to recovery.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"You can expect to be in the hospital for a few days after your surgery. Your surgeon might recommend that you work with a rehabilitation specialist or physical therapist, depending upon how extensive your neurological damage is.\",\"_id\":\"283dec6\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"62b8e3d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2df768af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nWhy Would I Need This Procedure?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb14f6c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"While uncommon, a spine tumor can put pressure on your spine. It can also cause numerous neurological issues. The recommended treatment plan includes the removal of the tumor and reconstruction of the tissues.\",\"pp_display_conditions\":[{\"_id\":\"62560fe\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"20c8e15b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"33c24e56\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"5749f8fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Treatment for Your Spinal Tumor\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53c54141\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you have a spine tumor, whether it\\u2019s malignant or benign, it can cause a variety of problems for you. Spine tumor removal and reconstruction is the most effective method for remedying the issue.<br \\/><br \\/>Dr. Hart Garner is one of the leading spinal surgeons in the area. Contact us today to schedule an appointment.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"64ce2d80\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10031, 394, '_elementor_page_settings', 'a:0:{}'),
(10032, 394, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(10034, 402, '_elementor_global_class_usage_indexed', '1'),
(10035, 402, '_edit_lock', '1784557249:1'),
(10036, 402, '_wp_page_template', 'elementor_header_footer'),
(10037, 402, 'site-sidebar-layout', 'no-sidebar'),
(10039, 402, 'ast-site-content-layout', 'full-width-container'),
(10040, 402, 'site-content-style', 'default'),
(10041, 402, 'site-sidebar-style', 'default'),
(10042, 402, 'theme-transparent-header-meta', 'default'),
(10044, 402, '_yoast_wpseo_content_score', '90'),
(10045, 402, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(10046, 402, '_elementor_edit_mode', 'builder'),
(10047, 402, '_astra_content_layout_flag', 'disabled'),
(10049, 402, 'ast-title-bar-display', 'disabled'),
(10050, 402, 'ast-featured-img', 'disabled'),
(10051, 402, '_elementor_template_type', 'wp-page'),
(10052, 402, '_elementor_version', '4.1.5'),
(10053, 402, '_elementor_pro_version', '4.0.2'),
(10055, 402, '_elementor_global_class_usage_indexed_preview', '1'),
(10056, 402, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(10077, 402, '_elementor_data', '[{\"id\":\"228265cf\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"6f524c67\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"2f94747\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spinal Fracture \\/ Trauma Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44c364cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Restore your mobility, health, and wellness with spinal fracture \\/ trauma surgery.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1cefcdaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9f38903\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"1d0c7f8a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3a474645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why You Need Spinal Fracture \\/ Trauma Surgery?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"289d0b40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A spinal fracture can occur anywhere along the spine. It can be caused by injury or trauma from falls, car accidents, or any sort of high impact. While minor injuries can heal with medication, therapy, and rest, you may require a spinal fracture\\/ injury surgery after getting severe fractures. They help realign the bones.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"661aca76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1938bdf6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Spinal-Fracture-Image-1536x1027-1.jpg\",\"id\":404,\"size\":\"\",\"alt\":\"Spinal fracture and repair xrays\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2127dea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"20da4836\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2cca0dd5\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Step 1: Anesthesia\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"You may be given intravenous sedation or general anesthesia to put you to sleep during your surgery.\"},{\"tab_title\":\"Step 2: Spine Fracture\\/Trauma Surgery\",\"faq_answer\":\"<p>Depending on the fracture pattern, the surgeon may customize your procedure. They can perform one of the following types of surgeries:<\\/p><p>Vertebroplasty: In this type of surgery, a special cement is injected into a fractured vertebra to help reduce fracture\\/injury pain and regain mobility<\\/p><p>Kyphoplasty: With kyphoplasty, the surgeon inserts and inflates a balloon to create an opening for injecting special cement into your spine<\\/p><p>Spinal Fusion Surgery: This procedure connects two or more vertebrae to hold them in the right position and keep them from moving until they fuse<\\/p>\",\"_id\":\"3dc7c80\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>Spine fracture\\/trauma surgery recovery can take about 4 to 6 weeks. You may feel pain after the surgery but you can relieve it with medication. After the surgery, home care may include incision wound care and working with a physical therapist. Avoid any strenuous activities or heavy lifting. Follow your doctor\\u2019s instructions on when you can resume certain activities and go back to work.<\\/p>\",\"_id\":\"dd6ab2c\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"dd57957\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"65e91a52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spinal Fracture \\/ Trauma Surgery Procedure\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"28d0c0c6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"7c6c0a29\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"63eec017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact a Skilled Minnesota Spine Surgeon\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cdb94f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have you suffered a spine fracture or injury? Looking for quality treatment? Look no further than Dr. Hart Garner.<\\/p><p>Our team can work with you to restore mobility, alleviate pain, and improve your overall health and wellness. Get in touch to learn more.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ee8a757\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10128, 402, '_elementor_page_settings', 'a:0:{}'),
(10129, 402, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(10133, 406, '_elementor_global_class_usage_indexed', '1'),
(10134, 406, '_edit_lock', '1784558002:1'),
(10135, 406, '_wp_page_template', 'elementor_header_footer'),
(10136, 406, 'site-sidebar-layout', 'no-sidebar'),
(10138, 406, 'ast-site-content-layout', 'full-width-container'),
(10139, 406, 'site-content-style', 'default'),
(10140, 406, 'site-sidebar-style', 'default'),
(10141, 406, 'theme-transparent-header-meta', 'default'),
(10143, 406, '_yoast_wpseo_content_score', '60'),
(10144, 406, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(10145, 406, '_elementor_edit_mode', 'builder'),
(10146, 406, '_astra_content_layout_flag', 'disabled'),
(10148, 406, 'ast-title-bar-display', 'disabled'),
(10149, 406, 'ast-featured-img', 'disabled'),
(10150, 406, '_elementor_template_type', 'wp-page'),
(10151, 406, '_elementor_version', '4.1.5'),
(10152, 406, '_elementor_pro_version', '4.0.2'),
(10154, 406, '_elementor_global_class_usage_indexed_preview', '1'),
(10155, 406, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(10176, 406, '_elementor_data', '[{\"id\":\"48f5c22e\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"71b730bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"334521ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spine Infection Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45d5823d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Hart Garner will address your spinal infections carefully with spine infection surgery.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7133db70\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9065607\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b3e05a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4c6c2bf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Is Spine Infection Surgery?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39aaa32b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nonsurgical and noninvasive treatment options are usually considered before spine surgery. Surgery is generally recommended depending upon what kind of infection you have. Instability or deformity in the spine is also a deciding factor in whether or not surgery is pursued.<br \\/><br \\/>During spine infection surgery, the infected tissue is clean and removed. The surgeon ensures that the infected tissues receive adequate blood flow so it heals faster. The surgeon also tries to minimize neurological impairment from the infection.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29a05ac6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"72350d68\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/spinal-infection-removal-image-1536x1157-1.jpg\",\"id\":409,\"size\":\"\",\"alt\":\"Spinal infection xray\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"654f553\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"1eff45f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2c96ca7a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"The Process\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p><strong>Step One: Get in Touch<\\/strong><br \\/>Reach out to our office to schedule an appointment.<\\/p><p><strong>Step Two: Prepare for Surgery<\\/strong><br \\/>We\\u2019ll provide you with thorough pre and post-op instructions to prepare you for your spine infection surgery.<\\/p><p><strong>Step Three: Get on the Road to Recovery<\\/strong><br \\/>Avoid long-term health issues by treating your spine infection fast.<\\/p>\"},{\"tab_title\":\"Recovery Time Frame\",\"faq_answer\":\"Your recovery time frame depends upon how severe your infection was and how long it developed. Recovery timelines range from one to six months.\",\"_id\":\"875037b\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"6fd5407d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1134e236\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Would I Need This Procedure?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee0131a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Spine infections occur when bacteria spread from your blood to your vertebra. Sometimes bacteria can enter your spine through an injection treatment, surgery, an injury, or due to IV drug use. The infection occurs in the spinal vertebra or bones. If not treated quickly, a variety of health conditions can occur.\",\"pp_display_conditions\":[{\"_id\":\"9c97a01\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7378b42f\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"277726de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"47dbda34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\\u2019t Wait to Seek Treatment for a Spine Infection\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79394368\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>While a spinal infection is rare, it can be incredibly destructive. It needs to get treated quickly and adequately by an experienced surgeon.<\\/p><p>Dr. Hart Garner is one of the leading spinal surgeons Minnesota. Contact our office today to learn how you can benefit from spine infection surgery.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54a3a1be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10307, 406, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10308, 406, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(10310, 413, '_elementor_global_class_usage_indexed', '1'),
(10311, 413, '_edit_lock', '1784557587:1'),
(10312, 413, '_wp_page_template', 'elementor_header_footer'),
(10313, 413, 'site-sidebar-layout', 'no-sidebar'),
(10315, 413, 'ast-site-content-layout', 'full-width-container'),
(10316, 413, 'site-content-style', 'default'),
(10317, 413, 'site-sidebar-style', 'default'),
(10318, 413, 'theme-transparent-header-meta', 'default'),
(10320, 413, '_yoast_wpseo_content_score', '90'),
(10321, 413, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(10322, 413, '_elementor_edit_mode', 'builder'),
(10323, 413, '_astra_content_layout_flag', 'disabled'),
(10325, 413, 'ast-title-bar-display', 'disabled'),
(10326, 413, 'ast-featured-img', 'disabled'),
(10327, 413, '_elementor_template_type', 'wp-page'),
(10328, 413, '_elementor_version', '4.1.5'),
(10329, 413, '_elementor_pro_version', '4.0.2'),
(10331, 413, '_elementor_global_class_usage_indexed_preview', '1'),
(10332, 413, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(10353, 413, '_elementor_data', '[{\"id\":\"b596a08\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"347f8d12\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"3a3a7c96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kyphosis Correction & Scoliosis Correction Treatments\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2becf575\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Kyphosis and scoliosis are two different conditions that can cause the spine to curve abnormally. There are various treatment options for these conditions that can help reduce pain and increase mobility. Contact a Minnesota spine surgeon today to learn more.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19ba9321\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52cb4817\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2e1e2f27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"320faba2\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Are Kyphosis and Scoliosis?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6138d677\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Kyphosis is a condition in which the spine curves inward, creating a hunchback. Scoliosis, on the other hand, is a condition that causes the spine to curve sideways. Both conditions can be painful and lead to problems with movement and balance.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6446407d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"44dafa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Kyphosis_ScoliosisCorrection-Image-1536x841-1.jpg\",\"id\":415,\"size\":\"\",\"alt\":\"Kyphosis \\/ scoliosis surgery before and after\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26f15ad9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"14a10610\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3c0e8503\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How It Works\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>There are a variety of different kyphosis and scoliosis treatments available. However, the best approach will depend on the severity of the condition.<\\/p><p>For mild cases of kyphosis or scoliosis, treatment may involve wearing a back brace. This helps to support the spine and prevent further deformity. In more severe cases, surgery may be necessary to correct the deformity.<\\/p><p>Surgery is typically only recommended for children who are still growing, as there is a risk that the spine could continue to deform after surgery.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>Recovery from kyphosis or scoliosis surgery can take several months, and patients will need to wear a back brace during this time. But, the goal is to treat these spinal conditions before it reaches the point of needing surgery.<\\/p><p>The takeaway here? With proper treatment, kyphosis and scoliosis can be effectively managed. And, patients can lead healthy, active lives.<\\/p>\",\"_id\":\"e244ace\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"5bfade28\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6a791408\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nOverview of Kyphosis Correction & Scoliosis Correction\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"323f426\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kyphosis correction involves correcting the curvature of the spine with a brace or surgery. Scoliosis correction treatments involve straightening the spine with a brace or surgery. In some cases, treatment might require a combination of both.<\\/p><p>Both kyphosis and scoliosis correction treatments can help improve any issues you might have with the appearance of your spine. The goal of kyphosis and scoliosis treatments is generally to stop the progression of the deformity. In some cases, treatment may also help relieve pain.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"155077d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56138a1b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"1a76af5d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"6001faba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b6e8c77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you or your loved ones are experiencing any of the symptoms above, don\\u2019t waste a single minute. It is always better to be safe than sorry. Schedule an appointment with Minnesota neurosurgeon, Dr. Hart Garner today.\\n\\nGet Started\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9a4f98\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10442, 413, '_elementor_page_settings', 'a:0:{}'),
(10443, 413, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(10447, 420, '_elementor_global_class_usage_indexed', '1'),
(10448, 420, '_edit_lock', '1784558537:1'),
(10449, 420, '_wp_page_template', 'elementor_header_footer'),
(10450, 420, 'site-sidebar-layout', 'no-sidebar'),
(10452, 420, 'ast-site-content-layout', 'full-width-container'),
(10453, 420, 'site-content-style', 'default'),
(10454, 420, 'site-sidebar-style', 'default'),
(10455, 420, 'theme-transparent-header-meta', 'default'),
(10457, 420, '_yoast_wpseo_content_score', '90'),
(10458, 420, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(10459, 420, '_elementor_edit_mode', 'builder'),
(10460, 420, '_astra_content_layout_flag', 'disabled'),
(10462, 420, 'ast-title-bar-display', 'disabled'),
(10463, 420, 'ast-featured-img', 'disabled'),
(10464, 420, '_elementor_template_type', 'wp-page'),
(10465, 420, '_elementor_version', '4.1.5'),
(10466, 420, '_elementor_pro_version', '4.0.2'),
(10468, 420, '_elementor_global_class_usage_indexed_preview', '1'),
(10469, 420, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(10490, 420, '_elementor_data', '[{\"id\":\"5c04d0db\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"e0e696c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"1c178e90\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spondylolisthesis Correction Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8487d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Do you suffer from Spondylolisthesis? Learn more about Spondylolisthesis correction surgery here and schedule an appointment today.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f32f845\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ff7ccc3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"69743a4d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3cff7926\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is Spondylolisthesis Correction Surgery?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"568d7be3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Spondylolisthesis occurs when a vertebra slips out of place in your spine. This condition most commonly affects the lower back, but it can also affect the mid to upper back, as well as the top of your spine at the back of your neck.<br \\/><br \\/>Spondylolisthesis Correction is a surgical method used to treat Spondylolisthesis and realign your spine. It can also help relieve back pain due to Spondylolisthesis.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7afb1e34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"34667752\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/posterior-fusion-image-1536x986-1.jpg\",\"id\":358,\"size\":\"\",\"alt\":\"Posterior spinal fusion xray\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"15376d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"42850613\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"febb8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Surgery for spondylolisthesis almost always involves spinal fusion. Spinal fusion eliminates movement between the vertebrae by joining them.<\\/p><p>During surgery, the surgeon inserts bone grafts between vertebrae to aid in fusion. Over time, new bone grows in place of the graft. The surgeon may place small metal rods and screws into the spine to hold the vertebrae together.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>Most people spend one or more days in the hospital while their spine heals.<\\/p><p>You will receive pain medication immediately following surgery to help you remain comfortable. A physiatrist, or a doctor who specializes in rehabilitation, also evaluates your mobility.<\\/p><p>Although movement may be limited at first, most people are able to stand or walk the day after surgery. The recovery time for older patients may be longer.<\\/p><p>The majority of people can walk and go home within a week of surgery. In some cases, people need extra help after leaving the hospital.<\\/p><p>As the spine fuses and heals, limit physical activity to gentle, low-impact movements for 8 to 10 weeks. Bed rest is not recommended. Exercise and daily movement can help speed recovery and prevent complications.<\\/p><p>Patients will begin physical therapy around 10 to 12 weeks after surgery. Patients should continue physical therapy for one year to see the best results.<\\/p>\",\"_id\":\"830633f\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"20e751ed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"26e6bbb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs Spondylolisthesis Correction?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ea42665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Spondylolisthesis is often treated with other non-surgical methods first. But, when the condition worsens, some patients need surgery to relieve symptoms.<\\/p><p>The specialists at Hart Garner may recommend Spondylolisthesis correction surgery if non-surgical methods fail to relieve your chronic back pain due to spondylolisthesis. Specialists may also recommend this operation if a vertebra has slipped forward to the point that it alters posture or function.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2ee33b75\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"66ff3d43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"26a767fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Spondylolisthesis Correction Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74698896\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you a candidate for Spondylolisthesis Correction Surgery in Minnesota? Contact Dr. Hart Garner today to find out. Our experienced and compassionate surgeons are here to help you.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2105bd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10541, 420, '_elementor_page_settings', 'a:0:{}'),
(10542, 420, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(10546, 426, '_edit_lock', '1784556906:1'),
(10547, 426, '_wp_page_template', 'elementor_header_footer'),
(10548, 426, 'site-sidebar-layout', 'no-sidebar'),
(10550, 426, 'ast-site-content-layout', 'full-width-container'),
(10551, 426, 'site-content-style', 'default'),
(10552, 426, 'site-sidebar-style', 'default'),
(10553, 426, 'theme-transparent-header-meta', 'default'),
(10555, 426, '_yoast_wpseo_content_score', '30'),
(10556, 426, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(10557, 426, '_elementor_edit_mode', 'builder'),
(10558, 426, '_astra_content_layout_flag', 'disabled'),
(10560, 426, 'ast-title-bar-display', 'disabled'),
(10561, 426, 'ast-featured-img', 'disabled'),
(10562, 426, '_elementor_template_type', 'wp-page'),
(10563, 426, '_elementor_version', '4.1.5'),
(10564, 426, '_elementor_pro_version', '4.0.2'),
(10566, 426, '_elementor_global_class_usage_indexed_preview', '1'),
(10567, 426, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10588, 426, '_elementor_data', '[{\"id\":\"612b17\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"3f0ba8a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"58baf942\",\"elType\":\"widget\",\"settings\":{\"title\":\"Craniotomy for Tumor Removal in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c86c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Learn more about Craniotomy for tumor removal and schedule a consultation with a Minnesota neurosurgeon today.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"388bceec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1294e072\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"9699ff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"407ca685\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is Craniotomy for Tumor Removal?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fd0b9d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Craniotomy is a procedure performed by a neurosurgeon to biopsy or excise (remove) a brain tumor. Through an incision in the scalp, a window of bone (also called \\u201cbone flap\\u201d) is removed from the skull. This allows access to the inside of the skull and brain. The surgeon will reattach the bone flap at the end of the surgery.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8c9093a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedures\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Neurosurgeons perform Craniotomies in hospitals, sometimes under general anesthesia. This involves shaving the incision site, and then removing the bone flap to allow access to the treatment area. In some cases, patients are awake during surgery and asked to move or recite the alphabet to determine the status of brain function.<\\/p><p>The surgeon will make the incision near the area of the brain that needs treatment. They may use a special saw to cut the bone flap, or a medical drill to create small holes.<\\/p><p>This is followed by an incision made in the brain\\u2019s covering, the dura mater. Ideally, the tumor will be completely removed, if possible. The doctor will then stitch together any cut tissues, and reattach bone flaps with sutures, plates, or wires.<\\/p><p>In some cases, complete removal may not be possible. Surgery can relieve symptoms and lower pressure within the brain even if the tumor cannot be completely removed.<\\/p><p>If the tumor is only partially removed, it may need additional treatment, such as radiation therapy. Likewise, additional treatment may be required if the craniotomy reveals a malignant brain tumor.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>Post-craniotomy, patients experience headaches and fatigue. Patients usually stay in the hospital for 3 to 7 days, but the recovery time varies. The doctor will prescribe pain relievers to reduce symptoms and speed recovery. Until the surgeon has cleared the patient, the patient may have restrictions on daily activities such as driving and lifting.<\\/p>\",\"_id\":\"65b5155\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"1c276f34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"59dc8cb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Craniatomy-for-tumor-image-1536x561-1.jpg\",\"id\":428,\"size\":\"\",\"alt\":\"Craniotomy for tumor image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3f7d127e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7ec7d161\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"58df8388\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Relieving Intracranial Pressure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"Subdural hematomas and hydrocephalus may require a craniotomy to release excess blood or cerebrospinal fluid (CSF) from the skull. A small hole in the skull can relieve pressure on the brain caused by extra fluid in the skull.\"},{\"tab_title\":\"Device Implants\",\"faq_answer\":\"Hydrocephalus patients may benefit from a ventriculoperitoneal shunt to drain excess CSF continuously. A craniotomy is also required to implant deep brain stimulation devices for patients suffering from essential tremor, refractive epilepsy, Parkinson\\u2019s disease, and dystonia.\",\"_id\":\"fed8f75\"},{\"tab_title\":\"Hard-to-Reach Treatment Site\",\"faq_answer\":\"Treating aneurysms, tumors, and arteriovenous malformations (AVMs) of the brain may require an opening in the skull.\",\"_id\":\"60e1b47\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"49d8c446\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"709fb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs Craniotomy for Tumor Removal?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1cd95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neurosurgeons perform craniotomies to treat tumors and many other brain conditions.\",\"pp_display_conditions\":[{\"_id\":\"6b6cec3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"65aaf1d9\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"3ca71cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6736c272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact A Minnesota Craniotomy Surgeon Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51b55ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Speak to experienced Minnesota neurosurgeon,Dr. Hart Garner today to learn more about Craniotomy for tumor removal and schedule your appointment.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":770,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5186336c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10719, 426, '_elementor_page_settings', 'a:0:{}'),
(10720, 426, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;s:16:\"flex_align_items\";i:1;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:2;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:2;s:25:\"select_toggle_icon_active\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:2;s:23:\"faq_items_border_border\";i:2;s:23:\"faq_items_border_radius\";i:2;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:2;s:16:\"question_padding\";i:2;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(10724, 430, '_elementor_global_class_usage_indexed', '1'),
(10725, 430, '_edit_lock', '1784556868:1'),
(10726, 430, '_wp_page_template', 'elementor_header_footer'),
(10727, 430, 'site-sidebar-layout', 'no-sidebar'),
(10729, 430, 'ast-site-content-layout', 'full-width-container'),
(10730, 430, 'site-content-style', 'default'),
(10731, 430, 'site-sidebar-style', 'default'),
(10732, 430, 'theme-transparent-header-meta', 'default'),
(10734, 430, '_yoast_wpseo_content_score', '60'),
(10735, 430, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(10736, 430, '_elementor_edit_mode', 'builder'),
(10737, 430, '_astra_content_layout_flag', 'disabled'),
(10739, 430, 'ast-title-bar-display', 'disabled'),
(10740, 430, 'ast-featured-img', 'disabled'),
(10741, 430, '_elementor_template_type', 'wp-page'),
(10742, 430, '_elementor_version', '4.1.5'),
(10743, 430, '_elementor_pro_version', '4.0.2'),
(10745, 430, '_elementor_global_class_usage_indexed_preview', '1'),
(10746, 430, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(10767, 430, '_elementor_data', '[{\"id\":\"3276eef2\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"1e5abd09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"12465ddc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Craniotomy for Infection in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f872fe9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patients who have a brain abscess may need a Craniotomy for infection. Find out more about Craniotomy here and schedule an appointment with Dr. Hart Garner.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75878b80\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4f1b4865\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"6c5a3efe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5992f805\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Craniotomy for Infection?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dfe867a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A Craniotomy is a surgical procedure that opens up the skull to fix a problem in the brain, like a brain abscess.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"758650b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedures\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Neurosurgeons perform Craniotomies in hospitals, sometimes under general anesthesia. This involves shaving the incision site, and then removing the bone flap to allow access to the treatment area. In some cases, patients are awake during surgery and asked to move or recite the alphabet to determine the status of brain function.<\\/p><p>The surgeon will make the incision near the area of the brain that needs treatment. They may use a special saw to cut the bone flap, or a medical drill to create small holes.<\\/p><p>This is followed by an incision made in the brain\\u2019s covering, the dura mater. Ideally, the tumor will be completely removed, if possible. The doctor will then stitch together any cut tissues, and reattach bone flaps with sutures, plates, or wires.<\\/p><p>In some cases, complete removal may not be possible. Surgery can relieve symptoms and lower pressure within the brain even if the tumor cannot be completely removed.<\\/p><p>If the tumor is only partially removed, it may need additional treatment, such as radiation therapy. Likewise, additional treatment may be required if the craniotomy reveals a malignant brain tumor.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"Post-craniotomy, patients experience headaches and fatigue. Patients usually stay in the hospital for 3 to 7 days, but the recovery time varies. The doctor will prescribe pain relievers to reduce symptoms and speed recovery. Until the surgeon has cleared the patient, the patient may have restrictions on daily activities such as driving and lifting.\",\"_id\":\"7350589\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"7d1d493c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4db81ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Craniatomy-for-infections-image-1536x1149-1.jpg\",\"id\":432,\"size\":\"\",\"alt\":\"Craniotomy for infections image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ef21922\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"1c94d04\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1514e57d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedures\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>You may experience fatigue and headaches following surgery. It can take 4 to 8 weeks to recover. It is possible to experience some pain for the first five days following surgery.<\\/p><p>Your scalp and eyes may swell, and you have numbness and shooting pains near the treatment area. The wound may itch during the healing process. Cold packs and medicines can relieve headaches, pain, swelling, and itching. These symptoms are a normal part of the healing process.<\\/p><p>Within seven to ten days, the stitches that hold your incisions together may fall out on their own. Some patients may need a plate attached to hold the skull flap in place while it heals.<\\/p><p>Additionally, patients may need physical therapy after leaving the hospital.<\\/p>\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"2f2fff75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7a58036c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs a Craniotomy for Infection?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38ab294f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A person may need this surgery if they have damaged brain or blood vessels or if they have an infection or a tumor in their brain. When a brain abscess is larger than 2cm, it is usually necessary to drain the pus from it surgically.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56cfca8c\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"75d6b254\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"3932e7fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact a Craniotomy for Infection Surgeon in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74216929\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experienced Minnesota neurosurgeon, Dr. Hart Garner offers surgical treatment for brain abscesses. Give us a call today to schedule an appointment and learn more about craniotomy for infection.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21947522\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10818, 430, '_elementor_page_settings', 'a:0:{}'),
(10819, 430, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:2;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:2;s:25:\"select_toggle_icon_active\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:2;s:23:\"faq_items_border_border\";i:2;s:23:\"faq_items_border_radius\";i:2;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:2;s:16:\"question_padding\";i:2;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(10823, 434, '_elementor_global_class_usage_indexed', '1'),
(10824, 434, '_edit_lock', '1784556814:1'),
(10825, 434, '_wp_page_template', 'elementor_header_footer'),
(10826, 434, 'site-sidebar-layout', 'no-sidebar'),
(10828, 434, 'ast-site-content-layout', 'full-width-container'),
(10829, 434, 'site-content-style', 'default'),
(10830, 434, 'site-sidebar-style', 'default'),
(10831, 434, 'theme-transparent-header-meta', 'default'),
(10833, 434, '_yoast_wpseo_content_score', '30'),
(10834, 434, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(10835, 434, '_elementor_edit_mode', 'builder'),
(10836, 434, '_astra_content_layout_flag', 'disabled'),
(10838, 434, 'ast-title-bar-display', 'disabled'),
(10839, 434, 'ast-featured-img', 'disabled'),
(10840, 434, '_elementor_template_type', 'wp-page'),
(10841, 434, '_elementor_version', '4.1.5'),
(10842, 434, '_elementor_pro_version', '4.0.2'),
(10844, 434, '_elementor_global_class_usage_indexed_preview', '1'),
(10845, 434, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10866, 434, '_elementor_data', '[{\"id\":\"2b44a6bf\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"2d24af87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"28a3196b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Craniotomy for Subdural Hematoma\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f220c89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you\\u2019re looking for a Minnesota craniotomy surgeon, you\\u2019ve come to the right place! Dr. Hart Garner is a skilled an experienced Minnesota neurosurgeon. Contact us today to set up your appointment.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f0b5f43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17f67001\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"32de6ada\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7e859161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Chronic Hematoma Relief\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13c3b5bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Do you suffer from seizures or frequent headaches? After suffering from head trauma in a car accident or severe fall, some patients struggle with subdural hematomas. This is when bleeding occurs within the skull.<br \\/><br \\/>For many, this type of hematoma can be serious. Don\\u2019t trust your treatment with just any surgeon.<\\/p><p>Let us help find the best solution for you.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"378ae67d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"46028878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Craniatomy-For-hematoma-image-1536x1092-1-1.jpg\",\"id\":440,\"size\":\"\",\"alt\":\"Craniatomy for hematoma\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"79f87929\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4d5a0c46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"48f6ff75\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Step 1: Incision\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>Your neurosurgeon starts by making a small incision in the skin above the brain hemorrhage. Next, small holes are drilled into the bone. The microsurgical saw gets inserted to make an opening in the skull.<\\/p><p>This lets your surgeon gain access to the subdural hematoma or blood clot. The hole is temporary and the bone flap is reattached later.<\\/p>\"},{\"tab_title\":\"Step 2: Remove Blood\",\"faq_answer\":\"Your surgeon carefully makes incisions in the brain\\u2019s tissue to gain access to the blood clot. They may use drainage techniques to make sure excess fluid gets diverted away from the brain.\",\"_id\":\"d75384a\"},{\"tab_title\":\"Step 3: Suction Excess Blood\",\"faq_answer\":\"The doctor may use a special device to suction excess blood from the brain. Additional bleeding is cauterized.\",\"_id\":\"8785ea9\"},{\"tab_title\":\"Step 4: Finish Surgery\",\"faq_answer\":\"<p>Once the blood clot gets removed, your surgeon sutures the brain tissue and replaces the bone flap. These are reattached to the skull with surgical pins and screws.<\\/p><p>Lastly, they suture the scalp closed. The surgery can take up to 3-5 hours to complete. An awake craniotomy could take 5-7 hours.<\\/p>\",\"_id\":\"bfcc343\"},{\"tab_title\":\"Step 5: Treatment Recovery\",\"faq_answer\":\"Hospitalization can last a few days or longer depending on the hematoma\\u2019s size and location in the brain.\\n\\nExpect scalp soreness around your incisions up to five days after surgery. It is common to have eye and facial swelling after surgery. This can take a few days to a week to disappear.\\n\\nThe total recovery process for a craniotomy for subdural hematoma surgery is lengthy. It can take 4 to 8 weeks or longer to fully recover from surgery.\",\"_id\":\"7bdc841\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"73f27c10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6774db28\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Does a Craniotomy for Subdural Hematoma Work?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27a12d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The process of a craniotomy for subdural hematoma requires precision and experience.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8b2bb89\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"221a766\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"812fb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trustworthy Neurosurgeon, Proven Results\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2af6973\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Hart Garner is a top Minnesota neurosurgeon who specializes in craniotomy for subdural hematoma. Contact us today to set up an appointment.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"73e4495a\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"4ffc05a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"73747fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minnesota Craniotomy Surgeon\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6afc7c2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Hart Garner is a Minnestoa craniotomy surgeon with years of experience. Reach out to schedule your appointment with Dr. Garner today!\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13ba7a4b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10955, 434, '_elementor_page_settings', 'a:0:{}'),
(10956, 434, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:7;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:12;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(10960, 443, '_edit_lock', '1784558597:1'),
(10961, 443, '_wp_page_template', 'elementor_header_footer'),
(10962, 443, 'site-sidebar-layout', 'no-sidebar'),
(10964, 443, 'ast-site-content-layout', 'full-width-container'),
(10965, 443, 'site-content-style', 'default'),
(10966, 443, 'site-sidebar-style', 'default'),
(10967, 443, 'theme-transparent-header-meta', 'default'),
(10969, 443, '_yoast_wpseo_content_score', '90'),
(10970, 443, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(10972, 443, '_elementor_edit_mode', 'builder'),
(10973, 443, '_astra_content_layout_flag', 'disabled'),
(10975, 443, 'ast-title-bar-display', 'disabled'),
(10976, 443, 'ast-featured-img', 'disabled'),
(10977, 443, '_elementor_template_type', 'wp-page'),
(10978, 443, '_elementor_version', '4.1.5'),
(10979, 443, '_elementor_pro_version', '4.0.2'),
(10981, 443, '_elementor_global_class_usage_indexed_preview', '1'),
(10982, 443, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(11003, 443, '_elementor_data', '[{\"id\":\"8013a7b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"698f638a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"2531791d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stereotactic Biopsy\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f6eae2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Learn more about stereotactic biopsies in Minnesota, or contact us today to schedule an appointment.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"64803976\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2e6ab214\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"6fbae382\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7ff56120\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Stereotactic Biopsy?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b761195\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A stereotactic biopsy is a procedure used to diagnose lesions and other abnormalities found in MRIs and CAT scans. To perform the procedure, your doctor will use your scan to map out the best way to remove tissue from areas of suspicion so he can determine whether they are malignant or benign.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"618836f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4df46cdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Stereotactic-biopsy-image-1536x648-1.jpg\",\"id\":438,\"size\":\"\",\"alt\":\"Stereotactic Biopsy image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec64a26\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"3e9533f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1f40df03\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"Two days before the procedure, you will need to get an MRI or CAT scan of the affected area. Your doctor will use this scan as a map to locate the lesion. Then they will drill a tiny hole in your skull where he can insert the needle. They will use this needle to extract cells from this lesion. Once the procedure is complete, your doctor will use a microscope to examine these cells and make a diagnosis.\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"Your doctor will walk you through your aftercare following the procedure, but typically you will be monitored for a few hours after the procedure. In some cases, you may have to stay overnight, depending on your underlying condition. However, in many cases, you will be able to resume regular activity within a few days.\",\"_id\":\"3464946\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"525515e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4af30ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why is Stereotactic Biopsy Needed?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35436e92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"While CAT scans and MRIs are excellent at pinpointing abnormalities in your brain or other internal organs, they can\\u2019t tell your doctor if they are cancerous. A stereotactic biopsy allows your doctor to precisely target your lesion so he can safely extract a sample and diagnose the tissue.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebf50e8\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f12b135\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"76706ab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment for a Stereotactic Biopsy in Minnesota Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b8c6f58\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A stereotactic biopsy may be the next step if your doctor has found abnormalities on a CAT scan or brain scan. Contact us today to schedule an appointment.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42902126\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11058, 443, '_elementor_page_settings', 'a:0:{}'),
(11059, 443, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(11063, 450, '_edit_lock', '1784556991:1'),
(11064, 450, '_wp_page_template', 'elementor_header_footer'),
(11065, 450, 'site-sidebar-layout', 'no-sidebar'),
(11067, 450, 'ast-site-content-layout', 'full-width-container'),
(11068, 450, 'site-content-style', 'default'),
(11069, 450, 'site-sidebar-style', 'default'),
(11070, 450, 'theme-transparent-header-meta', 'default'),
(11072, 450, '_yoast_wpseo_content_score', '90'),
(11073, 450, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(11074, 450, '_elementor_edit_mode', 'builder'),
(11075, 450, '_astra_content_layout_flag', 'disabled'),
(11077, 450, 'ast-title-bar-display', 'disabled'),
(11078, 450, 'ast-featured-img', 'disabled'),
(11079, 450, '_elementor_template_type', 'wp-page'),
(11080, 450, '_elementor_version', '4.1.5'),
(11081, 450, '_elementor_pro_version', '4.0.2'),
(11083, 450, '_elementor_global_class_usage_indexed_preview', '1'),
(11084, 450, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11116, 450, '_elementor_data', '[{\"id\":\"7d24ae51\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"665599e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"521f596b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Decompressive Craniectomy in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62143349\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Swelling in the brain is a serious medical condition. Consult with Dr. Hart Garner to learn more about your options for surgery.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b47a020\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"13a1748\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"1ad1c73\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4992b51\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Decompressive Craniectomy?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1cd98b1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"An injured brain can swell, causing pressure to build inside the skull. Decompressive craniectomy involves removing part of the skull during brain surgery to relieve this pressure.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"77a2cecd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}],\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"290d8692\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Decompressive-Craniectomy-Image-300x278-1.jpg\",\"id\":452,\"size\":\"\",\"alt\":\"Craniectomy image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"start\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":194,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"385335f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"434cbff1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"2bca6bb\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>During the surgery, the person will be asleep, won\\u2019t feel the procedure, and won\\u2019t remember anything about it.<\\/p><p>The procedure begins with a cut in the scalp. The surgeon exposes the skull by peeling back the skin and tissue. Then the doctor will cut into the skull using a medical bone drill and bone saw.<\\/p><p>They will stop any bleeding after removing the bone, and then close the wound with stitches. The skull bone removed during surgery will be stored for later use. The bone may be replaced when the individual recovers.<\\/p>\"},{\"tab_title\":\"Procedure\",\"faq_answer\":\"<p>Most patients who undergo decompressive craniectomy are already in critical condition following a stroke or traumatic brain injury. In other words, recovery is largely determined by the injuries that led to the need for surgery.<\\/p><p>Following surgery, most people will spend a few days in the intensive care unit (ICU) and stay in the hospital for several weeks. In some cases, people will remain unconscious for days or even weeks following surgery. There may even be cases where they are in a coma or vegetative state.<\\/p><p>Recovery from brain injury and surgery can take months, and even years.<\\/p><p>A surgeon can replace the missing part of the skull after a patient has sufficiently recovered from the surgery and original injury.<\\/p>\",\"_id\":\"23495ae\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"6452e9bf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"63393d51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs a Decompressive Craniectomy?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"369efe33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Traumatic brain injuries (TBIs) and strokes are the two most common reasons for a decompressive craniectomy.<br \\/>TBIs are caused by physical trauma to the brain. The condition can occur after any experience involving a sharp blow to the head. Brain swelling usually occurs immediately after a TBI.<\\/p><p>A stroke may also cause brain swelling. Having high blood pressure from this swelling puts you at risk for more strokes.<\\/p><p>Surgery on the brain can be risky, especially for someone who has a brain injury, so providers try nonsurgical approaches before considering surgery.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3941ad63\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"34bfcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F4F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"5a6cd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment for Decompressive Craniectomy Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4beee105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Minnesota brain surgeon, Dr. Hart Garner is here to help you. Schedule an appointment today!\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"410b0327\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11409, 450, '_elementor_page_settings', 'a:0:{}'),
(11410, 450, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:8:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:5:\"width\";i:2;s:12:\"width_tablet\";i:2;s:18:\"width_mobile_extra\";i:2;s:12:\"width_mobile\";i:2;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:1;s:12:\"align_tablet\";i:1;s:12:\"align_mobile\";i:1;s:5:\"width\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(11414, 455, '_edit_lock', '1784557554:1'),
(11415, 455, '_wp_page_template', 'elementor_header_footer'),
(11416, 455, 'site-sidebar-layout', 'no-sidebar'),
(11418, 455, 'ast-site-content-layout', 'full-width-container'),
(11419, 455, 'site-content-style', 'default'),
(11420, 455, 'site-sidebar-style', 'default'),
(11421, 455, 'theme-transparent-header-meta', 'default'),
(11423, 455, '_yoast_wpseo_content_score', '60'),
(11424, 455, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(11425, 455, '_elementor_edit_mode', 'builder'),
(11426, 455, '_astra_content_layout_flag', 'disabled'),
(11428, 455, 'ast-title-bar-display', 'disabled'),
(11429, 455, 'ast-featured-img', 'disabled'),
(11430, 455, '_elementor_template_type', 'wp-page'),
(11431, 455, '_elementor_version', '4.1.5'),
(11432, 455, '_elementor_pro_version', '4.0.2'),
(11434, 455, '_elementor_global_class_usage_indexed_preview', '1'),
(11435, 455, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(11456, 455, '_elementor_data', '[{\"id\":\"34a8017e\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"4d303f2d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"2d9e1c38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intracranial Pressure Monitoring\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31c0200b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Intracranial pressure monitoring will help determine if low or high cerebrospinal fluid (CSF) is causing your symptoms. Schedule an appointment with Dr. Hart Garner today to learn more.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"541900cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"45689a28\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"5b628a27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"65a7728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is Intracranial Pressure Monitoring?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"505c0554\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Intracranial pressure (ICP) monitoring is a diagnostic test that uses a device placed inside the head to determine the pressure inside the head.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21347dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"103e450e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/intracranial-pressure-monitoring-image-1536x862-1.jpg\",\"id\":457,\"size\":\"\",\"alt\":\"Intracranial pressure monitoring image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1869ae64\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"36bb231e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"79d16247\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p><strong>Step 1: Consultation<\\/strong><br \\/>You will be scheduled for a series of tests to help ensure you don\\u2019t have an infection or a tendency to bleed. The doctor will also assess your overall health to determine if the procedure is safe for you.<\\/p><p><strong>Step 2: Administer Anesthesia<\\/strong><br \\/>The neurosurgeon will administer general anesthesia to ensure your comfort during the procedure.<\\/p><p><strong>Step 3: Preparation of Scalp and Skull<\\/strong><br \\/>Your doctor will prep your skull with an antiseptic solution. They will then drill a small hole into your skull.<\\/p><p><strong>Step 4: Perform the Test<\\/strong><br \\/>Based on your condition, the neurosurgeon will monitor your ICP in three ways \\u2014 using an intraventricular catheter, subdural screw, or epidural sensor.<\\/p><p><strong>Step 5: Closing the Scalp<\\/strong><br \\/>Once the monitoring is complete, the device is removed and your skin will be sutured back into place.<\\/p><p><strong>Step 6: Results<\\/strong><br \\/>Your doctor will carefully analyze the information obtained from the test to determine your ICP.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"After the procedure, avoid straining and heavy lifting. Ensure you don\\u2019t swim or take a bath for a while. But you can shower. What\\u2019s more, increase your fluid intake. If you notice signs of delayed infection or persistent headaches, contact your physician immediately.\",\"_id\":\"62f9a49\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"590a1c6a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6545ef09\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nWhy Do You Need Intracranial Pressure Monitoring?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c9071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Intracranial pressure monitoring is often done to measure ICP. You can get the test when you have a brain\\/nervous system disease or severe head injury. It may also be after a craniotomy, especially when there are other associated risks like brain swelling, pupil abnormalities, hypoxia, and more.<\\/p><p>TBIs are caused by physical trauma to the brain. The condition can occur after any experience involving a sharp blow to the head. Brain swelling usually occurs immediately after a TBI.<\\/p><p>A stroke may also cause brain swelling. Having high blood pressure from this swelling puts you at risk for more strokes.<\\/p><p>Surgery on the brain can be risky, especially for someone who has a brain injury, so providers try nonsurgical approaches before considering surgery.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"719904ac\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"559b9ebb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"393abfad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact a Minnesota Neurosurgeon\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4cb16960\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Visit Dr. Hart Garner for safe and detailed intracranial pressure monitoring tests. Schedule an appointment today.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52f0c709\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11511, 455, '_elementor_page_settings', 'a:0:{}'),
(11512, 455, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(11516, 461, '_edit_lock', '1784558845:1'),
(11517, 461, '_wp_page_template', 'elementor_header_footer'),
(11518, 461, 'site-sidebar-layout', 'no-sidebar'),
(11520, 461, 'ast-site-content-layout', 'full-width-container'),
(11521, 461, 'site-content-style', 'default'),
(11522, 461, 'site-sidebar-style', 'default'),
(11523, 461, 'theme-transparent-header-meta', 'default'),
(11525, 461, '_yoast_wpseo_content_score', '60'),
(11526, 461, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(11527, 461, '_elementor_edit_mode', 'builder'),
(11528, 461, '_astra_content_layout_flag', 'disabled'),
(11530, 461, 'ast-title-bar-display', 'disabled'),
(11531, 461, 'ast-featured-img', 'disabled'),
(11532, 461, '_elementor_template_type', 'wp-page'),
(11533, 461, '_elementor_version', '4.1.5'),
(11534, 461, '_elementor_pro_version', '4.0.2'),
(11536, 461, '_elementor_global_class_usage_indexed_preview', '1'),
(11537, 461, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(11558, 461, '_elementor_data', '[{\"id\":\"292a678f\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"3d32eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"1bffbb1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Endoscopic Third Ventriculostomy Procedure\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69e25d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule an appointment with Dr. Hart Garner to learn how an endoscopic third ventriculostomy can help you.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"145974b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1177f0c5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"1c155ab0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"286df87a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Is an Endoscopic Third Ventriculostomy Procedure?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"461d2039\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A ventriculostomy is a quick procedure that attaches a device that drains cerebrospinal fluid (CSF) from your brain. The device can be placed on the outside of your head. It can also be permanent or temporary.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6220f75e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"7366fa81\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Ventriculostomy-Image-1536x1152-1.jpg\",\"id\":463,\"size\":\"\",\"alt\":\"Ventriculostomy image\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3de2ad40\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e06a99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"3d57845c\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"The Process\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p><strong>Step One: Schedule an Appointment<\\/strong><br \\/>Reach out to our office to make an appointment with Dr. Garner.<\\/p><p><strong>Step Two: Come in for Your Surgery<\\/strong><br \\/>A ventriculostomy procedure lasts around one hour. General anesthesia isn\\u2019t needed. Local anesthesia gets applied to the area of your scalp where Dr. Garner will make an entry.<\\/p><p>You can also expect part of your scalp to get shaved during the procedure.<\\/p><p><strong>Step Three: Recover<\\/strong><br \\/>Our office will give you thorough post-op instructions so you can recover quickly.<\\/p>\"},{\"tab_title\":\"Recovery Time Frame\",\"faq_answer\":\"You can expect to stay in the hospital for a few days after your procedure. Your doctor will want to see you in a week to 10 days after your surgery to evaluate the wound.\",\"_id\":\"e5b086a\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"35d8b661\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"65ec2f63\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nEndoscopic Third Ventriculostomy Procedure?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fca2ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An endoscopic third ventriculostomy is offered to adults and children who have non-communicating or obstructive hydrocephalus. It\\u2019s also recommended for patients with a large amount of CSF built up in their brains.<br \\/>CSF is a fluid that\\u2019s found in your spine and brain. It provides additional protection for your brain\\u2019s cortex.<\\/p><p>In some cases, a ventriculostomy might get performed to relieve intracranial pressure. A traumatic brain injury often causes intracranial pressure.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67d9cce0\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"19a69513\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d32bce7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partner With an Experienced Minnesota Spine Surgeon for Quality Care\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5062f528\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You might benefit from a ventriculostomy procedure if you have CSF buildup in your brain. When you make an appointment with Dr. Hart Garner, he\\u2019ll assess your overall physical and neurological health. Based on your symptoms, he\\u2019ll make the recommendation for a ventriculostomy if needed.<\\/p><p>Contact us today to schedule an appointment with our office.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44c8f26d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11613, 461, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11614, 461, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(11618, 467, '_edit_lock', '1784558815:1'),
(11619, 467, '_wp_page_template', 'elementor_header_footer'),
(11620, 467, 'site-sidebar-layout', 'no-sidebar'),
(11622, 467, 'ast-site-content-layout', 'full-width-container'),
(11623, 467, 'site-content-style', 'default'),
(11624, 467, 'site-sidebar-style', 'default'),
(11625, 467, 'theme-transparent-header-meta', 'default'),
(11627, 467, '_yoast_wpseo_content_score', '90'),
(11628, 467, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(11629, 467, '_elementor_edit_mode', 'builder'),
(11630, 467, '_astra_content_layout_flag', 'disabled'),
(11632, 467, 'ast-title-bar-display', 'disabled'),
(11633, 467, 'ast-featured-img', 'disabled'),
(11634, 467, '_elementor_template_type', 'wp-page'),
(11635, 467, '_elementor_version', '4.1.5'),
(11636, 467, '_elementor_pro_version', '4.0.2'),
(11638, 467, '_elementor_global_class_usage_indexed_preview', '1'),
(11639, 467, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(11660, 467, '_elementor_data', '[{\"id\":\"79b22110\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"5cc657ce\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"644c4925\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ventriculoperitoneal Shunt in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26ff9eff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you are living with hydrocephalus or excess fluid in your brain, a ventriculoperitoneal shunt might be your best option. Contact us to schedule an appointment today.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7484e09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"78bac3e5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"16b82bdf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"4e2f01dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Is a Ventriculoperitoneal (VP) Shunt?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"458e8ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A ventriculoperitoneal shunt treats hydrocephalus, a condition that occurs when there is excess fluid in your brain cavities. This condition can be congenital, or it can be caused by a head injury, a stroke or a degenerative disease like Alzheimer\\u2019s.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"25241286\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"72ec8e37\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/ventriculo-peritoneal-shunt-image-1536x1176-1.jpg\",\"id\":469,\"size\":\"\",\"alt\":\"Ventriculoperitoneal Shunts\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"679c2005\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"3fe41175\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"66031018\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"The Process\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p><strong>Step 1: Consultation<\\/strong><br \\/>During your initial appointment, we\\u2019ll go over your case and review your options. We may also need to perform an MRI or CAT scan to assess your condition.<\\/p><p><strong>Step 2: The Procedure<\\/strong><br \\/>Ventriculoperitoneal shunt surgery is fairly straightforward. We will insert a tube-like structure to allow fluid to drain from your brain cavities, minimizing further damage.<\\/p><p><strong>Step 3: Recovery<\\/strong><br \\/>Your doctor will walk you through your aftercare. You may be able to return to work and other moderate activities after a week. However, you should be careful not to hit your head for at least six weeks following the surgery.<\\/p>\"},{\"tab_title\":\"Why Choose Dr. Hart Garner?\",\"faq_answer\":\"Neurosurgery can seem overwhelming. We are here to make sure that you are informed and comfortable with all of your options so you can make the best decision for your situation. All our specialists have years of experience in all the most advanced procedures.\",\"_id\":\"a12e7a6\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"5070002e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"386d18a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nWhy Is VP Treatment Needed?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"593072f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If left untreated, hydrocephalus can be severely debilitating, leading to cognitive damage, developmental delays, and other serious concerns. It can even be life-threatening. A ventriculoperitoneal shunt works by draining fluid away from your brain, alleviating symptoms, and improving your quality of life.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b9c6dca\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2fe4c488\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"5a269b92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment for a Ventriculoperitoneal Shunt in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"645769cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you have been diagnosed with hydrocephalus, there are effective treatment options. Contact us today to find out if a ventriculoperitoneal shunt is right for you.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ac9c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11715, 467, '_elementor_page_settings', 'a:0:{}'),
(11716, 467, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(11720, 472, '_edit_lock', '1784556669:1'),
(11721, 472, '_wp_page_template', 'elementor_header_footer'),
(11722, 472, 'site-sidebar-layout', 'no-sidebar'),
(11724, 472, 'ast-site-content-layout', 'full-width-container'),
(11725, 472, 'site-content-style', 'default'),
(11726, 472, 'site-sidebar-style', 'default'),
(11727, 472, 'theme-transparent-header-meta', 'default'),
(11729, 472, '_yoast_wpseo_content_score', '60'),
(11730, 472, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(11731, 472, '_elementor_edit_mode', 'builder'),
(11732, 472, '_astra_content_layout_flag', 'disabled'),
(11734, 472, 'ast-title-bar-display', 'disabled'),
(11735, 472, 'ast-featured-img', 'disabled'),
(11736, 472, '_elementor_template_type', 'wp-page'),
(11737, 472, '_elementor_version', '4.1.5'),
(11738, 472, '_elementor_pro_version', '4.0.2'),
(11740, 472, '_elementor_global_class_usage_indexed_preview', '1'),
(11741, 472, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(11762, 472, '_elementor_data', '[{\"id\":\"740dbb75\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"5895cdaa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}]},\"elements\":[{\"id\":\"4a9ae446\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chiari Decompression Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"740a887\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Learn more about chiari decompression brain surgery from experienced neurosurgeon Dr. Hart Garner.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92ada49\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"425dedda\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2be4d33f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"77479390\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Is Chiari Decompression Surgery?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c51e999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chiari decompression is a surgical procedure for a disorder known as Arnold Chiari malformation, which causes the brain tissues to protrude into the spinal canal. The disorder may be present at birth or appear as the brain and skull develop.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4cefb1da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"ff34f45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Chiari-decompression-image-1-1536x1024-1.jpg\",\"id\":474,\"size\":\"\",\"alt\":\"Facelift surgery\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"407d57a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"1950c1d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"257f40b2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>After you are asleep, the procedure starts with a midline incision at the back of your head and extends to your upper neck. The incision is usually 5 or 6 cm long.<\\/p><p>The muscles attached to your skull and spinal bones are elevated. Using a fine high-speed drill, a small window of bone (2.5cm diameter) is removed from the base of the skull. This creates more space for the cerebellum and decompresses the brainstem.<\\/p><p>Because the tonsillar herniation frequently extends into the spinal canal, the posterior arch of the first cervical vertebra, C1, is also removed.<\\/p><p>This procedure is often sufficient, and no further treatment is necessary. However, some special cases may need further treatment or surgery.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>After the procedure, the medical team will monitor your heart rate and blood pressure. In case of nausea or headache following surgery, medication will be administered.<\\/p><p>Most patients are able to go home 1 \\u2013 2 days after surgery. During the first 24 to 48 hours, make sure you have someone at home who can assist you. Always follow the care instructions provided by your surgeon.<\\/p>\",\"_id\":\"a60b487\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"13f9db74\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"15227adb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs Chiari Decompression Surgery?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33248032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you have a syrinx or a Chiari malformation that obstructs CSF flow and is causing severe or worsening symptoms, surgery may be recommended. Surgery is typically reserved for those with persistent headaches, other severe symptoms, or unusual results from a neurological examination.\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d0889b0\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"24d01aba\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"473a7f07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule a Consultation for Chiari Decompression Surgery Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76d3625\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Hart Garner is a highly experienced Minnesota brain surgeon specializing in Chiari Decompression. Contact us to schedule an appointment for your Chiari Decompression today. \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b11e333\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11813, 472, '_elementor_page_settings', 'a:0:{}'),
(11814, 472, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(11818, 479, '_elementor_global_class_usage_indexed', '1'),
(11819, 479, '_edit_lock', '1784557823:1'),
(11820, 479, '_wp_page_template', 'elementor_header_footer'),
(11821, 479, 'site-sidebar-layout', 'no-sidebar'),
(11823, 479, 'ast-site-content-layout', 'full-width-container'),
(11824, 479, 'site-content-style', 'default'),
(11825, 479, 'site-sidebar-style', 'default'),
(11826, 479, 'theme-transparent-header-meta', 'default'),
(11828, 479, '_yoast_wpseo_content_score', '90'),
(11829, 479, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(11830, 479, '_elementor_edit_mode', 'builder'),
(11831, 479, '_astra_content_layout_flag', 'disabled'),
(11833, 479, 'ast-title-bar-display', 'disabled'),
(11834, 479, 'ast-featured-img', 'disabled'),
(11835, 479, '_elementor_template_type', 'wp-page'),
(11836, 479, '_elementor_version', '4.1.5'),
(11837, 479, '_elementor_pro_version', '4.0.2'),
(11839, 479, '_elementor_global_class_usage_indexed_preview', '1'),
(11840, 479, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11861, 479, '_elementor_data', '[{\"id\":\"36548133\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"1ef9111b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":776,\"sizes\":[]}},\"elements\":[{\"id\":\"431ca45c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posterior Fossa Craniotomy in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"613ebb52\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you have a posterior fossa tumor, we may be able to help you. Schedule an appointment for a posterior fossa craniotomy with Dr. Hart Garner to learn more.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a4cde3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5812891e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"a347cfb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"6d5b314b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Posterior Fossa Craniotomy?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63c0d7d0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A posterior fossa craniotomy is a surgical procedure that involves making an opening in the back of the head to access the posterior fossa. The procedure may treat certain conditions like brain tumors that interfere with the normal functioning of the brain.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0ce2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5e8e180a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/posterior-fossa-craniotomy-image-1536x1024-1.jpg\",\"id\":481,\"size\":\"\",\"alt\":\"Posterior fossa craniotomy brain scan\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"559af701\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2a8006f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"717246a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>The surgeon will begin by removing a segment of bone from your skull. This allows the surgeon to treat the posterior fossa. They will then close the wound with metal clips.<\\/p><p>Next, the doctor will insert a wound drain. This is a narrow tube connected to a small plastic container. The drain helps the wound to heal and prevents the wound from swelling.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"<p>Upon awakening from anesthesia, you will be in an intensive care unit.<\\/p><p>Some people experience nausea and vomiting following surgery. You may also experience problems with balance and coordination. Nurses and medical staff will closely monitor your symptoms and give you medication to control them. Your wound drain will be removed the next day.<\\/p><p>In most cases, you will be hospitalized for approximately five days. Occasionally, this may be longer. A nurse will remove your clips seven to ten days after your operation.<\\/p><p>It is normal to experience headaches, for which painkillers are provided. It is also normal to feel tired and anxious when you first get home. Resting during the day may help.<\\/p><p>Patients may need physical therapy for 8 \\u2013 12 weeks or longer after the procedure.<\\/p>\",\"_id\":\"04d8cfa\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"3129a8c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"327573c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs a Posterior Fossa Craniotomy?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c8dd696\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The posterior fossa is a small area in the skull near the brainstem and cerebellum. When a tumor grows in the area of the posterior fossa, it can stop the flow of spinal fluid and increase the pressure on the spinal cord and brain.<br \\/><br \\/>The posterior fossa is usually the site of primary brain cancers. It is common to surgically remove tumors of the posterior fossa, even if they are not cancerous. There is a limited amount of space in the posterior fossa. So, if a tumor grows, it can press on delicate structures.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"28b67bf1\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2c968f2f\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":911,\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1dd6e30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn More About Posterior Fossa Craniotomy Surgery in Minnesota\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":836,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"774c69d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Dr. Hart Garner is an experienced Minnesota neurosurgeon who specializes in the treating brain tumors. Schedule an appointment with us today to learn more about posterior fossa craniotomies.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b31e2db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12034, 479, '_elementor_page_settings', 'a:0:{}'),
(12035, 479, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"_section_style\";a:1:{s:21:\"_element_custom_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:11:\"boxed_width\";i:2;s:13:\"content_width\";i:4;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;s:5:\"width\";i:1;s:16:\"flex_align_items\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(12039, 485, '_elementor_global_class_usage_indexed', '1'),
(12040, 485, '_edit_lock', '1784558724:1'),
(12041, 485, '_wp_page_template', 'elementor_header_footer'),
(12042, 485, 'site-sidebar-layout', 'no-sidebar'),
(12044, 485, 'ast-site-content-layout', 'full-width-container'),
(12045, 485, 'site-content-style', 'default'),
(12046, 485, 'site-sidebar-style', 'default'),
(12047, 485, 'theme-transparent-header-meta', 'default'),
(12049, 485, '_yoast_wpseo_content_score', '60'),
(12050, 485, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(12051, 485, '_elementor_edit_mode', 'builder'),
(12052, 485, '_astra_content_layout_flag', 'disabled'),
(12054, 485, 'ast-title-bar-display', 'disabled'),
(12055, 485, 'ast-featured-img', 'disabled'),
(12056, 485, '_elementor_template_type', 'wp-page'),
(12057, 485, '_elementor_version', '4.1.5'),
(12058, 485, '_elementor_pro_version', '4.0.2'),
(12060, 485, '_elementor_global_class_usage_indexed_preview', '1'),
(12061, 485, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(12082, 485, '_elementor_data', '[{\"id\":\"4a53c062\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}]},\"elements\":[{\"id\":\"7dad862b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":998,\"sizes\":[]}},\"elements\":[{\"id\":\"1497b1ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transsphenoidal Pituitary Tumor Removal\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54d422a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hart Garner specializes in transsphenoidal pituitary tumor removal surgery. Learn more about this minimally invasive procedure for pituitary tumor removal here.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67a577d4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule an Appointment\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7be172ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2ef8da19\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"49275ed9\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Transsphenoidal Pituitary Tumor Removal?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a28c347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Transsphenoidal surgery is also called transnasal endoscopy. It is a procedure used to remove pituitary tumors through the nasal passage, instead of opening the skull.\",\"pp_display_conditions\":[{\"_id\":\"43c194a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"168bc399\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"197e1ce9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/shutterstock_2113302470-1536x1152-1.jpg\",\"id\":487,\"size\":\"\",\"alt\":\"Team of surgeons in the OR\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9d4f4a9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2aa3f179\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21f417d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3369a93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4a30925\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f4b3ddf\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4c7de5fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"1a17d861\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Procedure\",\"_id\":\"0a1f0a5\",\"faq_answer\":\"<p>In a traditional craniotomy, the surgeon opens the skull. This is avoided with a transsphenoidal surgery.<\\/p><p>The neurosurgeon removes the tumor via the nasal passages and the sphenoid sinus. Then they can gain access to the pituitary gland from beneath the brain, to avoid important brain structures.<\\/p><p>First, the neurosurgeon makes a small incision in the back wall of the nasal passages. This allows them to enter the sphenoid sinus. Next, he opens up the sella turcica, the bony cavity containing the pituitary gland.<\\/p><p>Endoscopes, thin tubes with cameras at the tip, allow surgeons to see through a small incision and view the magnified operating site on a TV screen. This allows them to locate and remove the tumor.<\\/p><p>Transsphenoidal surgery is also associated with a shorter recovery period, and leaves no scar.<\\/p>\"},{\"tab_title\":\"Recovery\",\"faq_answer\":\"Patients are usually able to go home from the hospital within one day after surgery. Nearly all patients are able to go home within two days. If a patient is severely debilitated as a result of their tumor, they may need to stay in the hospital for a third day, though this is rare.\",\"_id\":\"25b8c28\"}],\"select_toggle_icon\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"select_toggle_icon_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"faq_items_border_border\":\"\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"faq_question_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"answer_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b023bf2\",\"pp_condition_date_time_before_value\":\"2026-07-22 10:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true},{\"id\":\"45bfe228\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ec8000e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f2411e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9482ffb\"}],\"pp_display_conditions\":[{\"_id\":\"ec3f8e2\"}]},\"elements\":[{\"id\":\"5e02ed6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Needs a Transsphenoidal Pituitary Tumor Removal?\",\"pp_display_conditions\":[{\"_id\":\"84d852c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c054b81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transsphenoidal surgery treats tumors originating from the pituitary gland. Pituitary glands are small, pea-sized glands located at the base of the brain, above the nose. They regulate many hormones in the body.<br \\/>Almost all pituitary tumors are benign (noncancerous) growths known as adenomas. Unlike malignant (cancerous) tumors, pituitary adenomas do not spread to other parts of the body. However, they can still cause a variety of health problems if left untreated.<\\/p><p>Pituitary tumors that secrete hormones are known as \\u2018functioning\\u2019 tumors. An excessive amount of certain hormones leads to conditions like acromegaly and Cushing\\u2019s disease.<\\/p><p>Tumors that do not secrete hormones are called \\u201cnonfunctioning\\u201d tumors. These tumors may become larger and press on adjacent brain structures. This can cause symptoms including vision loss and headaches.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"001c7b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"299e5882\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4325ed6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"504b888\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bc4e5d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b389cde\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"43747e88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9bd4dd1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bda9ce9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9947b99\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"88b589d\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"2ba35609\",\"elType\":\"widget\",\"settings\":{\"title\":\"chedule an Appointment with a Neurosurgeon in Minnesota Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4841b62\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266633ba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Speak with a doctor about your options for transsphenoidal pituitary tumor removal surgery. Schedule an appointment with us today.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"63afedc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23c63291\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"46c90e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12171, 485, '_elementor_page_settings', 'a:0:{}'),
(12172, 485, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:11:\"boxed_width\";i:1;s:13:\"content_width\";i:5;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(12175, 183, '_edit_lock', '1784643492:1'),
(12176, 183, 'site-sidebar-layout', 'no-sidebar'),
(12178, 183, 'ast-site-content-layout', 'full-width-container'),
(12179, 183, 'site-content-style', 'default'),
(12180, 183, 'site-sidebar-style', 'default'),
(12181, 183, 'theme-transparent-header-meta', 'default'),
(12183, 183, '_elementor_edit_mode', 'builder'),
(12184, 183, '_astra_content_layout_flag', 'disabled'),
(12186, 183, 'ast-title-bar-display', 'disabled'),
(12187, 183, 'ast-featured-img', 'disabled'),
(12188, 183, '_elementor_template_type', 'wp-page'),
(12189, 183, '_elementor_version', '4.1.5'),
(12190, 183, '_elementor_pro_version', '4.1.3'),
(12192, 183, '_elementor_global_class_usage_indexed_preview', '1'),
(12193, 183, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12225, 183, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"wordpress@hartgarnermd.com\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(12496, 2091, '_elementor_edit_mode', 'builder'),
(12497, 2091, '_elementor_template_type', 'container'),
(12498, 2091, '_elementor_version', '4.1.5'),
(12499, 2091, '_elementor_pro_version', '4.0.2'),
(12500, 2091, '_elementor_page_settings', 'a:0:{}'),
(12501, 2091, '_elementor_global_class_usage_indexed', '1'),
(12502, 2091, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12503, 2091, '_elementor_data', '[{\"id\":\"15248db3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1855e39a\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6790eed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInLeft\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f6bb0cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"22ff777\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"300365c3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#ffffff\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"0b5f3f4\",\"pp_condition_date_time_before_value\":\"2024-02-22 07:36\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#A5957A\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor2\",\"_border_color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7ce3dbd3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"XX-XXX-XXX-XXX-XX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"01f2c97\",\"link\":{\"url\":\"tel:XX-XXX-XXX-XXX-XX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@catcafe.ocm\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"link\":{\"url\":\"mailto:info@catcafe.ocm\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e9d20e4\"}],\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8807a75\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bca8292\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"f08ab80\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bc50426\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ec7d05\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"pp_display_conditions\":[{\"_id\":\"b467ee2\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"image_border_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_secondary_color\":\"#FFFFFF\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#12c2f1\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_padding_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f779133\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1980273\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c2fd7f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"text\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"text\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"placeholder\":\"\",\"required\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(12513, 2091, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:1;s:10:\"link_click\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:24:\"icon_self_vertical_align\";i:1;s:20:\"icon_vertical_offset\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:18:\"image_border_width\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:21:\"box_shadow_box_shadow\";i:2;s:26:\"box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:13:\"content_width\";i:2;s:5:\"width\";i:2;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:8:\"flex_gap\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:3:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_size\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_form_style\";a:6:{s:10:\"column_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:7:\"row_gap\";i:1;s:12:\"html_spacing\";i:1;}s:19:\"section_field_style\";a:1:{s:18:\"field_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(12514, 2091, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(13136, 889, '_edit_lock', '1784643312:1'),
(13137, 889, 'site-sidebar-layout', 'no-sidebar'),
(13139, 889, 'ast-site-content-layout', 'full-width-container'),
(13140, 889, 'site-content-style', 'default'),
(13141, 889, 'site-sidebar-style', 'default'),
(13142, 889, 'theme-transparent-header-meta', 'default'),
(13144, 889, '_elementor_edit_mode', 'builder'),
(13145, 889, '_astra_content_layout_flag', 'disabled'),
(13147, 889, 'ast-title-bar-display', 'disabled'),
(13148, 889, 'ast-featured-img', 'disabled'),
(13149, 889, '_elementor_template_type', 'wp-page'),
(13150, 889, '_elementor_version', '4.1.5'),
(13151, 889, '_elementor_pro_version', '4.1.3'),
(13153, 889, '_elementor_global_class_usage_indexed_preview', '1'),
(13154, 889, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(13177, 889, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"wordpress@hartgarnermd.com\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(13301, 160, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(13303, 160, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13348, 160, 'astra-migrate-meta-layouts', 'set');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13387, 144, '_elementor_page_settings', 'a:0:{}'),
(13388, 144, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:8;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:2;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:2;s:25:\"select_toggle_icon_active\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:2;s:23:\"faq_items_border_border\";i:2;s:23:\"faq_items_border_radius\";i:2;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:2;s:16:\"question_padding\";i:2;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(13393, 378, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13394, 378, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(13396, 378, 'astra-migrate-meta-layouts', 'set'),
(13435, 224, '_elementor_page_settings', 'a:0:{}'),
(13436, 224, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:7;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:12;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:4:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;s:30:\"question_typography_typography\";i:1;s:38:\"question_typography_line_height_mobile\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(13443, 340, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13444, 340, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(13484, 236, '_elementor_page_settings', 'a:0:{}'),
(13485, 236, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:8;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:2;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:2;s:25:\"select_toggle_icon_active\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:2;s:23:\"faq_items_border_border\";i:2;s:23:\"faq_items_border_radius\";i:2;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:2;s:16:\"question_padding\";i:2;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(13486, 340, 'astra-migrate-meta-layouts', 'set'),
(13492, 585, '_elementor_global_class_usage_indexed', '1'),
(13498, 1302, '_elementor_global_class_usage_indexed', '1'),
(13499, 585, 'astra-migrate-meta-layouts', 'set'),
(13500, 585, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13501, 585, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(13540, 244, '_elementor_page_settings', 'a:0:{}'),
(13541, 244, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:7;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:12;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:19:\"image_border_radius\";i:2;s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(13586, 1643, '_elementor_page_settings', 'a:0:{}'),
(13587, 1643, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:7;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:12;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(13592, 144, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13593, 144, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(13645, 263, '_elementor_page_settings', 'a:0:{}'),
(13646, 263, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:8;s:20:\"flex_justify_content\";i:3;s:14:\"flex_direction\";i:4;s:21:\"flex_direction_tablet\";i:4;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:14;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:8;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:14;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(13647, 144, 'astra-migrate-meta-layouts', 'set'),
(13689, 278, '_elementor_page_settings', 'a:0:{}'),
(13690, 278, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:6;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:11;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:19:\"image_border_radius\";i:1;s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(13695, 244, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13696, 244, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(13709, 244, 'astra-migrate-meta-layouts', 'set'),
(13748, 272, '_elementor_page_settings', 'a:0:{}'),
(13749, 272, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:7;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:12;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:19:\"image_border_radius\";i:2;s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:2;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:2;s:25:\"select_toggle_icon_active\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:2;s:23:\"faq_items_border_border\";i:2;s:23:\"faq_items_border_radius\";i:2;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:2;s:16:\"question_padding\";i:2;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(13754, 278, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13755, 278, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(13768, 278, 'astra-migrate-meta-layouts', 'set'),
(13807, 286, '_elementor_page_settings', 'a:0:{}'),
(13808, 286, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:7;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:12;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(13813, 472, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13814, 472, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(13826, 472, 'astra-migrate-meta-layouts', 'set'),
(13865, 292, '_elementor_page_settings', 'a:0:{}'),
(13866, 292, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:7;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:12;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:2;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:2;s:25:\"select_toggle_icon_active\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:2;s:23:\"faq_items_border_border\";i:2;s:23:\"faq_items_border_radius\";i:2;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:2;s:16:\"question_padding\";i:2;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(13870, 224, 'astra-migrate-meta-layouts', 'set'),
(13871, 224, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13872, 224, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(13925, 310, '_elementor_page_settings', 'a:0:{}'),
(13926, 310, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:13:\"content_width\";i:10;s:5:\"width\";i:2;s:18:\"width_mobile_extra\";i:2;s:12:\"width_mobile\";i:2;s:14:\"flex_direction\";i:4;s:20:\"flex_justify_content\";i:2;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:15;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:8;s:20:\"padding_mobile_extra\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:15;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(13930, 183, 'astra-migrate-meta-layouts', 'set'),
(13931, 183, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13932, 183, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(13985, 316, '_elementor_page_settings', 'a:0:{}'),
(13986, 316, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:7;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:12;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(13991, 434, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(13992, 434, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14015, 434, 'astra-migrate-meta-layouts', 'set'),
(14054, 322, '_elementor_page_settings', 'a:0:{}'),
(14055, 322, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:8;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:19:\"image_border_radius\";i:2;s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(14062, 430, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14063, 430, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14114, 326, '_elementor_page_settings', 'a:0:{}'),
(14115, 326, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:13:\"content_width\";i:8;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;s:16:\"flex_align_items\";i:1;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(14116, 430, 'astra-migrate-meta-layouts', 'set'),
(14159, 426, 'astra-migrate-meta-layouts', 'set'),
(14160, 426, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14161, 426, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14210, 332, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14211, 332, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:10;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:4;s:21:\"flex_direction_tablet\";i:4;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:16;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:8;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:16;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:2;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:2;s:25:\"select_toggle_icon_active\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:2;s:23:\"faq_items_border_border\";i:2;s:23:\"faq_items_border_radius\";i:2;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:2;s:16:\"question_padding\";i:2;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(14212, 389, 'astra-migrate-meta-layouts', 'set'),
(14213, 389, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14214, 389, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14229, 450, 'astra-migrate-meta-layouts', 'set'),
(14230, 450, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14231, 450, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14243, 272, 'astra-migrate-meta-layouts', 'set'),
(14244, 272, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14245, 272, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14259, 286, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14260, 286, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14273, 286, 'astra-migrate-meta-layouts', 'set'),
(14275, 402, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14276, 402, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14327, 340, '_elementor_page_settings', 'a:0:{}'),
(14328, 340, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:8;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:7;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:2;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:2;s:25:\"select_toggle_icon_active\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:2;s:23:\"faq_items_border_border\";i:2;s:23:\"faq_items_border_radius\";i:2;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:2;s:16:\"question_padding\";i:2;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(14332, 402, 'astra-migrate-meta-layouts', 'set'),
(14371, 351, '_elementor_page_settings', 'a:0:{}'),
(14372, 351, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:4;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:1;s:21:\"flex_direction_tablet\";i:1;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:7;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:5;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(14377, 292, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14378, 292, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14391, 292, 'astra-migrate-meta-layouts', 'set'),
(14430, 96, '_elementor_page_settings', 'a:0:{}'),
(14431, 96, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"_section_style\";a:6:{s:21:\"_element_custom_width\";i:1;s:32:\"_element_custom_width_widescreen\";i:1;s:34:\"_element_custom_width_tablet_extra\";i:1;s:28:\"_element_custom_width_tablet\";i:1;s:34:\"_element_custom_width_mobile_extra\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:13:\"content_width\";i:6;s:16:\"flex_align_items\";i:1;s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:2;s:21:\"flex_direction_tablet\";i:2;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:6;s:20:\"padding_mobile_extra\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:19:\"image_border_radius\";i:2;s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:29:\"section_accordion_toggle_icon\";a:2:{s:18:\"select_toggle_icon\";i:1;s:25:\"select_toggle_icon_active\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_faq_items_style\";a:3:{s:25:\"faqs_items_bottom_spacing\";i:1;s:23:\"faq_items_border_border\";i:1;s:23:\"faq_items_border_radius\";i:1;}s:23:\"section_questions_style\";a:2:{s:26:\"faq_question_border_radius\";i:1;s:16:\"question_padding\";i:1;}s:21:\"section_answers_style\";a:1:{s:14:\"answer_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(14439, 1027, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14440, 1027, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14451, 1027, 'astra-migrate-meta-layouts', 'set'),
(14465, 236, 'astra-migrate-meta-layouts', 'set'),
(14466, 236, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14467, 236, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14483, 455, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14484, 455, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14496, 455, 'astra-migrate-meta-layouts', 'set'),
(14516, 413, 'astra-migrate-meta-layouts', 'set'),
(14517, 413, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14518, 413, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14531, 361, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14532, 361, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14544, 361, 'astra-migrate-meta-layouts', 'set'),
(14545, 490, '_edit_lock', '1784557783:1'),
(14546, 490, '_wp_page_template', 'default'),
(14547, 490, 'site-sidebar-layout', 'default'),
(14549, 490, 'ast-site-content-layout', 'default'),
(14550, 490, 'site-content-style', 'default'),
(14551, 490, 'site-sidebar-style', 'default'),
(14552, 490, 'theme-transparent-header-meta', 'default'),
(14554, 490, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14555, 490, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14556, 490, '_yoast_wpseo_content_score', '60'),
(14557, 490, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(14558, 490, 'astra-migrate-meta-layouts', 'set'),
(14559, 479, 'astra-migrate-meta-layouts', 'set'),
(14560, 479, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14561, 479, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14573, 2237, '_elementor_edit_mode', 'builder'),
(14574, 2237, '_elementor_template_type', 'archive'),
(14577, 2237, '_elementor_version', '4.1.5'),
(14578, 2237, '_elementor_pro_version', '4.1.3'),
(14579, 2237, '_elementor_global_class_usage_indexed', '1'),
(14580, 2237, '_elementor_global_class_usage_indexed_preview', '1'),
(14581, 2237, '_astra_content_layout_flag', 'disabled'),
(14583, 2237, 'ast-title-bar-display', 'disabled'),
(14584, 2237, 'ast-featured-img', 'disabled'),
(14585, 2237, 'ast-site-content-layout', 'full-width-container'),
(14586, 2237, 'site-sidebar-layout', 'no-sidebar'),
(14588, 2237, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(14589, 2237, '_edit_lock', '1784558169:1'),
(14590, 356, 'astra-migrate-meta-layouts', 'set'),
(14591, 356, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14592, 356, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14606, 3, '_edit_lock', '1784557878:1'),
(14607, 3, '_edit_last', '1'),
(14608, 3, 'site-sidebar-layout', 'default'),
(14610, 3, 'ast-site-content-layout', 'default'),
(14611, 3, 'site-content-style', 'default'),
(14612, 3, 'site-sidebar-style', 'default'),
(14613, 3, 'theme-transparent-header-meta', 'default'),
(14614, 3, 'astra-migrate-meta-layouts', 'set'),
(14615, 3, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14616, 3, '_yoast_wpseo_content_score', '60'),
(14617, 3, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(14618, 2241, '_elementor_edit_mode', 'builder'),
(14619, 2241, '_elementor_template_type', 'container'),
(14620, 2241, '_elementor_version', '4.1.5'),
(14621, 2241, '_elementor_pro_version', '4.1.3'),
(14622, 2241, '_elementor_page_settings', 'a:0:{}'),
(14623, 2241, '_elementor_global_class_usage_indexed', '1'),
(14624, 2241, '_elementor_global_class_usage_indexed_preview', '1'),
(14625, 2241, '_elementor_data', '[{\"id\":\"29f2d8c2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"fb7dbd7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"54d7e5d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9364e87\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c016760\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"535d314\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"pp_display_conditions\":[{\"_id\":\"d6fd5fe\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"42e149c0\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"pp_display_conditions\":[{\"_id\":\"010fdf6\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"1804104\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"1c18d28\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"type\":\"date\",\"date_format\":\"default\",\"time_format\":\"default\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":false,\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"yes\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"show_icon\":\"default\"}],\"pp_display_conditions\":[{\"_id\":\"636b958\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"6a7eb73d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ba1e304\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"4e789a07\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"pp_display_conditions\":[{\"_id\":\"9496c7f\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"label_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor1\",\"arrow_color\":\"globals\\/colors?id=astglobalcolor1\",\"sep_color\":\"globals\\/colors?id=astglobalcolor1\"},\"arrow_previous_icon\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"arrow_next_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false}]'),
(14635, 2241, '_elementor_controls_usage', 'a:6:{s:25:\"theme-post-featured-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:15:\"post-navigation\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:2:{s:14:\"flex_direction\";i:1;s:11:\"boxed_width\";i:1;}}s:5:\"style\";a:1:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(14636, 2243, '_elementor_edit_mode', 'builder'),
(14637, 2243, '_elementor_template_type', 'container'),
(14638, 2243, '_elementor_version', '4.1.5'),
(14639, 2243, '_elementor_pro_version', '4.1.3'),
(14640, 2243, '_elementor_page_settings', 'a:0:{}'),
(14641, 2243, '_elementor_global_class_usage_indexed', '1'),
(14642, 2243, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14643, 2243, '_elementor_data', '[{\"id\":\"5dbcdcef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8dabad0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"187c8b0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"dd8a009\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"eb33ee5\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:34\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67c10d49\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"872dbe4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"613ea8a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"295b3d9\"}],\"pp_display_conditions\":[{\"_id\":\"f0d4957\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:34\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"zoomIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17695309\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"865b08b\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:34\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fb90402\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"a118ce4\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:34\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"6dfdb384\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"872dbe4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"613ea8a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"295b3d9\"}],\"pp_display_conditions\":[{\"_id\":\"f0d4957\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:34\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"92d92f3\",\"elType\":\"widget\",\"settings\":{\"classic_columns_mobile_extra\":\"1\",\"classic_thumbnail_size_size\":\"full\",\"classic_excerpt_length\":12,\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_color\":\"#000000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"pp_display_conditions\":[{\"_id\":\"b927082\",\"pp_condition_date_time_before_value\":\"2024-11-06 16:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-17 to 2026-07-23\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=astglobalcolor3\",\"classic_meta_color\":\"globals\\/colors?id=astglobalcolor3\",\"classic_excerpt_color\":\"globals\\/colors?id=astglobalcolor3\",\"classic_read_more_color\":\"\"},\"classic_posts_per_page\":3,\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(14653, 2243, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:2:{s:13:\"content_width\";i:2;s:14:\"flex_direction\";i:1;}}s:5:\"style\";a:1:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:5:{s:28:\"classic_columns_mobile_extra\";i:1;s:27:\"classic_thumbnail_size_size\";i:1;s:22:\"classic_excerpt_length\";i:1;s:17:\"classic_meta_data\";i:1;s:22:\"classic_posts_per_page\";i:1;}}s:5:\"style\";a:2:{s:26:\"classic_section_design_box\";a:3:{s:23:\"classic_content_padding\";i:1;s:34:\"classic_box_shadow_box_shadow_type\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;}s:30:\"classic_section_design_content\";a:12:{s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:34:\"classic_title_typography_font_size\";i:1;s:21:\"classic_title_spacing\";i:1;s:18:\"classic_meta_color\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:33:\"classic_meta_typography_font_size\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(14654, 326, 'astra-migrate-meta-layouts', 'set'),
(14655, 326, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14656, 326, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14669, 2243, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(14671, 1272, '_elementor_global_class_usage_indexed', '1'),
(14673, 1291, '_elementor_global_class_usage_indexed', '1'),
(14675, 889, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14676, 889, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14692, 2237, '_wp_page_template', 'default'),
(14693, 2237, '_elementor_data', '[{\"id\":\"1b666441\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8dabad0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"187c8b0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"dd8a009\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"eb33ee5\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:34\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"32a7d59\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"872dbe4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"613ea8a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"295b3d9\"}],\"pp_display_conditions\":[{\"_id\":\"f0d4957\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:34\"}],\"animation\":\"none\"},\"elements\":[{\"id\":\"7dd8b062\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"865b08b\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c0e7d4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"872dbe4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"613ea8a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"295b3d9\"}],\"pp_display_conditions\":[{\"_id\":\"f0d4957\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:34\"}],\"animation\":\"none\"},\"elements\":[{\"id\":\"6f0d45f\",\"elType\":\"widget\",\"settings\":{\"classic_columns_mobile_extra\":\"1\",\"classic_thumbnail_size_size\":\"full\",\"classic_excerpt_length\":12,\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_color\":\"#000000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"pp_display_conditions\":[{\"_id\":\"b927082\",\"pp_condition_date_time_before_value\":\"2024-11-06 16:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=astglobalcolor3\",\"classic_meta_color\":\"globals\\/colors?id=astglobalcolor3\",\"classic_excerpt_color\":\"globals\\/colors?id=astglobalcolor3\",\"classic_read_more_color\":\"\",\"classic_box_bg_color\":\"globals\\/colors?id=astglobalcolor4\"},\"classic_posts_per_page\":12,\"pagination_type\":\"numbers\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(14706, 2237, '_elementor_conditions', 'a:1:{i:0;s:28:\"include/archive/post_archive\";}'),
(14709, 889, 'astra-migrate-meta-layouts', 'set'),
(14725, 406, 'astra-migrate-meta-layouts', 'set'),
(14726, 406, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14727, 406, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14750, 2237, '_elementor_page_settings', 'a:0:{}'),
(14751, 2237, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:2:{s:13:\"content_width\";i:2;s:14:\"flex_direction\";i:1;}}s:5:\"style\";a:1:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:5:{s:28:\"classic_columns_mobile_extra\";i:1;s:27:\"classic_thumbnail_size_size\";i:1;s:22:\"classic_excerpt_length\";i:1;s:17:\"classic_meta_data\";i:1;s:22:\"classic_posts_per_page\";i:1;}s:18:\"section_pagination\";a:2:{s:21:\"pagination_page_limit\";i:1;s:15:\"pagination_type\";i:1;}}s:5:\"style\";a:2:{s:26:\"classic_section_design_box\";a:3:{s:23:\"classic_content_padding\";i:1;s:34:\"classic_box_shadow_box_shadow_type\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;}s:30:\"classic_section_design_content\";a:12:{s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:34:\"classic_title_typography_font_size\";i:1;s:21:\"classic_title_spacing\";i:1;s:18:\"classic_meta_color\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:33:\"classic_meta_typography_font_size\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(14755, 370, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14756, 370, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14768, 370, 'astra-migrate-meta-layouts', 'set'),
(14769, 316, 'astra-migrate-meta-layouts', 'set'),
(14770, 316, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14771, 316, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14788, 332, 'astra-migrate-meta-layouts', 'set'),
(14789, 332, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14790, 332, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14803, 96, 'astra-migrate-meta-layouts', 'set'),
(14804, 96, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14805, 96, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14818, 2257, '_elementor_edit_mode', 'builder'),
(14819, 2257, '_elementor_template_type', 'single-post'),
(14822, 2257, '_elementor_version', '4.1.5'),
(14823, 2257, '_elementor_pro_version', '4.1.3'),
(14824, 2257, '_elementor_global_class_usage_indexed', '1'),
(14825, 2257, '_elementor_global_class_usage_indexed_preview', '1'),
(14826, 2257, '_astra_content_layout_flag', 'disabled'),
(14828, 2257, 'ast-title-bar-display', 'disabled'),
(14829, 2257, 'ast-featured-img', 'disabled'),
(14830, 2257, 'ast-site-content-layout', 'full-width-container'),
(14831, 2257, 'site-sidebar-layout', 'no-sidebar'),
(14833, 2257, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(14834, 2257, '_edit_lock', '1784558586:1'),
(14835, 2241, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(14836, 351, 'astra-migrate-meta-layouts', 'set'),
(14837, 351, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14838, 351, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14852, 1643, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14853, 1643, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14868, 1302, '_elementor_template_type', 'wp-post'),
(14869, 1302, '_elementor_version', '4.1.5'),
(14870, 1302, '_elementor_pro_version', '4.1.3'),
(14871, 1302, '_elementor_page_settings', 'a:0:{}'),
(14872, 1302, '_elementor_global_class_usage_indexed_preview', '1'),
(14873, 1643, 'astra-migrate-meta-layouts', 'set'),
(14874, 2257, '_wp_page_template', 'default'),
(14875, 2257, '_elementor_data', '[{\"id\":\"7d750bfd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"fb7dbd7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"54d7e5d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9364e87\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c016760\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\"}]},\"elements\":[{\"id\":\"3cf702a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"pp_display_conditions\":[{\"_id\":\"d6fd5fe\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"30176feb\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"pp_display_conditions\":[{\"_id\":\"010fdf6\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"5a365dd0\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"1c18d28\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"pp_display_conditions\":[{\"_id\":\"636b958\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"798ee746\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ba1e304\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"353b627c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"pp_display_conditions\":[{\"_id\":\"9496c7f\",\"pp_condition_date_time_before_value\":\"2026-07-23 14:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"label_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor1\",\"arrow_color\":\"globals\\/colors?id=astglobalcolor1\",\"sep_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false}]'),
(14888, 2257, '_elementor_conditions', 'a:1:{i:0;s:21:\"include/singular/post\";}'),
(14891, 322, 'astra-migrate-meta-layouts', 'set'),
(14892, 322, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14893, 322, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14949, 2257, '_elementor_page_settings', 'a:0:{}'),
(14950, 2257, '_elementor_controls_usage', 'a:6:{s:25:\"theme-post-featured-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:15:\"post-navigation\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:2:{s:14:\"flex_direction\";i:1;s:11:\"boxed_width\";i:1;}}s:5:\"style\";a:1:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(14951, 420, 'astra-migrate-meta-layouts', 'set'),
(14952, 420, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14953, 420, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14965, 310, 'astra-migrate-meta-layouts', 'set'),
(14966, 310, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14967, 310, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14980, 443, 'astra-migrate-meta-layouts', 'set'),
(14981, 443, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(14982, 443, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(14994, 1115, '_edit_lock', '1784558652:1'),
(14995, 1115, 'site-sidebar-layout', 'default'),
(14997, 1115, 'ast-site-content-layout', 'default'),
(14998, 1115, 'site-content-style', 'default'),
(14999, 1115, 'site-sidebar-style', 'default'),
(15000, 1115, 'theme-transparent-header-meta', 'default'),
(15002, 1115, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(15003, 1115, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(15004, 1115, '_yoast_wpseo_content_score', '90'),
(15005, 1115, 'astra-migrate-meta-layouts', 'set'),
(15006, 366, 'astra-migrate-meta-layouts', 'set'),
(15007, 366, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(15008, 366, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(15020, 485, 'astra-migrate-meta-layouts', 'set'),
(15021, 485, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(15022, 485, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(15034, 394, 'astra-migrate-meta-layouts', 'set'),
(15035, 394, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(15036, 394, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(15048, 34, '_edit_lock', '1784558785:1'),
(15049, 34, 'site-sidebar-layout', 'default'),
(15051, 34, 'ast-site-content-layout', 'default'),
(15052, 34, 'site-content-style', 'default'),
(15053, 34, 'site-sidebar-style', 'default'),
(15054, 34, 'theme-transparent-header-meta', 'default'),
(15055, 34, 'astra-migrate-meta-layouts', 'set'),
(15056, 34, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(15057, 34, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(15058, 34, '_yoast_wpseo_content_score', '90'),
(15059, 34, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(15100, 467, 'astra-migrate-meta-layouts', 'set'),
(15101, 467, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(15102, 467, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(15114, 461, 'astra-migrate-meta-layouts', 'set'),
(15115, 461, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(15116, 461, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(15168, 1027, '_elementor_page_settings', 'a:0:{}'),
(15169, 1027, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:10:\"pp-buttons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_list\";a:1:{s:7:\"buttons\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:12:{s:13:\"content_width\";i:8;s:8:\"flex_gap\";i:2;s:11:\"boxed_width\";i:2;s:10:\"min_height\";i:1;s:21:\"min_height_widescreen\";i:1;s:23:\"min_height_tablet_extra\";i:1;s:17:\"min_height_tablet\";i:1;s:23:\"min_height_mobile_extra\";i:1;s:17:\"min_height_mobile\";i:1;s:20:\"flex_justify_content\";i:4;s:14:\"flex_direction\";i:4;s:21:\"flex_direction_tablet\";i:3;}}s:5:\"style\";a:5:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:14;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:1;s:26:\"background_overlay_color_b\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}s:21:\"section_shape_divider\";a:3:{s:20:\"shape_divider_bottom\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:14;}s:14:\"section_layout\";a:3:{s:7:\"padding\";i:6;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:1;}}}}s:12:\"pp-logo-grid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_logo_grid\";a:4:{s:8:\"pp_logos\";i:1;s:7:\"columns\";i:1;s:20:\"logos_vertical_align\";i:1;s:20:\"logos_spacing_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:20:\"pp-info-box-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:18:\"section_info_boxes\";a:5:{s:13:\"pp_info_boxes\";i:1;s:6:\"layout\";i:1;s:14:\"title_html_tag\";i:1;s:20:\"columns_mobile_extra\";i:1;s:18:\"equal_height_boxes\";i:1;}}s:5:\"style\";a:6:{s:22:\"section_info_box_style\";a:5:{s:22:\"info_box_border_border\";i:1;s:21:\"info_box_border_width\";i:1;s:21:\"info_box_border_color\";i:1;s:22:\"info_box_border_radius\";i:1;s:16:\"info_box_padding\";i:1;}s:27:\"section_info_box_icon_style\";a:3:{s:9:\"icon_size\";i:1;s:14:\"icon_img_width\";i:1;s:11:\"icon_margin\";i:1;}s:28:\"section_info_box_title_style\";a:2:{s:12:\"title_margin\";i:1;s:15:\"subtitle_margin\";i:1;}s:29:\"section_info_box_button_style\";a:2:{s:22:\"button_bg_color_normal\";i:1;s:14:\"button_padding\";i:1;}s:30:\"section_info_description_style\";a:1:{s:18:\"description_margin\";i:1;}s:20:\"section_layout_style\";a:2:{s:11:\"columns_gap\";i:1;s:8:\"rows_gap\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_video\";a:3:{s:10:\"video_type\";i:3;s:10:\"hosted_url\";i:3;s:6:\"poster\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_video_style\";a:1:{s:12:\"aspect_ratio\";i:3;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}}}}'),
(15171, 263, '_yoast_wpseo_title', '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon'),
(15172, 263, '_yoast_wpseo_metadesc', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.'),
(15189, 263, 'astra-migrate-meta-layouts', 'set'),
(15212, 1259, '_elementor_global_class_usage_indexed', '1'),
(15245, 2285, '_elementor_source', 'post'),
(15246, 2285, '_elementor_edit_mode', 'builder'),
(15247, 2285, '_elementor_template_type', 'header'),
(15248, 2285, '_elementor_version', '4.1.5'),
(15249, 2285, '_elementor_pro_version', '4.1.3'),
(15250, 2285, '_elementor_global_class_usage_indexed', '1'),
(15251, 2285, '_elementor_global_class_usage_indexed_preview', '1'),
(15252, 2285, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15253, 2285, '_wp_page_template', 'default');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15254, 2285, '_elementor_data', '[{\"id\":\"385cfe6b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b3d4515\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"458adda\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b286768\"}],\"pp_display_conditions\":[{\"_id\":\"0f35c1f\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"flex_wrap_mobile_extra\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1920,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7C9\"},\"elements\":[{\"id\":\"753b7397\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"560e4f0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":9,\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/logo-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"align\":\"left\",\"space\":{\"unit\":\"px\",\"size\":223,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"401c9f7\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"645eac4\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":161,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"27b717bb\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_flex_order_tablet_extra\":\"end\"},\"elements\":[{\"id\":\"538f5559\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"menu_type\":\"off-canvas\",\"toggle_label\":\"Menu\",\"toggle_align\":\"right\",\"color_menu_item\":\"#666666\",\"color_menu_item_hover\":\"#1baaa8\",\"color_menu_item_active\":\"#1baaa8\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#000000\",\"background_color_dropdown_item_hover\":\"#1baaa8\",\"color_dropdown_item_active\":\"#000000\",\"background_color_dropdown_item_active\":\"#1baaa8\",\"toggle_color\":\"#666666\",\"toggle_background_color\":\"#02010100\",\"toggle_color_hover\":\"#666666\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"overlay_bg_color\":\"#000000\",\"mobile_link_color\":\"#666666\",\"mobile_sub_link_bg_color\":\"#000000\",\"mobile_sub_link_color\":\"#666666\",\"mobile_link_hover\":\"#000000\",\"mobile_link_bg_hover\":\"#115488\",\"mobile_sub_link_bg_hover\":\"#115488\",\"mobile_sub_link_hover\":\"#000000\",\"close_icon_color\":\"#000000\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"d41f24b\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=astglobalcolor3\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"toggle_color\":\"globals\\/colors?id=astglobalcolor3\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"close_icon_color\":\"\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"dropdown_divider_color\":\"\",\"dropdown_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_border_border\":\"solid\",\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dropdown_border_color\":\"#1baaa8\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":12,\"color\":\"rgba(229.81875, 229.31914402173913, 229.31914402173913, 0.35)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dropdown_divider_color\":\"#E6E6E6\",\"close_icon_color_hover\":\"#666666\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"550dba1\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items_tablet_extra\":\"center\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"8a358a3\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"text\":\"Schedule an Appointment\",\"_id\":\"1a8672b\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Refer a Patient\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/refer-a-patient\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"47597c9\",\"__globals__\":{\"single_button_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"single_button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor0\"}}],\"button_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_align\":\"\",\"icon_position\":\"after\",\"pp_display_conditions\":[{\"_id\":\"b4aaade\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"button_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"12\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-buttons\"}],\"isInner\":true}],\"isInner\":false}]'),
(15255, 2285, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(15256, 2285, '_elementor_page_settings', 'a:0:{}'),
(15260, 2286, '_elementor_source', 'post'),
(15261, 2286, '_elementor_edit_mode', 'builder'),
(15262, 2286, '_elementor_template_type', 'header'),
(15263, 2286, '_elementor_version', '4.1.5'),
(15264, 2286, '_elementor_pro_version', '4.1.3'),
(15265, 2286, '_elementor_global_class_usage_indexed', '1'),
(15266, 2286, '_elementor_global_class_usage_indexed_preview', '1'),
(15267, 2286, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15268, 2286, '_wp_page_template', 'default'),
(15269, 2286, '_elementor_data', '[{\"id\":\"385cfe6b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b3d4515\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"458adda\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b286768\"}],\"pp_display_conditions\":[{\"_id\":\"0f35c1f\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"flex_wrap_mobile_extra\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1920,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7C9\"},\"elements\":[{\"id\":\"753b7397\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"560e4f0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":9,\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/logo-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"align\":\"left\",\"space\":{\"unit\":\"px\",\"size\":223,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"401c9f7\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"645eac4\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":161,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"27b717bb\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_flex_order_tablet_extra\":\"end\"},\"elements\":[{\"id\":\"538f5559\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"menu_type\":\"off-canvas\",\"toggle_label\":\"Menu\",\"toggle_align\":\"right\",\"color_menu_item\":\"#666666\",\"color_menu_item_hover\":\"#1baaa8\",\"color_menu_item_active\":\"#1baaa8\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#000000\",\"background_color_dropdown_item_hover\":\"#1baaa8\",\"color_dropdown_item_active\":\"#000000\",\"background_color_dropdown_item_active\":\"#1baaa8\",\"toggle_color\":\"#666666\",\"toggle_background_color\":\"#02010100\",\"toggle_color_hover\":\"#666666\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"overlay_bg_color\":\"#000000\",\"mobile_link_color\":\"#666666\",\"mobile_sub_link_bg_color\":\"#000000\",\"mobile_sub_link_color\":\"#666666\",\"mobile_link_hover\":\"#000000\",\"mobile_link_bg_hover\":\"#115488\",\"mobile_sub_link_bg_hover\":\"#115488\",\"mobile_sub_link_hover\":\"#000000\",\"close_icon_color\":\"#000000\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"d41f24b\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=astglobalcolor3\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"toggle_color\":\"globals\\/colors?id=astglobalcolor3\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"close_icon_color\":\"\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"dropdown_divider_color\":\"\",\"dropdown_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_border_border\":\"solid\",\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dropdown_border_color\":\"#1baaa8\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":12,\"color\":\"rgba(229.81875, 229.31914402173913, 229.31914402173913, 0.35)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dropdown_divider_color\":\"#E6E6E6\",\"close_icon_color_hover\":\"#666666\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"550dba1\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items_tablet_extra\":\"center\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_align_items\":\"flex-end\"},\"elements\":[{\"id\":\"8a358a3\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"text\":\"Schedule an Appointment\",\"_id\":\"1a8672b\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Refer a Patient\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/refer-a-patient\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"47597c9\",\"__globals__\":{\"single_button_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"single_button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor0\"}}],\"button_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_align\":\"\",\"icon_position\":\"after\",\"pp_display_conditions\":[{\"_id\":\"b4aaade\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"button_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"12\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"15\",\"bottom\":\"14\",\"left\":\"18\",\"isLinked\":false},\"icon_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-buttons\"}],\"isInner\":true}],\"isInner\":false}]'),
(15270, 2286, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(15278, 2287, '_elementor_source', 'post'),
(15279, 2287, '_elementor_edit_mode', 'builder'),
(15280, 2287, '_elementor_template_type', 'header'),
(15281, 2287, '_elementor_version', '4.1.5'),
(15282, 2287, '_elementor_pro_version', '4.1.3'),
(15283, 2287, '_elementor_global_class_usage_indexed', '1'),
(15284, 2287, '_elementor_global_class_usage_indexed_preview', '1'),
(15285, 2287, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15286, 2287, '_wp_page_template', 'default'),
(15287, 2287, '_elementor_data', '[{\"id\":\"385cfe6b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b3d4515\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"458adda\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b286768\"}],\"pp_display_conditions\":[{\"_id\":\"0f35c1f\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"flex_wrap_mobile_extra\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1920,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7C9\"},\"elements\":[{\"id\":\"753b7397\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"560e4f0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":9,\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/logo-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"align\":\"left\",\"space\":{\"unit\":\"px\",\"size\":223,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"401c9f7\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"645eac4\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":161,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"27b717bb\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_flex_order_tablet_extra\":\"end\"},\"elements\":[{\"id\":\"538f5559\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"menu_type\":\"off-canvas\",\"toggle_label\":\"Menu\",\"toggle_align\":\"right\",\"color_menu_item\":\"#666666\",\"color_menu_item_hover\":\"#1baaa8\",\"color_menu_item_active\":\"#1baaa8\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#000000\",\"background_color_dropdown_item_hover\":\"#1baaa8\",\"color_dropdown_item_active\":\"#000000\",\"background_color_dropdown_item_active\":\"#1baaa8\",\"toggle_color\":\"#666666\",\"toggle_background_color\":\"#02010100\",\"toggle_color_hover\":\"#666666\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"overlay_bg_color\":\"#000000\",\"mobile_link_color\":\"#666666\",\"mobile_sub_link_bg_color\":\"#000000\",\"mobile_sub_link_color\":\"#666666\",\"mobile_link_hover\":\"#000000\",\"mobile_link_bg_hover\":\"#115488\",\"mobile_sub_link_bg_hover\":\"#115488\",\"mobile_sub_link_hover\":\"#000000\",\"close_icon_color\":\"#000000\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"d41f24b\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=astglobalcolor3\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"toggle_color\":\"globals\\/colors?id=astglobalcolor3\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"close_icon_color\":\"\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"dropdown_divider_color\":\"\",\"dropdown_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_border_border\":\"solid\",\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dropdown_border_color\":\"#1baaa8\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":12,\"color\":\"rgba(229.81875, 229.31914402173913, 229.31914402173913, 0.35)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dropdown_divider_color\":\"#E6E6E6\",\"close_icon_color_hover\":\"#666666\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"550dba1\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items_tablet_extra\":\"center\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_align_items\":\"flex-end\"},\"elements\":[{\"id\":\"8a358a3\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"text\":\"Schedule an Appointment\",\"_id\":\"1a8672b\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Refer a Patient\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/refer-a-patient\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"47597c9\",\"__globals__\":{\"single_button_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"single_button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor0\"}}],\"button_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_align\":\"\",\"icon_position\":\"after\",\"pp_display_conditions\":[{\"_id\":\"b4aaade\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"button_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"12\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"15\",\"bottom\":\"14\",\"left\":\"18\",\"isLinked\":false},\"icon_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-buttons\"}],\"isInner\":true}],\"isInner\":false}]'),
(15288, 2287, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(15296, 2288, '_elementor_source', 'post'),
(15297, 2288, '_elementor_edit_mode', 'builder'),
(15298, 2288, '_elementor_template_type', 'header'),
(15299, 2288, '_elementor_version', '4.1.5'),
(15300, 2288, '_elementor_pro_version', '4.1.3'),
(15301, 2288, '_elementor_global_class_usage_indexed', '1'),
(15302, 2288, '_elementor_global_class_usage_indexed_preview', '1'),
(15303, 2288, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15304, 2288, '_wp_page_template', 'default'),
(15305, 2288, '_elementor_data', '[{\"id\":\"385cfe6b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b3d4515\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"458adda\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b286768\"}],\"pp_display_conditions\":[{\"_id\":\"0f35c1f\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"flex_wrap_mobile_extra\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1920,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7C9\",\"css_classes\":\"header_sections\"},\"elements\":[{\"id\":\"753b7397\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"560e4f0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":9,\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/logo-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"align\":\"left\",\"space\":{\"unit\":\"px\",\"size\":223,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"401c9f7\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"645eac4\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":161,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"27b717bb\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_flex_order_tablet_extra\":\"end\"},\"elements\":[{\"id\":\"538f5559\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"menu_type\":\"off-canvas\",\"toggle_label\":\"Menu\",\"toggle_align\":\"right\",\"color_menu_item\":\"#666666\",\"color_menu_item_hover\":\"#1baaa8\",\"color_menu_item_active\":\"#1baaa8\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#000000\",\"background_color_dropdown_item_hover\":\"#1baaa8\",\"color_dropdown_item_active\":\"#000000\",\"background_color_dropdown_item_active\":\"#1baaa8\",\"toggle_color\":\"#666666\",\"toggle_background_color\":\"#02010100\",\"toggle_color_hover\":\"#666666\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"overlay_bg_color\":\"#000000\",\"mobile_link_color\":\"#666666\",\"mobile_sub_link_bg_color\":\"#000000\",\"mobile_sub_link_color\":\"#666666\",\"mobile_link_hover\":\"#000000\",\"mobile_link_bg_hover\":\"#115488\",\"mobile_sub_link_bg_hover\":\"#115488\",\"mobile_sub_link_hover\":\"#000000\",\"close_icon_color\":\"#000000\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"d41f24b\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=astglobalcolor3\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"toggle_color\":\"globals\\/colors?id=astglobalcolor3\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"close_icon_color\":\"\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"dropdown_divider_color\":\"\",\"dropdown_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_border_border\":\"solid\",\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dropdown_border_color\":\"#1baaa8\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":12,\"color\":\"rgba(229.81875, 229.31914402173913, 229.31914402173913, 0.35)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dropdown_divider_color\":\"#E6E6E6\",\"close_icon_color_hover\":\"#666666\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"550dba1\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items_tablet_extra\":\"center\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_align_items\":\"flex-end\"},\"elements\":[{\"id\":\"8a358a3\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"text\":\"Schedule an Appointment\",\"_id\":\"1a8672b\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Refer a Patient\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/refer-a-patient\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"47597c9\",\"__globals__\":{\"single_button_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"single_button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor0\"}}],\"button_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_align\":\"\",\"icon_position\":\"after\",\"pp_display_conditions\":[{\"_id\":\"b4aaade\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"button_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"12\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"15\",\"bottom\":\"14\",\"left\":\"18\",\"isLinked\":false},\"icon_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-buttons\"}],\"isInner\":true}],\"isInner\":false}]'),
(15306, 2288, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(15314, 2289, '_menu_item_type', 'post_type'),
(15315, 2289, '_menu_item_menu_item_parent', '0'),
(15316, 2289, '_menu_item_object_id', '889'),
(15317, 2289, '_menu_item_object', 'page'),
(15318, 2289, '_menu_item_target', ''),
(15319, 2289, '_menu_item_classes', 'a:1:{i:0;s:13:\"refer_patient\";}'),
(15320, 2289, '_menu_item_xfn', ''),
(15321, 2289, '_menu_item_url', ''),
(15323, 2290, '_menu_item_type', 'custom'),
(15324, 2290, '_menu_item_menu_item_parent', '0'),
(15325, 2290, '_menu_item_object_id', '2290'),
(15326, 2290, '_menu_item_object', 'custom'),
(15327, 2290, '_menu_item_target', ''),
(15328, 2290, '_menu_item_classes', 'a:1:{i:0;s:11:\"appointment\";}'),
(15329, 2290, '_menu_item_xfn', ''),
(15330, 2290, '_menu_item_url', 'https://mrarif.me/hartgarnermdn/contact-us/'),
(15332, 1305, '_wp_old_date', '2026-07-19'),
(15333, 1304, '_wp_old_date', '2026-07-19'),
(15334, 1021, '_wp_old_date', '2026-07-19'),
(15335, 1303, '_wp_old_date', '2026-07-19'),
(15336, 1306, '_wp_old_date', '2026-07-19'),
(15337, 1307, '_wp_old_date', '2026-07-19'),
(15338, 1022, '_wp_old_date', '2026-07-19'),
(15339, 1311, '_wp_old_date', '2026-07-19'),
(15340, 1655, '_wp_old_date', '2026-07-19'),
(15341, 1309, '_wp_old_date', '2026-07-19'),
(15342, 1312, '_wp_old_date', '2026-07-19'),
(15343, 1024, '_wp_old_date', '2026-07-19'),
(15344, 1315, '_wp_old_date', '2026-07-19'),
(15345, 1314, '_wp_old_date', '2026-07-19'),
(15346, 1313, '_wp_old_date', '2026-07-19'),
(15347, 1321, '_wp_old_date', '2026-07-19'),
(15348, 1320, '_wp_old_date', '2026-07-19'),
(15349, 1319, '_wp_old_date', '2026-07-19'),
(15350, 1318, '_wp_old_date', '2026-07-19'),
(15351, 1317, '_wp_old_date', '2026-07-19'),
(15352, 1316, '_wp_old_date', '2026-07-19'),
(15353, 1023, '_wp_old_date', '2026-07-19'),
(15354, 1025, '_wp_old_date', '2026-07-19'),
(15355, 1328, '_wp_old_date', '2026-07-19'),
(15356, 1308, '_wp_old_date', '2026-07-19'),
(15357, 1327, '_wp_old_date', '2026-07-19'),
(15358, 1322, '_wp_old_date', '2026-07-19'),
(15359, 1326, '_wp_old_date', '2026-07-19'),
(15360, 1324, '_wp_old_date', '2026-07-19'),
(15361, 1323, '_wp_old_date', '2026-07-19'),
(15362, 1330, '_wp_old_date', '2026-07-19'),
(15363, 1329, '_wp_old_date', '2026-07-19'),
(15364, 1331, '_wp_old_date', '2026-07-19'),
(15365, 1332, '_wp_old_date', '2026-07-19'),
(15366, 1333, '_wp_old_date', '2026-07-19'),
(15367, 1334, '_wp_old_date', '2026-07-19'),
(15368, 1026, '_wp_old_date', '2026-07-19'),
(15369, 1338, '_wp_old_date', '2026-07-19'),
(15370, 1337, '_wp_old_date', '2026-07-19'),
(15371, 1336, '_wp_old_date', '2026-07-19'),
(15372, 1335, '_wp_old_date', '2026-07-19'),
(15373, 1339, '_wp_old_date', '2026-07-19'),
(15374, 1340, '_wp_old_date', '2026-07-19'),
(15375, 1341, '_wp_old_date', '2026-07-19'),
(15376, 1342, '_wp_old_date', '2026-07-19'),
(15377, 1343, '_wp_old_date', '2026-07-19'),
(15378, 1344, '_wp_old_date', '2026-07-19'),
(15379, 1345, '_wp_old_date', '2026-07-19'),
(15380, 1325, '_wp_old_date', '2026-07-19'),
(15381, 2291, '_wp_page_template', 'default'),
(15382, 2291, '_elementor_global_class_usage_indexed', '1'),
(15383, 2291, '_elementor_edit_mode', 'builder'),
(15384, 2291, '_elementor_template_type', 'wp-page'),
(15385, 2291, '_elementor_version', '4.1.5'),
(15386, 2291, '_elementor_pro_version', '4.0.2'),
(15387, 2291, '_elementor_global_class_usage_indexed_preview', '1'),
(15388, 2291, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15389, 2291, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15390, 2291, '_elementor_page_settings', 'a:0:{}'),
(15394, 2292, '_wp_page_template', 'default'),
(15395, 2292, '_elementor_global_class_usage_indexed', '1'),
(15396, 2292, '_elementor_edit_mode', 'builder'),
(15397, 2292, '_elementor_template_type', 'wp-page'),
(15398, 2292, '_elementor_version', '4.1.5'),
(15399, 2292, '_elementor_pro_version', '4.0.2'),
(15400, 2292, '_elementor_global_class_usage_indexed_preview', '1'),
(15401, 2292, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15402, 2292, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15403, 2292, '_elementor_page_settings', 'a:0:{}'),
(15407, 2293, '_wp_page_template', 'default'),
(15408, 2293, '_elementor_global_class_usage_indexed', '1'),
(15409, 2293, '_elementor_edit_mode', 'builder'),
(15410, 2293, '_elementor_template_type', 'wp-page'),
(15411, 2293, '_elementor_version', '4.1.5'),
(15412, 2293, '_elementor_pro_version', '4.0.2'),
(15413, 2293, '_elementor_global_class_usage_indexed_preview', '1'),
(15414, 2293, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15415, 2293, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15423, 2294, '_wp_page_template', 'default'),
(15424, 2294, '_elementor_global_class_usage_indexed', '1'),
(15425, 2294, '_elementor_edit_mode', 'builder'),
(15426, 2294, '_elementor_template_type', 'wp-page'),
(15427, 2294, '_elementor_version', '4.1.5'),
(15428, 2294, '_elementor_pro_version', '4.1.3'),
(15429, 2294, '_elementor_global_class_usage_indexed_preview', '1'),
(15430, 2294, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15431, 2294, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15433, 2294, '_elementor_page_settings', 'a:0:{}'),
(15436, 2295, '_wp_page_template', 'default'),
(15437, 2295, '_elementor_global_class_usage_indexed', '1'),
(15438, 2295, '_elementor_edit_mode', 'builder'),
(15439, 2295, '_elementor_template_type', 'wp-page'),
(15440, 2295, '_elementor_version', '4.1.5'),
(15441, 2295, '_elementor_pro_version', '4.1.3'),
(15442, 2295, '_elementor_global_class_usage_indexed_preview', '1'),
(15443, 2295, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15444, 2295, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15446, 2295, '_elementor_page_settings', 'a:0:{}'),
(15449, 2296, '_wp_page_template', 'default'),
(15450, 2296, '_elementor_global_class_usage_indexed', '1'),
(15451, 2296, '_elementor_edit_mode', 'builder'),
(15452, 2296, '_elementor_template_type', 'wp-page'),
(15453, 2296, '_elementor_version', '4.1.5'),
(15454, 2296, '_elementor_pro_version', '4.1.3'),
(15455, 2296, '_elementor_global_class_usage_indexed_preview', '1'),
(15456, 2296, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15457, 2296, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15465, 2297, '_wp_page_template', 'default'),
(15466, 2297, '_elementor_global_class_usage_indexed', '1'),
(15467, 2297, '_elementor_edit_mode', 'builder'),
(15468, 2297, '_elementor_template_type', 'wp-page'),
(15469, 2297, '_elementor_version', '4.1.5'),
(15470, 2297, '_elementor_pro_version', '4.1.3'),
(15471, 2297, '_elementor_global_class_usage_indexed_preview', '1'),
(15472, 2297, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15473, 2297, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15475, 2297, '_elementor_page_settings', 'a:0:{}'),
(15478, 2298, '_wp_page_template', 'default'),
(15479, 2298, '_elementor_global_class_usage_indexed', '1'),
(15480, 2298, '_elementor_edit_mode', 'builder'),
(15481, 2298, '_elementor_template_type', 'wp-page'),
(15482, 2298, '_elementor_version', '4.1.5'),
(15483, 2298, '_elementor_pro_version', '4.1.3'),
(15484, 2298, '_elementor_global_class_usage_indexed_preview', '1'),
(15485, 2298, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15486, 2298, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15488, 2298, '_elementor_page_settings', 'a:0:{}'),
(15491, 2299, '_wp_page_template', 'default'),
(15492, 2299, '_elementor_global_class_usage_indexed', '1'),
(15493, 2299, '_elementor_edit_mode', 'builder'),
(15494, 2299, '_elementor_template_type', 'wp-page'),
(15495, 2299, '_elementor_version', '4.1.5'),
(15496, 2299, '_elementor_pro_version', '4.1.3'),
(15497, 2299, '_elementor_global_class_usage_indexed_preview', '1'),
(15498, 2299, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15499, 2299, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15507, 183, '__elementor_forms_snapshot', '[{\"id\":\"707ef75c\",\"name\":\"Schedule an Appointment\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"First Name\"},{\"id\":\"field_b94c01e\",\"type\":\"text\",\"label\":\"Last Name\"},{\"id\":\"email\",\"type\":\"tel\",\"label\":\"Phone Number \"},{\"id\":\"field_cc1facf\",\"type\":\"email\",\"label\":\"Email\"},{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"Message\"},{\"id\":\"field_7a7dca9\",\"type\":\"recaptcha\",\"label\":false}]}]'),
(15508, 2300, '_wp_page_template', 'default'),
(15509, 2300, '_elementor_global_class_usage_indexed', '1'),
(15510, 2300, '_elementor_edit_mode', 'builder'),
(15511, 2300, '_elementor_template_type', 'wp-page'),
(15512, 2300, '_elementor_version', '4.1.5'),
(15513, 2300, '_elementor_pro_version', '4.1.3'),
(15514, 2300, '_elementor_global_class_usage_indexed_preview', '1'),
(15515, 2300, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15516, 2300, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15518, 2300, '_elementor_page_settings', 'a:0:{}'),
(15521, 2301, '_wp_page_template', 'default'),
(15522, 2301, '_elementor_global_class_usage_indexed', '1'),
(15523, 2301, '_elementor_edit_mode', 'builder'),
(15524, 2301, '_elementor_template_type', 'wp-page'),
(15525, 2301, '_elementor_version', '4.1.5'),
(15526, 2301, '_elementor_pro_version', '4.1.3'),
(15527, 2301, '_elementor_global_class_usage_indexed_preview', '1'),
(15528, 2301, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15529, 2301, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15531, 2301, '_elementor_page_settings', 'a:0:{}'),
(15534, 2302, '_wp_page_template', 'default'),
(15535, 2302, '_elementor_global_class_usage_indexed', '1'),
(15536, 2302, '_elementor_edit_mode', 'builder'),
(15537, 2302, '_elementor_template_type', 'wp-page'),
(15538, 2302, '_elementor_version', '4.1.5'),
(15539, 2302, '_elementor_pro_version', '4.1.3'),
(15540, 2302, '_elementor_global_class_usage_indexed_preview', '1'),
(15541, 2302, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15542, 2302, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15548, 2303, '_wp_page_template', 'elementor_header_footer'),
(15549, 2303, '_elementor_global_class_usage_indexed', '1'),
(15550, 2303, '_elementor_edit_mode', 'builder'),
(15551, 2303, '_elementor_template_type', 'wp-page'),
(15552, 2303, '_elementor_version', '4.1.5'),
(15553, 2303, '_elementor_pro_version', '4.1.3'),
(15554, 2303, '_elementor_global_class_usage_indexed_preview', '1'),
(15555, 2303, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15556, 2303, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15557, 2303, '_elementor_page_settings', 'a:0:{}'),
(15561, 2304, '_wp_page_template', 'elementor_header_footer'),
(15562, 2304, '_elementor_global_class_usage_indexed', '1'),
(15563, 2304, '_elementor_edit_mode', 'builder'),
(15564, 2304, '_elementor_template_type', 'wp-page'),
(15565, 2304, '_elementor_version', '4.1.5'),
(15566, 2304, '_elementor_pro_version', '4.1.3'),
(15567, 2304, '_elementor_global_class_usage_indexed_preview', '1'),
(15568, 2304, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15569, 2304, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15570, 2304, '_elementor_page_settings', 'a:0:{}'),
(15574, 2305, '_wp_page_template', 'elementor_header_footer'),
(15575, 2305, '_elementor_global_class_usage_indexed', '1'),
(15576, 2305, '_elementor_edit_mode', 'builder'),
(15577, 2305, '_elementor_template_type', 'wp-page'),
(15578, 2305, '_elementor_version', '4.1.5'),
(15579, 2305, '_elementor_pro_version', '4.1.3'),
(15580, 2305, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15581, 2305, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15582, 2305, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15589, 2306, '_wp_page_template', 'elementor_header_footer'),
(15590, 2306, '_elementor_global_class_usage_indexed', '1'),
(15591, 2306, '_elementor_edit_mode', 'builder'),
(15592, 2306, '_elementor_template_type', 'wp-page'),
(15593, 2306, '_elementor_version', '4.1.5'),
(15594, 2306, '_elementor_pro_version', '4.1.3'),
(15595, 2306, '_elementor_global_class_usage_indexed_preview', '1'),
(15596, 2306, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15597, 2306, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15599, 2306, '_elementor_page_settings', 'a:0:{}'),
(15601, 2307, '_wp_page_template', 'elementor_header_footer'),
(15602, 2307, '_elementor_global_class_usage_indexed', '1'),
(15603, 2307, '_elementor_edit_mode', 'builder'),
(15604, 2307, '_elementor_template_type', 'wp-page'),
(15605, 2307, '_elementor_version', '4.1.5'),
(15606, 2307, '_elementor_pro_version', '4.1.3'),
(15607, 2307, '_elementor_global_class_usage_indexed_preview', '1'),
(15608, 2307, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15609, 2307, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15611, 2307, '_elementor_page_settings', 'a:0:{}'),
(15613, 2308, '_wp_page_template', 'elementor_header_footer'),
(15614, 2308, '_elementor_global_class_usage_indexed', '1'),
(15615, 2308, '_elementor_edit_mode', 'builder'),
(15616, 2308, '_elementor_template_type', 'wp-page'),
(15617, 2308, '_elementor_version', '4.1.5'),
(15618, 2308, '_elementor_pro_version', '4.1.3'),
(15619, 2308, '_elementor_global_class_usage_indexed_preview', '1'),
(15620, 2308, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15621, 2308, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15628, 889, '__elementor_forms_snapshot', '[{\"id\":\"e63fe2f\",\"name\":\"Refer a Patient\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"Referring Provider Name\"},{\"id\":\"field_b94c01e\",\"type\":\"text\",\"label\":\"Clinic Name\"},{\"id\":\"field_0e431b2\",\"type\":\"tel\",\"label\":\"Referring Provider Phone Number\"},{\"id\":\"field_cc1facf\",\"type\":\"email\",\"label\":\"Referring Provider Email\"},{\"id\":\"field_7e34097\",\"type\":\"text\",\"label\":\"Patient Name\"},{\"id\":\"field_dd73410\",\"type\":\"tel\",\"label\":\"Patient Phone Number\"},{\"id\":\"field_9a76550\",\"type\":\"radio\",\"label\":\"Type of Appointment\",\"options\":[\"Consultation\",\"Second Opinion\"]},{\"id\":\"field_b8ef34b\",\"type\":\"textarea\",\"label\":\"Write Your Opinion\"},{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"Message\"},{\"id\":\"field_f054544\",\"type\":\"recaptcha\",\"label\":false}]}]'),
(15629, 2309, '_wp_page_template', 'elementor_header_footer'),
(15630, 2309, '_elementor_global_class_usage_indexed', '1'),
(15631, 2309, '_elementor_edit_mode', 'builder'),
(15632, 2309, '_elementor_template_type', 'wp-page'),
(15633, 2309, '_elementor_version', '4.1.5'),
(15634, 2309, '_elementor_pro_version', '4.1.3'),
(15635, 2309, '_elementor_global_class_usage_indexed_preview', '1'),
(15636, 2309, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15637, 2309, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15639, 2309, '_elementor_page_settings', 'a:0:{}'),
(15642, 2310, '_wp_page_template', 'elementor_header_footer'),
(15643, 2310, '_elementor_global_class_usage_indexed', '1'),
(15644, 2310, '_elementor_edit_mode', 'builder'),
(15645, 2310, '_elementor_template_type', 'wp-page'),
(15646, 2310, '_elementor_version', '4.1.5'),
(15647, 2310, '_elementor_pro_version', '4.1.3'),
(15648, 2310, '_elementor_global_class_usage_indexed_preview', '1'),
(15649, 2310, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15650, 2310, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15652, 2310, '_elementor_page_settings', 'a:0:{}'),
(15655, 2311, '_wp_page_template', 'elementor_header_footer'),
(15656, 2311, '_elementor_global_class_usage_indexed', '1'),
(15657, 2311, '_elementor_edit_mode', 'builder'),
(15658, 2311, '_elementor_template_type', 'wp-page'),
(15659, 2311, '_elementor_version', '4.1.5'),
(15660, 2311, '_elementor_pro_version', '4.1.3'),
(15661, 2311, '_elementor_global_class_usage_indexed_preview', '1'),
(15662, 2311, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15663, 2311, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15671, 2312, '_elementor_source', 'post'),
(15672, 2312, '_elementor_edit_mode', 'builder'),
(15673, 2312, '_elementor_template_type', 'header'),
(15674, 2312, '_elementor_version', '4.1.5'),
(15675, 2312, '_elementor_pro_version', '4.1.3'),
(15676, 2312, '_elementor_global_class_usage_indexed', '1'),
(15677, 2312, '_elementor_global_class_usage_indexed_preview', '1'),
(15678, 2312, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15679, 2312, '_wp_page_template', 'default'),
(15680, 2312, '_elementor_data', '[{\"id\":\"385cfe6b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b3d4515\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"458adda\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b286768\"}],\"pp_display_conditions\":[{\"_id\":\"0f35c1f\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"flex_wrap_mobile_extra\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1920,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7C9\",\"css_classes\":\"header_sections\",\"flex_gap\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5}},\"elements\":[{\"id\":\"753b7397\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"560e4f0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":9,\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/logo-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"align\":\"left\",\"space\":{\"unit\":\"px\",\"size\":223,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"401c9f7\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"645eac4\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":161,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"27b717bb\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_flex_order_tablet_extra\":\"end\"},\"elements\":[{\"id\":\"538f5559\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"menu_type\":\"off-canvas\",\"toggle_label\":\"Menu\",\"toggle_align\":\"right\",\"color_menu_item\":\"#666666\",\"color_menu_item_hover\":\"#1baaa8\",\"color_menu_item_active\":\"#1baaa8\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#000000\",\"background_color_dropdown_item_hover\":\"#1baaa8\",\"color_dropdown_item_active\":\"#000000\",\"background_color_dropdown_item_active\":\"#1baaa8\",\"toggle_color\":\"#666666\",\"toggle_background_color\":\"#02010100\",\"toggle_color_hover\":\"#666666\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"overlay_bg_color\":\"#000000\",\"mobile_link_color\":\"#666666\",\"mobile_sub_link_bg_color\":\"#000000\",\"mobile_sub_link_color\":\"#666666\",\"mobile_link_hover\":\"#000000\",\"mobile_link_bg_hover\":\"#115488\",\"mobile_sub_link_bg_hover\":\"#115488\",\"mobile_sub_link_hover\":\"#000000\",\"close_icon_color\":\"#000000\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"d41f24b\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=astglobalcolor3\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"toggle_color\":\"globals\\/colors?id=astglobalcolor3\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor3\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor4\",\"close_icon_color\":\"\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"dropdown_divider_color\":\"\",\"dropdown_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_border_border\":\"solid\",\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dropdown_border_color\":\"#1baaa8\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":16,\"spread\":12,\"color\":\"rgba(229.81875, 229.31914402173913, 229.31914402173913, 0.35)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dropdown_divider_color\":\"#E6E6E6\",\"close_icon_color_hover\":\"#666666\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"550dba1\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2264489\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0aab7e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"59da66e\"}],\"pp_display_conditions\":[{\"_id\":\"b5a4b1c\",\"pp_condition_date_value\":\"2025-08-24 to 2025-08-30\",\"pp_condition_date_time_before_value\":\"2025-08-30 11:07\"}],\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items_tablet_extra\":\"center\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_align_items\":\"flex-end\"},\"elements\":[{\"id\":\"8a358a3\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"text\":\"Schedule an Appointment\",\"_id\":\"1a8672b\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Refer a Patient\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_text\":\"1\",\"tooltip_content\":\"I am a tooltip for a button\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/refer-a-patient\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"47597c9\",\"__globals__\":{\"single_button_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"single_button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor0\"}}],\"button_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_align\":\"\",\"icon_position\":\"after\",\"pp_display_conditions\":[{\"_id\":\"b4aaade\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"button_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"12\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"15\",\"bottom\":\"14\",\"left\":\"18\",\"isLinked\":false},\"icon_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-buttons\"}],\"isInner\":true}],\"isInner\":false}]'),
(15681, 2312, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(15685, 1359, '_elementor_page_settings', 'a:0:{}'),
(15686, 1359, '_elementor_controls_usage', 'a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"align\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:13:\"content_width\";i:3;s:5:\"width\";i:3;s:20:\"flex_justify_content\";i:3;s:16:\"flex_align_items\";i:1;s:14:\"flex_direction\";i:1;s:11:\"boxed_width\";i:1;s:8:\"flex_gap\";i:1;}}s:5:\"style\";a:2:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:19:\"_section_responsive\";a:2:{s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}s:14:\"section_layout\";a:2:{s:7:\"padding\";i:1;s:11:\"css_classes\";i:1;}}}}s:16:\"pp-advanced-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:9:\"menu_type\";i:1;s:12:\"toggle_align\";i:1;}}s:5:\"style\";a:5:{s:23:\"section_style_main_menu\";a:6:{s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:26:\"padding_vertical_menu_item\";i:1;s:18:\"menu_space_between\";i:1;}s:22:\"section_style_dropdown\";a:17:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;s:26:\"color_dropdown_item_active\";i:1;s:37:\"background_color_dropdown_item_active\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_width\";i:1;s:22:\"dropdown_border_border\";i:1;s:21:\"dropdown_border_width\";i:1;s:21:\"dropdown_border_color\";i:1;s:22:\"dropdown_border_radius\";i:1;s:35:\"dropdown_box_shadow_box_shadow_type\";i:1;s:30:\"dropdown_box_shadow_box_shadow\";i:1;s:32:\"padding_horizontal_dropdown_item\";i:1;s:30:\"padding_vertical_dropdown_item\";i:1;s:22:\"dropdown_divider_color\";i:1;}s:12:\"style_toggle\";a:4:{s:12:\"toggle_color\";i:1;s:23:\"toggle_background_color\";i:1;s:18:\"toggle_color_hover\";i:1;s:29:\"toggle_background_color_hover\";i:1;}s:16:\"style_responsive\";a:13:{s:18:\"offcanvas_position\";i:1;s:16:\"overlay_bg_color\";i:1;s:17:\"mobile_link_color\";i:1;s:24:\"mobile_sub_link_bg_color\";i:1;s:21:\"mobile_sub_link_color\";i:1;s:17:\"mobile_link_hover\";i:1;s:20:\"mobile_link_bg_hover\";i:1;s:24:\"mobile_sub_link_bg_hover\";i:1;s:21:\"mobile_sub_link_hover\";i:1;s:16:\"close_icon_color\";i:1;s:27:\"close_icon_background_color\";i:1;s:33:\"close_icon_background_color_hover\";i:1;s:22:\"close_icon_color_hover\";i:1;}s:16:\"style_typography\";a:6:{s:26:\"menu_typography_typography\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:30:\"dropdown_typography_typography\";i:1;s:29:\"dropdown_typography_font_size\";i:1;s:31:\"dropdown_typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:10:\"pp-buttons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_list\";a:1:{s:7:\"buttons\";i:1;}}s:5:\"style\";a:2:{s:13:\"button_layout\";a:3:{s:14:\"button_spacing\";i:1;s:12:\"button_align\";i:1;s:14:\"button_padding\";i:1;}s:18:\"section_icon_style\";a:2:{s:13:\"icon_position\";i:1;s:12:\"icon_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(15689, 1359, '_elementor_screenshot_failed', '2026-07-21 08:22:59'),
(15693, 2237, '_elementor_screenshot_failed', '2026-07-21 08:23:18'),
(15694, 2257, '_elementor_screenshot_failed', '2026-07-21 08:23:39'),
(15700, 2313, '_wpcode_auto_insert', '1'),
(15701, 2313, '_wpcode_auto_insert_number', '1'),
(15702, 2314, '_wpcode_auto_insert', '1'),
(15703, 2314, '_wpcode_library_id', '12'),
(15720, 2315, '_wp_page_template', 'elementor_header_footer'),
(15721, 2315, '_elementor_global_class_usage_indexed', '1'),
(15722, 2315, '_elementor_edit_mode', 'builder'),
(15723, 2315, '_elementor_template_type', 'wp-page'),
(15724, 2315, '_elementor_version', '4.1.5'),
(15725, 2315, '_elementor_pro_version', '4.1.3'),
(15726, 2315, '_elementor_global_class_usage_indexed_preview', '1'),
(15727, 2315, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15728, 2315, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15729, 2315, '_elementor_page_settings', 'a:0:{}'),
(15733, 2316, '_wp_page_template', 'elementor_header_footer'),
(15734, 2316, '_elementor_global_class_usage_indexed', '1'),
(15735, 2316, '_elementor_edit_mode', 'builder'),
(15736, 2316, '_elementor_template_type', 'wp-page'),
(15737, 2316, '_elementor_version', '4.1.5'),
(15738, 2316, '_elementor_pro_version', '4.1.3'),
(15739, 2316, '_elementor_global_class_usage_indexed_preview', '1'),
(15740, 2316, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15741, 2316, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15742, 2316, '_elementor_page_settings', 'a:0:{}'),
(15746, 2317, '_wp_page_template', 'elementor_header_footer'),
(15747, 2317, '_elementor_global_class_usage_indexed', '1'),
(15748, 2317, '_elementor_edit_mode', 'builder'),
(15749, 2317, '_elementor_template_type', 'wp-page'),
(15750, 2317, '_elementor_version', '4.1.5'),
(15751, 2317, '_elementor_pro_version', '4.1.3'),
(15752, 2317, '_elementor_global_class_usage_indexed_preview', '1'),
(15753, 2317, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29'),
(15754, 2317, '_elementor_data', '[{\"id\":\"fb4ea87\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"13cd6c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d481029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refer a Patient\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f792ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below to refer your patient to Dr. Hart Garner\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"deb40df\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e63fe2f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Refer a Patient\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Referring Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"8b2343b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Clinic Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9701da\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_0e431b2\",\"field_label\":\"Referring Provider Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"0e431b2\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"fd1eea9\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Referring Provider Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"87e8e47\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_7e34097\",\"field_label\":\"Patient Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"7e34097\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"51eefeb\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_dd73410\",\"field_label\":\"Patient Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"dd73410\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"31c956e\"}],\"activeItemIndex\":1},{\"_id\":\"9a76550\",\"field_type\":\"radio\",\"field_label\":\"Type of Appointment\",\"field_options\":\"Consultation\\nSecond Opinion\",\"custom_id\":\"field_9a76550\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a9ef966\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b8ef34b\",\"field_label\":\"Write Your Opinion\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"b8ef34b\",\"cfef_logic\":\"yes\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"field_9a76550\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"Second Opinion\",\"_id\":\"67f28e3\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f9eee54\"}],\"activeItemIndex\":1},{\"_id\":\"f054544\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f054544\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"dd828f9\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Refer a Patient  - Hart Garner, MD neurosurgeon\",\"email_from\":\"wordpress@hartgarnermd.com\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"cfef_repeater_data\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(15758, 889, '_elementor_page_settings', 'a:0:{}'),
(15759, 889, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_size\";i:1;}s:13:\"section_email\";a:5:{s:8:\"email_to\";i:1;s:13:\"email_subject\";i:1;s:10:\"email_from\";i:1;s:14:\"email_reply_to\";i:1;s:13:\"form_metadata\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_form_style\";a:6:{s:10:\"column_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:7:\"row_gap\";i:1;s:12:\"html_spacing\";i:1;}s:19:\"section_field_style\";a:1:{s:18:\"field_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:3:{s:13:\"content_width\";i:1;s:11:\"boxed_width\";i:1;s:14:\"flex_direction\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:2;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(15760, 2318, '_wp_page_template', 'default'),
(15761, 2318, '_elementor_global_class_usage_indexed', '1'),
(15762, 2318, '_elementor_edit_mode', 'builder'),
(15763, 2318, '_elementor_template_type', 'wp-page'),
(15764, 2318, '_elementor_version', '4.1.5'),
(15765, 2318, '_elementor_pro_version', '4.1.3'),
(15766, 2318, '_elementor_global_class_usage_indexed_preview', '1'),
(15767, 2318, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15768, 2318, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15769, 2318, '_elementor_page_settings', 'a:0:{}'),
(15773, 2319, '_wp_page_template', 'default'),
(15774, 2319, '_elementor_global_class_usage_indexed', '1'),
(15775, 2319, '_elementor_edit_mode', 'builder'),
(15776, 2319, '_elementor_template_type', 'wp-page'),
(15777, 2319, '_elementor_version', '4.1.5'),
(15778, 2319, '_elementor_pro_version', '4.1.3'),
(15779, 2319, '_elementor_global_class_usage_indexed_preview', '1'),
(15780, 2319, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15781, 2319, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15782, 2319, '_elementor_page_settings', 'a:0:{}'),
(15786, 2320, '_wp_page_template', 'default'),
(15787, 2320, '_elementor_global_class_usage_indexed', '1'),
(15788, 2320, '_elementor_edit_mode', 'builder'),
(15789, 2320, '_elementor_template_type', 'wp-page'),
(15790, 2320, '_elementor_version', '4.1.5'),
(15791, 2320, '_elementor_pro_version', '4.1.3'),
(15792, 2320, '_elementor_global_class_usage_indexed_preview', '1'),
(15793, 2320, '_elementor_migrations_state_d2a1', '4.1.5:4.1.3:595e50d38ae27a4ec16e0e0a9df00b29');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15794, 2320, '_elementor_data', '[{\"id\":\"b13fe1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1ef95ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"3c8db4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e5542\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\",\"pp_display_conditions\":[{\"_id\":\"c285118\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f4ffe96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}]},\"elements\":[{\"id\":\"58cedd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"450e851\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4db3cb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55f2fb6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"fa54aca\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"25efbef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\" Email\",\"description_text\":\"scheduling@midwestspine.net\",\"link\":{\"url\":\"mailto:scheduling@midwestspine.net\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bcf3c35\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Phone\",\"description_text\":\"(651) 430-3800\",\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae72bb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Open Hours\",\"description_text\":\"Mon \\u2013 Fri: 8AM \\u2013 5PM\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"primary_color\":\"#FFFFFFA6\",\"secondary_color\":\"#115488\",\"icon_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"83794fd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43622ad\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":853,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e41aec0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12b8808\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"27fd57d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"53d14ef\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7c81df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8a960e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f907dbe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"83751e4\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a0e658b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db93a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule an Appointment\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"61bcf3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"707ef75c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Schedule an Appointment\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"a978f2b\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"848c639\"}],\"activeItemIndex\":1},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"7d59ce7\"}],\"activeItemIndex\":1},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"2588cfc\"}],\"activeItemIndex\":1},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"e757f8a\"}],\"activeItemIndex\":1},{\"_id\":\"7a7dca9\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_7a7dca9\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"79100e3\"}],\"activeItemIndex\":1}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"scheduling@midwestspine.net\",\"email_subject\":\"Schedule an Appointment - Hart Garner, MD neurosurgeon\",\"email_from\":\"wordpress@hartgarnermd.com\",\"email_from_name\":\"Hart Garner, MD neurosurgeon\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Hart Garner, MD neurosurgeon\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Hart Garner, MD neurosurgeon\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"email_reply_to\":\"field_cc1facf\",\"form_metadata\":[\"date\",\"time\",\"page_url\"]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69ab1f6\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82a86f0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60c011f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"557bbdf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f2f000a\"}]},\"elements\":[{\"id\":\"4cb9654\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"2730622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a clinic near you\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"69752ae\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e3b9c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"c329abd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"b19aafb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Clinic \\u2014 Edina\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f222d2c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f99ec3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"4f9fa11\",\"elType\":\"widget\",\"settings\":{\"address\":\"7373 France Ave S, Suite 408 Edina, MN 55435\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df49915\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"bc924c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"a882454\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burnsville Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f769f4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"acc4001\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"109f173\",\"elType\":\"widget\",\"settings\":{\"address\":\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4f43c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"d76c033\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"70620e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nRobbinsdale Spine Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a03315b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/\'\'\\/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ba3a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"e39dd60\",\"elType\":\"widget\",\"settings\":{\"address\":\"3300 Oakdale Ave N Robbinsdale, MN 55422\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38f9d77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0dc26f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"16e3c1c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aecdcc4\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"349cb80\"}]},\"elements\":[{\"id\":\"17d6cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"9496555\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maple Grove Clinic\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"d21b57b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f57f799\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0e85c2b\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/dir\\/\\/45.086969,-93.4282486\\/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(651) 430-3800\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:6514303800\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c4adc34\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"690e538\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aa37701\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad3dce7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9d5c8d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2e63b40\"}],\"pp_display_conditions\":[{\"_id\":\"02ba82a\"}]},\"elements\":[{\"id\":\"836d0a0\",\"elType\":\"widget\",\"settings\":{\"address\":\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\",\"pp_display_conditions\":[{\"_id\":\"47f785e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(15798, 183, '_elementor_page_settings', 'a:0:{}'),
(15799, 183, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:7;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:13:\"content_width\";i:17;s:20:\"flex_justify_content\";i:5;s:14:\"flex_direction\";i:6;s:21:\"flex_direction_tablet\";i:1;s:11:\"boxed_width\";i:1;}}s:5:\"style\";a:3:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:20;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}s:14:\"section_border\";a:4:{s:13:\"border_radius\";i:2;s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:20;}s:14:\"section_layout\";a:1:{s:7:\"padding\";i:9;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:4:\"link\";i:2;s:10:\"title_size\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:2:{s:8:\"position\";i:3;s:18:\"title_bottom_space\";i:3;}s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:15:\"secondary_color\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;}s:21:\"section_style_content\";a:2:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_size\";i:1;}s:13:\"section_email\";a:5:{s:8:\"email_to\";i:1;s:13:\"email_subject\";i:1;s:10:\"email_from\";i:1;s:14:\"email_reply_to\";i:1;s:13:\"form_metadata\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_form_style\";a:6:{s:10:\"column_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:7:\"row_gap\";i:1;s:12:\"html_spacing\";i:1;}s:19:\"section_field_style\";a:1:{s:18:\"field_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:4;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:4;}s:18:\"section_icon_style\";a:2:{s:24:\"icon_self_vertical_align\";i:4;s:20:\"icon_vertical_offset\";i:4;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:1:{s:7:\"address\";i:4;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:4;}}}}}'),
(15812, 1359, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:4:{i:0;s:12:\"widget-image\";i:1;s:23:\"widget-pp-advanced-menu\";i:2;s:10:\"pp-tooltip\";i:3;s:17:\"widget-pp-buttons\";}s:7:\"scripts\";a:6:{i:0;s:18:\"elementor-frontend\";i:1;s:16:\"jquery-smartmenu\";i:2;s:21:\"pp-smartmenu-keyboard\";i:3;s:16:\"pp-advanced-menu\";i:4;s:14:\"pp-tooltipster\";i:5;s:10:\"pp-buttons\";}}'),
(15813, 1463, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:5:{i:0;s:14:\"widget-heading\";i:1;s:19:\"widget-social-icons\";i:2;s:14:\"e-apple-webkit\";i:3;s:16:\"widget-icon-list\";i:4;s:24:\"widget-pp-business-hours\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(15814, 7, '_elementor_css', 'a:6:{s:4:\"time\";i:1784700353;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15815, 1027, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:7:{i:0;s:14:\"widget-heading\";i:1;s:10:\"pp-tooltip\";i:2;s:17:\"widget-pp-buttons\";i:3;s:8:\"e-shapes\";i:4;s:19:\"widget-pp-logo-grid\";i:5;s:18:\"widget-pp-info-box\";i:6;s:12:\"widget-video\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:14:\"pp-tooltipster\";i:2;s:10:\"pp-buttons\";}}'),
(15816, 1027, '_elementor_css', 'a:6:{s:4:\"time\";i:1784700354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15817, 1359, '_elementor_css', 'a:6:{s:4:\"time\";i:1784700354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:8:\"560e4f0f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15818, 1463, '_elementor_css', 'a:6:{s:4:\"time\";i:1784700354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15819, 1359, '_elementor_element_cache', '{\"timeout\":1784786754,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-385cfe6b header_sections e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"385cfe6b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-753b7397 e-con-full e-flex e-con e-child\\\" data-id=\\\"753b7397\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"ae31e0d154fdbc95c42ce64f42d35f31\\\" data=\\\"eyJpZCI6IjU2MGU0ZjBmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaW1hZ2UiOnsiaWQiOjksInVybCI6Imh0dHBzOlwvXC9tcmFyaWYubWVcL2hhcnRnYXJuZXJtZG5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9sb2dvLTEud2VicCIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImltYWdlX3NpemUiOiJmdWxsIiwibGlua190byI6ImN1c3RvbSIsImFsaWduIjoibGVmdCIsInNwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjIyMywic2l6ZXMiOltdfSwic3BhY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJzcGFjZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiNDAxYzlmNyIsInBwX2NvbmRpdGlvbl9kYXRlX3ZhbHVlIjoiMjAyNS0wOC0yNCB0byAyMDI1LTA4LTMwIiwicHBfY29uZGl0aW9uX2RhdGVfdGltZV9iZWZvcmVfdmFsdWUiOiIyMDI1LTA4LTMwIDExOjA3In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJfX2R5bmFtaWNfXyI6eyJsaW5rIjoiW2VsZW1lbnRvci10YWcgaWQ9XCI2NDVlYWM0XCIgbmFtZT1cInNpdGUtdXJsXCIgc2V0dGluZ3M9XCIlN0IlN0RcIl0ifSwic3BhY2VfdGFibGV0X2V4dHJhIjp7InVuaXQiOiJweCIsInNpemUiOjE2MSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-27b717bb e-con-full e-flex e-con e-child\\\" data-id=\\\"27b717bb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"ae31e0d154fdbc95c42ce64f42d35f31\\\" data=\\\"eyJpZCI6IjUzOGY1NTU5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsIm1lbnVfdHlwZSI6Im9mZi1jYW52YXMiLCJ0b2dnbGVfbGFiZWwiOiJNZW51IiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJjb2xvcl9tZW51X2l0ZW0iOiIjNjY2NjY2IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzFiYWFhOCIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMWJhYWE4IiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjo1LCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MjksInNpemVzIjpbXX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjMDAwMDAwIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjMDAwMDAwIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzFiYWFhOCIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzAwMDAwMCIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMWJhYWE4IiwidG9nZ2xlX2NvbG9yIjoiIzY2NjY2NiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoiIzAyMDEwMTAwIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzY2NjY2NiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yX2hvdmVyIjoiIzAyMDEwMTAwIiwib2ZmY2FudmFzX3Bvc2l0aW9uIjoicmlnaHQiLCJvdmVybGF5X2JnX2NvbG9yIjoiIzAwMDAwMCIsIm1vYmlsZV9saW5rX2NvbG9yIjoiIzY2NjY2NiIsIm1vYmlsZV9zdWJfbGlua19iZ19jb2xvciI6IiMwMDAwMDAiLCJtb2JpbGVfc3ViX2xpbmtfY29sb3IiOiIjNjY2NjY2IiwibW9iaWxlX2xpbmtfaG92ZXIiOiIjMDAwMDAwIiwibW9iaWxlX2xpbmtfYmdfaG92ZXIiOiIjMTE1NDg4IiwibW9iaWxlX3N1Yl9saW5rX2JnX2hvdmVyIjoiIzExNTQ4OCIsIm1vYmlsZV9zdWJfbGlua19ob3ZlciI6IiMwMDAwMDAiLCJjbG9zZV9pY29uX2NvbG9yIjoiIzAwMDAwMCIsImNsb3NlX2ljb25fYmFja2dyb3VuZF9jb2xvciI6IiMwMjAxMDEwMCIsImNsb3NlX2ljb25fYmFja2dyb3VuZF9jb2xvcl9ob3ZlciI6IiMwMjAxMDEwMCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6ImQ0MWYyNGIiLCJwcF9jb25kaXRpb25fZGF0ZV92YWx1ZSI6IjIwMjUtMDgtMjQgdG8gMjAyNS0wOC0zMCIsInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNS0wOC0zMCAxMTowNyJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50IiwiX19nbG9iYWxzX18iOnsiY29sb3JfbWVudV9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMyIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjEiLCJjb2xvcl9tZW51X2l0ZW1fYWN0aXZlIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IyIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNCIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I0IiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNCIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIiwidG9nZ2xlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMyIsInRvZ2dsZV9jb2xvcl9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjMiLCJvdmVybGF5X2JnX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNCIsIm1vYmlsZV9saW5rX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMyIsIm1vYmlsZV9zdWJfbGlua19iZ19jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjQiLCJtb2JpbGVfc3ViX2xpbmtfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IzIiwibW9iaWxlX2xpbmtfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I0IiwibW9iaWxlX2xpbmtfYmdfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwibW9iaWxlX3N1Yl9saW5rX2JnX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMCIsIm1vYmlsZV9zdWJfbGlua19ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjQiLCJjbG9zZV9pY29uX2NvbG9yIjoiIiwiY2xvc2VfaWNvbl9jb2xvcl9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjMiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoiIiwiZHJvcGRvd25fYm9yZGVyX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSJ9LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMiIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImRyb3Bkb3duX2JvcmRlcl9jb2xvciI6IiMxYmFhYTgiLCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImRyb3Bkb3duX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTYsInNwcmVhZCI6MTIsImNvbG9yIjoicmdiYSgyMjkuODE4NzUsIDIyOS4zMTkxNDQwMjE3MzkxMywgMjI5LjMxOTE0NDAyMTczOTEzLCAwLjM1KSJ9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjgsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfY29sb3IiOiIjRTZFNkU2IiwiY2xvc2VfaWNvbl9jb2xvcl9ob3ZlciI6IiM2NjY2NjYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoicHAtYWR2YW5jZWQtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-550dba1 e-con-full elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"550dba1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8a358a3 pp-buttons-valign-middle pp-buttons-stack-none elementor-widget elementor-widget-pp-buttons\\\" data-id=\\\"8a358a3\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"pp-buttons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-buttons-group\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\\\" class=\\\"pp-button elementor-button elementor-size-sm elementor-repeater-item-1a8672b \\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-content-inner pp-icon-after\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-icon pp-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-angle-right\\\" viewBox=\\\"0 0 256 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tSchedule an Appointment\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/refer-a-patient\\/\\\" class=\\\"pp-button elementor-button elementor-size-sm elementor-repeater-item-47597c9 \\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-content-inner pp-icon-after\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-icon pp-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-angle-right\\\" viewBox=\\\"0 0 256 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tRefer a Patient\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wpha_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15820, 1027, '_elementor_element_cache', '{\"timeout\":1784786754,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-d154305 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"d154305\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;mountains&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-bottom\\\" aria-hidden=\\\"true\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" opacity=\\\"0.33\\\" d=\\\"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z\\\"\\/>\\n\\t<path class=\\\"elementor-shape-fill\\\" opacity=\\\"0.66\\\" d=\\\"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z\\\"\\/>\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2e9c543 e-con-full e-flex e-con e-child\\\" data-id=\\\"2e9c543\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-689b58f elementor-widget elementor-widget-heading\\\" data-id=\\\"689b58f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Dr. Hart Garner \\u2013 Minnesota Neurosurgeon<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-90c9f71 elementor-widget elementor-widget-heading\\\" data-id=\\\"90c9f71\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Take Back Control of Your Health!<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"ae31e0d154fdbc95c42ce64f42d35f31\\\" data=\\\"eyJpZCI6IjU1NGI3NDMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEb25cdTIwMTl0IGxldCBuZWNrLCBicmFpbiwgb3Igc3BpbmUgaW5qdXJ5IGFmZmVjdCB5b3VyIGFjdGl2ZSBsaWZlc3R5bGUhIFdlIG9mZmVyIG1pbmltYWxseSBpbnZhc2l2ZSB0cmVhdG1lbnQgb3B0aW9ucyB0byBpbXByb3ZlIHlvdXIgcXVhbGl0eSBvZiBsaWZlLiBDb250YWN0IGEgTWlubmVzb3RhIHNwaW5hbCBuZXVyb3N1cmdlb24gdG9kYXkgdG8gc2V0IHVwIGFuIGFwcG9pbnRtZW50ISIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiMjM3OWI2MSJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50IiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjQifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-01adbd2 pp-buttons-valign-middle pp-buttons-halign-left pp-buttons-stack-none elementor-widget elementor-widget-pp-buttons\\\" data-id=\\\"01adbd2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"pp-buttons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-buttons-group\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\\\" class=\\\"pp-button elementor-button elementor-size-sm elementor-repeater-item-e160f5d \\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-content-inner pp-icon-before\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tSchedule an Appointment\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/about-us\\/\\\" class=\\\"pp-button elementor-button elementor-size-sm elementor-repeater-item-88516e1 \\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-content-inner pp-icon-before\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tLearn More\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-139bf90 home_appointments_sections e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"139bf90\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-91667bf e-flex e-con-boxed e-con e-child\\\" data-id=\\\"91667bf\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-02f949c elementor-grid-2 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-pp-logo-grid\\\" data-id=\\\"02f949c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"pp-logo-grid.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-logo-grid elementor-grid\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-grid-item elementor-repeater-item-7464f82\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"pp-logo-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/www.abns.org\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2023\\/09\\/1519879984261.jpg\\\" alt=\\\"American Board of Neurological Surgery\\\" \\/>\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-grid-item elementor-repeater-item-a6921c7\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"pp-logo-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/midwestspine.net\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2024\\/06\\/msbi-full-signature-logo-navy-RGB.png\\\" alt=\\\"Midwest Spine and Brain Institute Logo\\\" \\/>\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-d63c8ff e-con-full e-flex e-con e-child\\\" data-id=\\\"d63c8ff\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-feced5c elementor-grid-mobile_extra-1 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 pp-info-box-above-title elementor-widget elementor-widget-pp-info-box-carousel\\\" data-id=\\\"feced5c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;equal_height_boxes&quot;:&quot;yes&quot;}\\\" data-widget_type=\\\"pp-info-box-carousel.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-container elementor-grid pp-info-box-equal-height\\\">\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-icon-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-info-box-icon pp-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/10.png\\\" alt=\\\"Appointment icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-container\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"pp-info-box-title\\\">\\n\\t\\t\\t\\t\\t\\tAppointments\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-description\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<p>Schedule your appointment online.<\\/p>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-footer\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"pp-info-box-button elementor-button elementor-size-md\\\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\thref=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\\\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-text\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSchedule Now\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-icon-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-info-box-icon pp-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/11.png\\\" alt=\\\"Chat bubble icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-container\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"pp-info-box-title\\\">\\n\\t\\t\\t\\t\\t\\tGet a second opinion.\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-description\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<p>Schedule your appointment online.<\\/p>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-footer\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"pp-info-box-button elementor-button elementor-size-md\\\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\thref=\\\"https:\\/\\/midwestspine.net\\/patient-resources\\/get-second-opinion\\/\\\" target=\\\"_blank\\\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-text\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tContact Us\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-icon-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-info-box-icon pp-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/12.png\\\" alt=\\\"Stethoscope icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-container\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"pp-info-box-title\\\">\\n\\t\\t\\t\\t\\t\\tRefer a Patient\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-description\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<p>Refer your patient to Dr. Garner.<\\/p>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-footer\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"pp-info-box-button elementor-button elementor-size-md\\\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\thref=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/refer-a-patient\\/\\\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-button-text\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSchedule Now\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-027792c e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"027792c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-922224a e-con-full e-flex e-con e-child\\\" data-id=\\\"922224a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f7556e3 elementor-widget elementor-widget-heading\\\" data-id=\\\"f7556e3\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Minimally Invasive Surgery<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"ae31e0d154fdbc95c42ce64f42d35f31\\\" data=\\\"eyJpZCI6Ijg2OWEyZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEci4gR2FybmVyIGlzIGFuIGFjdGl2ZSBuZXVyb3N1cmdlb24sIGRldmVsb3BpbmcgbmV3IHRlY2huaXF1ZXMgZm9yIG1pbmltYWxseSBpbnZhc2l2ZSBzdXJnZXJ5LiBUaGUgYWR2YW50YWdlIG9mIHRoZXNlIHByb2NlZHVyZXMgaXMgdGhhdCB0aGVyZVx1MjAxOXMgYSBzaG9ydGVyIG9wZXJhdGluZyB0aW1lIGFuZCBmYXN0ZXIgcmVjb3ZlcnkuIFNtYWxsIGFuZCBmZXcgaW5jaXNpb25zIGFyZSByZXF1aXJlZCBmb3IgdHJlYXRtZW50LCByZWR1Y2luZyB0aGUgcmlzay4gSGUgd2lsbCBhZHZpc2UgaWYgaXQgaXMgdGhlIGJlc3QgY291cnNlIG9mIGFjdGlvbiBmb3IgeW91ciBjb25kaXRpb24uIiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiIzY2U0Yjk5In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-1221a58 elementor-widget elementor-widget-button\\\" data-id=\\\"1221a58\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Schedule an Appointment<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b6332e1 e-con-full e-flex e-con e-child\\\" data-id=\\\"b6332e1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f9965d9 elementor-widget elementor-widget-video\\\" data-id=\\\"f9965d9\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;controls&quot;:&quot;yes&quot;}\\\" data-widget_type=\\\"video.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"e-hosted-video elementor-wrapper elementor-open-inline\\\">\\n\\t\\t\\t\\t\\t<video class=\\\"elementor-video\\\" src=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Vdo01.mp4\\\" controls=\\\"\\\" preload=\\\"metadata\\\" controlsList=\\\"nodownload\\\" poster=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/h-bg.jpg\\\"><\\/video>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-23a23fb e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"23a23fb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-7544842 e-con-full e-flex e-con e-child\\\" data-id=\\\"7544842\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6b83dba elementor-widget elementor-widget-heading\\\" data-id=\\\"6b83dba\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Back, Brain &amp; Neck Treatments<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"ae31e0d154fdbc95c42ce64f42d35f31\\\" data=\\\"eyJpZCI6IjBhMmMwN2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Eci4gR2FybmVyIGlzIGFuIGFjdGl2ZSBuZXVyb3N1cmdlb24sIGRldmVsb3BpbmcgbmV3IHRlY2huaXF1ZXMgZm9yIG1pbmltYWxseSBpbnZhc2l2ZSBzdXJnZXJ5LiBUaGUgYWR2YW50YWdlIG9mIHRoZXNlIHByb2NlZHVyZXMgaXMgdGhhdCB0aGVyZVx1MjAxOXMgYSBzaG9ydGVyIG9wZXJhdGluZyB0aW1lIGFuZCBmYXN0ZXIgcmVjb3ZlcnkuIFNtYWxsIGFuZCBmZXcgaW5jaXNpb25zIGFyZSByZXF1aXJlZCBmb3IgdHJlYXRtZW50LCByZWR1Y2luZyB0aGUgcmlzay4gSGUgd2lsbCBhZHZpc2UgaWYgaXQgaXMgdGhlIGJlc3QgY291cnNlIG9mIGFjdGlvbiBmb3IgeW91ciBjb25kaXRpb24uPFwvcD4iLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjNjZTRiOTkifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-b7c78f5 elementor-widget elementor-widget-button\\\" data-id=\\\"b7c78f5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Schedule an Appointment<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a7d2d97 e-con-full e-flex e-con e-child\\\" data-id=\\\"a7d2d97\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e227905 elementor-widget elementor-widget-video\\\" data-id=\\\"e227905\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;controls&quot;:&quot;yes&quot;}\\\" data-widget_type=\\\"video.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"e-hosted-video elementor-wrapper elementor-open-inline\\\">\\n\\t\\t\\t\\t\\t<video class=\\\"elementor-video\\\" src=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Vdo02.mp4\\\" controls=\\\"\\\" preload=\\\"metadata\\\" controlsList=\\\"nodownload\\\" poster=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/Back-Brain-a.jpg\\\"><\\/video>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-622d9f2 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"622d9f2\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-638914c e-con-full e-flex e-con e-child\\\" data-id=\\\"638914c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-96ad5c4 elementor-widget elementor-widget-heading\\\" data-id=\\\"96ad5c4\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get the Surgery You NEED<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"ae31e0d154fdbc95c42ce64f42d35f31\\\" data=\\\"eyJpZCI6IjBkZWIwMDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PbmUgb2YgdGhlIGJlbmVmaXRzIG9mIGdldHRpbmcgbWVkaWNhbCBjYXJlIHdpdGggb3VyIGdyb3VwIGlzIHRoYXQgd2UgaGF2ZSB0aGUgYWJpbGl0eSB0byBwZXJmb3JtIHN1cmdlcnkgaW4gaG9zcGl0YWxzIG9yIGluIG91dCBwYXRpZW50IHN1cmdlcnkgY2VudGVycyBkZXBlbmRpbmcgb24gd2hhdCBpcyBiZXN0IHN1aXRlZCBmb3IgZWFjaCBwYXRpZW50LiBXaXRoIGEgZGVkaWNhdGVkIHN0YWZmIGFuZCBleHBlcmllbmNlZCBtZWRpY2FsIHByb2Zlc3Npb25hbHMgcmVhZHksIHlvdSBjYW4gaGF2ZSBwZWFjZSBvZiBtaW5kIHVuZGVyIG91ciBjYXJlLjxcL3A+PHA+V2VcdTIwMTlsbCBsZXQgeW91IGtub3cgd2hhdCB5b3UgbmVlZCBiZWZvcmUgc3VyZ2VyeSBhbmQgaGVscCB5b3Ugb24gdGhlIHBhdGggdG8gcmVjb3ZlcnkuIE91ciBzcGVjaWFsaXplZCBmYWNpbGl0eSB0YWtlcyBjYXJlIG9mIGV2ZXJ5IG9ydGhvcGVkaWMgY29uZGl0aW9uLCBubyBtYXR0ZXIgeW91ciBhZ2Ugb3IgbmVlZC48XC9wPiIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiM2NlNGI5OSJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-9763c62 elementor-widget elementor-widget-button\\\" data-id=\\\"9763c62\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Schedule an Appointment<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-384a0e3 e-con-full e-flex e-con e-child\\\" data-id=\\\"384a0e3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ec396ce elementor-widget elementor-widget-video\\\" data-id=\\\"ec396ce\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;controls&quot;:&quot;yes&quot;}\\\" data-widget_type=\\\"video.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"e-hosted-video elementor-wrapper elementor-open-inline\\\">\\n\\t\\t\\t\\t\\t<video class=\\\"elementor-video\\\" src=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2022\\/11\\/Vdo03.mp4\\\" controls=\\\"\\\" preload=\\\"metadata\\\" controlsList=\\\"nodownload\\\" poster=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/wp-content\\/uploads\\/2026\\/07\\/Get-the-Surgery-You-NEED-a.jpg\\\"><\\/video>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(15821, 1463, '_elementor_element_cache', '{\"timeout\":1784786754,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-75da779f e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"75da779f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-13667b9b e-flex e-con-boxed e-con e-child\\\" data-id=\\\"13667b9b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-65b9ba3c e-con-full e-flex e-con e-child\\\" data-id=\\\"65b9ba3c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-47eb10d8 elementor-widget elementor-widget-heading\\\" data-id=\\\"47eb10d8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Social Media<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-53324368 e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons\\\" data-id=\\\"53324368\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-f08ab80\\\" href=\\\"https:\\/\\/www.facebook.com\\/profile.php?id=100085046918759\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-bc50426\\\" href=\\\"https:\\/\\/www.youtube.com\\/user\\/MidwestSpineInst\\/featured\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-repeater-item-5ec7d05\\\" href=\\\"https:\\/\\/www.youtube.com\\/user\\/MidwestSpineInst\\/featured\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Linkedin-in<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-linkedin-in\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-89de341 e-con-full e-flex e-con e-child\\\" data-id=\\\"89de341\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cb9f17b elementor-widget elementor-widget-heading\\\" data-id=\\\"cb9f17b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Info<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8a899db elementor-list-item-link-inline elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list\\\" data-id=\\\"8a899db\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Home<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/about-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">About Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/hartgarnermdn\\/contact-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Contact Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-62d5a633 e-con-full e-flex e-con e-child\\\" data-id=\\\"62d5a633\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6981ceec elementor-widget elementor-widget-heading\\\" data-id=\\\"6981ceec\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Clinic Schedule<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-216ed008 elementor-widget elementor-widget-pp-business-hours\\\" data-id=\\\"216ed008\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"pp-business-hours.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-business-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-business-hours-row clearfix elementor-repeater-item-cee2f1e\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-business-day\\\">\\n\\t\\t\\t\\t\\t\\t\\tMon \\u2013 Fri\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-business-timing\\\">\\n\\t\\t\\t\\t\\t\\t 8:00am \\u2013 5:00pm\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-321a234a e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"321a234a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-75183114 elementor-widget elementor-widget-heading\\\" data-id=\\\"75183114\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Copyright \\u00a9 Hart Garner, MD | All Rights Reserved 2026<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');

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

--
-- Table structure for table `wpha_posts`
--

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

--
-- Dumping data for table `wpha_posts`
--

INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2026-07-19 06:09:54', '2026-07-19 06:09:54', '<!-- 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\">\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n</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\">\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://mrarif.me/hartgarnermdn/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', '', '', '2026-07-19 06:09:54', '2026-07-19 06:09:54', '', 0, 'https://mrarif.me/hartgarnermdn/?page_id=2', 0, 'page', '', 0),
(3, 1, '2026-07-19 06:09:54', '2026-07-19 06:09:54', '<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Who we are</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://mrarif.me/hartgarnermdn.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Comments</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Media</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Cookies</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\r\n<!-- /wp:paragraph -->\r\n<p>&nbsp;</p>', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy', '', '', '2026-07-20 14:33:38', '2026-07-20 14:33:38', '', 0, 'https://mrarif.me/hartgarnermdn/?page_id=3', 0, 'page', '', 0),
(4, 0, '2026-07-19 06:09:54', '2026-07-19 06:09:54', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2026-07-19 06:09:54', '2026-07-19 06:09:54', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/navigation/', 0, 'wp_navigation', '', 0),
(7, 1, '2026-07-19 06:15:09', '2026-07-19 06:15:09', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2026-07-19 07:20:56', '2026-07-19 07:20:56', '', 0, 'https://mrarif.me/hartgarnermdn/?p=7', 0, 'elementor_library', '', 0),
(8, 1, '2022-11-12 23:17:09', '2022-11-12 23:17:09', '.sub-menu {\n	\n	border-radius: 10px;\n}\n.et_mobile_menu {\n	margin-top: 25px;\n	border-radius: 10px;\n}\n/*change hamburger icon to x when mobile menu is open*/\n#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,\n.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {\n	content: \'\\4d\';\n}\n/*adjust the new toggle element which is added via jQuery*/\nul.et_mobile_menu li.menu-item-has-children .mobile-toggle,\nul.et_mobile_menu li.page_item_has_children .mobile-toggle,\n.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,\n.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {\n	width: 44px;\n	height: 100%;\n	padding: 0px !important;\n	max-height: 44px;\n	border: none;\n	position: absolute;\n	right: 0px;\n	top: 0px;\n	z-index: 999;\n	background-color: transparent;\n}\n/*some code to keep everyting positioned properly*/\nul.et_mobile_menu>li.menu-item-has-children,\nul.et_mobile_menu>li.page_item_has_children,\nul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,\n.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,\n.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,\n.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {\n	position: relative;\n}\n/*remove default background color from menu items that have children*/\n.et_mobile_menu .menu-item-has-children>a,\n.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {\n	background-color: transparent;\n}\n/*hide the submenu by default*/\nul.et_mobile_menu .menu-item-has-children .sub-menu,\n#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,\n.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,\n.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {\n	display: none !important;\n	visibility: hidden !important;\n}\n/*show the submenu when toggled open*/\nul.et_mobile_menu .menu-item-has-children .sub-menu.visible,\n#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,\n.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,\n.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {\n	display: block !important;\n	visibility: visible !important;\n}\n/*adjust the toggle icon position and transparency*/\nul.et_mobile_menu li.menu-item-has-children .mobile-toggle,\n.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {\n	text-align: center;\n	opacity: 1;\n}\n/*submenu toggle icon when closed*/\nul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,\n.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {\n	top: 10px;\n	position: relative;\n	font-family: \"ETModules\";\n	content: \'\\33\';\n	color: #1baaa8;\n	background: #f0f3f6;\n	border-radius: 50%;\n	padding: 3px;\n}\n/*submenu toggle icon when open*/\nul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,\n.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {\n	content: \'\\32\';\n}\n/*add point on top of the menu submenu dropdown*/\n.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {\n	position: absolute;\n	right: 5%;\n	margin-left: -20px;\n	top: -14px;\n	width: 0;\n	height: 0;\n	content: \'\';\n	border-left: 20px solid transparent;\n	border-right: 20px solid transparent;\n	border-bottom: 20px solid #ffffff;\n}\n/*adjust the position of the hamburger menu*/\n.mobile_menu_bar {\n\n}\n/*force the background color and add a rounded border*/\n.et_pb_menu_0.et_pb_menu .et_mobile_menu,\n.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {\n	background-color: #ffffff!important;\n	border-radius: 10px;\n}\n.et_mobile_menu {   \n    overflow-y:scroll!important;\n    max-height:65vh!important;\n    -overflow-scrolling:touch!important;\n    -webkit-overflow-scrolling:touch!important;\n}\n\n\n\n/*  CONTACT Form */\n.contact-section .main-form{\n    display: flex !important;\n    flex-wrap: wrap !important;\n    justify-content: space-between !important;\n    margin-bottom: 0 !important;\n}\n \n.contact-section .main-form .half-form{\n    width: 49% !important;\n    margin-bottom: 18px !important;\n}\n \n.contact-section .main-form .full-form{\n    width: 100% !important;\n    margin-bottom: 12px !important;\n}\n\n.contact-section .main-form .wpcf7-form-control{\n	width: 100% !important;\n	padding: 14px !important;\n	line-height: 30px !important;\n	font-size: 18px !important;\n	background: #efefef6e !important;\n}\n \n.contact-section .main-form textarea{\n    height: 120px !important;\n}\n \n.contact-section .main-form input, .contact-section .main-form select, .contact-section .main-form textarea{\n    border: 1px solid #dfdfdf !important;\n    border-radius: 0 !important;\n}\n \n.contact-section .main-form input:focus, .contact-section .main-form select:focus, .contact-section .main-form textarea:focus{\n    border: 1px solid #2BD6D5 !important;\n}\n \n.contact-section .main-form .wpcf7-submit{\n	background:#2BD6D5 !important;\n	color: #fff !important;\n	transition: 0.5s !important;\n}\n\n.contact-section .main-form .wpcf7-submit:hover{\n	background:#115488 !important;\n	color: #fff !important;\n	transition: 0.5s !important;\n}\n\n.wpcf7-checkbox .wpcf7-list-item{\n	display: block !important;\n	margin: 0 !important;\n}\n\n\n \n@media screen and (max-width: 767px){\n    .contact-section .main-form .half-form{\n        width: 100% !important;\n    }\n}\n\n', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi', '', '', '2022-11-12 23:17:09', '2022-11-12 23:17:09', '', 0, 'https://hartgarnermd.com/index.php/2022/11/12/divi/', 0, 'custom_css', '', 0),
(9, 1, '2026-07-19 06:24:46', '2026-07-19 06:24:46', '', 'logo-1', '', 'inherit', 'closed', 'closed', '', 'logo-1', '', '', '2026-07-19 06:24:46', '2026-07-19 06:24:46', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/logo-1.webp', 0, 'attachment', 'image/webp', 0),
(17, 1, '2022-11-12 23:33:45', '2022-11-12 23:33:45', '', 'eye-doctor-01', '', 'inherit', 'open', 'closed', '', 'eye-doctor-01', '', '', '2022-11-12 23:33:45', '2022-11-12 23:33:45', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/eye-doctor-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2022-11-12 23:33:47', '2022-11-12 23:33:47', '', 'eye-doctor-02', '', 'inherit', 'open', 'closed', '', 'eye-doctor-02', '', '', '2022-11-12 23:33:47', '2022-11-12 23:33:47', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/eye-doctor-02.png', 0, 'attachment', 'image/png', 0),
(29, 1, '2022-11-12 23:51:09', '2022-11-12 23:51:09', '', 'about', '', 'inherit', 'open', 'closed', '', 'about', '', '', '2022-11-12 23:51:09', '2022-11-12 23:51:09', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/about.jpg', 0, 'attachment', 'image/jpeg', 0),
(30, 1, '2022-11-12 23:51:09', '2022-11-12 23:51:09', '', 'img-technologies-home-1', '', 'inherit', 'open', 'closed', '', 'img-technologies-home-1', '', '', '2022-11-12 23:51:09', '2022-11-12 23:51:09', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/img-technologies-home-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2022-11-12 23:51:10', '2022-11-12 23:51:10', '', 'chuttersnap-OijVdM3Zx4I-unsplash', '', 'inherit', 'open', 'closed', '', 'chuttersnap-oijvdm3zx4i-unsplash', '', '', '2022-11-12 23:51:10', '2022-11-12 23:51:10', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/chuttersnap-OijVdM3Zx4I-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(32, 1, '2022-11-12 23:51:12', '2022-11-12 23:51:12', '', 'national-cancer-institute-BDKid0yJcAk-unsplash', '', 'inherit', 'open', 'closed', '', 'national-cancer-institute-bdkid0yjcak-unsplash', '', '', '2022-11-12 23:51:12', '2022-11-12 23:51:12', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/national-cancer-institute-BDKid0yJcAk-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2022-11-12 23:53:32', '2022-11-12 23:53:32', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.19.0\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.38)\" background_image=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/pexels-daniel-frank-352093-scaled.jpg\" background_blend=\"overlay\" custom_padding=\"221px||221px||true|\" bottom_divider_color=\"#ffffff\" bottom_divider_repeat=\"1x\" hover_enabled=\"0\" custom_css_main_element=\"height: 900px;\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_tablet=\"200px||200px||true|false\" custom_padding_phone=\"200px||200px||true|false\"][et_pb_row _builder_version=\"4.19.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" header_font_size=\"40px\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"74px\" header_2_letter_spacing=\"-1px\" header_2_line_height=\"1.2em\" custom_margin=\"||1px||false|false\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"40px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]\r\n<h2 style=\"text-align: center;\">Take back control of your health today!</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"70px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" global_colors_info=\"{}\"]\r\n\r\nDon\'t let neck, brain or spine injury affect your active lifestyle! We offer the least invasive treatment plan to improve your quality of life.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Make an Appointment\" button_alignment=\"center\" _builder_version=\"4.19.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#115488\" button_border_color=\"RGBA(255,255,255,0)\" button_font=\"Poppins|600|||||||\" button_use_icon=\"off\" custom_margin=\"|10px|||false|false\" custom_padding=\"8px|50px|8px|50px|true|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#1baaa8\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/about.jpg\" title_text=\"about\" align=\"center\" _builder_version=\"4.19.0\" _module_preset=\"default\" custom_margin=\"-197px|||||\" box_shadow_style=\"preset4\" box_shadow_spread=\"1px\" box_shadow_color=\"rgba(0,0,0,0.17)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#010d4c\" header_2_font_size=\"40px\" header_2_line_height=\"1.2em\" header_4_font=\"Poppins||||||||\" header_4_text_color=\"#424242\" header_4_letter_spacing=\"-1px\" custom_margin=\"||16px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_4_text_align_tablet=\"center\" header_4_text_align_phone=\"center\" header_4_text_align_last_edited=\"on|phone\" global_colors_info=\"{}\"]\r\n<h4 class=\"sc_item_title sc_title_title sc_align_left sc_item_title_style_default sc_item_title_tag\">Neurosurgeon</h4>\r\n<h2>About Dr. Garner</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" text_font_size=\"15px\" text_letter_spacing=\"0.2px\" text_line_height=\"1.8em\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"70px\" header_2_line_height=\"1.2em\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]\r\n\r\nMany brain and spine conditions require neurosurgery. These doctors have a deep understanding of different ailments affecting the nervous system. They perform surgical treatments that affect the nerves and the organs responsible for their function. Dr. Hart B. Garner is our expert surgeon who has experience treating many of these conditions.\r\n\r\nHe’s done surgery on patients that endured spine and head trauma. Apart from those, he’s also worked on tumors, deformities, and degenerative disorders. Neurosurgeons are known for their precision and ability to work through complex cases. We offer these services as a part of our commitment to provide you with specialized care.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#115488\" button_border_color=\"RGBA(255,255,255,0)\" button_font=\"Poppins|600|||||||\" button_use_icon=\"off\" custom_margin=\"|10px|||false|false\" custom_padding=\"8px|50px|8px|50px|true|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#1baaa8\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#1518b5\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.0\" _module_preset=\"default\" background_color=\"rgba(0,109,193,0.06)\" background_enable_pattern_style=\"on\" background_pattern_style=\"honeycomb\" background_pattern_color=\"rgba(0,0,0,0.03)\" custom_padding=\"50px||50px||true|\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.19.0\" _module_preset=\"default\" custom_css_main_element=\"align-items: center;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" header_2_font=\"Poppins|600|||||||\" header_2_text_color=\"#010d4c\" header_2_font_size=\"40px\" header_2_line_height=\"1.2em\" header_4_font=\"Poppins||||||||\" header_4_text_color=\"#424242\" header_4_letter_spacing=\"-1px\" custom_margin=\"||16px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" global_colors_info=\"{}\"]\r\n<h2>Minimally Invasive Surgery</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" text_font_size=\"15px\" text_letter_spacing=\"0.2px\" text_line_height=\"1.8em\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"70px\" header_2_line_height=\"1.2em\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]\r\n\r\nDr. Garner is an active researcher, developing new techniques for minimally invasive surgery. The advantage of these procedures is that there’s a shorter operating time and faster recovery. Small and few incisions are required for treatment, reducing the risk. He will advise if it is the best course of action for your condition.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.19.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#115488\" button_border_color=\"RGBA(255,255,255,0)\" button_font=\"Poppins|600|||||||\" button_use_icon=\"off\" custom_margin=\"|10px|||false|false\" custom_padding=\"8px|50px|8px|50px|true|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#1baaa8\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#1518b5\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/minimal-1.png\" title_text=\"minimal\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.19.0\" _module_preset=\"default\" border_radii=\"off|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_padding=\"100px||100px||true|\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.19.0\" _module_preset=\"default\" custom_margin=\"||16px||false|false\" custom_css_main_element=\"align-items:center;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/back.png\" title_text=\"back\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.19.0\" _module_preset=\"default\" border_radii=\"off|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" header_2_font=\"Poppins|600|||||||\" header_2_text_color=\"#010d4c\" header_2_font_size=\"40px\" header_2_line_height=\"1.2em\" header_4_font=\"Poppins||||||||\" header_4_text_color=\"#424242\" header_4_letter_spacing=\"-1px\" custom_margin=\"||16px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" header_2_text_align_last_edited=\"on|phone\" header_2_text_align_tablet=\"center\" sticky_enabled=\"0\" header_2_text_align_phone=\"center\"]\r\n<h2>Back, Brain and Neck Treatments</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"default\" text_font_size=\"15px\" text_letter_spacing=\"0.2px\" text_line_height=\"1.8em\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"70px\" header_2_line_height=\"1.2em\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]There are some cases where persistent pain in these areas requires surgery. The goal is to alleviate pain and prevent any damage from developing into something worse. Some of the conditions Dr. Garner has treated include:[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#115488\" button_border_color=\"RGBA(255,255,255,0)\" button_font=\"Poppins|600|||||||\" button_use_icon=\"off\" custom_margin=\"|10px|||false|false\" custom_padding=\"8px|50px|8px|50px|true|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#1baaa8\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#1518b5\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(0,109,193,0.06)\" background_enable_pattern_style=\"on\" background_pattern_style=\"honeycomb\" background_pattern_color=\"rgba(0,0,0,0.03)\" custom_padding=\"50px||50px||true|\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.19.0\" _module_preset=\"default\" custom_css_main_element=\"align-items:center;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" header_2_font=\"Poppins|600|||||||\" header_2_text_color=\"#010d4c\" header_2_font_size=\"40px\" header_2_line_height=\"1.2em\" header_4_font=\"Poppins||||||||\" header_4_text_color=\"#424242\" header_4_letter_spacing=\"-1px\" custom_margin=\"||16px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" header_2_text_align_last_edited=\"on|phone\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\"]\r\n<h2>Get the Surgery You Need</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"default\" text_font_size=\"15px\" text_letter_spacing=\"0.2px\" text_line_height=\"1.8em\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"70px\" header_2_line_height=\"1.2em\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]One of the benefits of getting medical care with our group is that we have the ability to perform surgery in hospitals or in out patient surgery centers depending on what is best suited for each patient. With a dedicated staff and experienced medical professionals ready, you can have peace of mind under our care.\r\n\r\nWe’ll let you know what you need before surgery and help you on the path to recovery. Our specialized facility takes care of every orthopedic condition, no matter your age or need. Contact us today and book an appointment.[/et_pb_text][et_pb_button button_text=\"Make an Appointment\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#115488\" button_border_color=\"RGBA(255,255,255,0)\" button_font=\"Poppins|600|||||||\" button_use_icon=\"off\" custom_margin=\"|10px|||false|false\" custom_padding=\"8px|50px|8px|50px|true|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#1baaa8\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#1518b5\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/get.png\" title_text=\"get\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.19.0\" _module_preset=\"default\" border_radii=\"off|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'v2', '', 'publish', 'closed', 'closed', '', 'v2', '', '', '2026-07-20 14:48:47', '2026-07-20 14:48:47', '', 0, 'https://hartgarnermd.com/?page_id=34', 0, 'page', '', 0),
(36, 1, '2022-11-12 23:52:52', '2022-11-12 23:52:52', '', 'jesse-orrico-rmWtVQN5RzU-unsplash-scaled-1', '', 'inherit', 'open', 'closed', '', 'jesse-orrico-rmwtvqn5rzu-unsplash-scaled-1', '', '', '2022-11-12 23:52:52', '2022-11-12 23:52:52', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/jesse-orrico-rmWtVQN5RzU-unsplash-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2022-11-12 23:52:55', '2022-11-12 23:52:55', '', 'abns-logo', '', 'inherit', 'open', 'closed', '', 'abns-logo', '', '', '2022-11-12 23:52:55', '2022-11-12 23:52:55', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/abns-logo.png', 0, 'attachment', 'image/png', 0),
(38, 1, '2022-11-12 23:52:55', '2022-11-12 23:52:55', '', 'Midwest-Spine-and-Brain', '', 'inherit', 'open', 'closed', '', 'midwest-spine-and-brain', '', '', '2022-11-12 23:52:55', '2022-11-12 23:52:55', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Midwest-Spine-and-Brain.png', 0, 'attachment', 'image/png', 0),
(39, 1, '2022-11-12 23:52:56', '2022-11-12 23:52:56', '', 'NASS-logo-1', '', 'inherit', 'open', 'closed', '', 'nass-logo-1', '', '', '2022-11-12 23:52:56', '2022-11-12 23:52:56', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/NASS-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2022-11-12 23:53:01', '2022-11-12 23:53:01', '', '10', '', 'inherit', 'open', 'closed', '', '10', '', '', '2022-11-12 23:53:01', '2022-11-12 23:53:01', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/10.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2022-11-12 23:53:01', '2022-11-12 23:53:01', '', '11', '', 'inherit', 'open', 'closed', '', '11', '', '', '2022-11-12 23:53:01', '2022-11-12 23:53:01', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/11.png', 0, 'attachment', 'image/png', 0),
(42, 1, '2022-11-12 23:53:01', '2022-11-12 23:53:01', '', '12', '', 'inherit', 'open', 'closed', '', '12', '', '', '2022-11-12 23:53:01', '2022-11-12 23:53:01', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/12.png', 0, 'attachment', 'image/png', 0),
(43, 1, '2022-11-12 23:53:01', '2022-11-12 23:53:01', '', 'invasive', '', 'inherit', 'open', 'closed', '', 'invasive', '', '', '2022-11-12 23:53:01', '2022-11-12 23:53:01', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/invasive.jpeg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2022-11-13 01:04:48', '2022-11-13 01:04:48', '', 'minimal', '', 'inherit', 'open', 'closed', '', 'minimal', '', '', '2022-11-13 01:04:48', '2022-11-13 01:04:48', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/minimal.png', 0, 'attachment', 'image/png', 0),
(56, 1, '2022-11-13 01:27:26', '2022-11-13 01:27:26', '', 'minimal', '', 'inherit', 'open', 'closed', '', 'minimal-2', '', '', '2022-11-13 01:27:26', '2022-11-13 01:27:26', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/minimal-1.png', 0, 'attachment', 'image/png', 0),
(60, 1, '2022-11-13 02:23:28', '2022-11-13 02:23:28', '', 'back', '', 'inherit', 'open', 'closed', '', 'back', '', '', '2022-11-13 02:23:28', '2022-11-13 02:23:28', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/back.png', 0, 'attachment', 'image/png', 0),
(61, 1, '2022-11-13 02:24:28', '2022-11-13 02:24:28', '', 'get', '', 'inherit', 'open', 'closed', '', 'get', '', '', '2022-11-13 02:24:28', '2022-11-13 02:24:28', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/get.png', 0, 'attachment', 'image/png', 0),
(65, 1, '2022-11-13 03:29:05', '2022-11-13 03:29:05', '', 'logo-1', '', 'inherit', 'open', 'closed', '', 'logo-1-2', '', '', '2022-11-13 03:29:05', '2022-11-13 03:29:05', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(67, 1, '2022-11-13 03:29:07', '2022-11-13 03:29:07', '', 'PINEVIEW-INN', '', 'inherit', 'open', 'closed', '', 'pineview-inn', '', '', '2022-11-13 03:29:07', '2022-11-13 03:29:07', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/PINEVIEW-INN.png', 0, 'attachment', 'image/png', 0),
(82, 1, '2022-11-13 19:22:19', '2022-11-13 19:22:19', '', 'skiing-2022-10-28-03-58-57-utc', '', 'inherit', 'open', 'closed', '', 'skiing-2022-10-28-03-58-57-utc', '', '', '2022-11-13 19:22:19', '2022-11-13 19:22:19', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/skiing-2022-10-28-03-58-57-utc.mov', 0, 'attachment', 'video/quicktime', 0),
(84, 1, '2022-11-13 20:17:32', '2022-11-13 20:17:32', '', 'skiing-2022-08-04-21-25-44-utc', '', 'inherit', 'open', 'closed', '', 'skiing-2022-08-04-21-25-44-utc', '', '', '2022-11-13 20:17:32', '2022-11-13 20:17:32', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/skiing-2022-08-04-21-25-44-utc.mp4', 0, 'attachment', 'video/mp4', 0),
(86, 1, '2022-11-13 21:19:52', '2022-11-13 21:19:52', '', 'Untitled', '', 'inherit', 'open', 'closed', '', 'untitled', '', '', '2022-11-13 21:19:52', '2022-11-13 21:19:52', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Untitled.mp4', 0, 'attachment', 'video/mp4', 0),
(96, 1, '2022-11-13 21:50:13', '2022-11-13 21:50:13', '<h1>Minnesota Spinal Cord Stimulator Therapy for Chronic Pain</h1>\r\nDr. Hart Garner offers spinal cord stimulator systems to reduce chronic pain and help you get back to living your life. Learn more about these implants, how they are placed, and what you can expect after you get an implant. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is a Spinal Cord Stimulator (SCS)?</h2>\r\nWhen non-surgical treatments have failed to relieve chronic pain, spinal cord stimulation may help.\r\n\r\nSCS systems have a tiny pulse generator, known as a stimulator, and thin wires called leads, that are implanted into your body. To mask pain signals passing to the brain, the stimulators deliver a mild electric current to specific nerves on the spinal cord.\r\n\r\nTurn stimulation on and off, increase and decrease stimulation levels, and target specific pain areas with a remote control. Pain reduction of 50% or more indicates the therapy was effective.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/back.png\" alt=\"Spinal neurosurgery concept images\" width=\"1080\" height=\"1080\" />\r\n<h2>Who Needs a Spinal Cord Stimulator?</h2>\r\nMany people may benefit from SCS therapy, including patients with failed back surgeries, complex regional pain syndrome, cervical and lumbar radiculitis, and neuropathy.\r\n\r\nProcedure\r\n\r\nDuring SCS surgery, the surgeon will insert a tiny, flat wire behind the spinal cord through a small back incision. They will tunnel wire under the skin and connect it to a small battery-powered generator. The generator is then positioned under the skin with a small incision near the waist.\r\n\r\nThe surgeon will test the device to ensure it is working correctly before the surgery is complete.\r\n\r\nRecovery\r\n\r\nYou should limit certain activities while you heal after your procedure. Do not lift objects weighing more than five pounds, engage in rigorous physical activity, or pull or jiggle the leads during the first two weeks. Following your doctor’s instructions is the best way to return to your normal activities as soon as possible.\r\n\r\nThe pain from surgery typically subsides within two weeks. Call your doctor right away if you’re still hurting after two weeks, or if you notice any redness or swelling near the treatment site.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" width=\"2048\" height=\"1365\" />\r\n<h2>Schedule an Appointment for Spinal Cord Stimulator Treatment Today</h2>\r\nIf you’re suffering from chronic pain, a spinal cord stimulator (SCS) may be the perfect solution for you. Find out if you are eligible for treatment by scheduling an appointment with one of our skilled surgeons today. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Spinal Cord Stimulator', '', 'publish', 'closed', 'closed', '', 'spinal-cord-stimulator', '', '', '2026-07-20 14:39:31', '2026-07-20 14:39:31', '', 0, 'https://hartgarnermd.com/?page_id=96', 0, 'page', '', 0),
(101, 1, '2022-11-13 21:52:57', '2022-11-13 21:52:57', '', 'Spinal-Cord-Stimulator-image-2048x1365', '', 'inherit', 'open', 'closed', '', 'spinal-cord-stimulator-image-2048x1365', '', '', '2022-11-13 21:52:57', '2022-11-13 21:52:57', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(144, 1, '2022-11-14 00:13:22', '2022-11-14 00:13:22', '<h1>Brain Trauma</h1>\r\nBrain trauma occurs when an external force causes damage to the brain. This damage can occur due to a car accident, a fall, or any other incident that causes the head to suddenly move violently and forcefully. In these cases, the brain will often hit the skull and sustain damage. If you have sustained an injury to the brain, it’s important to consult with a physician that specializes in brain trauma. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What are the Symptoms of Brain Trauma?</h2>\r\nThe symptoms of brain trauma vary depending on the severity of the injury sustained during an accident or other incident that caused the head injury. They can include:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Headaches</li>\r\n 	<li>Nausea or vomiting</li>\r\n 	<li>Dizziness or vertigo</li>\r\n 	<li>Difficulty concentrating or focusing on tasks at hand</li>\r\n 	<li>Problems walking straight</li>\r\n 	<li>Difficulty speaking clearly</li>\r\n</ul>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Trauma-Image-2048x1463-1.jpg\" alt=\"Brain trauma image\" width=\"2048\" height=\"1463\" />\r\n<h2>Common Causes of Brain Trauma</h2>\r\nVehicle Collision\r\n\r\nVehicles are one of the most common causes of brain trauma in children, who often suffer from injuries caused by car accidents.\r\n\r\nFall\r\n\r\nFalls are another common cause of brain trauma in children, and they can occur anywhere — in the home or in public spaces like playgrounds or parks.\r\n\r\nHead Injury\r\n\r\nThese injuries include concussions — which are caused by a sudden blow to the head that causes temporary loss of consciousness (blackout), memory loss, and confusion — and contusions, which are bruises on your brain from bleeding inside your skull.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" width=\"2048\" height=\"1365\" />\r\nAnticonvulsants\r\n\r\nControl seizures\r\n\r\nDiuretics\r\n\r\nPrevent or manage problems with fluid buildup in the brain\r\n\r\nAnticoagulants\r\n\r\nPrevent blood clots and improve blood flow\r\n\r\nMuscle relaxers\r\n\r\nControl pain\r\n\r\nPain relievers\r\n\r\nControl pain\r\n<h2>Known Treatments for Brain Trauma</h2>\r\nDepending on the severity of the brain trauma, there are a number of different treatment options available. For milder forms of brain trauma, such as concussions, treatment typically involves rest and relaxation until symptoms subside.\r\n\r\nFor emergencies of more severe forms of brain trauma like bleeding in the brain, surgery may be required to remove the blood and relieve pressure on the brain. Repairing skull fractures may also be necessary. Some treat symptoms of brain trauma to lower the risk of long-term problems by giving prescribed medications.\r\n<h2>Schedule an Appointment</h2>\r\nIf you or your loved ones are experiencing any of the symptoms above, don’t waste a single minute. It is always better to be safe than sorry.\r\nSchedule an appointment with Minnesota neurosurgeon, Dr. Hart Garner today.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Brain Trauma', '', 'publish', 'closed', 'closed', '', 'brain-trauma', '', '', '2026-07-20 14:09:46', '2026-07-20 14:09:46', '', 0, 'https://hartgarnermd.com/?page_id=144', 0, 'page', '', 0),
(147, 1, '2022-11-14 00:15:37', '2022-11-14 00:15:37', '', 'Brain-Trauma-Image-2048x1463', '', 'inherit', 'open', 'closed', '', 'brain-trauma-image-2048x1463', '', '', '2022-11-14 00:15:37', '2022-11-14 00:15:37', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Trauma-Image-2048x1463-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(160, 1, '2022-11-14 01:35:28', '2022-11-14 01:35:28', '<h2>About Dr. Hart Garner</h2>		<p><em>“My approach for each patient is to tailor the least invasive treatment plan to improve their quality of life.”</em></p><p>Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery. He performs a variety of cranial procedures, including craniotomy, tumor removal, and ventriculostomy.</p><p>His general approach to patient care is to find the best solution for each individual patient’s problem by taking into account their overall health and situation. His philosophy on surgery is to minimize the invasiveness of the care, finding the least disruptive treatment for the patient that will still fix the problem at hand.</p><p>Dr. Garner is trained and experienced in all areas of spine surgery including deformity surgery, disc replacement, microsurgery, and minimally invasive techniques. He strives to be fully informative, considering all non-surgical treatments before recommending surgery.</p><p>Dr. Hart Garner, a board-certified neurosurgeon, completed his medical degree and residency in neurological surgery at the University of Minnesota. He is actively involved in the research and development of new techniques in minimally invasive surgery.</p>													<img width=\"1080\" height=\"1080\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2024/05/Garner_16051.png\" alt=\"Dr. Hart Garner\" />																<h2>Specialty</h2>				\r\n							Direct Lateral Lumbar Fusions						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>A minimally invasive procedure done on the spine to improve the spine’s stability, lessen pain, or correct any spinal deformity.</p>\r\n							Disc Replacement						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>Replacing a worn or degenerated disc in the spine with an artificial disc made of metal or a combination of metal and plastic.</p>\r\n							Spine and Brain Trauma						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>Injuries or accidents that affect an individual’s brain and/or spinal cord.</p>\r\n							Spine and Brain Tumors						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>Abnormal growths of tissue found inside the skull or the bony spinal column.</p>', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2026-07-20 14:03:04', '2026-07-20 14:03:04', '', 0, 'https://hartgarnermd.com/?page_id=160', 0, 'page', '', 0),
(162, 1, '2022-11-14 01:03:27', '2022-11-14 01:03:27', '', 'family-doctor-icon-3-green', '', 'inherit', 'open', 'closed', '', 'family-doctor-icon-3-green', '', '', '2022-11-14 01:03:27', '2022-11-14 01:03:27', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-icon-3-green.png', 0, 'attachment', 'image/png', 0),
(163, 1, '2022-11-14 01:03:27', '2022-11-14 01:03:27', '', 'family-doctor-018', '', 'inherit', 'open', 'closed', '', 'family-doctor-018', '', '', '2022-11-14 01:03:27', '2022-11-14 01:03:27', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-018.jpg', 0, 'attachment', 'image/jpeg', 0),
(164, 1, '2022-11-14 01:03:28', '2022-11-14 01:03:28', '', 'family-doctor-icon-2-green', '', 'inherit', 'open', 'closed', '', 'family-doctor-icon-2-green', '', '', '2022-11-14 01:03:28', '2022-11-14 01:03:28', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-icon-2-green.png', 0, 'attachment', 'image/png', 0),
(165, 1, '2022-11-14 01:03:28', '2022-11-14 01:03:28', '', 'family-doctor-icon-13-green', '', 'inherit', 'open', 'closed', '', 'family-doctor-icon-13-green', '', '', '2022-11-14 01:03:28', '2022-11-14 01:03:28', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-icon-13-green.png', 0, 'attachment', 'image/png', 0),
(166, 1, '2022-11-14 01:03:28', '2022-11-14 01:03:28', '', 'family-doctor-04-1', '', 'inherit', 'open', 'closed', '', 'family-doctor-04-1', '', '', '2022-11-14 01:03:28', '2022-11-14 01:03:28', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-04-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(167, 1, '2022-11-14 01:03:31', '2022-11-14 01:03:31', '', 'family-doctor-031', '', 'inherit', 'open', 'closed', '', 'family-doctor-031', '', '', '2022-11-14 01:03:31', '2022-11-14 01:03:31', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-031.png', 0, 'attachment', 'image/png', 0),
(168, 1, '2022-11-14 01:03:33', '2022-11-14 01:03:33', '', 'family-doctor-032', '', 'inherit', 'open', 'closed', '', 'family-doctor-032', '', '', '2022-11-14 01:03:33', '2022-11-14 01:03:33', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-032.jpg', 0, 'attachment', 'image/jpeg', 0),
(173, 1, '2022-11-14 01:03:36', '2022-11-14 01:03:36', '', 'family-doctor-017', '', 'inherit', 'open', 'closed', '', 'family-doctor-017', '', '', '2022-11-14 01:03:36', '2022-11-14 01:03:36', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-017.png', 0, 'attachment', 'image/png', 0),
(183, 1, '2022-11-14 03:37:43', '2022-11-14 03:37:43', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2026-07-21 14:16:31', '2026-07-21 14:16:31', '', 0, 'https://hartgarnermd.com/?page_id=183', 0, 'page', '', 0),
(185, 1, '2022-11-14 03:23:07', '2022-11-14 03:23:07', '', 'family-doctor-035', '', 'inherit', 'open', 'closed', '', 'family-doctor-035', '', '', '2022-11-14 03:23:07', '2022-11-14 03:23:07', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-035.png', 0, 'attachment', 'image/png', 0),
(208, 1, '2022-11-14 17:02:44', '2022-11-14 17:02:44', '', 'video (1)', '', 'inherit', 'open', 'closed', '', 'video-1', '', '', '2022-11-14 17:02:44', '2022-11-14 17:02:44', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/video-1.mp4', 0, 'attachment', 'video/mp4', 0),
(213, 1, '2022-11-14 17:31:12', '2022-11-14 17:31:12', '', 'production ID_5195355', '', 'inherit', 'open', 'closed', '', 'production-id_5195355', '', '', '2022-11-14 17:31:12', '2022-11-14 17:31:12', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/production-ID_5195355.mp4', 0, 'attachment', 'video/mp4', 0),
(219, 1, '2022-11-14 18:01:27', '2022-11-14 18:01:27', '', 'pexels-yaroslav-shuraev-8968044', '', 'inherit', 'open', 'closed', '', 'pexels-yaroslav-shuraev-8968044', '', '', '2022-11-14 18:01:27', '2022-11-14 18:01:27', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/pexels-yaroslav-shuraev-8968044.mp4', 0, 'attachment', 'video/mp4', 0),
(220, 1, '2022-11-14 18:05:34', '2022-11-14 18:05:34', '', 'Man - 54251', '', 'inherit', 'open', 'closed', '', 'man-54251', '', '', '2022-11-14 18:05:34', '2022-11-14 18:05:34', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Man-54251.mp4', 0, 'attachment', 'video/mp4', 0),
(222, 1, '2022-11-14 18:22:42', '2022-11-14 18:22:42', '', 'production ID_4446471', '', 'inherit', 'open', 'closed', '', 'production-id_4446471', '', '', '2022-11-14 18:22:42', '2022-11-14 18:22:42', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/production-ID_4446471.mp4', 0, 'attachment', 'video/mp4', 0),
(224, 1, '2022-11-15 05:27:00', '2022-11-15 05:27:00', '<h1>Chiari Malformation</h1>\r\nHave you been diagnosed with Chiari Malformation? You’ve come to the right place. With our expertise, you can feel confident that all the bases are being covered. Set an appointment with Dr. Hart Garner to discuss your condition and the best treatment options. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is Chiari Malformation?</h2>\r\nChiari malformation (CM) is a structural defect in the skull that results in part of the brain extending into the spinal canal. Specifically, this condition involves the cerebellum — the part of the brain that controls balance. In Chiari malformation, part of the cerebellum, known as the cerebellar tonsils, protrudes through the foramen magnum, the natural opening at the base of the skull, and into the upper spinal canal. This can cause various neurological symptoms due to the disruption of normal cerebrospinal fluid flow and compression of brain tissue.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Pressure-on-the-CNS-due-to-Chiari-malformation.jpg\" alt=\"Pressure on the CNS due to Chiari malformation\" width=\"1920\" height=\"1400\" />\r\n<h2>Causes of Chiari Malformation</h2>\r\nChiari malformation is a complex set of medical conditions that affect the brain and spinal cord where they join at the base of the skull. People who have Chiari malformation are either born with it or develop it later in life as a result of an injury or infection. It has two categories depending on its causes. These are:\r\n\r\nPrimary or Congenital Chiari Malformation\r\n\r\nOccurs during fetal development.\r\n\r\nAcquired or Secondary Chiari Malformation\r\n\r\nOccurs later due to traumatic injury, disease, or infection.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" width=\"2048\" height=\"1365\" />\r\n<h2>Known Treatments for Chiari Malformation</h2>\r\nWhen patients experience symptoms like severe headaches, we prescribe medications to ease the pain. However, the best treatment for Chiari malformation is surgery. Surgery can improve or stabilize symptoms in most individuals or halt the progression of damage to the central nervous system.\r\n<h2>Minnesota Chiari Malformation Experts</h2>\r\nIf you suffer from Chiari malformation or its symptoms, please don’t hesitate to contact us. Dr. Hart Garner delivers accurate diagnoses to help decide the suitable treatment. We discuss the risks and benefits of all options when deciding on a treatment plan for you. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Chiari Malformation', '', 'publish', 'closed', 'closed', '', 'chiari-malformation', '', '', '2026-07-20 14:14:06', '2026-07-20 14:14:06', '', 0, 'https://hartgarnermd.com/?page_id=224', 0, 'page', '', 0),
(232, 1, '2022-11-15 05:30:50', '2022-11-15 05:30:50', '', 'Pressure-on-the-CNS-due-to-Chiari-malformation', '', 'inherit', 'open', 'closed', '', 'pressure-on-the-cns-due-to-chiari-malformation', '', '', '2022-11-15 05:30:50', '2022-11-15 05:30:50', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Pressure-on-the-CNS-due-to-Chiari-malformation.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 1, '2022-11-15 05:40:04', '2022-11-15 05:40:04', '<h1>Hydrocephalus</h1>\r\nGet safe and effective hydrocephalus treatment with Dr. Hart Garner. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is Hydrocephalus?</h2>\r\nHydrocephalus is a medical condition characterized by an abnormal buildup of cerebrospinal fluid (CSF) in the ventricles (cavities) of the brain. This buildup can increase the pressure inside the skull, compressing the surrounding brain tissue. This increased pressure can lead to symptoms such as headaches, vomiting, blurred vision, balance problems, convulsions, an increase in head size (especially in infants), and potential brain damage. If left untreated, hydrocephalus can be fatal.\r\n\r\nIf you or someone you know is experiencing any of these symptoms, it is crucial to schedule a consultation with a qualified medical professional as soon as possible.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Hydrocephalus-image-1536x1024-1.jpg\" alt=\"Hydrocephalus image\" width=\"1536\" height=\"1024\" />\r\n<h2>Causes of Hydrocephalus</h2>\r\nBlockage\r\n\r\nCysts, tumors, and birth defects in the brain can block the normal flow of cerebrospinal fluid, leading to buildup.\r\n\r\nPoor Fluid Absorption\r\n\r\nHaving injuries, inflammation, or infections such as bacterial meningitis can hinder the absorption of cerebrospinal fluid by brain tissues.\r\n\r\nToo Much Fluid\r\n\r\nIn some instances, your body can produce a lot of cerebrospinal fluid than your brain can handle. However, these cases are rare.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1359907340-612x612-1.jpg\" alt=\"Hydrocephalus image\" width=\"612\" height=\"310\" />\r\nShunt\r\n\r\nIt involves the surgical insertion of the shunt — a drainage system — to channel the fluid to other parts of the body like the abdomen or a heart chamber for easier absorption. If you have hydrocephalus, you may need a shunt system for the rest of your life.\r\n\r\nEndoscopic Third Ventriculostomy\r\n\r\nIt involves the surgical insertion of the shunt — a drainage system — to channel the fluid to other parts of the body like the abdomen or a heart chamber for easier absorption. If you have hydrocephalus, you may need a shunt system for the rest of your life.\r\n<h2>Treatments for Hydrocephalus</h2>\r\nThere are two main surgical treatments for hydrocephalus:\r\n<h2>Contact a Minnesota Hydrocephalus Surgeon Today</h2>\r\nAre you or your loved one suffering from hydrocephalus? Look no further than Dr. Hart Garner. Our reputable team provides individualized, quality care to all our patients. Schedule an appointment now. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Hydrocephalus', '', 'publish', 'closed', 'closed', '', 'hydrocephalus', '', '', '2026-07-20 14:27:36', '2026-07-20 14:27:36', '', 0, 'https://hartgarnermd.com/?page_id=236', 0, 'page', '', 0),
(238, 1, '2022-11-15 05:38:11', '2022-11-15 05:38:11', '', 'Xray,Skull,In,The,You,Child,Show,Hydrocephalus', '', 'inherit', 'open', 'closed', '', 'xrayskullintheyouchildshowhydrocephalus', '', '', '2022-11-15 05:38:11', '2022-11-15 05:38:11', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Hydrocephalus-image-1536x1024-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 1, '2022-11-15 05:44:58', '2022-11-15 05:44:58', '', 'istockphoto-1359907340-612x612', '', 'inherit', 'open', 'closed', '', 'istockphoto-1359907340-612x612', '', '', '2022-11-15 05:44:58', '2022-11-15 05:44:58', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1359907340-612x612-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 1, '2022-11-15 05:48:42', '2022-11-15 05:48:42', '<h1>Brain Tumor</h1>\r\nExplore the causes and symptoms of brain tumors and find the right treatment option for you by exploring the information on this page.\r\nContact Dr. Hart Garner – Minnesota neurosurgeon – for brain tumor diagnosis and treatment.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What Is a Brain Tumor?</h2>\r\nA brain tumor is the growth of unusual cells in your brain. It can develop in any part of the brain or skull including the nasal cavity, the brain’s protective lining, sinuses, the underside of the brain, and more. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Tumor-Image-1-1-1536x1029-1.jpg\" alt=\"MRI of the brain\" width=\"1536\" height=\"1029\" />\r\n<h2>Treatments for Brain Tumors</h2>\r\nSurgery\r\n\r\nThe goal of removing the tumor is to remove it completely, or to remove as much of the tumor as possible with minimal damage to healthy brain tissue around it.\r\n\r\nRadiation Therapy\r\n\r\nThis type of therapy uses high-energy beams like X-rays to destroy the tumor cells or slow their growth.\r\n\r\nChemotherapy\r\n\r\nChemotherapy uses medication to eliminate the tumor cells. The drugs can be taken as pills or injected into a vein.\r\n\r\nTargeted Drug Therapy\r\n\r\nUnlike chemotherapy, targeted drug treatments only focus on the tumorous cells and spare healthy tissue.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1250205787-612x612-1.jpg\" alt=\"Human brain with tumor - 3D illustration\" width=\"612\" height=\"490\" />\r\n<h2>Minnesota Brain Tumor Specialist</h2>\r\nDr. Hart Garner is among the best neurosurgeons in Minnesota. Dr. Garner works with each patient to create tailored treatment plans that help them stay healthy. When you partner with us, you will have access to the most advanced brain tumor treatment options available.\r\n<h2>Consult Our Brain Tumor Specialists Today</h2>\r\nIf you’re experiencing brain tumor symptoms, visit our clinic for comprehensive diagnosis and care.\r\nSchedule an appointment with Dr. Hart Garner today!\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Brain Tumor', '', 'publish', 'closed', 'closed', '', 'brain-tumor', '', '', '2026-07-20 14:11:10', '2026-07-20 14:11:10', '', 0, 'https://hartgarnermd.com/?page_id=244', 0, 'page', '', 0),
(246, 1, '2022-11-15 05:48:00', '2022-11-15 05:48:00', '', 'Magnetic,Resonance,Image,(mri),Of,The,Brain', '', 'inherit', 'open', 'closed', '', 'magneticresonanceimagemriofthebrain', '', '', '2022-11-15 05:48:00', '2022-11-15 05:48:00', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Tumor-Image-1-1-1536x1029-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(247, 1, '2022-11-15 05:48:04', '2022-11-15 05:48:04', '', 'Human brain with tumor - 3D illustration', '', 'inherit', 'open', 'closed', '', 'human-brain-with-tumor-3d-illustration', '', '', '2022-11-15 05:48:04', '2022-11-15 05:48:04', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1250205787-612x612-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(258, 1, '2022-11-15 06:02:17', '2022-11-15 06:02:17', '', 'Spine cancer or spinal tumor disease.3d illustration', '', 'inherit', 'open', 'closed', '', 'spine-cancer-or-spinal-tumor-disease-3d-illustration', '', '', '2022-11-15 06:02:17', '2022-11-15 06:02:17', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1335843615-612x612-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(259, 1, '2022-11-15 06:02:22', '2022-11-15 06:02:22', '', 'Spine,Cancer,Or,Spinal,Tumor,Disease.3d,Illustration', '', 'inherit', 'open', 'closed', '', 'spinecancerorspinaltumordisease-3dillustration', '', '', '2022-11-15 06:02:22', '2022-11-15 06:02:22', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Tumor-image-1536x1024-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(263, 1, '2022-11-15 06:13:15', '2022-11-15 06:13:15', '<h1>Vertebral Tumor</h1>\r\nAccess high-quality and customized vertebral tumor treatments from Dr. Hart Garner. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is a Vertebral Tumor?</h2>\r\nA vertebral tumor is a type of spinal tumor that affects the vertebrae or bones of the spine. As these tumors grow within the vertebrae, they can cause vertebral fractures, spinal instability, and pain. Whether vertebral tumors are cancerous or not, they can lead to permanent disability or life-threatening. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vertebral-Tumor-Image-1536x957-1.jpg\" alt=\"Vertebral tumor MRI\" width=\"1536\" height=\"957\" />\r\n<h2>Causes of a Vertebral Tumor</h2>\r\nVertebral tumors can result due to genetic defects. But, it isn’t known whether these genetic defects develop over time or are simply inherited. These tumors can also develop due to exposure to certain chemicals or radiation. Apart from genetics and environmental factors, vertebral tumors are also metastatic. This means they can form due to the spread of tumors in other organs of your body. Most tumors spread from the lung, breast, and prostate.\r\n<h2>Treatments for Vertebral Tumor</h2>\r\nSurgery\r\n\r\nUndergoing surgery can be an effective treatment for vertebral tumors that are accessible. But there are newer surgical techniques that allow neurosurgeons to reach tumors that are inaccessible.\r\n\r\nRadiation Therapy\r\n\r\nRadiation therapy uses X-rays to eliminate inoperable tumors or treat vertebral tumors where surgery is too risky.\r\n\r\nChemotherapy\r\n\r\nChemo is a standard treatment for many types of tumors. It uses drugs to stop tumorous cells from growing or destroying them.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1006477536-612x612-1.jpg\" alt=\"Spine cancer or spinal tumor disease\" width=\"612\" height=\"408\" />\r\n<h2>Choose Our Team of Vertebral Tumor Specialists</h2>\r\nDr. Hart Garner and his team of healthcare professionals are specialized in treating a range of tumors. We use state-of-the-art neurosurgical techniques to get rid of tumorous cells, reducing the chances of a relapse. What sets us apart from the rest is the combination of the latest proven technology in tumor treatments and compassionate care.\r\n<h2>Contact a Reputable Vertebral Tumor Surgeon in Minnesota</h2>\r\nFor quality vertebral tumor treatment and care, look no further than Dr. Hart Garner. Our specialists provide credible diagnoses and customized treatment. Schedule an appointment now. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Vertebral Tumor', '', 'publish', 'closed', 'closed', '', 'vertebral-tumor', '', '', '2026-07-20 14:50:34', '2026-07-20 14:50:34', '', 0, 'https://hartgarnermd.com/?page_id=263', 0, 'page', '', 0),
(265, 1, '2022-11-15 06:08:10', '2022-11-15 06:08:10', '', 'Mri,Of,The,Lumbosacral,Spine:a,30,Year-old,Male,Presented,With', '', 'inherit', 'open', 'closed', '', 'mriofthelumbosacralspinea30year-oldmalepresentedwith', '', '', '2022-11-15 06:08:10', '2022-11-15 06:08:10', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vertebral-Tumor-Image-1536x957-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(266, 1, '2022-11-15 06:08:20', '2022-11-15 06:08:20', '', 'Spine cancer or spinal tumor disease', '', 'inherit', 'open', 'closed', '', 'spine-cancer-or-spinal-tumor-disease', '', '', '2022-11-15 06:08:20', '2022-11-15 06:08:20', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1006477536-612x612-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(272, 1, '2022-11-15 06:19:24', '2022-11-15 06:19:24', '<h1>Disc Degeneration</h1>\r\nDisc degeneration is a common cause of lower back pain. Discs are the shock-absorbing cushions between each vertebra in your spine. As we age, our discs lose their ability to absorb shock and can become damaged or ruptured. This damage causes inflammation and irritation in the discs and surrounding tissues, which can lead to pain. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/disc-degenration-image-1024x566-1.jpg\" alt=\"Stage of disc degeneration herniation image\" width=\"1024\" height=\"566\" />\r\n<h2>What are the Common Symptoms of Disc Degeneration?</h2>\r\nDisc degeneration usually does not cause symptoms until it has progressed to a certain point. However, there are some symptoms that can indicate that you may have disc degeneration:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Lower back pain that increases with standing or walking</li>\r\n 	<li>Pain that radiates down the leg</li>\r\n 	<li>Weakness or numbness in the leg or foot</li>\r\n 	<li>Tingling sensation that travels up the leg</li>\r\n 	<li>Muscle weakness or spasms</li>\r\n</ul>\r\n<h2>Common Causes of Disc Degeneration</h2>\r\nDrying out\r\n\r\nThe spinal discs are made up of a gel-like liquid that absorbs shock as you move around. When this substance dries out, it loses its ability to hold together and can break apart, causing pain and stiffness.\r\n\r\nInjuries\r\n\r\nThings like falls and car accidents can cause damage to the discs in your spine, leading to disc degeneration later on down the road.\r\n\r\nCracks\r\n\r\nDaily activities and movements can cause cracks in the outer layer of the disc. These small tears allow the inner gel to leak out, causing pain and inflammation.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" width=\"2048\" height=\"1365\" />\r\nOver-the-Counter Pain Relievers\r\n\r\nIbuprofen (Advil) and acetaminophen (Tylenol) can help reduce inflammation in the affected area.\r\n\r\nPhysical Therapy\r\n\r\nThis can help improve strength and flexibility while reducing stiffness in the affected area.\r\n\r\nSteroid Shots\r\n\r\nThese can be used to reduce inflammation of the affected area by injecting steroids directly into the inflamed tissue.\r\n<h2>Known Treatments for Disc Degeneration</h2>\r\nIf other treatments fail, surgery may be needed for more severe cases of disc degeneration where discs have completely collapsed or broken apart.\r\n<h2>Schedule an Appointment for with a Minnesota Disc Degeneration Specialist Today</h2>\r\nContact Dr. Hart Garner today and schedule an appointment to discuss treatment options for spinal disc degeneration. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Disc Degeneration', '', 'publish', 'closed', 'closed', '', 'disc-degeneration', '', '', '2026-07-20 14:19:18', '2026-07-20 14:19:18', '', 0, 'https://hartgarnermd.com/?page_id=272', 0, 'page', '', 0),
(274, 1, '2022-11-15 06:18:57', '2022-11-15 06:18:57', '', 'Stage,Of,Disc,Degeneration,Herniation.,Spine,Disease,,Normal,Backbone,,Degenerative', '', 'inherit', 'open', 'closed', '', 'stageofdiscdegenerationherniation-spinediseasenormalbackbonedegenerative', '', '', '2022-11-15 06:18:57', '2022-11-15 06:18:57', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/disc-degenration-image-1024x566-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(278, 1, '2022-11-15 06:34:05', '2022-11-15 06:34:05', '<h1>Cerebrovascular Disease and Stroke</h1>\r\nCerebrovascular stroke requires prompt care and treatment for the best long-term outcomes. Dr. Garner has performed many types of neurological surgery and can help in every unique circumstance.\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/cerebrovascular-disease-and-stroke-image-min-1024x360-1.jpg\" alt=\"Cerebrovascular disease and stroke image\" width=\"1024\" height=\"360\" />\r\n<h2>Urgent Care</h2>\r\nOur team offers prompt and timely care and treatment of various neurological conditions. We talk about options and help make a medical care plan to help achieve your goals.\r\nWho We Serve\r\n\r\nOur team works with patients of all ages and stages of the disease.\r\n\r\nPartner With Our Office\r\n\r\nWe help improve patient outcomes with comprehensive care.\r\n\r\nCustom Care Plan\r\n\r\nPersonalized treatment plans use the latest methods.\r\n<h2>Treatments for Cerebrovascular Disease</h2>\r\nDr. Garner specializes in head and neck disorders.\r\n<h2>Contact a Minnesota Vascular Neurologist</h2>\r\nDr. Hart Garner sees many types of neurological patients. He specializes in surgical treatment to provide pain relief and address symptoms of conditions like cerebrovascular disease and stroke. Dr. Garner helps treat, manage, and prevent cardiovascular disease, such as stroke. Our team helps to prevent and treat hemorrhagic strokes and ischemic strokes.\r\n<h2>Schedule an Appointment Today</h2>\r\nAre you looking for preventative care to help avoid future diseases? Looking to treat your current symptoms? Schedule an appointment and talk to Dr. Garner to learn more about your condition and what we can do to help you make progress.\r\nGet Started <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Cerebrovascular Disease and Stroke', '', 'publish', 'closed', 'closed', '', 'cerebrovascular-disease-and-stroke', '', '', '2026-07-20 14:12:21', '2026-07-20 14:12:21', '', 0, 'https://hartgarnermd.com/?page_id=278', 0, 'page', '', 0),
(280, 1, '2022-11-15 06:32:11', '2022-11-15 06:32:11', '', 'cerebrovascular-disease-and-stroke-image-min-1024x360', '', 'inherit', 'open', 'closed', '', 'cerebrovascular-disease-and-stroke-image-min-1024x360', '', '', '2022-11-15 06:32:11', '2022-11-15 06:32:11', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/cerebrovascular-disease-and-stroke-image-min-1024x360-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(286, 1, '2022-11-15 06:40:47', '2022-11-15 06:40:47', '<h1>Failed Spinal Fusions</h1>\r\nA spinal fusion is a procedure where two or more vertebrae are joined together by placing a bone graft between them to strengthen the spine against movement. This procedure is used to treat conditions such as scoliosis or degenerative disc disease, but if it fails, it can cause serious problems for the patient’s posture and quality of life.\r\n\r\nWhile the success rate of the surgery is high, there is a small percentage of patients who do not experience the relief they were hoping for.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What are Failed Spinal Fusions?</h2>\r\nWhen a spinal fusion is unsuccessful, it’s called failed fusion. A failed fusion happens when the bones don’t heal together properly after surgery. In most cases, this occurs because there was not enough bone growth during the healing process.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Failed-Spinal-fusion-image-1536x1024-1.jpg\" alt=\"Laminectomy xray, before and after\" width=\"1536\" height=\"1024\" />\r\nNot Enough Support\r\n\r\nThere is not enough support to hold the spine in place. This can happen if your doctor did not use enough hardware or if your body has rejected the hardware.\r\n\r\nHardware Failure\r\n\r\nAnother common cause of failed spinal fusion. The hardware may have been put in incorrectly, or it may have worn out over time.\r\n<h2>Causes of Failed Spinal Fusions</h2>\r\nThere are a lot of possible causes for failed spinal fusion. The most common include:\r\n<h2>Treatment for Failed Spinal Fusions</h2>\r\nIf your first procedure was unsuccessful, it may be worth trying again with a different doctor or improved techniques. In some cases, this is an effective way to treat failed fusions and get back on track with your recovery process.\r\nMake sure that your surgeon has experience working with patients who have experienced failed fusions before choosing this option.\r\n<h2>Schedule an Appointment with a Minnesota Spine Fusion Surgeon Today</h2>\r\nIf you are considering a spinal fusion and have questions about the success rate or possible complications, make an appointment with a spine specialist. Dr. Hart Garner uses the latest advancements in technology and techniques to ensure the best possible outcome. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Failed Spinal Fusions', '', 'publish', 'closed', 'closed', '', 'failed-spinal-fusions', '', '', '2026-07-20 14:20:02', '2026-07-20 14:20:02', '', 0, 'https://hartgarnermd.com/?page_id=286', 0, 'page', '', 0),
(288, 1, '2022-11-15 06:40:36', '2022-11-15 06:40:36', '', 'Xray,Show,Pre,-,Post,Operation,Laminectomy', '', 'inherit', 'open', 'closed', '', 'xrayshowpre-postoperationlaminectomy', '', '', '2022-11-15 06:40:36', '2022-11-15 06:40:36', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Failed-Spinal-fusion-image-1536x1024-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(292, 1, '2022-11-15 06:49:11', '2022-11-15 06:49:11', '<h1>Herniated Disc</h1>\r\nA herniated disc occurs when the outer ring of the disc (the annulus fibrosus) becomes weakened and ruptures. The inner jelly-like portion of the disc (nucleus) then presses against a nearby nerve root causing pain and inflammation. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What are the Symptoms of a Herniated Disc?</h2>\r\nA herniated disc is often accompanied by intense pain, which may radiate throughout the body if the nerves in your spinal cord are affected by it.\r\nOther common symptoms include:\r\nArm or Leg Pain\r\n\r\nA herniated disc can cause pain in your upper back, neck, or shoulders as well as in one or both arms. You may also experience pain along the outside edge of your lower back.\r\n\r\nNumbness or Tingling\r\n\r\nPressure on a nerve from a herniated disc can cause numbness or tingling sensations in different areas of your body, including your arms and legs.\r\n\r\nWeakness\r\n\r\nIf you feel weakness in any part of your body when standing up from sitting down, this could be caused by pressure on nerves caused by a herniated disc.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Herniated-disc-image-1536x1482-1.jpg\" alt=\"Herniated spinal disc image\" width=\"1536\" height=\"1482\" />\r\n<h2>Common Causes of Herniated Disc</h2>\r\nThe most common cause of a herniated disc is disc degeneration. As we age, our spine loses its ability to support itself because the disks become more brittle and less elastic over time.\r\n\r\nThis makes someone more susceptible to injuries like a herniated disc, since the discs are less able to absorb shock from everyday activities like walking or running which can lead to further degeneration over time if left untreated.\r\n\r\nNon-Surgical Treatment\r\n\r\nInitial care for a herniated disc may include rest, ice, heat, and over-the-counter pain relievers. Some doctors will advise the patient to just maintain a low activity level until the pain subsides.\r\n\r\nSurgical Treatment\r\n\r\nIf the pain does not improve after several weeks of conservative treatment, surgery may be recommended. The type of surgery will depend on the location of the herniated disc and the severity of the symptoms.\r\n<h2>Known Treatments for Herniated Discs</h2>\r\n<h2>Schedule an Appointment with a MN Spine Surgeon</h2>\r\nIf you feel like you may have a herniated disc, it is important to seek medical attention right away. The sooner you are diagnosed, the sooner you can start treatment and feel relief from your symptoms. Call Dr. Hart Garner today to schedule an appointment.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Herniated Disc', '', 'publish', 'closed', 'closed', '', 'herniated-disc', '', '', '2026-07-20 14:24:04', '2026-07-20 14:24:04', '', 0, 'https://hartgarnermd.com/?page_id=292', 0, 'page', '', 0),
(294, 1, '2022-11-15 06:46:33', '2022-11-15 06:46:33', '', 'Spinal,Pain,Attack,After,Disc,Herniation,,Man,Suffering,From,Spinal', '', 'inherit', 'open', 'closed', '', 'spinalpainattackafterdischerniationmansufferingfromspinal', '', '', '2022-11-15 06:46:33', '2022-11-15 06:46:33', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Herniated-disc-image-1536x1482-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, 1, '2022-11-15 07:08:50', '2022-11-15 07:08:50', '<h1>Stenosis</h1>\r\nStenosis is a condition where one or more spaces in the spine are narrowed, causing irritation and/or compression of nerves. Nerves can become irritated by stretching, rubbing against bone, or being compressed by surrounding tissue.\r\n\r\nThis irritation can cause pain and/or numbness in the area of the nerve. It occurs anywhere along the spine, but the common areas affected are the neck and low back. Stenosis is common in people over 50 years old and in those who are born with a narrow spinal canal.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What are the Symptoms of Spinal Stenosis?</h2>\r\nSymptoms will vary depending on which nerves are affected and how severely they are compressed.\r\n\r\n<strong>For neck stenosis, symptoms may include:</strong>\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Pain in the neck</li>\r\n 	<li>Shoulder pain</li>\r\n 	<li>Numbness or weakness in the arms or legs</li>\r\n 	<li>Loss function of hands</li>\r\n</ul>\r\n<strong>For low back stenosis, symptoms may include:</strong>\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Pain in the lower back</li>\r\n 	<li>Sciatica (pain that radiates from the lower back into the legs)</li>\r\n 	<li>Numbness or weakness in the legs</li>\r\n 	<li>Loss of bowel or bladder control (severe cases)</li>\r\n</ul>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Stenosis-Image-1536x397-1.jpg\" alt=\"Spinal stenosis graphic\" width=\"1536\" height=\"397\" />\r\nOsteoarthritis\r\n\r\nThis is a degenerative condition that affects the joints and cartilage of the spine. It can result in narrowing of the spinal canal, which leads to stenosis.\r\n\r\nHerniated Discs\r\n\r\nThese occur when part of the tough outer shell of an intervertebral disk ruptures and collapses into the spinal canal. Pressure on these nerves can result in pain and weakness in one or both legs or arms.\r\n<h2>Causes of Spinal Stenosis</h2>\r\nAn injury to your spine may cause narrowing of your spinal canal, leading to stenosis. Other causes include:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Tumors</li>\r\n 	<li>Thickened ligaments</li>\r\n 	<li>Congenital (present at birth) conditions</li>\r\n</ul>\r\n<h2>Treatment for Spinal Stenosis</h2>\r\nFor mild to moderate cases of spinal stenosis, your doctor may recommend:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Over-the-counter pain relievers or anti-inflammatory medications</li>\r\n 	<li>Physical therapy</li>\r\n 	<li>Steroid injections</li>\r\n</ul>\r\n<h2>Schedule an Appointment with a Spinal Stenosis Surgeon</h2>\r\nFor moderate to severe cases, your doctor may recommend surgical options such as laminectomy, foraminotomy, or spinal fusion. If you want to know more about the treatment, feel free to contact Dr. Hart Garner to schedule an appointment. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Stenosis', '', 'publish', 'closed', 'closed', '', 'stenosis', '', '', '2026-07-20 14:45:07', '2026-07-20 14:45:07', '', 0, 'https://hartgarnermd.com/?page_id=310', 0, 'page', '', 0),
(312, 1, '2022-11-15 07:04:54', '2022-11-15 07:04:54', '', 'Stenosis-Image-1536x397', '', 'inherit', 'open', 'closed', '', 'stenosis-image-1536x397', '', '', '2022-11-15 07:04:54', '2022-11-15 07:04:54', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Stenosis-Image-1536x397-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(316, 1, '2022-11-15 07:27:30', '2022-11-15 07:27:30', '<h1>Sciatica</h1>\r\nSciatica is a common condition that can be caused by many different issues. Sciatica is characterized by pain along the sciatic nerve, which runs from the lower back down through the glutes and thigh to the foot. The pain might also travel into one or both legs, depending on where the condition causing the sciatica is located. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What are the Symptoms of Sciatica?</h2>\r\nSciatica produces symptoms that radiate down one leg all the way to foot. The pain can be intense and usually increases when you’re standing or walking due to increased pressure on compressed nerve roots. Other symptoms often include:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Moderate to severe pain in lower back, buttock, or leg that is worse when sitting</li>\r\n 	<li>Numbness and tingling in the leg or foot</li>\r\n 	<li>Weakness of the leg or foot</li>\r\n 	<li>Feeling of pins and needles in the leg or foot</li>\r\n</ul>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Sciatica-image-1536x1024-1.jpg\" alt=\"Sciatica image\" width=\"1536\" height=\"1024\" />\r\nHerniated Disc\r\n\r\nPuts pressure on the nerve root\r\n\r\nDegenerative Disc Disease\r\n\r\nCauses discs to bulge and puts pressure on roots\r\n\r\nSpinal Stenosis\r\n\r\nOccurs when the spinal canal narrows, which puts pressure on the spinal cord and nerves\r\n\r\nOsteoarthritis\r\n\r\nCan cause the spine to narrow and compress nerves\r\n\r\nSpondylolisthesis\r\n\r\nCondition where one vertebra slips forward on the one below it, pinching the nerve root\r\n<h2>Common Causes of Sciatica</h2>\r\nThere are many potential causes of sciatica, including:\r\n<h2>Treatment for Spinal Stenosis</h2>\r\nThe goal of every treatment is to reduce the pressure on the sciatic nerve. This can be done in a number of ways, including:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Physical therapy and exercise</li>\r\n 	<li>Anti-inflammatory drugs</li>\r\n 	<li>Steroid injections</li>\r\n 	<li>Applying ice or hot packs</li>\r\n 	<li>Surgery will be the last resort if other methods fail to relieve the pain.</li>\r\n</ul>\r\n<h2>Schedule an Appointment with a Minnesota Sciatica Surgeon</h2>\r\nTo fully understand what’s happening and what causes your pain, feel free to contact Dr. Hart Garner. Schedule an appointment today and learn how we can help you heal.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Sciatica', '', 'publish', 'closed', 'closed', '', 'sciatica', '', '', '2026-07-20 14:38:20', '2026-07-20 14:38:20', '', 0, 'https://hartgarnermd.com/?page_id=316', 0, 'page', '', 0),
(320, 1, '2022-11-15 07:29:33', '2022-11-15 07:29:33', '', 'Sciatica-image-1536x1024', '', 'inherit', 'open', 'closed', '', 'sciatica-image-1536x1024', '', '', '2022-11-15 07:29:33', '2022-11-15 07:29:33', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Sciatica-image-1536x1024-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(322, 1, '2022-11-15 07:50:42', '2022-11-15 07:50:42', '<h1>Spondylolisthesis</h1>\r\nSpondylolisthesis is a condition that causes the vertebrae in your spine to slip forward over the one below it. It may be caused by an injury or accident, but it can also occur from wear and tear over time.\r\n\r\nThis condition can affect anyone, but it’s more common in people who are older than 50 years old because the discs between the vertebrae start to break down over time. It’s also more likely to develop in people who have had previous spinal injuries, such as a broken back or neck.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What are the Common Symptoms of Spondylolisthesis?</h2>\r\nThe most common symptom of spondylolisthesis is lower back pain that worsens over time and gets worse after physical activity. Other symptoms include:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Pain in the buttock area</li>\r\n 	<li>Pain in the lower back when bending forward or standing for long periods of time</li>\r\n 	<li>Pain in the upper legs when walking, especially upstairs or on hills</li>\r\n 	<li>Weakness on one side of your body or numbness/tingling in your leg</li>\r\n</ul>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spondylolisthesis-image-1536x572-1.jpg\" alt=\"Spondylolisthesis of the spine graphic\" width=\"1536\" height=\"572\" />\r\n<h2>Common Causes of Spondylolisthesis</h2>\r\nWhile injuries are the most common cause of spondylolisthesis, there are other factors that can contribute to the condition. Some of these include:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Degenerative changes in the spine due to aging</li>\r\n 	<li>Having an unusually small spinal canal or a defect in your vertebrae</li>\r\n 	<li>Trauma to areas of your spine that are susceptible to injury</li>\r\n 	<li>Aging causes bone and cartilage to weaken, making it more difficult for bones to support the weight</li>\r\n 	<li>Congenital issues where a person is born with a defect in the spine that makes it more likely to develop spondylolisthesis</li>\r\n</ul>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" width=\"2048\" height=\"1365\" />\r\nAnti-Inflammatory Medication\r\n\r\n\r\nPain Medication\r\n\r\n\r\nRest\r\n\r\n\r\nWearing a Back Brace\r\n\r\n\r\nSteroid Shots\r\n<h2>Known Treatments for Spondylolisthesis</h2>\r\nThe goal of treatment for spondylolisthesis is to strengthen abdominal and back muscles through physical therapy and exercises. If no other treatment options relieve your pain, surgery may be recommended. IF you need surgery, you must work with an experienced surgeon as this is a complex surgery.\r\n\r\nOther treatments include:\r\n<h2>Schedule an Appointment for Spondylolisthesis Treatment Today</h2>\r\nYou may contact us by phone to schedule an appointment, or you can use our appointment form on this website. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Spondylolisthesis', '', 'publish', 'closed', 'closed', '', 'spondylolisthesis', '', '', '2026-07-20 14:41:31', '2026-07-20 14:41:31', '', 0, 'https://hartgarnermd.com/?page_id=322', 0, 'page', '', 0),
(324, 1, '2022-11-15 07:44:58', '2022-11-15 07:44:58', '', 'Spondylolisthesis,A,Spinal,Disease,That,Causes,One,Of,The,Lower', '', 'inherit', 'open', 'closed', '', 'spondylolisthesisaspinaldiseasethatcausesoneofthelower', '', '', '2022-11-15 07:44:58', '2022-11-15 07:44:58', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spondylolisthesis-image-1536x572-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(326, 1, '2022-11-15 07:59:00', '2022-11-15 07:59:00', '<h1>Radiculopathy</h1>\r\nRadiculopathy is a condition that causes pain, numbness, tingling, and weakness in the arms and legs. This can happen when the spinal nerve roots are compressed or irritated. Radiculopathy is most common in people who are between 30 and 50 years old. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What are the Common Symptoms of Radiculopathy?</h2>\r\nBecause of pain, numbness, tingling, and weakness in the arms and legs, people with radiculopathy often have difficulty doing everyday activities. The nerve roots send messages from the brain to the rest of your body, and any damage to them can affect how you move or feel. Some of the most common symptoms of radiculopathy include:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Tingling or weakness in the arms and legs</li>\r\n 	<li>Numbness in the arms and legs</li>\r\n 	<li>Decrease in ability to normal movement</li>\r\n 	<li>Loss of feeling</li>\r\n 	<li>Pain in the neck, shoulders, and back</li>\r\n</ul>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Radiculopathy-Image-1536x1032-1.jpg\" alt=\"Radiculopathy image\" width=\"1536\" height=\"1032\" />\r\n<h2>Common Causes of Radiculopathy</h2>\r\nThe most common cause of radiculopathy is aging. As your body ages, the discs between your vertebrae begin to wear down. This can lead to the disks becoming thin and brittle, which makes them more likely to herniate. Other possible causes of radiculopathy include:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Arthritis</li>\r\n 	<li>Bone spurs</li>\r\n 	<li>Tumors on the spine</li>\r\n 	<li>Fractures</li>\r\n</ul>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" width=\"2048\" height=\"1365\" />\r\nFor Mild Radiculopathy\r\n\r\nPain relievers and anti-inflammatory drugs may be all you need to ease the symptoms. You can also use ice or heat to help relieve the pain. Other medications such as over-the-counter NSAIDs or corticosteroids may be prescribed to help relieve the pain and inflammation. If your radiculopathy is severe, you may need physical therapy to help you regain strength and mobility.\r\n\r\nFor Severe Cases of Radiculopathy\r\n\r\nSurgery may be needed to relieve the pressure on the nerve roots. The type of surgery will depend on the cause of the radiculopathy.\r\n<h2>Known Treatments for Radiculopathy</h2>\r\nThe treatment for radiculopathy depends on the severity of the condition.\r\n<h2>Schedule an Appointment for\r\nRadiculopathy Treatment Today</h2>\r\nIf you want to find out more about the treatment for radiculopathy, contact Dr. Hart Garner and schedule an appointment. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Radiculopathy', '', 'publish', 'closed', 'closed', '', 'radiculopathy', '', '', '2026-07-20 14:34:10', '2026-07-20 14:34:10', '', 0, 'https://hartgarnermd.com/?page_id=326', 0, 'page', '', 0),
(328, 1, '2022-11-15 07:56:03', '2022-11-15 07:56:03', '', 'Radiculopathy-Image-1536x1032', '', 'inherit', 'open', 'closed', '', 'radiculopathy-image-1536x1032', '', '', '2022-11-15 07:56:03', '2022-11-15 07:56:03', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Radiculopathy-Image-1536x1032-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(332, 1, '2022-11-15 08:12:46', '2022-11-15 08:12:46', '<h1>Scoliosis</h1>\r\nScoliosis is one of the most common disorders in children, affecting about 3 to 5% of the population. It is characterized by a sideways curvature of the spine, which can be either mild or severe. Scoliosis can be congenital (present from birth) or occur later in life. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What are the Common Symptoms of Scoliosis?</h2>\r\nThe symptoms of scoliosis depend on the severity of your curve and where it’s located on your spine. Here are some of the common symptoms:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Uneven shoulders</li>\r\n 	<li>One shoulder blade that appears more prominent than the other</li>\r\n 	<li>One hip higher than the other</li>\r\n 	<li>Uneven waistline</li>\r\n 	<li>One side of the rib cage sticks out more than the other</li>\r\n</ul>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/Scoliosis-Image-1536x1536-1-1536x1536-1.webp\" alt=\"\" width=\"1536\" height=\"1536\" />\r\n<h2>Common Causes of Scoliosis</h2>\r\nThere are no definitive causes of scoliosis, but there are several theories. Genetics is thought to play a role, as the condition often runs in families. It is also more common in girls than boys. Some other possible causes include:\r\n<ul style=\"margin-left: 18px;\">\r\n 	<li>Neuromuscular conditions, such as cerebral palsy or muscular dystrophy</li>\r\n 	<li>Birth defects of the spine</li>\r\n 	<li>Injuries to the spine</li>\r\n</ul>\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" width=\"2048\" height=\"1365\" />\r\nAge\r\n\r\nThe condition is most common in children aged 10-15.\r\n\r\nFamily History\r\n\r\nIf you have a family member with scoliosis, you’re more likely to develop it yourself.\r\n\r\nGender\r\n\r\nWhile scoliosis can appear in both sexes, it is more common in girls.\r\n<h2>Risk Factors for Scoliosis</h2>\r\nThere are several risk factors that may increase your chances of developing scoliosis, such as:\r\nBracing\r\n\r\nA brace can be worn to stop the curve from getting worse.\r\n\r\nSurgery\r\n\r\nIn severe cases, surgery may be necessary to correct the curve. Spinal fusion is the most common type of surgery used to treat scoliosis.\r\n\r\nSpine and Rib Growing Rods\r\n\r\nThese are implanted rods that are used to straighten the spine gradually.\r\n<h2>Treatment for Scoliosis</h2>\r\nMild scoliosis usually doesn’t require treatment. In severe cases, however, surgery may be necessary to prevent the curve from progressing. Some of the common treatment options for scoliosis include:\r\n<h2>Schedule an Appointment for Scoliosis Treatment in Minnesota Today</h2>\r\nIf you are concerned that you or your child may have scoliosis, get in touch with Dr. Hart Garner. Schedule an appointment today to learn more about your treatment options.\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Scoliosis', '', 'publish', 'closed', 'closed', '', 'scoliosis', '', '', '2026-07-20 14:38:59', '2026-07-20 14:38:59', '', 0, 'https://hartgarnermd.com/?page_id=332', 0, 'page', '', 0),
(334, 1, '2022-11-15 08:11:49', '2022-11-15 08:11:49', '', 'Scoliosis-Image-1536x1536', '', 'inherit', 'open', 'closed', '', 'scoliosis-image-1536x1536', '', '', '2022-11-15 08:11:49', '2022-11-15 08:11:49', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Scoliosis-Image-1536x1536-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(340, 1, '2022-11-15 08:40:33', '2022-11-15 08:40:33', '<h1>Spinal Arthritis</h1>		Dr. Hart Garner offers quality spinal arthritis treatment to help relieve pain and improve your well-being.								<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n									Schedule an Appointment\n					</a>\n									<h2>What is Arthritis?</h2>		Arthritis is a disease that affects your joints, causing tenderness, swelling, and inflammation. These symptoms often get worse with age. Arthritis is most common in the knees, feet, lower back, hands, and hips.													<img width=\"1536\" height=\"631\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Arthiritis-Image-1536x631-1.jpg\" alt=\"Arthritis concept images\" />																		\n							Age						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Over time, your joints become worn down. This increases the risk of developing arthritis, especially osteoarthritis.</p>\n							Genetics						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Over time, your joints become worn down. This increases the risk of developing arthritis, especially osteoarthritis.</p>\n							Excess Weight						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>When you’re overweight, your body tends to put a lot of stress on your weight-bearing joints. This can aggregate wear and tear and your risk of being arthritic.</p>\n							Injuries						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Injuries can cause joint damage that leads to the development of arthritis.</p>\n							Work						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Some jobs require heavy lifting or the use of repetitive movements. This can stress your joints which can lead to arthritis.</p>\n							<h2>Causes of\nArthritis</h2>							\n							Minimally Invasive Surgery						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Surgery can be done to fuse two or more bones permanently and immobilize your joint or to replace your joint. Our minimally invasive surgery involves shorter operating times and faster recovery with very few incisions.</p>\n							Physical Therapy						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>This can help improve the strength and range of motion of joints and even lessen arthritis pain.</p>\n							Why Choose Us?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Dr. Garner specializes in providing quality care for patients with arthritis. Our highly trained practitioners offer advanced treatment and support to control pain and other symptoms of arthritis. We also have the latest tools to determine the type of arthritis you have so that we can customize treatment.</p>\n							<h2>Treatments for\nArthritis</h2>					<h2>Get Quality Arthritic Care with Dr. Hart Garner</h2>		Are you suffering from arthritis? Our doctors can manage the symptoms of arthritis, preventing further joint deterioration so you can go back to enjoying your life. Schedule an appointment now.								<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n									Get Started\n					</a>', 'Arthritis', '', 'publish', 'closed', 'closed', '', 'arthritis', '', '', '2026-07-20 14:20:52', '2026-07-20 14:20:52', '', 0, 'https://hartgarnermd.com/?page_id=340', 0, 'page', '', 0),
(342, 1, '2022-11-15 08:33:22', '2022-11-15 08:33:22', '', 'Arthiritis-Image-1536x631', '', 'inherit', 'open', 'closed', '', 'arthiritis-image-1536x631', '', '', '2022-11-15 08:33:22', '2022-11-15 08:33:22', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Arthiritis-Image-1536x631-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(351, 1, '2022-11-15 09:35:47', '2022-11-15 09:35:47', '<h1>Spinal Discectomy</h1>\r\nA discectomy is a surgical procedure that removes part of the damaged disc in your spine. Spinal discs cushion the vertebrae in your spine, so when a disc becomes herniated or ruptures, it can press on the nerve root and cause pain to radiate down the corresponding leg. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>Treatment for Spinal Discectomy</h2>\r\nA spinal discectomy can be performed using different approaches depending on where the damaged disc is located.\r\nProcedures\r\n\r\n<strong>Endoscopic Discectomy</strong>\r\n\r\nThe surgeon may use an endoscopic approach which involves inserting a small camera through an incision near the spine while they operate through another small incision on the backside of the same area. This technique allows surgeons to see more clearly what they are doing inside the body without having too large of an incision made on either side.\r\n\r\n<strong>Traditional Discectomy</strong>\r\n\r\nAlternatively, some surgeons prefer using an open method which requires making one larger incision that is typically approximately one inch or larger in length.\r\n\r\nThese procedures are conducted and recommended if physical therapy or other initial medication regimens have failed to provide relief from the patient’s symptoms.\r\n\r\nRecovery\r\n\r\nAfter the procedure, you will be moved to a recovery room and will be watched in case complications and/or issues arise. Depending on the severity of the herniated disc, you may be able to go home that day or have to stay overnight for observation.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" width=\"2048\" height=\"1365\" />\r\n<h2>Schedule an Appointment for Spinal Discectomy Today</h2>\r\nIf you are experiencing pain, numbness, and/or weakness in your arms or legs then it’s possible you have a herniated disc that needs to be treated. Contact Dr. Hart Garner today to schedule an appointment with one of our specialists. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Spinal Discectomy', '', 'publish', 'closed', 'closed', '', 'spinal-discectomy', '', '', '2026-07-20 14:40:09', '2026-07-20 14:40:09', '', 0, 'https://hartgarnermd.com/?page_id=351', 0, 'page', '', 0),
(356, 1, '2022-11-15 09:43:03', '2022-11-15 09:43:03', '<h1>Posterior Fusion Spine Surgery in Minnesota</h1>\r\nPosterior spinal fusion may be the solution to your back pain problems. Schedule an appointment with Dr. Hart Garner today.\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is a Posterior Fusion?</h2>\r\nThe term posterior lumbar fusion (PLF) refers to the surgical process of fusing two or more lumbar bones along the sides of the spine. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg\" alt=\"Posterior spinal fusion xray\" width=\"1536\" height=\"986\" />\r\n<h2>Who Needs Posterior Fusion Surgery?</h2>\r\nIf you have one of these conditions your doctor may suggest spinal fusion:\r\nSpinal Weakness\r\n\r\nIf you have abnormal or excessive motion between two vertebrae, your spine may become unstable. Arthritis of the spine is often responsible for this. Spinal fusion can help restore stability for these patients.\r\n\r\nSpinal Deformities\r\n\r\nThe fusion of the spine can help correct spinal deformities, like scoliosis (sideways curvature of the spine).\r\n\r\nHerniated Discs\r\n\r\nAfter the removal of a damaged (herniated) disc, spinal fusion may be used to stabilize the spine.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" width=\"2048\" height=\"1365\" />\r\nProcedure\r\n\r\nFirst, the surgeon makes an incision in one of three places to reach the vertebrae being fused: directly over the spine, directly on either side, or in your abdomen or throat so that the surgeon can reach the spine from the front.\r\n\r\nYou may need bone grafts from a bone bank or from your own body (usually from your pelvis) to fuse two vertebrae. To use your own bone, the surgeon makes an incision over your pelvis, removes a small section of it, and then closes the incision.\r\n\r\nThe bone graft material is then placed between the vertebrae to fuse them permanently. The surgeon may insert metal plates, screws, or rods during the healing process to hold the vertebrae together.\r\n\r\nRecovery\r\n\r\nAfter spinal fusion, a two-to-three-day hospital stay is typical.\r\n\r\nIn most cases, pain and discomfort can be controlled well with medications, depending on the location and extent of your surgery.\r\n\r\nThe affected bones in your spine may take several months to heal and fuse.\r\n\r\nIn some cases, your doctor may prescribe a brace to keep your spine aligned.\r\n\r\nA physical therapist can teach you how to stand, walk, and sit in a way that ensures your spine is correctly aligned.\r\n<h2>Treatment for\r\nPosterior Fusion</h2>\r\n<h2>Schedule an Appointment for Posterior Fusion Spinal Surgery in Minnesota</h2>\r\nMeet with Dr. Hart Garner for more information regarding posterior fusion spinal surgery. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Posterior Fusion', '', 'publish', 'closed', 'closed', '', 'posterior-fusion', '', '', '2026-07-20 14:33:12', '2026-07-20 14:33:12', '', 0, 'https://hartgarnermd.com/?page_id=356', 0, 'page', '', 0),
(358, 1, '2022-11-15 09:38:17', '2022-11-15 09:38:17', '', 'X-ray,Image,Of,Neck,Show,Neck,Pain,In,Flex,And', '', 'inherit', 'open', 'closed', '', 'x-rayimageofneckshowneckpaininflexand', '', '', '2022-11-15 09:38:17', '2022-11-15 09:38:17', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(361, 1, '2022-11-15 09:55:13', '2022-11-15 09:55:13', '<h1>Extreme Lateral Interbody Fusion (XLIF)</h1>\r\nGain stability and relieve pain with a lateral spinal fusion or XLIF procedure. Contact a Minnesota spine surgeon to learn more. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is a Lateral Fusion or XLIF?</h2>\r\nA Lateral Fusion (XLIF) is a minimally invasive procedure done on the spine to improve the spine’s stability, lessen pain, or correct any spinal deformity. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Lateral-fusion-image-1536x1047-1.jpg\" alt=\"Lateral spinal fusion image\" width=\"1536\" height=\"1047\" />\r\n<h2>Why is Lateral Fusion or XLIF Needed?</h2>\r\nLateral spine fusion may be recommended if you don’t respond to other treatments like medication and physical therapy. The procedure addresses painful and debilitating spine conditions including degenerative disc disease, spondylolisthesis, spinal stenosis, and scoliosis.\r\nProcedure\r\n\r\n<strong>Step 1: Anesthesia</strong>\r\nThe doctor will administer general anesthesia to ensure comfort.\r\n\r\n<strong>Step 2: Incisions</strong>\r\nDuring the procedure, the surgeon will place you on your side and make an incision. The surgeon gently makes a path between the abdominal and back muscles to gain access to the retroperitoneal space. Using a monitoring probe, they will identify the position of nerves alongside the spine. It also helps create a path through the psoas muscle to the damaged disc.\r\n\r\n<strong>Step 3: Disc Removal</strong>\r\nAfter that, a series of small dilators are used to separate the muscles and create a tunnel to the spine. The surgeon then removes the damaged disc through the tube retractor.\r\n\r\n<strong>Step 4: Insert Bone Graft/Fusion Device</strong>\r\nOnce the disc is removed, they’ll place a bone graft or a fusion device into the empty disc space.\r\n\r\n<strong>Step 5: Close the Incision</strong>\r\nThe surgeon removes the tubes and instruments. Once it’s done, they’ll close the incisions.\r\n\r\nRecovery\r\n\r\nThe recovery from an XLIF procedure varies from patient to patient. But most patients can go back home within 24 hours after surgery. You may experience pain and tingling at the incision sites. Follow the surgeon’s aftercare instructions until your follow-up appointment. Generally, you can get back to daily activities after 6 to 12 weeks.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" width=\"2048\" height=\"1365\" />\r\n<h2>Consult a Minnesota Lateral Fusion Specialist</h2>\r\nSuffering from spine issues? Dr. Hart Garner will review your condition thoroughly to determine if you are a suitable candidate for lateral fusion or XLIF. Reach out today to set up an appointment. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Lateral Interbody Fusion', '', 'publish', 'closed', 'closed', '', 'lateral-interbody-fusion', '', '', '2026-07-20 14:30:46', '2026-07-20 14:30:46', '', 0, 'https://hartgarnermd.com/?page_id=361', 0, 'page', '', 0),
(364, 1, '2022-11-15 09:56:15', '2022-11-15 09:56:15', '', 'Lateral-fusion-image-1536x1047', '', 'inherit', 'open', 'closed', '', 'lateral-fusion-image-1536x1047', '', '', '2022-11-15 09:56:15', '2022-11-15 09:56:15', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Lateral-fusion-image-1536x1047-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(366, 1, '2022-11-15 10:03:03', '2022-11-15 10:03:03', '<h1>Transforaminal Lumbar Interbody Fusion (TLIF) Back Surgery in Minnesota</h1>\r\nTLIF is a surgical technique used to stabilize the spine and the disc between the vertebrae. Its purpose is to reduce pain and irritation of the nerves. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>Who Needs Transforaminal Lumbar Interbody Fusion Back Surgery?</h2>\r\nDoctors often recommend TLIF for patients with lower back pain. TLIF may treat spinal stenosis, spondylolisthesis, lumbar canal stenosis, or nerve compression. In addition, degenerative disc disease patients who suffer from leg or back pain may benefit from this treatment.\r\nProcedure\r\n\r\nA surgeon performs a TLIF procedure through the back (posterior) part of the spine.\r\n\r\nThe surgeon will apply a piece of surgical hardware to the spine to encourage fusion. They will insert an interbody fusion spacer into the disc space from one side of the spine. Then they will attach pedicle screws and rods to the back of the vertebra.\r\n\r\nIn this procedure, the doctor will place a bone graft into the interbody space and alongside the vertebra. Most often, the doctor will take the bone graft from the patient’s pelvis, but sometimes they use substitutes.\r\n\r\nAfter your bone graft heals, your vertebrae fuse and form one long bone.\r\n\r\nRecovery\r\n\r\nTLIF patients are usually discharged the same day as their surgical procedure, but they may stay in the hospital longer in some cases. It is common to observe an immediate improvement of some or all of a patient’s symptoms; however, sometimes the improvement is gradual.\r\n\r\nThe surgeon may provide specific post-operative instructions to ensure a quicker recovery. In general, patients return to their regular activities after surgery within a few weeks.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/TLIF-image-1536x811-1.jpg\" alt=\"TLIF xray\" width=\"1536\" height=\"811\" />\r\n<h2>Need Back Surgery in Minnesota? Contact Us Today!</h2>\r\nDr. Hart Garner offers Transforaminal Lumbar Interbody Fusion (TLIF) back surgery. Schedule an appointment to learn more. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Transforaminal Lumbar Interbody Fusion', '', 'publish', 'closed', 'closed', '', 'transforaminal-lumbar-interbody-fusion', '', '', '2026-07-20 14:47:04', '2026-07-20 14:47:04', '', 0, 'https://hartgarnermd.com/?page_id=366', 0, 'page', '', 0),
(368, 1, '2022-11-15 10:00:52', '2022-11-15 10:00:52', '', 'TLIF-image-1536x811', '', 'inherit', 'open', 'closed', '', 'tlif-image-1536x811', '', '', '2022-11-15 10:00:52', '2022-11-15 10:00:52', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/TLIF-image-1536x811-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(370, 1, '2022-11-15 10:07:58', '2022-11-15 10:07:58', '<h1>Robotic Spine Surgery in Minnesota</h1>\r\nGet safe, advanced, and state-of-the-art robotic spine surgery to improve the quality of your life. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is Robotic Spine Surgery?</h2>\r\nRobotic spine surgery is the use of robotic technology to help with guidance during spinal surgery. This emerging spinal advancement helps improve the precision of surgery, reducing the risks of error. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Robotic-spine-surgery-image-1536x984-1.jpg\" alt=\"Robotic spine surgery 3d model\" width=\"1536\" height=\"984\" />\r\nProcedure\r\n\r\n<strong>Step 1: Preparation</strong>\r\nTo get started, the surgeon maps out exactly how they want the surgery to be performed as the robotic technology saves the information.\r\n\r\n<strong>Step 2: Spinal Surgery</strong>\r\nOnce surgery starts, the robot helps recreate the same surgical approach planned. With precise navigation and mapping, it helps the surgeon visualize the patient’s anatomy in real-time. It also assists the surgeon to perform the surgery with precision.\r\n\r\nRecovery\r\n\r\nSince robotic spine surgery is minimally invasive, you’ll likely resume most normal activities sooner. What’s more, it results in less pain. After the surgery, give yourself time to rest and avoid strenuous activities. Also, take the medications your doctor recommends. You should also take care of your incision sites to reduce the risks of infection.\r\n<h2>When is Robotic Spine Surgery Needed?</h2>\r\nTraditionally, surgeons use freehand to perform surgery on the spine. During surgery, they must maintain steady hands to operate. But spine surgery can be long and strenuous, making surgeons susceptible to physical and mental fatigue.\r\n\r\nThis is where robotic spine surgery comes in. Robotic technology can perform repetitive tasks with limitless endurance, reducing the chances of fatigue-related errors. They can help improve accuracy during spine surgical procedures.\r\n\r\nThey allow surgeons to make precise movements while operating your spine. It can help treat a wide array of spine problems, including degenerative spine, spinal fractures, spine fusion, and other types of spine deformity.\r\n<h2>Get Safe and Innovative Robotic Spine Surgery</h2>\r\nWe offer advanced robotic spine surgery in Minnesota to ensure great accuracy and speedy recovery times. Get in touch today. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Robotic Spine Surgery', '', 'publish', 'closed', 'closed', '', 'robotic-spine-surgery', '', '', '2026-07-20 14:36:41', '2026-07-20 14:36:41', '', 0, 'https://hartgarnermd.com/?page_id=370', 0, 'page', '', 0),
(373, 1, '2022-11-15 10:06:14', '2022-11-15 10:06:14', '', 'Robotic-spine-surgery-image-1536x984', '', 'inherit', 'open', 'closed', '', 'robotic-spine-surgery-image-1536x984', '', '', '2022-11-15 10:06:14', '2022-11-15 10:06:14', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Robotic-spine-surgery-image-1536x984-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(378, 1, '2022-11-15 11:34:53', '2022-11-15 11:34:53', '<h2>Anterior Fusion Spinal Surgery in Minnesota</h2>		If you suffer from back pain, anterior fusion spinal surgery may help. Contact Dr. Hart Garner today to see if you are a good candidate.								<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\n									Schedule an Appointment\r\n					</a>\r\n									<h2>What is Anterior Fusion?</h2>		The anterior lumbar interbody fusion procedure treats disc problems in the low back. A bone fusion helps reduce or eliminate pain and correct alignment by fusing two or more spinal bones together.													<img width=\"1536\" height=\"986\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg\" alt=\"Posterior spinal fusion xray\" />																<h2>Who Needs Anterior Fusion Surgery?</h2>		Spinal fusion surgery can correct damaged discs and realign bones causing back pain or leg pain, commonly caused by lumbar degenerative disc disease, spondylolisthesis, and scoliosis or flat back syndrome. It may also be helpful in cases where physical therapy and medication have not improved symptoms.		\r\n							Vehicle Collision						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>An anterior fusion requires an incision on the belly. A spine surgeon and a vascular surgeon work together.</p>\r\n<p>During the procedure, the vascular surgeon moves aside the vessels heading to the legs and creates a path to the spine. The spine surgeon removes the damaged disc and fills the gap between the bones with a spacer bone graft. In addition to restoring height between the bones, the spacer corrects spinal curvature and relieves pinched nerves.</p>\r\n<p>The graft serves as a bridge between the bones and promotes fusion. Some grafts may need reinforcement with metal plates and screws.</p>\r\n<p>During the healing process, new bone grows around the graft. Approximately three to six months after grafting, the vertebrae should fuse into one solid bone.</p>\r\n<p>You may need a one-level or multi-level fusion, depending on your symptoms. When a two-level fusion is performed, it joins three bones, whereas a one-level fusion joins two bones. Fusion will reduce your spine’s flexibility to some extent, but most patients won’t notice a difference.</p>\r\n							Recovery						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>Most people stay in the hospital for 1 to 3 days after ALIF. Depending on how well your pain is controlled and how well you are able to stand and move about, the length of your stay will vary.</p>\r\n<p>In most cases, patients will be able to stand and walk on the first day after surgery. For your comfort and to protect your surgical fusion, your surgeon may provide you with a back brace.</p>\r\n<p>During the first several weeks following surgery, you will perform basic exercises, such as walking. You should avoid bending your back, twisting, or lifting anything heavy during this time.</p>\r\n															<img width=\"2048\" height=\"1365\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" />															\r\n							Anticonvulsants						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>Control seizures</p>\r\n							Diuretics						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>Prevent or manage problems with fluid buildup in the brain</p>\r\n							Anticoagulants						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>Prevent blood clots and improve blood flow</p>\r\n							Muscle relaxers						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>Control pain</p>\r\n							Pain relievers						\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\r\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\r\n					<p>Control pain</p>\r\n					<h2>Known Treatments for Brain Trauma</h2>		<p>Depending on the severity of the brain trauma, there are a number of different treatment options available. For milder forms of brain trauma, such as concussions, treatment typically involves rest and relaxation until symptoms subside.</p><p>For emergencies of more severe forms of brain trauma like bleeding in the brain, surgery may be required to remove the blood and relieve pressure on the brain. Repairing skull fractures may also be necessary. Some treat symptoms of brain trauma to lower the risk of long-term problems by giving prescribed medications.</p>			<h2>Contact a Minnesota Anterior Spinal Fusion Surgeon</h2>		Find out more about anterior fusion spinal surgery in Minnesota and schedule your appointment with Dr. Hart Garner today.								<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\n									Get Started\r\n					</a>', 'Anterior Fusion', '', 'publish', 'closed', 'closed', '', 'anterior-fusion', '', '', '2026-07-20 14:04:40', '2026-07-20 14:04:40', '', 0, 'https://hartgarnermd.com/?page_id=378', 0, 'page', '', 0),
(389, 1, '2022-11-15 11:48:03', '2022-11-15 11:48:03', '<h1>Spine Decompression Surgery in Minnesota</h1>\r\nRelieve symptoms from pressure on your spinal cord with spine decompression surgery. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is Spine Decompression Surgery?</h2>\r\nSpine decompression surgery is a procedure performed to relieve pain caused by compressed nerves in the lower spine. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-decompression-image-1536x894-1.jpg\" alt=\"Lumbar spine fusion xrays\" width=\"1536\" height=\"894\" />\r\nVehicle Collision\r\n\r\nVehicles are one of the most common causes of brain trauma in children, who often suffer from injuries caused by car accidents.\r\n<h2>When is Robotic Spine Surgery Needed?</h2>\r\nSpine decompression surgery can help treat conditions like:\r\nStep 1: Prepare the Patient\r\n\r\nYou will lie on your back on the operative table and the doctor will administer anesthesia so that you don’t feel pain during the surgery.\r\n\r\nStep 2: Incision\r\n\r\nOnce you’re under anesthesia, the surgeon will make the appropriate incision.\r\n\r\nStep 3: Removal of Affected Tissues/Nerves\r\n\r\nThey will remove the affected tissues or nerves to take pressure off the spinal cord or nerves.\r\n\r\nStep 4: Closure\r\n\r\nOnce adequate decompression has been acheived, the surgeon will put back the muscles and close the incisions.\r\n\r\nRecovery\r\n\r\nDepending on the complexity of the surgery, you can leave the hospital about 1 to 4 days after having surgery. You’ll be discharged with pain medication. Avoid any strenuous activities for about 6 weeks.\r\n<h2>Spine Decompression Surgery Procedure</h2>\r\n<h2>Take a Step Back to Wellness with Spine Decompression Surgery</h2>\r\nAre spinal problems holding you back? Dr. Hart Garner has you covered. Our team can help you live an active, pain-free life. Contact us today to learn more about this procedure.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Decompression', '', 'publish', 'closed', 'closed', '', 'decompression', '', '', '2026-07-20 14:18:00', '2026-07-20 14:18:00', '', 0, 'https://hartgarnermd.com/?page_id=389', 0, 'page', '', 0),
(392, 1, '2022-11-15 11:41:14', '2022-11-15 11:41:14', '', 'X-ray,Image,Of,Lumbar,Spine,Postoperative,Treatment,For,Degenerative,Lumbar', '', 'inherit', 'open', 'closed', '', 'x-rayimageoflumbarspinepostoperativetreatmentfordegenerativelumbar', '', '', '2022-11-15 11:41:14', '2022-11-15 11:41:14', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-decompression-image-1536x894-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(394, 1, '2022-11-15 11:53:19', '2022-11-15 11:53:19', '<h1>Spine Tumor Removal and Reconstruction</h1>\r\nDr. Hart Garner provides comprehensive and compassionate spine tumor removal and reconstruction services.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is Spine Tumor Removal and Reconstruction?</h2>\r\nIt’s rare for a tumor to grow on the spinal cord, but when it does happen, they’re usually benign. They don’t typically spread to the spinal column.\r\n\r\nThere are many different types of spine tumor removal. Some procedures remove the tumor, while others seek to support the spine.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-tumor-removal-and-reconstruction-image-1536x803-1.jpg\" alt=\"Xray showing spine surgery hardware\" width=\"1536\" height=\"803\" />\r\nThe Process\r\n\r\n<strong>Step One: Make an Appointment</strong>\r\nReach out to our office to schedule a consultation with Dr. Garner.\r\n\r\n<strong>Step Two: Have Your Procedure</strong>\r\nDuring your surgery, an incision will get made over your tumor. Your soft tissues will get dissected to expose your spine. The spinal cord will get opened up, and the tumor will get removed.\r\n\r\n<strong>Step Three: Experience Relief</strong>\r\nDr. Garner will help you get on the road to recovery.\r\n\r\nRecovery\r\n\r\nYou can expect to be in the hospital for a few days after your surgery. Your surgeon might recommend that you work with a rehabilitation specialist or physical therapist, depending upon how extensive your neurological damage is.\r\n<h2>Why Would I Need This Procedure?</h2>\r\nWhile uncommon, a spine tumor can put pressure on your spine. It can also cause numerous neurological issues. The recommended treatment plan includes the removal of the tumor and reconstruction of the tissues.\r\n<h2>Get Treatment for Your Spinal Tumor</h2>\r\nIf you have a spine tumor, whether it’s malignant or benign, it can cause a variety of problems for you. Spine tumor removal and reconstruction is the most effective method for remedying the issue.\r\n\r\nDr. Hart Garner is one of the leading spinal surgeons in the area. Contact us today to schedule an appointment.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Tumor Removal and Reconstruction', '', 'publish', 'closed', 'closed', '', 'tumor-removal-and-reconstruction', '', '', '2026-07-20 14:48:12', '2026-07-20 14:48:12', '', 0, 'https://hartgarnermd.com/?page_id=394', 0, 'page', '', 0),
(396, 1, '2022-11-15 11:51:20', '2022-11-15 11:51:20', '', 'A,Lateral,Projection,Of,Cervical,Spine,X-ray,Showing,Bone,Tumor', '', 'inherit', 'open', 'closed', '', 'alateralprojectionofcervicalspinex-rayshowingbonetumor', '', '', '2022-11-15 11:51:20', '2022-11-15 11:51:20', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-tumor-removal-and-reconstruction-image-1536x803-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(402, 1, '2022-11-15 11:59:08', '2022-11-15 11:59:08', '<h1>Spinal Fracture / Trauma Surgery in Minnesota</h1>\r\nRestore your mobility, health, and wellness with spinal fracture / trauma surgery. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>Why You Need Spinal Fracture / Trauma Surgery?</h2>\r\nA spinal fracture can occur anywhere along the spine. It can be caused by injury or trauma from falls, car accidents, or any sort of high impact. While minor injuries can heal with medication, therapy, and rest, you may require a spinal fracture/ injury surgery after getting severe fractures. They help realign the bones.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Fracture-Image-1536x1027-1.jpg\" alt=\"Spinal fracture and repair xrays\" width=\"1536\" height=\"1027\" />\r\nStep 1: Anesthesia\r\n\r\nYou may be given intravenous sedation or general anesthesia to put you to sleep during your surgery.\r\n\r\nStep 2: Spine Fracture/Trauma Surgery\r\n\r\nDepending on the fracture pattern, the surgeon may customize your procedure. They can perform one of the following types of surgeries:\r\n\r\nVertebroplasty: In this type of surgery, a special cement is injected into a fractured vertebra to help reduce fracture/injury pain and regain mobility\r\n\r\nKyphoplasty: With kyphoplasty, the surgeon inserts and inflates a balloon to create an opening for injecting special cement into your spine\r\n\r\nSpinal Fusion Surgery: This procedure connects two or more vertebrae to hold them in the right position and keep them from moving until they fuse\r\n\r\nRecovery\r\n\r\nSpine fracture/trauma surgery recovery can take about 4 to 6 weeks. You may feel pain after the surgery but you can relieve it with medication. After the surgery, home care may include incision wound care and working with a physical therapist. Avoid any strenuous activities or heavy lifting. Follow your doctor’s instructions on when you can resume certain activities and go back to work.\r\n<h2>Spinal Fracture / Trauma Surgery Procedure</h2>\r\n<h2>Contact a Skilled Minnesota Spine Surgeon</h2>\r\nHave you suffered a spine fracture or injury? Looking for quality treatment? Look no further than Dr. Hart Garner.\r\n\r\nOur team can work with you to restore mobility, alleviate pain, and improve your overall health and wellness. Get in touch to learn more.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Fracture and Trauma', '', 'publish', 'closed', 'closed', '', 'fracture-and-trauma', '', '', '2026-07-20 14:22:35', '2026-07-20 14:22:35', '', 0, 'https://hartgarnermd.com/?page_id=402', 0, 'page', '', 0),
(404, 1, '2022-11-15 11:57:11', '2022-11-15 11:57:11', '', 'Spinal-Fracture-Image-1536x1027', '', 'inherit', 'open', 'closed', '', 'spinal-fracture-image-1536x1027', '', '', '2022-11-15 11:57:11', '2022-11-15 11:57:11', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Fracture-Image-1536x1027-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(406, 1, '2022-11-15 12:03:26', '2022-11-15 12:03:26', '<h1>Spine Infection Surgery in Minnesota</h1>\r\nDr. Hart Garner will address your spinal infections carefully with spine infection surgery. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What Is Spine Infection Surgery?</h2>\r\nNonsurgical and noninvasive treatment options are usually considered before spine surgery. Surgery is generally recommended depending upon what kind of infection you have. Instability or deformity in the spine is also a deciding factor in whether or not surgery is pursued.\r\n\r\nDuring spine infection surgery, the infected tissue is clean and removed. The surgeon ensures that the infected tissues receive adequate blood flow so it heals faster. The surgeon also tries to minimize neurological impairment from the infection.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-infection-removal-image-1536x1157-1.jpg\" alt=\"Spinal infection xray\" width=\"1536\" height=\"1157\" />\r\nThe Process\r\n\r\n<strong>Step One: Get in Touch</strong>\r\nReach out to our office to schedule an appointment.\r\n\r\n<strong>Step Two: Prepare for Surgery</strong>\r\nWe’ll provide you with thorough pre and post-op instructions to prepare you for your spine infection surgery.\r\n\r\n<strong>Step Three: Get on the Road to Recovery</strong>\r\nAvoid long-term health issues by treating your spine infection fast.\r\n\r\nRecovery Time Frame\r\n\r\nYour recovery time frame depends upon how severe your infection was and how long it developed. Recovery timelines range from one to six months.\r\n<h2>Why Would I Need This Procedure?</h2>\r\nSpine infections occur when bacteria spread from your blood to your vertebra. Sometimes bacteria can enter your spine through an injection treatment, surgery, an injury, or due to IV drug use. The infection occurs in the spinal vertebra or bones. If not treated quickly, a variety of health conditions can occur.\r\n<h2>Don’t Wait to Seek Treatment for a Spine Infection</h2>\r\nWhile a spinal infection is rare, it can be incredibly destructive. It needs to get treated quickly and adequately by an experienced surgeon.\r\n\r\nDr. Hart Garner is one of the leading spinal surgeons Minnesota. Contact our office today to learn how you can benefit from spine infection surgery.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Removal of Infection', '', 'publish', 'closed', 'closed', '', 'removal-of-infection', '', '', '2026-07-20 14:35:41', '2026-07-20 14:35:41', '', 0, 'https://hartgarnermd.com/?page_id=406', 0, 'page', '', 0),
(409, 1, '2022-11-15 12:01:20', '2022-11-15 12:01:20', '', 'spinal-infection-removal-image-1536x1157', '', 'inherit', 'open', 'closed', '', 'spinal-infection-removal-image-1536x1157', '', '', '2022-11-15 12:01:20', '2022-11-15 12:01:20', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-infection-removal-image-1536x1157-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(413, 1, '2022-11-15 12:08:17', '2022-11-15 12:08:17', '<h1>Kyphosis Correction &amp; Scoliosis Correction Treatments</h1>\r\nKyphosis and scoliosis are two different conditions that can cause the spine to curve abnormally. There are various treatment options for these conditions that can help reduce pain and increase mobility. Contact a Minnesota spine surgeon today to learn more. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What Are Kyphosis and Scoliosis?</h2>\r\nKyphosis is a condition in which the spine curves inward, creating a hunchback. Scoliosis, on the other hand, is a condition that causes the spine to curve sideways. Both conditions can be painful and lead to problems with movement and balance. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Kyphosis_ScoliosisCorrection-Image-1536x841-1.jpg\" alt=\"Kyphosis / scoliosis surgery before and after\" width=\"1536\" height=\"841\" />\r\nHow It Works\r\n\r\nThere are a variety of different kyphosis and scoliosis treatments available. However, the best approach will depend on the severity of the condition.\r\n\r\nFor mild cases of kyphosis or scoliosis, treatment may involve wearing a back brace. This helps to support the spine and prevent further deformity. In more severe cases, surgery may be necessary to correct the deformity.\r\n\r\nSurgery is typically only recommended for children who are still growing, as there is a risk that the spine could continue to deform after surgery.\r\n\r\nRecovery\r\n\r\nRecovery from kyphosis or scoliosis surgery can take several months, and patients will need to wear a back brace during this time. But, the goal is to treat these spinal conditions before it reaches the point of needing surgery.\r\n\r\nThe takeaway here? With proper treatment, kyphosis and scoliosis can be effectively managed. And, patients can lead healthy, active lives.\r\n<h2>Overview of Kyphosis Correction &amp; Scoliosis Correction</h2>\r\nKyphosis correction involves correcting the curvature of the spine with a brace or surgery. Scoliosis correction treatments involve straightening the spine with a brace or surgery. In some cases, treatment might require a combination of both.\r\n\r\nBoth kyphosis and scoliosis correction treatments can help improve any issues you might have with the appearance of your spine. The goal of kyphosis and scoliosis treatments is generally to stop the progression of the deformity. In some cases, treatment may also help relieve pain.\r\n<h2>Schedule an Appointment</h2>\r\nIf you or your loved ones are experiencing any of the symptoms above, don’t waste a single minute. It is always better to be safe than sorry. Schedule an appointment with Minnesota neurosurgeon, Dr. Hart Garner today.\r\nGet Started <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Kyphosis &amp; Scoliosis Correction', '', 'publish', 'closed', 'closed', '', 'kyphosis-scoliosis-correction', '', '', '2026-07-20 14:28:46', '2026-07-20 14:28:46', '', 0, 'https://hartgarnermd.com/?page_id=413', 0, 'page', '', 0),
(415, 1, '2022-11-15 12:06:09', '2022-11-15 12:06:09', '', 'Whole,Spine,X-ray,Showing,A,Patient,With,Adolescent,Idiopathic,Scoliosis', '', 'inherit', 'open', 'closed', '', 'wholespinex-rayshowingapatientwithadolescentidiopathicscoliosis', '', '', '2022-11-15 12:06:09', '2022-11-15 12:06:09', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Kyphosis_ScoliosisCorrection-Image-1536x841-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(420, 1, '2022-11-15 12:12:47', '2022-11-15 12:12:47', '<h1>Spondylolisthesis Correction Surgery in Minnesota</h1>\r\nDo you suffer from Spondylolisthesis? Learn more about Spondylolisthesis correction surgery here and schedule an appointment today. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is Spondylolisthesis Correction Surgery?</h2>\r\nSpondylolisthesis occurs when a vertebra slips out of place in your spine. This condition most commonly affects the lower back, but it can also affect the mid to upper back, as well as the top of your spine at the back of your neck.\r\n\r\nSpondylolisthesis Correction is a surgical method used to treat Spondylolisthesis and realign your spine. It can also help relieve back pain due to Spondylolisthesis.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg\" alt=\"Posterior spinal fusion xray\" width=\"1536\" height=\"986\" />\r\nProcedure\r\n\r\nSurgery for spondylolisthesis almost always involves spinal fusion. Spinal fusion eliminates movement between the vertebrae by joining them.\r\n\r\nDuring surgery, the surgeon inserts bone grafts between vertebrae to aid in fusion. Over time, new bone grows in place of the graft. The surgeon may place small metal rods and screws into the spine to hold the vertebrae together.\r\n\r\nRecovery\r\n\r\nMost people spend one or more days in the hospital while their spine heals.\r\n\r\nYou will receive pain medication immediately following surgery to help you remain comfortable. A physiatrist, or a doctor who specializes in rehabilitation, also evaluates your mobility.\r\n\r\nAlthough movement may be limited at first, most people are able to stand or walk the day after surgery. The recovery time for older patients may be longer.\r\n\r\nThe majority of people can walk and go home within a week of surgery. In some cases, people need extra help after leaving the hospital.\r\n\r\nAs the spine fuses and heals, limit physical activity to gentle, low-impact movements for 8 to 10 weeks. Bed rest is not recommended. Exercise and daily movement can help speed recovery and prevent complications.\r\n\r\nPatients will begin physical therapy around 10 to 12 weeks after surgery. Patients should continue physical therapy for one year to see the best results.\r\n<h2>Who Needs Spondylolisthesis Correction?</h2>\r\nSpondylolisthesis is often treated with other non-surgical methods first. But, when the condition worsens, some patients need surgery to relieve symptoms.\r\n\r\nThe specialists at Hart Garner may recommend Spondylolisthesis correction surgery if non-surgical methods fail to relieve your chronic back pain due to spondylolisthesis. Specialists may also recommend this operation if a vertebra has slipped forward to the point that it alters posture or function.\r\n<h2>Get Spondylolisthesis Correction Surgery in Minnesota</h2>\r\nAre you a candidate for Spondylolisthesis Correction Surgery in Minnesota? Contact Dr. Hart Garner today to find out. Our experienced and compassionate surgeons are here to help you.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Spondylolisthesis Correction Surgery', '', 'publish', 'closed', 'closed', '', 'spondylolisthesis-correction-surgery', '', '', '2026-07-20 14:44:36', '2026-07-20 14:44:36', '', 0, 'https://hartgarnermd.com/?page_id=420', 0, 'page', '', 0),
(426, 1, '2022-11-15 12:40:02', '2022-11-15 12:40:02', '<h1>Craniotomy for Tumor Removal in Minnesota</h1>\r\nLearn more about Craniotomy for tumor removal and schedule a consultation with a Minnesota neurosurgeon today. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is Craniotomy for Tumor Removal?</h2>\r\nA Craniotomy is a procedure performed by a neurosurgeon to biopsy or excise (remove) a brain tumor. Through an incision in the scalp, a window of bone (also called “bone flap”) is removed from the skull. This allows access to the inside of the skull and brain. The surgeon will reattach the bone flap at the end of the surgery.\r\n\r\nProcedures\r\n\r\nNeurosurgeons perform Craniotomies in hospitals, sometimes under general anesthesia. This involves shaving the incision site, and then removing the bone flap to allow access to the treatment area. In some cases, patients are awake during surgery and asked to move or recite the alphabet to determine the status of brain function.\r\n\r\nThe surgeon will make the incision near the area of the brain that needs treatment. They may use a special saw to cut the bone flap, or a medical drill to create small holes.\r\n\r\nThis is followed by an incision made in the brain’s covering, the dura mater. Ideally, the tumor will be completely removed, if possible. The doctor will then stitch together any cut tissues, and reattach bone flaps with sutures, plates, or wires.\r\n\r\nIn some cases, complete removal may not be possible. Surgery can relieve symptoms and lower pressure within the brain even if the tumor cannot be completely removed.\r\n\r\nIf the tumor is only partially removed, it may need additional treatment, such as radiation therapy. Likewise, additional treatment may be required if the craniotomy reveals a malignant brain tumor.\r\n\r\nRecovery\r\n\r\nPost-craniotomy, patients experience headaches and fatigue. Patients usually stay in the hospital for 3 to 7 days, but the recovery time varies. The doctor will prescribe pain relievers to reduce symptoms and speed recovery. Until the surgeon has cleared the patient, the patient may have restrictions on daily activities such as driving and lifting.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-for-tumor-image-1536x561-1.jpg\" alt=\"Craniotomy for tumor image\" width=\"1536\" height=\"561\" />\r\nRelieving Intracranial Pressure\r\n\r\nSubdural hematomas and hydrocephalus may require a craniotomy to release excess blood or cerebrospinal fluid (CSF) from the skull. A small hole in the skull can relieve pressure on the brain caused by extra fluid in the skull.\r\n\r\nDevice Implants\r\n\r\nHydrocephalus patients may benefit from a ventriculoperitoneal shunt to drain excess CSF continuously. A craniotomy is also required to implant deep brain stimulation devices for patients suffering from essential tremor, refractive epilepsy, Parkinson’s disease, and dystonia.\r\n\r\nHard-to-Reach Treatment Site\r\n\r\nTreating aneurysms, tumors, and arteriovenous malformations (AVMs) of the brain may require an opening in the skull.\r\n<h2>Who Needs Craniotomy for Tumor Removal?</h2>\r\nNeurosurgeons perform craniotomies to treat tumors and many other brain conditions.\r\n<h2>Contact A Minnesota Craniotomy Surgeon Today</h2>\r\nSpeak to experienced Minnesota neurosurgeon,Dr. Hart Garner today to learn more about Craniotomy for tumor removal and schedule your appointment. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Craniotomy for Tumor', '', 'publish', 'closed', 'closed', '', 'craniotomy-for-tumor', '', '', '2026-07-20 14:17:26', '2026-07-20 14:17:26', '', 0, 'https://hartgarnermd.com/?page_id=426', 0, 'page', '', 0),
(428, 1, '2022-11-15 12:37:18', '2022-11-15 12:37:18', '', 'Craniatomy-for-tumor-image-1536x561', '', 'inherit', 'open', 'closed', '', 'craniatomy-for-tumor-image-1536x561', '', '', '2022-11-15 12:37:18', '2022-11-15 12:37:18', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-for-tumor-image-1536x561-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(430, 1, '2022-11-15 12:45:52', '2022-11-15 12:45:52', '<h1>Craniotomy for Infection in Minnesota</h1>\r\nPatients who have a brain abscess may need a Craniotomy for infection. Find out more about Craniotomy here and schedule an appointment with Dr. Hart Garner.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is a Craniotomy for Infection?</h2>\r\nA Craniotomy is a surgical procedure that opens up the skull to fix a problem in the brain, like a brain abscess.\r\nProcedures\r\n\r\nNeurosurgeons perform Craniotomies in hospitals, sometimes under general anesthesia. This involves shaving the incision site, and then removing the bone flap to allow access to the treatment area. In some cases, patients are awake during surgery and asked to move or recite the alphabet to determine the status of brain function.\r\n\r\nThe surgeon will make the incision near the area of the brain that needs treatment. They may use a special saw to cut the bone flap, or a medical drill to create small holes.\r\n\r\nThis is followed by an incision made in the brain’s covering, the dura mater. Ideally, the tumor will be completely removed, if possible. The doctor will then stitch together any cut tissues, and reattach bone flaps with sutures, plates, or wires.\r\n\r\nIn some cases, complete removal may not be possible. Surgery can relieve symptoms and lower pressure within the brain even if the tumor cannot be completely removed.\r\n\r\nIf the tumor is only partially removed, it may need additional treatment, such as radiation therapy. Likewise, additional treatment may be required if the craniotomy reveals a malignant brain tumor.\r\n\r\nRecovery\r\n\r\nPost-craniotomy, patients experience headaches and fatigue. Patients usually stay in the hospital for 3 to 7 days, but the recovery time varies. The doctor will prescribe pain relievers to reduce symptoms and speed recovery. Until the surgeon has cleared the patient, the patient may have restrictions on daily activities such as driving and lifting.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-for-infections-image-1536x1149-1.jpg\" alt=\"Craniotomy for infections image\" width=\"1536\" height=\"1149\" />\r\nProcedures\r\n\r\nYou may experience fatigue and headaches following surgery. It can take 4 to 8 weeks to recover. It is possible to experience some pain for the first five days following surgery.\r\n\r\nYour scalp and eyes may swell, and you have numbness and shooting pains near the treatment area. The wound may itch during the healing process. Cold packs and medicines can relieve headaches, pain, swelling, and itching. These symptoms are a normal part of the healing process.\r\n\r\nWithin seven to ten days, the stitches that hold your incisions together may fall out on their own. Some patients may need a plate attached to hold the skull flap in place while it heals.\r\n\r\nAdditionally, patients may need physical therapy after leaving the hospital.\r\n<h2>Who Needs a Craniotomy for Infection?</h2>\r\nA person may need this surgery if they have damaged brain or blood vessels or if they have an infection or a tumor in their brain. When a brain abscess is larger than 2cm, it is usually necessary to drain the pus from it surgically.\r\n<h2>Contact a Craniotomy for Infection Surgeon in Minnesota</h2>\r\nExperienced Minnesota neurosurgeon, Dr. Hart Garner offers surgical treatment for brain abscesses. Give us a call today to schedule an appointment and learn more about craniotomy for infection.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Craniotomy for Infection', '', 'publish', 'closed', 'closed', '', 'craniotomy-for-infection', '', '', '2026-07-20 14:16:48', '2026-07-20 14:16:48', '', 0, 'https://hartgarnermd.com/?page_id=430', 0, 'page', '', 0),
(432, 1, '2022-11-15 12:44:35', '2022-11-15 12:44:35', '', 'Craniatomy-for-infections-image-1536x1149 (1)', '', 'inherit', 'open', 'closed', '', 'craniatomy-for-infections-image-1536x1149-1', '', '', '2022-11-15 12:44:35', '2022-11-15 12:44:35', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-for-infections-image-1536x1149-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(434, 1, '2022-11-15 12:52:40', '2022-11-15 12:52:40', '<h1>Craniotomy for Subdural Hematoma</h1>\r\nIf you’re looking for a Minnesota craniotomy surgeon, you’ve come to the right place! Dr. Hart Garner is a skilled an experienced Minnesota neurosurgeon. Contact us today to set up your appointment. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>Find Chronic Hematoma Relief</h2>\r\nDo you suffer from seizures or frequent headaches? After suffering from head trauma in a car accident or severe fall, some patients struggle with subdural hematomas. This is when bleeding occurs within the skull.\r\n\r\nFor many, this type of hematoma can be serious. Don’t trust your treatment with just any surgeon.\r\n\r\nLet us help find the best solution for you.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-For-hematoma-image-1536x1092-1-1.jpg\" alt=\"Craniatomy for hematoma\" width=\"1536\" height=\"1092\" />\r\nStep 1: Incision\r\n\r\nYour neurosurgeon starts by making a small incision in the skin above the brain hemorrhage. Next, small holes are drilled into the bone. The microsurgical saw gets inserted to make an opening in the skull.\r\n\r\nThis lets your surgeon gain access to the subdural hematoma or blood clot. The hole is temporary and the bone flap is reattached later.\r\n\r\nStep 2: Remove Blood\r\n\r\nYour surgeon carefully makes incisions in the brain’s tissue to gain access to the blood clot. They may use drainage techniques to make sure excess fluid gets diverted away from the brain.\r\n\r\nStep 3: Suction Excess Blood\r\n\r\nThe doctor may use a special device to suction excess blood from the brain. Additional bleeding is cauterized.\r\n\r\nStep 4: Finish Surgery\r\n\r\nOnce the blood clot gets removed, your surgeon sutures the brain tissue and replaces the bone flap. These are reattached to the skull with surgical pins and screws.\r\n\r\nLastly, they suture the scalp closed. The surgery can take up to 3-5 hours to complete. An awake craniotomy could take 5-7 hours.\r\n\r\nStep 5: Treatment Recovery\r\n\r\nHospitalization can last a few days or longer depending on the hematoma’s size and location in the brain.\r\n\r\nExpect scalp soreness around your incisions up to five days after surgery. It is common to have eye and facial swelling after surgery. This can take a few days to a week to disappear.\r\n\r\nThe total recovery process for a craniotomy for subdural hematoma surgery is lengthy. It can take 4 to 8 weeks or longer to fully recover from surgery.\r\n<h2>How Does a Craniotomy for Subdural Hematoma Work?</h2>\r\nThe process of a craniotomy for subdural hematoma requires precision and experience.\r\n<h2>Trustworthy Neurosurgeon, Proven Results</h2>\r\nDr. Hart Garner is a top Minnesota neurosurgeon who specializes in craniotomy for subdural hematoma. Contact us today to set up an appointment.\r\n<h2>Minnesota Craniotomy Surgeon</h2>\r\nDr. Hart Garner is a Minnestoa craniotomy surgeon with years of experience. Reach out to schedule your appointment with Dr. Garner today! <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Craniotomy for Hematoma', '', 'publish', 'closed', 'closed', '', 'craniotomy-for-hematoma', '', '', '2026-07-20 14:15:44', '2026-07-20 14:15:44', '', 0, 'https://hartgarnermd.com/?page_id=434', 0, 'page', '', 0),
(436, 1, '2022-11-15 12:48:01', '2022-11-15 12:48:01', '', 'Craniatomy-For-hematoma-image-1536x1092', '', 'inherit', 'open', 'closed', '', 'craniatomy-for-hematoma-image-1536x1092', '', '', '2022-11-15 12:48:01', '2022-11-15 12:48:01', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-For-hematoma-image-1536x1092-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(438, 1, '2022-11-15 12:56:28', '2022-11-15 12:56:28', '', 'Stereotactic,Biopsy,Concept,Vector.,Neurosurgeon,Template,For,Medical,Landing,Page.', '', 'inherit', 'open', 'closed', '', 'stereotacticbiopsyconceptvector-neurosurgeontemplateformedicallandingpage', '', '', '2022-11-15 12:56:28', '2022-11-15 12:56:28', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Stereotactic-biopsy-image-1536x648-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(440, 1, '2022-11-15 12:59:50', '2022-11-15 12:59:50', '', 'Craniatomy-For-hematoma-image-1536x1092 (1)', '', 'inherit', 'open', 'closed', '', 'craniatomy-for-hematoma-image-1536x1092-1', '', '', '2022-11-15 12:59:50', '2022-11-15 12:59:50', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-For-hematoma-image-1536x1092-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(443, 1, '2022-11-15 13:12:47', '2022-11-15 13:12:47', '<h1>Stereotactic Biopsy</h1>\r\nLearn more about stereotactic biopsies in Minnesota, or contact us today to schedule an appointment. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is a Stereotactic Biopsy?</h2>\r\nA stereotactic biopsy is a procedure used to diagnose lesions and other abnormalities found in MRIs and CAT scans. To perform the procedure, your doctor will use your scan to map out the best way to remove tissue from areas of suspicion so he can determine whether they are malignant or benign. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Stereotactic-biopsy-image-1536x648-1.jpg\" alt=\"Stereotactic Biopsy image\" width=\"1536\" height=\"648\" />\r\nProcedure\r\n\r\nTwo days before the procedure, you will need to get an MRI or CAT scan of the affected area. Your doctor will use this scan as a map to locate the lesion. Then they will drill a tiny hole in your skull where he can insert the needle. They will use this needle to extract cells from this lesion. Once the procedure is complete, your doctor will use a microscope to examine these cells and make a diagnosis.\r\n\r\nRecovery\r\n\r\nYour doctor will walk you through your aftercare following the procedure, but typically you will be monitored for a few hours after the procedure. In some cases, you may have to stay overnight, depending on your underlying condition. However, in many cases, you will be able to resume regular activity within a few days.\r\n<h2>Why is Stereotactic Biopsy Needed?</h2>\r\nWhile CAT scans and MRIs are excellent at pinpointing abnormalities in your brain or other internal organs, they can’t tell your doctor if they are cancerous. A stereotactic biopsy allows your doctor to precisely target your lesion so he can safely extract a sample and diagnose the tissue.\r\n<h2>Schedule an Appointment for a Stereotactic Biopsy in Minnesota Today</h2>\r\nA stereotactic biopsy may be the next step if your doctor has found abnormalities on a CAT scan or brain scan. Contact us today to schedule an appointment. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Stereotactic Biopsy', '', 'publish', 'closed', 'closed', '', 'stereotactic-biopsy', '', '', '2026-07-20 14:45:38', '2026-07-20 14:45:38', '', 0, 'https://hartgarnermd.com/?page_id=443', 0, 'page', '', 0),
(450, 1, '2022-11-15 13:48:01', '2022-11-15 13:48:01', '<h1>Decompressive Craniectomy in Minnesota</h1>\r\nSwelling in the brain is a serious medical condition. Consult with Dr. Hart Garner to learn more about your options for surgery. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is a Decompressive Craniectomy?</h2>\r\nAn injured brain can swell, causing pressure to build inside the skull. Decompressive craniectomy involves removing part of the skull during brain surgery to relieve this pressure. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Decompressive-Craniectomy-Image-300x278-1.jpg\" alt=\"Craniectomy image\" width=\"300\" height=\"278\" />\r\nProcedure\r\n\r\nDuring the surgery, the person will be asleep, won’t feel the procedure, and won’t remember anything about it.\r\n\r\nThe procedure begins with a cut in the scalp. The surgeon exposes the skull by peeling back the skin and tissue. Then the doctor will cut into the skull using a medical bone drill and bone saw.\r\n\r\nThey will stop any bleeding after removing the bone, and then close the wound with stitches. The skull bone removed during surgery will be stored for later use. The bone may be replaced when the individual recovers.\r\n\r\nProcedure\r\n\r\nMost patients who undergo decompressive craniectomy are already in critical condition following a stroke or traumatic brain injury. In other words, recovery is largely determined by the injuries that led to the need for surgery.\r\n\r\nFollowing surgery, most people will spend a few days in the intensive care unit (ICU) and stay in the hospital for several weeks. In some cases, people will remain unconscious for days or even weeks following surgery. There may even be cases where they are in a coma or vegetative state.\r\n\r\nRecovery from brain injury and surgery can take months, and even years.\r\n\r\nA surgeon can replace the missing part of the skull after a patient has sufficiently recovered from the surgery and original injury.\r\n<h2>Who Needs a Decompressive Craniectomy?</h2>\r\nTraumatic brain injuries (TBIs) and strokes are the two most common reasons for a decompressive craniectomy.\r\nTBIs are caused by physical trauma to the brain. The condition can occur after any experience involving a sharp blow to the head. Brain swelling usually occurs immediately after a TBI.\r\n\r\nA stroke may also cause brain swelling. Having high blood pressure from this swelling puts you at risk for more strokes.\r\n\r\nSurgery on the brain can be risky, especially for someone who has a brain injury, so providers try nonsurgical approaches before considering surgery.\r\n<h2>Schedule an Appointment for Decompressive Craniectomy Today</h2>\r\nMinnesota brain surgeon, Dr. Hart Garner is here to help you. Schedule an appointment today! <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Decompressive Craniectomy', '', 'publish', 'closed', 'closed', '', 'decompressive-craniectomy', '', '', '2026-07-20 14:18:48', '2026-07-20 14:18:48', '', 0, 'https://hartgarnermd.com/?page_id=450', 0, 'page', '', 0),
(452, 1, '2022-11-15 13:46:54', '2022-11-15 13:46:54', '', 'Surgical,To,Repair,The,Skull,Bone,With,The,Metal,Mesh', '', 'inherit', 'open', 'closed', '', 'surgicaltorepairtheskullbonewiththemetalmesh', '', '', '2022-11-15 13:46:54', '2022-11-15 13:46:54', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Decompressive-Craniectomy-Image-300x278-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2022-11-15 13:52:38', '2022-11-15 13:52:38', '<h1>Intracranial Pressure Monitoring</h1>\r\nIntracranial pressure monitoring will help determine if low or high cerebrospinal fluid (CSF) is causing your symptoms. Schedule an appointment with Dr. Hart Garner today to learn more.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is Intracranial Pressure Monitoring?</h2>\r\nIntracranial pressure (ICP) monitoring is a diagnostic test that uses a device placed inside the head to determine the pressure inside the head. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/intracranial-pressure-monitoring-image-1536x862-1.jpg\" alt=\"Intracranial pressure monitoring image\" width=\"1536\" height=\"862\" />\r\nProcedure\r\n\r\n<strong>Step 1: Consultation</strong>\r\nYou will be scheduled for a series of tests to help ensure you don’t have an infection or a tendency to bleed. The doctor will also assess your overall health to determine if the procedure is safe for you.\r\n\r\n<strong>Step 2: Administer Anesthesia</strong>\r\nThe neurosurgeon will administer general anesthesia to ensure your comfort during the procedure.\r\n\r\n<strong>Step 3: Preparation of Scalp and Skull</strong>\r\nYour doctor will prep your skull with an antiseptic solution. They will then drill a small hole into your skull.\r\n\r\n<strong>Step 4: Perform the Test</strong>\r\nBased on your condition, the neurosurgeon will monitor your ICP in three ways — using an intraventricular catheter, subdural screw, or epidural sensor.\r\n\r\n<strong>Step 5: Closing the Scalp</strong>\r\nOnce the monitoring is complete, the device is removed and your skin will be sutured back into place.\r\n\r\n<strong>Step 6: Results</strong>\r\nYour doctor will carefully analyze the information obtained from the test to determine your ICP.\r\n\r\nRecovery\r\n\r\nAfter the procedure, avoid straining and heavy lifting. Ensure you don’t swim or take a bath for a while. But you can shower. What’s more, increase your fluid intake. If you notice signs of delayed infection or persistent headaches, contact your physician immediately.\r\n<h2>Why Do You Need Intracranial Pressure Monitoring?</h2>\r\nIntracranial pressure monitoring is often done to measure ICP. You can get the test when you have a brain/nervous system disease or severe head injury. It may also be after a craniotomy, especially when there are other associated risks like brain swelling, pupil abnormalities, hypoxia, and more.\r\n\r\nTBIs are caused by physical trauma to the brain. The condition can occur after any experience involving a sharp blow to the head. Brain swelling usually occurs immediately after a TBI.\r\n\r\nA stroke may also cause brain swelling. Having high blood pressure from this swelling puts you at risk for more strokes.\r\n\r\nSurgery on the brain can be risky, especially for someone who has a brain injury, so providers try nonsurgical approaches before considering surgery.\r\n<h2>Contact a Minnesota Neurosurgeon</h2>\r\nVisit Dr. Hart Garner for safe and detailed intracranial pressure monitoring tests. Schedule an appointment today. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Intracranial Pressure Monitoring', '', 'publish', 'closed', 'closed', '', 'intracranial-pressure-monitoring', '', '', '2026-07-20 14:28:14', '2026-07-20 14:28:14', '', 0, 'https://hartgarnermd.com/?page_id=455', 0, 'page', '', 0),
(457, 1, '2022-11-15 13:50:05', '2022-11-15 13:50:05', '', 'intracranial-pressure-monitoring-image-1536x862', '', 'inherit', 'open', 'closed', '', 'intracranial-pressure-monitoring-image-1536x862', '', '', '2022-11-15 13:50:05', '2022-11-15 13:50:05', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/intracranial-pressure-monitoring-image-1536x862-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(461, 1, '2022-11-15 13:57:48', '2022-11-15 13:57:48', '<h1>Endoscopic Third Ventriculostomy Procedure</h1>\r\nSchedule an appointment with Dr. Hart Garner to learn how an endoscopic third ventriculostomy can help you. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What Is an Endoscopic Third Ventriculostomy Procedure?</h2>\r\nA ventriculostomy is a quick procedure that attaches a device that drains cerebrospinal fluid (CSF) from your brain. The device can be placed on the outside of your head. It can also be permanent or temporary.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Ventriculostomy-Image-1536x1152-1.jpg\" alt=\"Ventriculostomy image\" width=\"1536\" height=\"1152\" />\r\nThe Process\r\n\r\n<strong>Step One: Schedule an Appointment</strong>\r\nReach out to our office to make an appointment with Dr. Garner.\r\n\r\n<strong>Step Two: Come in for Your Surgery</strong>\r\nA ventriculostomy procedure lasts around one hour. General anesthesia isn’t needed. Local anesthesia gets applied to the area of your scalp where Dr. Garner will make an entry.\r\n\r\nYou can also expect part of your scalp to get shaved during the procedure.\r\n\r\n<strong>Step Three: Recover</strong>\r\nOur office will give you thorough post-op instructions so you can recover quickly.\r\n\r\nRecovery Time Frame\r\n\r\nYou can expect to stay in the hospital for a few days after your procedure. Your doctor will want to see you in a week to 10 days after your surgery to evaluate the wound.\r\n<h2>Endoscopic Third Ventriculostomy Procedure?</h2>\r\nAn endoscopic third ventriculostomy is offered to adults and children who have non-communicating or obstructive hydrocephalus. It’s also recommended for patients with a large amount of CSF built up in their brains.\r\nCSF is a fluid that’s found in your spine and brain. It provides additional protection for your brain’s cortex.\r\n\r\nIn some cases, a ventriculostomy might get performed to relieve intracranial pressure. A traumatic brain injury often causes intracranial pressure.\r\n<h2>Partner With an Experienced Minnesota Spine Surgeon for Quality Care</h2>\r\nYou might benefit from a ventriculostomy procedure if you have CSF buildup in your brain. When you make an appointment with Dr. Hart Garner, he’ll assess your overall physical and neurological health. Based on your symptoms, he’ll make the recommendation for a ventriculostomy if needed.\r\n\r\nContact us today to schedule an appointment with our office.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Ventriculostomy', '', 'publish', 'closed', 'closed', '', 'ventriculostomy', '', '', '2026-07-20 14:49:44', '2026-07-20 14:49:44', '', 0, 'https://hartgarnermd.com/?page_id=461', 0, 'page', '', 0),
(463, 1, '2022-11-15 13:56:15', '2022-11-15 13:56:15', '', 'Ventriculostomy-Image-1536x1152', '', 'inherit', 'open', 'closed', '', 'ventriculostomy-image-1536x1152', '', '', '2022-11-15 13:56:15', '2022-11-15 13:56:15', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Ventriculostomy-Image-1536x1152-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(467, 1, '2022-11-15 14:01:44', '2022-11-15 14:01:44', '<h1>Ventriculoperitoneal Shunt in Minnesota</h1>\r\nIf you are living with hydrocephalus or excess fluid in your brain, a ventriculoperitoneal shunt might be your best option. Contact us to schedule an appointment today. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What Is a Ventriculoperitoneal (VP) Shunt?</h2>\r\nA ventriculoperitoneal shunt treats hydrocephalus, a condition that occurs when there is excess fluid in your brain cavities. This condition can be congenital, or it can be caused by a head injury, a stroke or a degenerative disease like Alzheimer’s.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/ventriculo-peritoneal-shunt-image-1536x1176-1.jpg\" alt=\"Ventriculoperitoneal Shunts\" width=\"1536\" height=\"1176\" />\r\nThe Process\r\n\r\n<strong>Step 1: Consultation</strong>\r\nDuring your initial appointment, we’ll go over your case and review your options. We may also need to perform an MRI or CAT scan to assess your condition.\r\n\r\n<strong>Step 2: The Procedure</strong>\r\nVentriculoperitoneal shunt surgery is fairly straightforward. We will insert a tube-like structure to allow fluid to drain from your brain cavities, minimizing further damage.\r\n\r\n<strong>Step 3: Recovery</strong>\r\nYour doctor will walk you through your aftercare. You may be able to return to work and other moderate activities after a week. However, you should be careful not to hit your head for at least six weeks following the surgery.\r\n\r\nWhy Choose Dr. Hart Garner?\r\n\r\nNeurosurgery can seem overwhelming. We are here to make sure that you are informed and comfortable with all of your options so you can make the best decision for your situation. All our specialists have years of experience in all the most advanced procedures.\r\n<h2>Why Is VP Treatment Needed?</h2>\r\nIf left untreated, hydrocephalus can be severely debilitating, leading to cognitive damage, developmental delays, and other serious concerns. It can even be life-threatening. A ventriculoperitoneal shunt works by draining fluid away from your brain, alleviating symptoms, and improving your quality of life.\r\n<h2>Schedule an Appointment for a Ventriculoperitoneal Shunt in Minnesota</h2>\r\nIf you have been diagnosed with hydrocephalus, there are effective treatment options. Contact us today to find out if a ventriculoperitoneal shunt is right for you. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Ventriculoperitoneal Shunt', '', 'publish', 'closed', 'closed', '', 'ventriculoperitoneal-shunt', '', '', '2026-07-20 14:49:16', '2026-07-20 14:49:16', '', 0, 'https://hartgarnermd.com/?page_id=467', 0, 'page', '', 0),
(469, 1, '2022-11-15 14:00:16', '2022-11-15 14:00:16', '', 'ventriculo-peritoneal-shunt-image-1536x1176', '', 'inherit', 'open', 'closed', '', 'ventriculo-peritoneal-shunt-image-1536x1176', '', '', '2022-11-15 14:00:16', '2022-11-15 14:00:16', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/ventriculo-peritoneal-shunt-image-1536x1176-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(472, 1, '2022-11-15 14:08:19', '2022-11-15 14:08:19', '<h1>Chiari Decompression Surgery in Minnesota</h1>\r\nLearn more about chiari decompression brain surgery from experienced neurosurgeon Dr. Hart Garner. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What Is Chiari Decompression Surgery?</h2>\r\nChiari decompression is a surgical procedure for a disorder known as Arnold Chiari malformation, which causes the brain tissues to protrude into the spinal canal. The disorder may be present at birth or appear as the brain and skull develop. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Chiari-decompression-image-1-1536x1024-1.jpg\" alt=\"Facelift surgery\" width=\"1536\" height=\"1024\" />\r\nProcedure\r\n\r\nAfter you are asleep, the procedure starts with a midline incision at the back of your head and extends to your upper neck. The incision is usually 5 or 6 cm long.\r\n\r\nThe muscles attached to your skull and spinal bones are elevated. Using a fine high-speed drill, a small window of bone (2.5cm diameter) is removed from the base of the skull. This creates more space for the cerebellum and decompresses the brainstem.\r\n\r\nBecause the tonsillar herniation frequently extends into the spinal canal, the posterior arch of the first cervical vertebra, C1, is also removed.\r\n\r\nThis procedure is often sufficient, and no further treatment is necessary. However, some special cases may need further treatment or surgery.\r\n\r\nRecovery\r\n\r\nAfter the procedure, the medical team will monitor your heart rate and blood pressure. In case of nausea or headache following surgery, medication will be administered.\r\n\r\nMost patients are able to go home 1 – 2 days after surgery. During the first 24 to 48 hours, make sure you have someone at home who can assist you. Always follow the care instructions provided by your surgeon.\r\n<h2>Who Needs Chiari Decompression Surgery?</h2>\r\nIf you have a syrinx or a Chiari malformation that obstructs CSF flow and is causing severe or worsening symptoms, surgery may be recommended. Surgery is typically reserved for those with persistent headaches, other severe symptoms, or unusual results from a neurological examination.\r\n<h2>Schedule a Consultation for Chiari Decompression Surgery Today</h2>\r\nDr. Hart Garner is a highly experienced Minnesota brain surgeon specializing in Chiari Decompression. Contact us to schedule an appointment for your Chiari Decompression today. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Chiari Decompression', '', 'publish', 'closed', 'closed', '', 'chiari-decompression', '', '', '2026-07-20 14:13:30', '2026-07-20 14:13:30', '', 0, 'https://hartgarnermd.com/?page_id=472', 0, 'page', '', 0),
(474, 1, '2022-11-15 14:06:36', '2022-11-15 14:06:36', '', 'Face,Lifting,Close-up..,Macs,Lift,Surgery,Minimal,Access,Cranial,Suspension', '', 'inherit', 'open', 'closed', '', 'faceliftingclose-up-macsliftsurgeryminimalaccesscranialsuspension', '', '', '2022-11-15 14:06:36', '2022-11-15 14:06:36', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Chiari-decompression-image-1-1536x1024-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(479, 1, '2022-11-15 14:12:09', '2022-11-15 14:12:09', '<h1>Posterior Fossa Craniotomy in Minnesota</h1>\r\nIf you have a posterior fossa tumor, we may be able to help you. Schedule an appointment for a posterior fossa craniotomy with Dr. Hart Garner to learn more. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is a Posterior Fossa Craniotomy?</h2>\r\nA posterior fossa craniotomy is a surgical procedure that involves making an opening in the back of the head to access the posterior fossa. The procedure may treat certain conditions like brain tumors that interfere with the normal functioning of the brain. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fossa-craniotomy-image-1536x1024-1.jpg\" alt=\"Posterior fossa craniotomy brain scan\" width=\"1536\" height=\"1024\" />\r\nProcedure\r\n\r\nThe surgeon will begin by removing a segment of bone from your skull. This allows the surgeon to treat the posterior fossa. They will then close the wound with metal clips.\r\n\r\nNext, the doctor will insert a wound drain. This is a narrow tube connected to a small plastic container. The drain helps the wound to heal and prevents the wound from swelling.\r\n\r\nRecovery\r\n\r\nUpon awakening from anesthesia, you will be in an intensive care unit.\r\n\r\nSome people experience nausea and vomiting following surgery. You may also experience problems with balance and coordination. Nurses and medical staff will closely monitor your symptoms and give you medication to control them. Your wound drain will be removed the next day.\r\n\r\nIn most cases, you will be hospitalized for approximately five days. Occasionally, this may be longer. A nurse will remove your clips seven to ten days after your operation.\r\n\r\nIt is normal to experience headaches, for which painkillers are provided. It is also normal to feel tired and anxious when you first get home. Resting during the day may help.\r\n\r\nPatients may need physical therapy for 8 – 12 weeks or longer after the procedure.\r\n<h2>Who Needs a Posterior Fossa Craniotomy?</h2>\r\nThe posterior fossa is a small area in the skull near the brainstem and cerebellum. When a tumor grows in the area of the posterior fossa, it can stop the flow of spinal fluid and increase the pressure on the spinal cord and brain.\r\n\r\nThe posterior fossa is usually the site of primary brain cancers. It is common to surgically remove tumors of the posterior fossa, even if they are not cancerous. There is a limited amount of space in the posterior fossa. So, if a tumor grows, it can press on delicate structures.\r\n<h2>Learn More About Posterior Fossa Craniotomy Surgery in Minnesota</h2>\r\nDr. Hart Garner is an experienced Minnesota neurosurgeon who specializes in the treating brain tumors. Schedule an appointment with us today to learn more about posterior fossa craniotomies. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Posterior Fossa', '', 'publish', 'closed', 'closed', '', 'posterior-fossa', '', '', '2026-07-20 14:32:35', '2026-07-20 14:32:35', '', 0, 'https://hartgarnermd.com/?page_id=479', 0, 'page', '', 0),
(481, 1, '2022-11-15 14:11:13', '2022-11-15 14:11:13', '', 'posterior-fossa-craniotomy-image-1536x1024', '', 'inherit', 'open', 'closed', '', 'posterior-fossa-craniotomy-image-1536x1024', '', '', '2022-11-15 14:11:13', '2022-11-15 14:11:13', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fossa-craniotomy-image-1536x1024-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(485, 1, '2022-11-15 14:16:50', '2022-11-15 14:16:50', '<h1>Transsphenoidal Pituitary Tumor Removal</h1>\r\nHart Garner specializes in transsphenoidal pituitary tumor removal surgery. Learn more about this minimally invasive procedure for pituitary tumor removal here.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What is a Transsphenoidal Pituitary Tumor Removal?</h2>\r\nTranssphenoidal surgery is also called transnasal endoscopy. It is a procedure used to remove pituitary tumors through the nasal passage, instead of opening the skull. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/shutterstock_2113302470-1536x1152-1.jpg\" alt=\"Team of surgeons in the OR\" width=\"1536\" height=\"1152\" />\r\nProcedure\r\n\r\nIn a traditional craniotomy, the surgeon opens the skull. This is avoided with a transsphenoidal surgery.\r\n\r\nThe neurosurgeon removes the tumor via the nasal passages and the sphenoid sinus. Then they can gain access to the pituitary gland from beneath the brain, to avoid important brain structures.\r\n\r\nFirst, the neurosurgeon makes a small incision in the back wall of the nasal passages. This allows them to enter the sphenoid sinus. Next, he opens up the sella turcica, the bony cavity containing the pituitary gland.\r\n\r\nEndoscopes, thin tubes with cameras at the tip, allow surgeons to see through a small incision and view the magnified operating site on a TV screen. This allows them to locate and remove the tumor.\r\n\r\nTranssphenoidal surgery is also associated with a shorter recovery period, and leaves no scar.\r\n\r\nRecovery\r\n\r\nPatients are usually able to go home from the hospital within one day after surgery. Nearly all patients are able to go home within two days. If a patient is severely debilitated as a result of their tumor, they may need to stay in the hospital for a third day, though this is rare.\r\n<h2>Who Needs a Transsphenoidal Pituitary Tumor Removal?</h2>\r\nTranssphenoidal surgery treats tumors originating from the pituitary gland. Pituitary glands are small, pea-sized glands located at the base of the brain, above the nose. They regulate many hormones in the body.\r\nAlmost all pituitary tumors are benign (noncancerous) growths known as adenomas. Unlike malignant (cancerous) tumors, pituitary adenomas do not spread to other parts of the body. However, they can still cause a variety of health problems if left untreated.\r\n\r\nPituitary tumors that secrete hormones are known as ‘functioning’ tumors. An excessive amount of certain hormones leads to conditions like acromegaly and Cushing’s disease.\r\n\r\nTumors that do not secrete hormones are called “nonfunctioning” tumors. These tumors may become larger and press on adjacent brain structures. This can cause symptoms including vision loss and headaches.\r\n<h2>chedule an Appointment with a Neurosurgeon in Minnesota Today</h2>\r\nSpeak with a doctor about your options for transsphenoidal pituitary tumor removal surgery. Schedule an appointment with us today. <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Transsphenoidal Pituitary Tumor Removal', '', 'publish', 'closed', 'closed', '', 'transsphenoidal-pituitary-tumor-removal', '', '', '2026-07-20 14:47:42', '2026-07-20 14:47:42', '', 0, 'https://hartgarnermd.com/?page_id=485', 0, 'page', '', 0),
(487, 1, '2022-11-15 14:14:56', '2022-11-15 14:14:56', '', 'A,Team,Of,Surgeons,Performing,Abdominal,Surgery,On,A,Patient', '', 'inherit', 'open', 'closed', '', 'ateamofsurgeonsperformingabdominalsurgeryonapatient', '', '', '2022-11-15 14:14:56', '2022-11-15 14:14:56', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/shutterstock_2113302470-1536x1152-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(490, 1, '2022-11-15 14:19:48', '2022-11-15 14:19:48', '[et_pb_section fb_built=\"1\" _builder_version=\"4.19.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_pattern_style=\"on\" background_pattern_style=\"tufted\" background_pattern_color=\"rgba(0,0,0,0.05)\" custom_padding=\"100px||100px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" module_class=\"pa-inline-buttons\" _builder_version=\"4.19.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"80px|50px|80px|50px|true|true\" custom_padding_tablet=\"80px|50px|80px|50px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" border_radii=\"on|20px|20px|20px|20px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" header_2_font=\"Poppins|600|||||||\" header_2_text_align=\"center\" header_2_text_color=\"#115488\" header_2_font_size=\"50px\" header_2_line_height=\"1.2em\" custom_margin=\"||16px||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"40px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]\r\n<h2>Middle Fossa Craniotomy in Minnesota</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.19.2\" _module_preset=\"default\" text_font_size=\"15px\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"70px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\nDr. Hart Garner offers Middle Fossa Craniotomy consultations for acoustic neuromas in Minnesota. Contact us today to learn more and set up an appointment.\r\n\r\n[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE4MyJ9fQ==@\" button_text=\"Schedule an Appointment\" button_alignment=\"center\" _builder_version=\"4.19.2\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#115488\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"100px\" button_font=\"Poppins|600|||||||\" button_use_icon=\"off\" custom_margin=\"50px|10px|||false|false\" custom_padding=\"8px||8px||true|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#1baaa8\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.19.0\" _module_preset=\"default\" background_color=\"rgba(247,247,247,0.2)\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.19.0\" _module_preset=\"default\" custom_css_main_element=\"align-items: center;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#115488\" header_2_font_size=\"40px\" header_2_line_height=\"1.2em\" custom_margin=\"||16px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]\r\n<h2>What is a Middle Fossa Craniotomy?</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" text_font_size=\"15px\" text_letter_spacing=\"0.2px\" text_line_height=\"1.8em\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"70px\" header_2_line_height=\"1.2em\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]A middle fossa craniotomy is a type of brain surgery that provides access to the internal auditory canal (IAC), often to remove small acoustic tumors.[/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_image src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/middle-fossa-craniotomy-image-1536x1158-1.jpg\" title_text=\"middle-fossa-craniotomy-image-1536x1158\" align=\"center\" _builder_version=\"4.19.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" alt=\"Middle Fossa Craniotomy image\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_enable_color=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.19.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.19.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#115488\" header_2_font_size=\"40px\" header_2_line_height=\"1.2em\" custom_margin=\"||16px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]\r\n<h2>Who Needs a Middle Fossa Craniotomy?</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" text_font_size=\"15px\" text_letter_spacing=\"0.2px\" text_line_height=\"1.8em\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"70px\" header_2_line_height=\"1.2em\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]\r\n\r\nAn acoustic neuroma (AN) is a noncancerous tumor that develops on the main nerve leading from the inner ear to the brain. Common symptoms from tumors in the internal auditory canal may include one-sided hearing loss, loss of balance and dizziness, and tinnitus (ringing in the ear).\r\n\r\nPatients with acoustic neuromas (ANs) whose tumors are small to medium-sized may need middle fossa craniotomy surgery, also called an acoustic neuroma surgery. Middle fossa craniotomy is one of the best surgical procedures to preserve hearing, since it carries a low risk of intracranial complications.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.19.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_toggle title=\"Procedure\" open_toggle_text_color=\"rgba(255,255,255,0.9)\" open_toggle_background_color=\"#115488\" closed_toggle_text_color=\"rgba(255,255,255,0.92)\" closed_toggle_background_color=\"#1baaa8\" icon_color=\"#FFFFFF\" toggle_icon=\"3||divi||400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" open_icon_color=\"#1baaa8\" open_toggle_icon=\"2||divi||400\" open_use_icon_font_size=\"on\" open_icon_font_size=\"32px\" _builder_version=\"4.19.0\" _module_preset=\"default\" title_text_color=\"rgba(255,255,255,0.9)\" title_font=\"Poppins|600|||||||\" title_font_size=\"17px\" closed_title_font=\"Poppins|600|||||||\" closed_title_font_size=\"17px\" body_font=\"|600|||||||\" body_text_color=\"rgba(255,255,255,0.8)\" body_letter_spacing=\"0.2px\" body_line_height=\"1.8em\" text_orientation=\"left\" custom_margin=\"||10px||false|false\" custom_padding=\"24px||24px||true|false\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]Acoustic neuromas can be treated by undergoing a middle fossa craniotomy, but there are risks and benefits to undergoing this procedure. Our physicians will explain these options to you at your initial appointment.\r\n\r\nWe will help schedule a surgery date for you if you and your doctor decide that surgery is best for your health. In most cases, this type of surgery is not an emergency because most acoustic neuromas grow slowly.\r\n\r\nDuring the procedure, a small incision above the ear is used to access the tumor. It may be necessary for the doctor to shave part of the hair around the surgery site. To ensure your safety, we will closely monitor the function of your nerves during the surgery.\r\n\r\nIn order to see the tumor more clearly, we may use a surgical microscope. Depending on the tumor size, the surgery usually takes between four and six hours.[/et_pb_toggle][et_pb_toggle title=\"Recovery\" open_toggle_text_color=\"rgba(255,255,255,0.9)\" open_toggle_background_color=\"#115488\" closed_toggle_text_color=\"rgba(255,255,255,0.92)\" closed_toggle_background_color=\"#1baaa8\" icon_color=\"#FFFFFF\" toggle_icon=\"3||divi||400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" open_icon_color=\"#1baaa8\" open_toggle_icon=\"2||divi||400\" open_use_icon_font_size=\"on\" open_icon_font_size=\"32px\" _builder_version=\"4.19.0\" _module_preset=\"default\" title_text_color=\"rgba(255,255,255,0.9)\" title_font=\"Poppins|600|||||||\" title_font_size=\"17px\" closed_title_font=\"Poppins|600|||||||\" closed_title_font_size=\"17px\" body_font=\"|600|||||||\" body_text_color=\"rgba(255,255,255,0.8)\" body_letter_spacing=\"0.2px\" body_line_height=\"1.8em\" text_orientation=\"left\" custom_margin=\"||10px||false|false\" custom_padding=\"24px||24px||true|false\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]Once we complete the surgery, you will be moved to the Intensive Care Unit (ICU). During your remaining hospital stay, we will transfer you to the medical surgical floor. Hospital stays range from three to five days, depending on the circumstances.[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.0\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" module_class=\"pa-inline-buttons\" _builder_version=\"4.19.0\" _module_preset=\"default\" background_color=\"rgba(247,247,247,0.5)\" custom_margin=\"0px||||false|false\" custom_padding=\"80px|50px|80px|50px|true|true\" custom_padding_tablet=\"80px|50px|80px|50px|true|true\" custom_padding_phone=\"80px|0px|80px|0px|true|true\" border_radii=\"on|20px|20px|20px|20px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.19.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_align=\"center\" header_2_text_color=\"#115488\" header_2_font_size=\"32px\" header_2_line_height=\"1.2em\" custom_margin=\"||16px||false|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"]\r\n<h2>Schedule an Appointment for Middle Fossa Craniotomy Surgery in Minnesota</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.19.2\" _module_preset=\"default\" text_font_size=\"15px\" text_letter_spacing=\"0.2px\" text_line_height=\"1.8em\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"70px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\nOur award-winning Minnesota spine surgeons are here to help. Give us a call or schedule an appointment online now.\r\n\r\n[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE4MyJ9fQ==@\" button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.19.0\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#1baaa8\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"100px\" button_font=\"Poppins|600|||||||\" button_use_icon=\"off\" custom_margin=\"50px|10px|||false|false\" custom_padding=\"||||true|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#115488\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Middle Fossa Craniotomy', '', 'publish', 'closed', 'closed', '', 'middle-fossa-craniotomy', '', '', '2026-07-20 14:31:56', '2026-07-20 14:31:56', '', 0, 'https://hartgarnermd.com/?page_id=490', 0, 'page', '', 0),
(492, 1, '2022-11-15 14:18:54', '2022-11-15 14:18:54', '', 'middle-fossa-craniotomy-image-1536x1158', '', 'inherit', 'open', 'closed', '', 'middle-fossa-craniotomy-image-1536x1158', '', '', '2022-11-15 14:18:54', '2022-11-15 14:18:54', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/middle-fossa-craniotomy-image-1536x1158-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(506, 1, '2022-11-15 20:16:15', '2022-11-15 20:16:15', '', 'Untitled (1)', '', 'inherit', 'open', 'closed', '', 'untitled-1', '', '', '2022-11-15 20:16:15', '2022-11-15 20:16:15', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Untitled-1.mp4', 0, 'attachment', 'video/mp4', 0),
(534, 1, '2022-11-16 18:34:32', '2022-11-16 18:34:32', '', 'fitness-coach-55', '', 'inherit', 'open', 'closed', '', 'fitness-coach-55', '', '', '2022-11-16 18:34:32', '2022-11-16 18:34:32', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/fitness-coach-55.png', 0, 'attachment', 'image/png', 0),
(535, 1, '2022-11-16 18:34:32', '2022-11-16 18:34:32', '', 'fitness-coach-13', '', 'inherit', 'open', 'closed', '', 'fitness-coach-13', '', '', '2022-11-16 18:34:32', '2022-11-16 18:34:32', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/fitness-coach-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(549, 1, '2022-11-16 18:46:30', '2022-11-16 18:46:30', '', '01 Minimally Invasive Surgery', '', 'inherit', 'open', 'closed', '', '01-minimally-invasive-surgery', '', '', '2022-11-16 18:46:30', '2022-11-16 18:46:30', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/01-Minimally-Invasive-Surgery.mp4', 0, 'attachment', 'video/mp4', 0),
(551, 1, '2022-11-16 18:54:22', '2022-11-16 18:54:22', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2022-11-16 18:54:22', '2022-11-16 18:54:22', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/1.gif', 0, 'attachment', 'image/gif', 0),
(552, 1, '2022-11-16 18:54:59', '2022-11-16 18:54:59', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2022-11-16 18:54:59', '2022-11-16 18:54:59', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/2.gif', 0, 'attachment', 'image/gif', 0),
(553, 1, '2022-11-16 18:55:20', '2022-11-16 18:55:20', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2022-11-16 18:55:20', '2022-11-16 18:55:20', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/3.gif', 0, 'attachment', 'image/gif', 0),
(569, 1, '2022-11-16 23:39:19', '2022-11-16 23:39:19', '', 'malpractice', '', 'inherit', 'open', 'closed', '', 'malpractice', '', '', '2022-11-16 23:39:19', '2022-11-16 23:39:19', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/malpractice.jpg', 0, 'attachment', 'image/jpeg', 0),
(585, 1, '2022-11-17 01:09:50', '2022-11-17 01:09:50', '[et_pb_section fb_built=\"1\" _builder_version=\"4.19.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_pattern_style=\"on\" background_pattern_style=\"tufted\" background_pattern_color=\"rgba(0,0,0,0.05)\" custom_margin=\"||||true|false\" custom_padding=\"100px||100px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" module_class=\"pa-inline-buttons\" _builder_version=\"4.19.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"80px|50px|80px|50px|true|true\" custom_padding_tablet=\"80px|50px|80px|50px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" border_radii=\"on|20px|20px|20px|20px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" header_2_font=\"Poppins|600|||||||\" header_2_text_align=\"center\" header_2_text_color=\"#115488\" header_2_font_size=\"50px\" header_2_line_height=\"1.2em\" custom_margin=\"||16px||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"40px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]\r\n<h2>Our Blog</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.19.0\" _module_preset=\"default\" text_font_size=\"15px\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"70px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]\r\n\r\nLearn More about what we do by reading our blog posts\r\n\r\n[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE4MyJ9fQ==@\" button_text=\"Schedule a Consultation\" button_alignment=\"center\" _builder_version=\"4.19.0\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#115488\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"100px\" button_font=\"Poppins|600|||||||\" button_use_icon=\"off\" custom_margin=\"50px|10px|||false|false\" custom_padding=\"8px||8px||true|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#1baaa8\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.0\" _module_preset=\"default\" custom_padding=\"40px||40px||true|\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.19.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" excerpt_length=\"100\" show_categories=\"off\" show_excerpt=\"off\" _builder_version=\"4.19.0\" _module_preset=\"default\" header_font=\"Poppins||||||||\" header_text_align=\"left\" header_text_color=\"#000000\" header_font_size=\"20px\" header_line_height=\"1.4em\" hover_enabled=\"0\" custom_css_title=\"height:100px;\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2026-07-20 14:07:37', '2026-07-20 14:07:37', '', 0, 'https://hartgarnermd.com/?page_id=585', 0, 'page', '', 0),
(587, 1, '2022-11-17 01:07:50', '2022-11-17 01:07:50', '', 'family-doctor-039', '', 'inherit', 'open', 'closed', '', 'family-doctor-039', '', '', '2022-11-17 01:07:50', '2022-11-17 01:07:50', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-039.png', 0, 'attachment', 'image/png', 0),
(588, 1, '2022-11-17 01:07:52', '2022-11-17 01:07:52', '', 'family-doctor-07', '', 'inherit', 'open', 'closed', '', 'family-doctor-07', '', '', '2022-11-17 01:07:52', '2022-11-17 01:07:52', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/family-doctor-07.png', 0, 'attachment', 'image/png', 0),
(606, 1, '2022-11-17 04:01:25', '2022-11-17 04:01:25', '', 'cropped-logo-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-logo-1-jpg', '', '', '2022-11-17 04:01:25', '2022-11-17 04:01:25', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/cropped-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(617, 1, '2022-11-17 18:00:16', '2022-11-17 18:00:16', '', 'Vdo01', '', 'inherit', 'open', 'closed', '', 'vdo01', '', '', '2022-11-17 18:00:16', '2022-11-17 18:00:16', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vdo01.mp4', 0, 'attachment', 'video/mp4', 0),
(619, 1, '2022-11-17 18:04:22', '2022-11-17 18:04:22', '', 'Vdo02', '', 'inherit', 'open', 'closed', '', 'vdo02', '', '', '2022-11-17 18:04:22', '2022-11-17 18:04:22', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vdo02.mp4', 0, 'attachment', 'video/mp4', 0),
(620, 1, '2022-11-17 18:05:05', '2022-11-17 18:05:05', '', 'Vdo03', '', 'inherit', 'open', 'closed', '', 'vdo03', '', '', '2022-11-17 18:05:05', '2022-11-17 18:05:05', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vdo03.mp4', 0, 'attachment', 'video/mp4', 0),
(629, 1, '2022-11-18 17:31:54', '2022-11-18 17:31:54', '', 'logo-1', '', 'inherit', 'open', 'closed', '', 'logo-1-2-2', '', '', '2022-11-18 17:31:54', '2022-11-18 17:31:54', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/logo-1-1-e1668792755303.jpg', 0, 'attachment', 'image/jpeg', 0),
(643, 1, '2022-11-19 01:24:26', '2022-11-19 01:24:26', '', 'hart-garner-md', '', 'inherit', 'open', 'closed', '', 'about-2', '', '', '2022-11-19 01:24:26', '2022-11-19 01:24:26', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/about-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(675, 1, '2022-11-19 15:26:02', '2022-11-19 15:26:02', '', 'spine-957249_960_720', '', 'inherit', 'open', 'closed', '', 'spine-957249_960_720', '', '', '2022-11-19 15:26:02', '2022-11-19 15:26:02', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spine-957249_960_720.png', 0, 'attachment', 'image/png', 0),
(738, 1, '2022-11-21 01:00:50', '2022-11-21 01:00:50', '', 'Spinal x-ray', '', 'inherit', 'open', 'closed', '', 'spinal-x-ray', '', '', '2022-11-21 01:00:50', '2022-11-21 01:00:50', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-x-ray-2021-09-24-03-34-20-utc-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(775, 1, '2022-11-21 22:13:22', '2022-11-21 22:13:22', '', 'WhatsApp-Image-2022-11-21-at-22.10.50', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-11-21-at-22-10-50', '', '', '2022-11-21 22:13:22', '2022-11-21 22:13:22', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/WhatsApp-Image-2022-11-21-at-22.10.50.jpg', 0, 'attachment', 'image/jpeg', 0),
(778, 1, '2022-11-21 22:22:34', '2022-11-21 22:22:34', '', 'WhatsApp Image 2022-11-21 at 22.09.58', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-11-21-at-22-09-58', '', '', '2022-11-21 22:22:34', '2022-11-21 22:22:34', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/WhatsApp-Image-2022-11-21-at-22.09.58.jpg', 0, 'attachment', 'image/jpeg', 0),
(783, 1, '2022-11-21 22:37:17', '2022-11-21 22:37:17', '', 'header', '', 'inherit', 'open', 'closed', '', 'header', '', '', '2022-11-21 22:37:17', '2022-11-21 22:37:17', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/header.jpg', 0, 'attachment', 'image/jpeg', 0),
(784, 1, '2022-11-21 22:40:24', '2022-11-21 22:40:24', '', 'WhatsApp-Image-2022-11-21-at-22.29.22', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-11-21-at-22-29-22', '', '', '2022-11-21 22:40:24', '2022-11-21 22:40:24', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/WhatsApp-Image-2022-11-21-at-22.29.22.jpg', 0, 'attachment', 'image/jpeg', 0),
(785, 1, '2022-11-21 22:43:56', '2022-11-21 22:43:56', '', 'WhatsApp-Image-2022-11-21-at-22.29.22-1', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-11-21-at-22-29-22-1', '', '', '2022-11-21 22:43:56', '2022-11-21 22:43:56', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/WhatsApp-Image-2022-11-21-at-22.29.22-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(788, 1, '2022-11-21 22:54:43', '2022-11-21 22:54:43', '', 'WhatsApp-Image-2022-11-21-at-22.11.34', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-11-21-at-22-11-34', '', '', '2022-11-21 22:54:43', '2022-11-21 22:54:43', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/WhatsApp-Image-2022-11-21-at-22.11.34.jpg', 0, 'attachment', 'image/jpeg', 0),
(791, 1, '2022-11-21 22:59:00', '2022-11-21 22:59:00', '', 'WhatsApp-Image-2022-11-21-at-22.09.51', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-11-21-at-22-09-51', '', '', '2022-11-21 22:59:00', '2022-11-21 22:59:00', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/WhatsApp-Image-2022-11-21-at-22.09.51.jpg', 0, 'attachment', 'image/jpeg', 0),
(794, 1, '2022-11-21 23:00:47', '2022-11-21 23:00:47', '', 'WhatsApp Image 2022-11-21 at 22.10.04', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-11-21-at-22-10-04', '', '', '2022-11-21 23:00:47', '2022-11-21 23:00:47', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/WhatsApp-Image-2022-11-21-at-22.10.04.jpg', 0, 'attachment', 'image/jpeg', 0),
(797, 1, '2022-12-06 20:00:57', '2022-12-06 20:00:57', '', 'Hart Garner MD', '', 'inherit', 'open', 'closed', '', 'logo-1-3', '', '', '2022-12-06 20:00:57', '2022-12-06 20:00:57', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/12/logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(876, 1, '2023-09-07 14:51:51', '2023-09-07 14:51:51', '', '1519879984261', '', 'inherit', 'open', 'closed', '', '1519879984261', '', '', '2023-09-07 14:51:51', '2023-09-07 14:51:51', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2023/09/1519879984261.jpg', 0, 'attachment', 'image/jpeg', 0),
(889, 1, '2023-09-07 15:34:21', '2023-09-07 15:34:21', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'publish', 'closed', 'closed', '', 'refer-a-patient', '', '', '2026-07-21 14:15:08', '2026-07-21 14:15:08', '', 0, 'https://hartgarnermd.com/?page_id=889', 0, 'page', '', 0),
(1006, 1, '2024-05-14 21:18:56', '2024-05-14 21:18:56', '', 'Garner_16051', '', 'inherit', 'open', 'closed', '', 'garner_16051', '', '', '2024-05-14 21:18:56', '2024-05-14 21:18:56', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2024/05/Garner_16051.png', 0, 'attachment', 'image/png', 0),
(1010, 1, '2024-05-14 21:42:57', '2024-05-14 21:42:57', '', 'msbi-full-signature-logo-black-RGB', '', 'inherit', 'open', 'closed', '', 'msbi-full-signature-logo-black-rgb', '', '', '2024-05-14 21:42:57', '2024-05-14 21:42:57', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2024/05/msbi-full-signature-logo-black-RGB.png', 0, 'attachment', 'image/png', 0),
(1018, 1, '2024-06-10 14:53:23', '2024-06-10 14:53:23', '', 'msbi-full-signature-logo-black-RGB', '', 'inherit', 'open', 'closed', '', 'msbi-full-signature-logo-black-rgb-2', '', '', '2024-06-10 14:53:23', '2024-06-10 14:53:23', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2024/06/msbi-full-signature-logo-black-RGB.png', 0, 'attachment', 'image/png', 0),
(1020, 1, '2024-06-10 14:55:57', '2024-06-10 14:55:57', '', 'msbi-full-signature-logo-navy-RGB', '', 'inherit', 'open', 'closed', '', 'msbi-full-signature-logo-navy-rgb', '', '', '2024-06-10 14:55:57', '2024-06-10 14:55:57', '', 0, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2024/06/msbi-full-signature-logo-navy-RGB.png', 0, 'attachment', 'image/png', 0),
(1021, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:04', '', 'Conditions', '', 'publish', 'closed', 'closed', '', 'conditions', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/conditions/', 3, 'nav_menu_item', '', 0),
(1022, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:04', '', 'Tumors', '', 'publish', 'closed', 'closed', '', 'tumors', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/tumors/', 7, 'nav_menu_item', '', 0),
(1023, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:04', '', 'Treatments', '', 'publish', 'closed', 'closed', '', 'treatments', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/treatments/', 22, 'nav_menu_item', '', 0),
(1024, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:04', '', 'Lumbar Thoracic Cervical Degeneration', '', 'publish', 'closed', 'closed', '', 'lumbar-thoracic-cervical-degeneration', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/lumbar-thoracic-cervical-degeneration/', 12, 'nav_menu_item', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:04', '', 'Spine (Cervical, Thoracic and Lumbar)', '', 'publish', 'closed', 'closed', '', 'spine-cervical-thoracic-and-lumbar', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/spine-cervical-thoracic-and-lumbar/', 23, 'nav_menu_item', '', 0),
(1026, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:04', '', 'Cranial', '', 'publish', 'closed', 'closed', '', 'cranial', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/cranial/', 37, 'nav_menu_item', '', 0),
(1027, 1, '2022-11-12 23:51:29', '2022-11-12 23:51:29', '<h5>Dr. Hart Garner – Minnesota Neurosurgeon</h5>					<h1>Take Back Control of Your Health!</h1>		Don’t let neck, brain, or spine injury affect your active lifestyle! We offer minimally invasive treatment options to improve your quality of life. Contact a Minnesota spinal neurosurgeon today to set up an appointment!					\n											<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n									Schedule an Appointment								\n				</a>\n																<a href=\"https://mrarif.me/hartgarnermdn/about-us/\">\n									Learn More								\n				</a>\n													<a href=\"https://www.abns.org/\" target=\"_blank\">\n							<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2023/09/1519879984261.jpg\" alt=\"American Board of Neurological Surgery\" />							</a>\n													<a href=\"https://midwestspine.net/\" target=\"_blank\">\n							<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2024/06/msbi-full-signature-logo-navy-RGB.png\" alt=\"Midwest Spine and Brain Institute Logo\" />							</a>\n																			<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/10.png\" alt=\"Appointment icon\">\n					<h6>\n						Appointments					</h6>\n								<p>Schedule your appointment online.</p>							\n								<a																			href=\"https://mrarif.me/hartgarnermdn/contact-us/\"																																					\n											Schedule Now										\n																										</a>\n																			<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/11.png\" alt=\"Chat bubble icon\">\n					<h6>\n						Get a second opinion.					</h6>\n								<p>Schedule your appointment online.</p>							\n								<a																			href=\"https://midwestspine.net/patient-resources/get-second-opinion/\" target=\"_blank\"																																					\n											Contact Us										\n																										</a>\n																			<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/12.png\" alt=\"Stethoscope icon\">\n					<h6>\n						Refer a Patient					</h6>\n								<p>Refer your patient to Dr. Garner.</p>							\n								<a																			href=\"https://mrarif.me/hartgarnermdn/refer-a-patient/\"																																					\n											Schedule Now										\n																										</a>\n							<h2>Minimally Invasive Surgery</h2>		Dr. Garner is an active neurosurgeon, developing new techniques for minimally invasive surgery. The advantage of these procedures is that there’s a shorter operating time and faster recovery. Small and few incisions are required for treatment, reducing the risk. He will advise if it is the best course of action for your condition.								<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n									Schedule an Appointment\n					</a>\n						https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vdo01.mp4			<h2>Back, Brain &amp; Neck Treatments</h2>		<p>Dr. Garner is an active neurosurgeon, developing new techniques for minimally invasive surgery. The advantage of these procedures is that there’s a shorter operating time and faster recovery. Small and few incisions are required for treatment, reducing the risk. He will advise if it is the best course of action for your condition.</p>								<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n									Schedule an Appointment\n					</a>\n						https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vdo02.mp4			<h2>Get the Surgery You NEED</h2>		<p>One of the benefits of getting medical care with our group is that we have the ability to perform surgery in hospitals or in out patient surgery centers depending on what is best suited for each patient. With a dedicated staff and experienced medical professionals ready, you can have peace of mind under our care.</p><p>We’ll let you know what you need before surgery and help you on the path to recovery. Our specialized facility takes care of every orthopedic condition, no matter your age or need.</p>								<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n									Schedule an Appointment\n					</a>\n						https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vdo03.mp4', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2026-07-20 14:50:15', '2026-07-20 14:50:15', '', 0, 'https://hartgarnermd.com/?page_id=10', 0, 'page', '', 0),
(1115, 1, '2024-06-28 16:26:10', '2024-06-28 16:26:10', 'Thanks for reaching out! We have received your message and will reach back out to you shortly.', 'Thank You', '', 'publish', 'closed', 'closed', '', 'thank-you', '', '', '2026-07-20 14:46:27', '2026-07-20 14:46:27', '', 0, 'https://hartgarnermd.com/?page_id=1115', 0, 'page', '', 0),
(1231, 1, '2026-01-08 00:01:05', '2026-01-08 00:01:05', '<h2>Découvrez le programme fidélité de Nine Casino</h2>\n<p>Le site <a href=\"https://nine-casino-online.fr\">nine-casino-online.fr</a> propose un programme fidélité innovant qui permet aux joueurs de bénéficier d’un cashback avantageux. Ce système de récompense est conçu pour maximiser l’expérience utilisateur en offrant un retour d’argent sur les mises perdues, ce qui constitue un véritable atout face aux aléas du jeu. En rejoignant Nine Casino, chaque pari compte pour décrocher des avantages financiers concrets, faisant du cashback un outil efficace pour limiter les pertes.</p>\n<h2>Comment fonctionne le cashback chez Nine Casino ?</h2>\n<p>Le cashback est une forme de remboursement partiel des sommes engagées sur la plateforme. Chez Nine Casino, ce mécanisme s’inscrit dans un contexte de loyauté où le joueur gagne des points en fonction de son activité. Ces points sont ensuite convertibles en argent réel, ce qui permet de récupérer une partie de ses pertes. Ce système est progressif et bénéficie d’une transparence totale grâce à un tableau de suivi en ligne accessible à tout moment.</p>\n<h3>Les avantages du programme fidélité</h3>\n<p>Le programme fidélité de Nine Casino présente plusieurs bénéfices majeurs :</p>\n<ul>\n<li>Un cashback calculé sur la base des pertes nettes, garantissant un retour d’une partie des fonds perdus.</li>\n<li>Des paliers de fidélité qui augmentent le pourcentage de cashback au fur et à mesure que le joueur accumule des points.</li>\n<li>Une conversion simple et rapide des points fidélité en crédits jouables ou en argent réel.</li>\n<li>Un suivi clair et accessible pour maîtriser ses avantages en temps réel.</li>\n</ul>\n<h2>Détails du programme cashback</h2>\n<table>\n<tr>\n<th>Palier de fidélité</th>\n<th>Pourcentage de cashback</th>\n<th>Conditions principales</th>\n</tr>\n<tr>\n<td>Bronze</td>\n<td>5%</td>\n<td>Minimum de 100€ de mises mensuelles</td>\n</tr>\n<tr>\n<td>Argent</td>\n<td>7%</td>\n<td>Minimum de 500€ de mises mensuelles</td>\n</tr>\n<tr>\n<td>Or</td>\n<td>10%</td>\n<td>Minimum de 1000€ de mises mensuelles</td>\n</tr>\n<tr>\n<td>Platine</td>\n<td>15%</td>\n<td>Plus de 3000€ de mises mensuelles</td>\n</tr>\n</table>\n<p>Ce tableau offre une vue claire du montant de cashback selon le niveau de fidélité atteint, ce qui incite les joueurs à s’investir davantage sur la plateforme.</p>\n<h2>Pourquoi choisir Nine Casino pour votre cashback ?</h2>\n<p>Nine Casino s’appuie sur une technologie fiable et sécurisée qui garantit la transparence du programme. La simplicité d’utilisation du site et la réactivité du support client contribuent également à une expérience de jeu optimale. De plus, le cashback est versé régulièrement, sans conditions complexes, ce qui assure une liquidité appréciable pour tous les joueurs.</p>\n<h2>FAQ - Questions fréquentes</h2>\n<p>1. Comment puis-je activer le cashback sur Nine Casino ?<br>\nLe cashback est automatiquement activé dès l’inscription au programme fidélité. Aucune démarche supplémentaire n’est nécessaire.</p>\n<p>2. Puis-je cumuler le cashback avec d’autres promotions ?<br>\nOui, dans la plupart des cas, le cashback peut être cumulé avec d’autres offres, cependant il est recommandé de consulter les conditions spécifiques de chaque promotion.</p>\n<p>3. Quel est le délai pour recevoir le cashback ?<br>\nLe cashback est généralement crédité sur le compte du joueur à la fin de chaque mois, sous réserve d’avoir atteint les conditions de mise.</p>\n<p>4. Le cashback est-il plafonné ?<br>\nLe programme fidélité prévoit des plafonds différents selon le palier, mais ceux-ci sont relativement élevés pour permettre un gain significatif.</p>\n<p>5. Comment suivre mes points fidélité et cashback ?<br>\nUn espace personnel sur nine-casino-online.fr permet de consulter en temps réel le solde des points fidélité et le montant du cashback accumulé.</p>\n<hr>\n<p>En résumé, le programme fidélité de Nine Casino est une solution avantageuse pour optimiser vos mises grâce à un cashback attractif. Cette offre, accessible et transparente, renforce l’intérêt et la sécurité des joueurs tout en valorisant leur engagement sur la plateforme.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=33.txt-->', 'Profitez d’un cashback avantageux grâce au programme fidélité de Nine Casino', '', 'publish', 'open', 'open', '', 'profitez-dun-cashback-avantageux-grace-au-programme-fidelite-de-nine-casino', '', '', '2026-01-08 00:01:05', '2026-01-08 00:01:05', '', 0, 'https://hartgarnermd.com/profitez-dun-cashback-avantageux-grace-au-programme-fidelite-de-nine-casino/', 0, 'post', '', 0),
(1232, 1, '2025-12-07 04:56:05', '2025-12-07 04:56:05', '<p>As an SEO copywriter with 10 years’ experience in iGaming, I’ve seen countless welcome packages come and go. Rhino Casino, launched fairly recently, has been making waves with its offer. But how does it truly stack up against its rivals? Let’s take a close look at the welcome package Rhino Casino offers and see how it performs in contrast to other popular UK-based online casinos.</p>\n<h2>What Rhino Casino Offers New Players</h2>\n<p>Right off the bat, Rhino Casino greets newcomers with a competitive welcome package aimed to provide both immediate value and sustained playtime. The package typically includes a match bonus spread across the first three deposits, alongside a generous amount of free spins to try out popular slots.</p>\n<p>Here’s a quick overview:</p>\n<ul>\n<li>First deposit: 100% match bonus up to £100 + 100 free spins</li>\n<li>Second deposit: 50% match bonus up to £200</li>\n<li>Third deposit: 50% match bonus up to £200</li>\n</ul>\n<p>These bonuses come with a wagering requirement of 40x on the bonus amount, which is fairly standard in today’s market. What stands out is the high number of free spins on the initial deposit, predominantly on slots like Starburst or Book of Dead.</p>\n<p>For anyone considering Rhino Casino, visiting the <a href=\"https://casinorhino.uk\">official site</a> provides the most updated offer details and terms.</p>\n<h2>How Rhino Casino’s Welcome Package Compares to Rivals</h2>\n<p>When compared to other UK-friendly casinos, Rhino Casino’s welcome package sits comfortably in the mid-to-high tier bracket. Many competitors offer similar multi-deposit bonuses but tend to vary in wagering requirements, free spin counts, or game restrictions.</p>\n<table>\n<tr>\n<th>Casino</th>\n<th>Bonus Match Total</th>\n<th>Free Spins</th>\n<th>Wagering Requirements</th>\n<th>Notable Features</th>\n</tr>\n<tr>\n<td>Rhino Casino</td>\n<td>Up to £500 (across 3 deposits)</td>\n<td>100 on first deposit</td>\n<td>40x</td>\n<td>High free spin count early on</td>\n</tr>\n<tr>\n<td>Casumo</td>\n<td>Up to £300 + 20 free spins</td>\n<td>20 free spins</td>\n<td>30x</td>\n<td>Lower wagering, but fewer spins</td>\n</tr>\n<tr>\n<td>LeoVegas</td>\n<td>Up to £100 + 50 free spins</td>\n<td>50 free spins</td>\n<td>35x</td>\n<td>Focus on mobile experience</td>\n</tr>\n<tr>\n<td>PlayOJO</td>\n<td>50 spins, no wagering</td>\n<td>No wagering</td>\n<td>N/A</td>\n<td>No wagering requirements</td>\n</tr>\n</table>\n<p>Rhino Casino’s main advantage is the sheer volume of free spins given at the start, which can significantly extend playtime and improve winning chances without extra deposits. On the other hand, wagering at 40x is a bit on the higher side compared to some rivals like Casumo or LeoVegas, where requirements hover around 30-35x.</p>\n<h2>Clearing Up Common Player Concerns</h2>\n<p>Some players might hesitate because of the moderate wagering terms. However, Rhino Casino balances this by offering a wide range of games where the bonuses apply, including many high RTP slots and table games. This flexibility helps reduce the actual difficulty of clearing the wager.</p>\n<p>An experienced player would appreciate that Rhino Casino’s tiered deposit bonus model encourages sustained engagement rather than a quick cash grab. This contrasts with some competitors that frontload bonuses with tougher playthrough conditions or lower free spin offers.</p>\n<h2>Why Choose Rhino Casino’s Welcome Package?</h2>\n<ul>\n<li>Generous free spins on popular slots</li>\n<li>Three-step bonus package spreads value over time</li>\n<li>Fair game eligibility for bonus use</li>\n<li>Transparent terms readily accessible on the site</li>\n</ul>\n<p>This welcome package is designed for players who prefer to get more chances over a longer period instead of an all-in upfront bonus. For newcomers and seasoned players alike, Rhino Casino’s bonuses provide ample opportunity to explore the platform without feeling rushed.</p>\n<hr>\n<h2>FAQ: Rhino Casino Welcome Package</h2>\n<p>Q1: Is Rhino Casino’s welcome bonus better than most UK casinos?<br>\nA1: It’s competitive, especially in terms of free spins, but comes with standard wagering requirements. It’s more balanced than overly generous but restrictive bonuses.</p>\n<p>Q2: What are the wagering requirements on the welcome bonus?<br>\nA2: The wagering requirement is 40x the bonus amount, quite typical but slightly higher than some other platforms.</p>\n<p>Q3: Can I use the free spins on any game?<br>\nA3: Free spins are usually limited to featured slots, such as Starburst or Book of Dead, but these are very popular titles.</p>\n<p>Q4: Are there any restrictions on withdrawing winnings from the bonus?<br>\nA4: Yes, players must meet the wagering requirements before withdrawing bonus-related winnings.</p>\n<p>Q5: Does Rhino Casino offer bonuses beyond the welcome package?<br>\nA5: Yes, Rhino Casino features ongoing promotions, loyalty rewards, and cashback offers for regular players.</p>\n<hr>\n<p>In conclusion, Rhino Casino’s welcome package is a solid, well-rounded offer with a strong emphasis on free spins and gradual bonus allocation. While not the absolute lowest in wagering terms, the balance and transparency make it appealing for players seeking a fair start with a reputable new platform.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=585.txt-->', 'Rhino Casino Welcome Package Compared to Rivals', '', 'publish', 'open', 'open', '', 'rhino-casino-welcome-package-compared-to-rivals', '', '', '2025-12-07 04:56:05', '2025-12-07 04:56:05', '', 0, 'https://hartgarnermd.com/rhino-casino-welcome-package-compared-to-rivals/', 0, 'post', '', 0),
(1233, 1, '2026-01-18 18:38:05', '2026-01-18 18:38:05', '<h2>Overview of Candyland Casino Payment Methods</h2>\n<p>Candyland Casino offers a wide range of supported payment systems to cater to the diverse preferences of its players. Ensuring secure, fast, and convenient transactions is a top priority at Candyland. For more detailed information about the casino’s payment options, you can visit their official website <a href=\"https://candy-land-uk.com/\">https://candy-land-uk.com/</a>. The platform supports both traditional and modern payment methods, allowing players to deposit and withdraw funds with ease.</p>\n<p>The casino’s payment infrastructure is designed to accommodate various currencies and regions, making it accessible to a global audience. Whether you prefer credit cards, e-wallets, or bank transfers, Candyland Casino has you covered with reliable options.</p>\n<h2>Supported Deposit Methods</h2>\n<p>Candyland Casino accepts multiple deposit methods that are secure and generally process funds instantly or within a few hours. The most popular deposit systems include:</p>\n<ul>\n<li>Visa and MasterCard</li>\n<li>PayPal</li>\n<li>Skrill</li>\n<li>Neteller</li>\n<li>Bank Transfers</li>\n</ul>\n<p>Each payment method has been vetted for security and efficiency, providing players with peace of mind when funding their accounts.</p>\n<h2>Withdrawal Options and Limits</h2>\n<p>Withdrawals at Candyland Casino are processed with strict adherence to security protocols and internal policies. Withdrawal limits vary depending on the chosen payment system and player verification status.</p>\n<h3>Key points about withdrawal limits:</h3>\n<ul>\n<li>Minimum withdrawal amount usually starts at £20.</li>\n<li>Maximum withdrawal limits depend on the payment provider; for instance, e-wallets typically allow higher maximums than bank transfers.</li>\n<li>Withdrawal processing times range from instant (e-wallets) to up to 5 business days (bank transfers).</li>\n</ul>\n<h2>Payment Systems Summary Table</h2>\n<table>\n<tr>\n<th>Payment System</th>\n<th>Withdrawal Limit (per transaction)</th>\n<th>Processing Time</th>\n</tr>\n<tr>\n<td>Visa/MasterCard</td>\n<td>£500 - £2,000</td>\n<td>3-5 business days</td>\n</tr>\n<tr>\n<td>PayPal</td>\n<td>£20 - £5,000</td>\n<td>Instant to 24 hours</td>\n</tr>\n<tr>\n<td>Skrill</td>\n<td>£20 - £5,000</td>\n<td>Instant to 24 hours</td>\n</tr>\n<tr>\n<td>Neteller</td>\n<td>£20 - £5,000</td>\n<td>Instant to 24 hours</td>\n</tr>\n</table>\n<h2>Advantages of Using Candyland Payment Methods</h2>\n<ol>\n<li>Variety: Multiple payment systems ensure accessibility for most players.</li>\n<li>Security: All transactions are protected with advanced encryption standards.</li>\n<li>Speed: Deposits are instant, and many withdrawals are processed within 24 hours.</li>\n<li>Convenience: User-friendly interface for managing deposits and withdrawals.</li>\n</ol>\n<h2>FAQ</h2>\n<p>Q1: What is the minimum deposit amount at Candyland Casino?<br>\nA1: The minimum deposit amount is generally £10, but it may vary depending on the payment method selected.</p>\n<p>Q2: How long does it take to withdraw money from Candyland Casino?<br>\nA2: Withdrawal times vary; e-wallets usually process withdrawals instantly or within 24 hours, while credit card and bank transfer withdrawals can take 3-5 business days.</p>\n<p>Q3: Are there any fees for deposits or withdrawals?<br>\nA3: Candyland Casino does not charge fees for deposits. Withdrawal fees depend on the payment provider and may vary.</p>\n<p>Q4: Can I use multiple payment methods for deposits and withdrawals?<br>\nA4: Yes, players can use different payment methods for deposits and withdrawals, but withdrawals are typically processed via the same method used for deposits whenever possible.</p>\n<p>Q5: Is player identity verification required before withdrawals?<br>\nA5: Yes, to comply with regulatory standards and ensure security, Candyland Casino requires identity verification before processing withdrawals.</p>\n<hr>\n<p>Candyland Casino\'s commitment to offering diverse payment options and clear withdrawal limits ensures a smooth and secure gaming experience for its players. By choosing the right payment system, players can enjoy hassle-free transactions that meet their individual needs.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=700.txt-->', 'Candyland Casino Supported Payment Systems and Withdrawal Limits', '', 'publish', 'open', 'open', '', 'candyland-casino-supported-payment-systems-and-withdrawal-limits', '', '', '2026-01-18 18:38:05', '2026-01-18 18:38:05', '', 0, 'https://hartgarnermd.com/candyland-casino-supported-payment-systems-and-withdrawal-limits/', 0, 'post', '', 0),
(1234, 1, '2026-02-05 14:12:05', '2026-02-05 14:12:05', '<h2>Une plateforme pensée pour les joueurs mobiles ?</h2>\n<p>Evolve Casino s’impose comme une destination de choix pour les amateurs de jeux en ligne, mais qu’en est-il de son expérience sur tablette ? Depuis plusieurs années, la tendance est claire : les joueurs privilégient de plus en plus le gaming nomade. Ainsi, une plateforme proposant une interface ergonomique et rapide sur tablette se démarque nettement dans l’univers concurrentiel des casinos en ligne.</p>\n<p>L’accès à <a href=\"https://evolvecasino.info\">evolve casino</a> depuis une tablette révèle une interface bien optimisée. Que ce soit sur iPad ou sur Tablettes Android, la fluidité est au rendez-vous : les temps de chargement sont réduits, les menus restent intuitifs, et l’affichage s’adapte parfaitement à l’écran tactile. Cette optimisation permet aux joueurs de naviguer facilement entre les différentes catégories de jeux, mais aussi d’effectuer leurs transactions sans encombre.</p>\n<h2>Comment Evolve Casino adapte son interface aux tablettes ?</h2>\n<p>L’expérience joueuse sur tablette repose grandement sur la capacité de la plateforme à offrir une navigation fluide couplée à un design responsive. Evolve Casino utilise une technologie HTML5 moderne qui garantit une compatibilité étendue.</p>\n<p>Les éléments clés de l’adaptation :</p>\n<ul>\n<li>Interface tactile intuitive : boutons, menus et filtres conçus pour un usage au doigt.</li>\n<li>Temps de réponse rapide : minimisation des latences favorisant des sessions agréables.</li>\n<li>Chargement progressif des contenus : évite les blocages visuels et optimise la consommation de données.</li>\n<li>Accessibilité des fonctionnalités essentielles : dépôt, retrait, support et paramètres à portée de main.</li>\n</ul>\n<p>Ces caractéristiques contribuent à rendre l’expérience sur tablette comparable, voire parfois supérieure à celle sur desktop. Le confort visuel et la prise en main directe renforcent l’immersion et la fluidité du gameplay.</p>\n<h2>Catalogue de jeux et compatibilité tablette : un duo gagnant</h2>\n<p>Le point fort d’Evolve Casino réside également dans la richesse de son offre ludique qui s’adapte parfaitement aux écrans moyens comme ceux des tablettes. Les développeurs présents sur la plateforme proposent un large éventail de titres :</p>\n<table>\n<tr>\n<th>Type de jeux</th>\n<th>Compatibilité tablette</th>\n<th>Exemples de fournisseurs</th>\n</tr>\n<tr>\n<td>Machines à sous</td>\n<td>Oui</td>\n<td>NetEnt, Microgaming, Play’n GO</td>\n</tr>\n<tr>\n<td>Jeux de table</td>\n<td>Oui</td>\n<td>Evolution Gaming, Pragmatic Play</td>\n</tr>\n<tr>\n<td>Casino en direct</td>\n<td>Oui</td>\n<td>Evolution, Ezugi</td>\n</tr>\n<tr>\n<td>Jeux de loterie</td>\n<td>Oui</td>\n<td>Red Tiger, Quickspin</td>\n</tr>\n</table>\n<p>Grâce à cette compatibilité étendue, jouer sur tablette ne signifie pas choisir entre diversité et confort, bien au contraire.</p>\n<h2>Une expérience utilisateur pensée pour tous</h2>\n<p>L’ergonomie n’est pas seulement une question de design, mais aussi de fluidité fonctionnelle. Evolve Casino excelle en la matière avec :</p>\n<ul>\n<li>Une navigation simplifiée grâce à un menu clair et des filtres bien positionnés.</li>\n<li>Des options personnalisables pour le mode d’affichage suivant les préférences de l’utilisateur.</li>\n<li>Une intégration performante du support client accessible directement via chat ou email, même en mobilité.</li>\n</ul>\n<p>Cette approche complète répond aux attentes des joueurs qui ne veulent pas sacrifier ni la performance, ni la facilité d’usage lors de leurs sessions sur tablette.</p>\n<h2>Mini-comparatif : Evolve Casino vs plateforme moyenne du marché</h2>\n<table>\n<tr>\n<th>Critères</th>\n<th>Evolve Casino</th>\n<th>Casino moyen</th>\n</tr>\n<tr>\n<td>Optimisation tablette</td>\n<td>Excellente, interface fluide</td>\n<td>Souvent limitée, parfois lente</td>\n</tr>\n<tr>\n<td>Catalogue compatible</td>\n<td>Très large et varié</td>\n<td>Limité ou non-adapté</td>\n</tr>\n<tr>\n<td>Support en mobilité</td>\n<td>Disponible et réactif</td>\n<td>Parfois indisponible</td>\n</tr>\n<tr>\n<td>Fonctionnalités rapides</td>\n<td>Paiements, jeux, assistance</td>\n<td>Navigation souvent lente</td>\n</tr>\n</table>\n<p>Cette comparaison rapide illustre que Evolve Casino se distingue par sa volonté claire d’offrir une expérience fluide et complète à ses utilisateurs mobiles.</p>\n<h2>FAQ - Jouer sur tablette avec Evolve Casino</h2>\n<p>Q1 : Puis-je déposer et retirer de l\'argent facilement depuis ma tablette ?<br>\nOui, Evolve Casino propose toutes les options de paiement habituelles parfaitement adaptées à la navigation mobile.</p>\n<p>Q2 : Est-ce que tous les jeux sont accessibles sur tablette ?<br>\nLa majorité du catalogue est optimisée pour les tablettes grâce à la technologie HTML5, garantissant une parfaite compatibilité.</p>\n<p>Q3 : La qualité du streaming du casino en direct est-elle bonne sur tablette ?<br>\nOui, le streaming est fluide avec une résolution adaptée à la taille de l\'écran, pour une immersion optimale.</p>\n<p>Q4 : Est-ce que le support client est disponible en cas de problème sur tablette ?<br>\nLe support est accessible via chat en direct ou email, même en jouant sur tablette, avec des temps de réponse satisfaisants.</p>\n<p>Q5 : Evolve Casino propose-t-il une application dédiée pour tablette ?<br>\nNon, mais la version mobile du site est entièrement optimisée pour une utilisation sur tablette sans nécessiter d’application.</p>\n<hr>\n<p>En conclusion, Evolve Casino propose bien une expérience fluide et agréable pour les joueurs sur tablette. Sa technologie moderne, son interface responsive et son catalogue riche s’associent pour répondre aux attentes des joueurs mobiles en quête d’un casino en ligne performant et accessible. Si vous cherchez un compromis efficace entre mobilité, confort et diversité des jeux, Evolve Casino mérite assurément votre attention.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=966_32.txt-->', 'Evolve Casino offre-t-il une expérience fluide pour les joueurs sur tablette ?', '', 'publish', 'open', 'open', '', 'evolve-casino-offre-t-il-une-experience-fluide-pour-les-joueurs-sur-tablette', '', '', '2026-02-05 14:12:05', '2026-02-05 14:12:05', '', 0, 'https://hartgarnermd.com/evolve-casino-offre-t-il-une-experience-fluide-pour-les-joueurs-sur-tablette/', 0, 'post', '', 0),
(1235, 1, '2025-11-25 16:34:05', '2025-11-25 16:34:05', '<p>En tant que SEO-copwriter avec 10 ans d’expérience dans l’iGaming, j’ai observé que la gestion efficace de son compte chez Cherie Casino est la clé pour tirer pleinement profit de ses offres bonus. Cette plateforme, accessible via <a href=\"https://cheriecasino.com/\">https://cheriecasino.com/</a>, se distingue par une offre généreuse et variée, mais elle demande une certaine stratégie pour optimiser ses avantages. Découvrez dans cet article comment organiser vos actions pour maximiser vos gains bonus.</p>\n<h2>Pourquoi la gestion du compte est essentielle pour profiter des bonus</h2>\n<p>Cherie Casino propose une diversité d’incitations allant du bonus de bienvenue aux promotions régulières en passant par des programmes de fidélité. Cependant, chaque offre est assortie de conditions précises, comme des exigences de mise ou des délais à respecter. Gérer son compte avec méthode permet d’éviter les pièges classiques et d’exploiter au mieux chaque opportunité.</p>\n<p>La plateforme prend soin d’offrir une interface claire pour suivre vos bonus actifs et réaliser vos dépôts en toute sécurité. Une bonne organisation personnelle facilite la consultation régulière des promotions et la planification des mises, ce qui est indispensable pour débloquer les bonus.</p>\n<h2>Types de bonus et conditions à connaître</h2>\n<p>Les bonus chez Cherie Casino se déclinent principalement en :</p>\n<ul>\n<li>Bonus de bienvenue : généralement un pourcentage du premier dépôt plus des tours gratuits.</li>\n<li>Bonus de dépôt récurrents : promotions hebdomadaires ou mensuelles pour s’assurer de la régularité de jeu.</li>\n<li>Bonus sans dépôt : plus rares, souvent offerts lors d’événements spéciaux.</li>\n<li>Programme VIP et cashback : avantages pour les joueurs fidèles.</li>\n</ul>\n<table>\n<tr>\n<th>Type de bonus</th>\n<th>Montant moyen</th>\n<th>Conditions principales</th>\n</tr>\n<tr>\n<td>Bonus de bienvenue</td>\n<td>Jusqu’à 200 % + tours gratuits</td>\n<td>Mise x35 avant retrait</td>\n</tr>\n<tr>\n<td>Bonus de dépôt</td>\n<td>50 % à 100 %</td>\n<td>Validité sous 7 jours, mise x30</td>\n</tr>\n<tr>\n<td>Bonus sans dépôt</td>\n<td>10 à 20 € gratuits</td>\n<td>Souvent limité en gains</td>\n</tr>\n<tr>\n<td>Cashback VIP</td>\n<td>5 % à 15 %</td>\n<td>Automatique, plafond variable</td>\n</tr>\n</table>\n<p>Pour tirer parti de ces bonus, il est impératif de lire attentivement les conditions, notamment les jeux éligibles et les modalités de mise. Le non-respect fait perdre tout l’avantage.</p>\n<h2>Conseils pratiques pour gérer son compte chez Cherie Casino</h2>\n<ol>\n<li>Priorisez les bonus selon leur valeur et conditions : commencez par activer les offres au meilleur rapport valeur/condition.</li>\n<li>Suivez vos mises et bonus en cours : notez les dates limites pour ne pas laisser expirer un bonus.</li>\n<li>Variez les jeux en privilégiant ceux qui contribuent à 100 % aux conditions de mise.</li>\n<li>Utilisez le suivi interne de Cherie Casino : l’interface vous aide à voir l’état de vos bonus et vos statistiques de jeu.</li>\n<li>Contactez le support en cas de doute : l’assistance est réactive et disponible en plusieurs langues.</li>\n</ol>\n<h2>Comparaison rapide : Cherie Casino vs. Plateformes standards</h2>\n<p>Beaucoup de casinos imposent des conditions de mise élevées et manquent de transparence. Cherie Casino se démarque par une communication claire des règles et une diversité des bonus sans surcharge excessive sur les exigences.</p>\n<table>\n<tr>\n<th>Critère</th>\n<th>Cherie Casino</th>\n<th>Moyenne du marché</th>\n</tr>\n<tr>\n<td>Exigences de mise</td>\n<td>x30 à x35</td>\n<td>x40 et plus</td>\n</tr>\n<tr>\n<td>Transparence conditions</td>\n<td>Très claire</td>\n<td>Souvent vague</td>\n</tr>\n<tr>\n<td>Diversité des bonus</td>\n<td>Large et renouvelée</td>\n<td>Limitées</td>\n</tr>\n<tr>\n<td>Support client</td>\n<td>Multilingue, rapide</td>\n<td>Variable</td>\n</tr>\n</table>\n<p>Cette approche équilibrée encourage la fidélité et une expérience plus satisfaisante, surtout pour les joueurs cherchant à maximiser leur capital bonus.</p>\n<h2>FAQ : Questions clés pour gérer son compte Cherie Casino</h2>\n<p>Q1 : Comment activer un bonus sur Cherie Casino ?<br>\nIl suffit de sélectionner l’offre lors du dépôt ou de saisir un code bonus, si nécessaire. Toutes les étapes sont indiquées dans votre espace personnel.</p>\n<p>Q2 : Puis-je cumuler plusieurs bonus simultanément ?<br>\nNon, généralement un seul bonus actif à la fois est autorisé. Respectez donc la fin d’un bonus avant d’en activer un autre.</p>\n<p>Q3 : Quels jeux comptent pour les exigences de mise ?<br>\nLes machines à sous comptent à 100 %, tandis que certains jeux de table comme le blackjack contribuent moins, souvent 10 à 20 %.</p>\n<p>Q4 : Comment savoir quand un bonus va expirer ?<br>\nCherie Casino affiche la date d’expiration dans la section « Bonus » de votre compte. Vous pouvez aussi consulter vos emails de confirmation.</p>\n<p>Q5 : Que faire si j’ai un problème avec un bonus ?<br>\nContactez le service client via chat en direct ou email. Ils sont réactifs et vous guideront pour résoudre toute question.</p>\n<hr>\n<p>Gérer son compte sur Cherie Casino avec rigueur et anticipation est la meilleure méthode pour maximiser ses bonus. En suivant les conseils donnés ici, vous évitez les erreurs fréquentes et profitez à fond des avantages proposés, avec une expérience de jeu fluide et sécurisée. Pour en savoir plus, n’hésitez pas à visiter directement <a href=\"https://cheriecasino.com/\">https://cheriecasino.com/</a>.</p>\n<hr>\n<p>Quick facts :</p>\n<ul>\n<li>Offre bienvenue jusqu’à 200 % sur premier dépôt</li>\n<li>Exigences de mise généralement entre x30 et x35</li>\n<li>Support multilingue disponible 24/7</li>\n<li>Programmes VIP inclus pour les joueurs réguliers</li>\n</ul>\n<p>Adoptez cette démarche stratégique, et votre expérience sur Cherie Casino deviendra non seulement plus profitable, mais aussi plus agréable. Bonne chance aux jeux !</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1078_95.txt-->', 'Cherie Casino : comment gérer son compte pour maximiser les bonus', '', 'publish', 'open', 'open', '', 'cherie-casino-comment-gerer-son-compte-pour-maximiser-les-bonus', '', '', '2025-11-25 16:34:05', '2025-11-25 16:34:05', '', 0, 'https://hartgarnermd.com/cherie-casino-comment-gerer-son-compte-pour-maximiser-les-bonus/', 0, 'post', '', 0),
(1236, 1, '2026-01-04 14:36:05', '2026-01-04 14:36:05', '<h2>Introduction à Europe Fortune Casino</h2>\n<p>Entrer dans le monde des casinos en ligne peut être à la fois excitant et intimidant, surtout pour les débutants. Le site <a href=\"https://europefortune.app\">europe fortune</a> est une plate-forme populaire qui propose une multitude de jeux, mais il est essentiel de connaître quelques astuces pour éviter les erreurs courantes et maximiser ses chances de succès. Ce guide vous offre des conseils clés pour bien démarrer et profiter pleinement de votre expérience sans tomber dans les pièges habituels.</p>\n<h2>Erreurs fréquentes à éviter dès le départ</h2>\n<p>Beaucoup de nouveaux joueurs commettent des erreurs qui peuvent rapidement nuire à leur expérience et à leur budget. L’une des erreurs les plus courantes est de ne pas se familiariser avec les règles des jeux proposés. De plus, une gestion maladroite de la bankroll peut entraîner des pertes importantes en peu de temps. Enfin, l’absence de stratégie claire ou de limites personnelles conduit souvent à des sessions de jeu prolongées et non rentables.</p>\n<h2>Conseils pratiques pour débutants</h2>\n<p>Pour progresser sereinement sur Europe Fortune Casino, voici quelques recommandations essentielles :</p>\n<ol>\n<li>Apprendre les règles des jeux : Prenez le temps d’étudier les fonctionnalités et les règles de chaque jeu avant de miser.</li>\n<li>Fixer un budget précis : Définissez une limite de dépenses et ne la dépassez jamais, même en cas de gains ou pertes.</li>\n<li>Utiliser les bonus à bon escient : Les promotions peuvent augmenter vos chances, mais lisez toujours les conditions d’utilisation.</li>\n<li>Faire des pauses régulières : Ne jouez pas de manière continue pour éviter la fatigue et les erreurs de jugement.</li>\n<li>Essayer les jeux gratuits : Cela permet d’acquérir de l’expérience sans risquer d’argent réel.</li>\n</ol>\n<h2>Tableau comparatif des types de jeux populaires</h2>\n<table>\n<tr>\n<th>Type de jeu</th>\n<th>Conseils clés</th>\n</tr>\n<tr>\n<td>Machines à sous</td>\n<td>Varier les mises, profiter des bonus</td>\n</tr>\n<tr>\n<td>Roulette</td>\n<td>Choisir des paris à faible risque</td>\n</tr>\n<tr>\n<td>Blackjack</td>\n<td>Apprendre les stratégies de base</td>\n</tr>\n<tr>\n<td>Poker</td>\n<td>Gérer sa patience et comprendre les tells</td>\n</tr>\n</table>\n<h2>FAQ - Questions fréquentes pour bien démarrer</h2>\n<p>Q1 : Comment vérifier la fiabilité d’un casino en ligne ?<br>\nR1 : Assurez-vous qu’il soit licencié par une autorité reconnue et consultez les avis des joueurs.</p>\n<p>Q2 : Puis-je retirer mes gains immédiatement ?<br>\nR2 : En général, il y a des conditions de mise à remplir avant tout retrait.</p>\n<p>Q3 : Les bonus sont-ils toujours avantageux ?<br>\nR3 : Oui, mais il faut lire attentivement les termes et conditions pour éviter les pièges.</p>\n<p>Q4 : Quelle est l’importance de la gestion de bankroll ?<br>\nR4 : C’est crucial pour éviter des pertes rapides et prolonger votre expérience de jeu.</p>\n<p>Q5 : Puis-je jouer gratuitement sur Europe Fortune ?<br>\nR5 : Oui, la plupart des jeux proposent une version démo sans argent réel.</p>\n<hr>\n<p>En suivant ces conseils, les joueurs débutants peuvent aborder Europe Fortune Casino avec plus de confiance et de sérénité. La clé du succès réside dans la prudence, la connaissance du jeu et une gestion rigoureuse de votre budget. Profitez pleinement de cette aventure tout en minimisant les risques d’erreurs courantes.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=351.txt-->', 'Europe Fortune Casino : conseils pour débutants pour éviter les erreurs fréquentes', '', 'publish', 'open', 'open', '', 'europe-fortune-casino-conseils-pour-debutants-pour-eviter-les-erreurs-frequentes', '', '', '2026-01-04 14:36:05', '2026-01-04 14:36:05', '', 0, 'https://hartgarnermd.com/europe-fortune-casino-conseils-pour-debutants-pour-eviter-les-erreurs-frequentes/', 0, 'post', '', 0),
(1237, 1, '2025-12-27 15:54:05', '2025-12-27 15:54:05', '<h2>Une expérience de jeu immersive avec Touch Casino</h2>\n<p>Les amateurs de jeux en ligne savent combien il est essentiel de choisir une plateforme fiable et offrant une large sélection de machines à sous. Le site <a href=\"https://touch-casinos.fr\">touchcasino</a> se distingue par son interface intuitive et son catalogue riche en titres innovants et classiques. Que vous soyez débutant ou joueur expérimenté, Touch Casino vous propose un environnement sécurisé et divertissant pour profiter pleinement des dernières tendances en matière de slots.</p>\n<h2>Les machines à sous les plus populaires sur Touch Casino</h2>\n<p>Parmi les nombreux jeux disponibles, certaines machines à sous se démarquent par leur popularité et leur potentiel de gains. Ces jeux allient graphismes de qualité, fonctionnalités bonus avancées et taux de retour au joueur (RTP) attractifs. Voici un aperçu des machines à sous incontournables à découvrir sur Touch Casino :</p>\n<ul>\n<li>Starburst : un classique aux effets lumineux captivants et un gameplay simple mais efficace.</li>\n<li>Gonzo’s Quest : une aventure riche en suspens avec ses avalanches et multiplicateurs.</li>\n<li>Book of Dead : un slot thématique égyptien très apprécié pour ses tours gratuits et son fort RTP.</li>\n<li>Mega Moolah : célèbre pour ses jackpots progressifs pouvant transformer une mise modeste en gros gains.</li>\n</ul>\n<h2>Pourquoi choisir Touch Casino pour jouer aux machines à sous ?</h2>\n<p>L’offre de Touch Casino ne se limite pas à la diversité des titres proposés. La plateforme garantit également :</p>\n<ol>\n<li>Sécurité : protocoles SSL et licence officielle pour un jeu en toute confiance.</li>\n<li>Accessibilité mobile : interface responsive adaptée à tous les appareils.</li>\n<li>Support client réactif : assistance disponible 24/7 pour résoudre vos questions.</li>\n<li>Bonus attractifs : promotions régulières pour augmenter vos chances de gain.</li>\n</ol>\n<h2>Tableau comparatif des machines à sous populaires</h2>\n<table>\n<tr>\n<th>Machine à sous</th>\n<th>Caractéristiques principales</th>\n</tr>\n<tr>\n<td>Starburst</td>\n<td>RTP : 96.09%, 5 rouleaux, 10 lignes</td>\n</tr>\n<tr>\n<td>Gonzo’s Quest</td>\n<td>RTP : 95.97%, Avalanche, Multiplicateurs</td>\n</tr>\n<tr>\n<td>Book of Dead</td>\n<td>RTP : 96.21%, 5 rouleaux, Tours gratuits</td>\n</tr>\n<tr>\n<td>Mega Moolah</td>\n<td>RTP : 88.12%, Jackpot progressif</td>\n</tr>\n</table>\n<h2>FAQ - Questions fréquentes sur les machines à sous sur Touch Casino</h2>\n<p>Q1 : Comment puis-je commencer à jouer aux machines à sous sur Touch Casino ?<br>\nR1 : Inscrivez-vous gratuitement sur la plateforme, effectuez un dépôt et choisissez votre slot préféré dans la section dédiée.</p>\n<p>Q2 : Les jeux sont-ils équitables et sécurisés ?<br>\nR2 : Oui, tous les jeux sont certifiés par des autorités indépendantes et la plateforme utilise un chiffrement avancé pour garantir la sécurité.</p>\n<p>Q3 : Puis-je jouer gratuitement aux machines à sous ?<br>\nR3 : Oui, Touch Casino propose souvent des versions démo permettant de tester les jeux sans miser d’argent réel.</p>\n<p>Q4 : Quels sont les meilleurs conseils pour maximiser mes gains ?<br>\nR4 : Familiarisez-vous avec les règles et fonctionnalités du jeu, gérez votre bankroll, et profitez des bonus offerts par la plateforme.</p>\n<p>Q5 : Le service client est-il disponible en français ?<br>\nR5 : Absolument, le support client est accessible en français 24/7 via chat et email pour toute assistance.</p>\n<hr>\n<p>Explorez dès maintenant les machines à sous incontournables sur Touch Casino pour une expérience unique alliant divertissement et gains potentiels élevés. Grâce à une interface conviviale et une offre riche, la plateforme s’impose comme un choix de référence pour tous les passionnés de slots en ligne.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=500.txt-->', 'Découvrez les machines à sous incontournables sur Touch Casino', '', 'publish', 'open', 'open', '', 'decouvrez-les-machines-a-sous-incontournables-sur-touch-casino', '', '', '2025-12-27 15:54:05', '2025-12-27 15:54:05', '', 0, 'https://hartgarnermd.com/decouvrez-les-machines-a-sous-incontournables-sur-touch-casino/', 0, 'post', '', 0),
(1238, 1, '2025-12-05 07:42:05', '2025-12-05 07:42:05', '<h2>Introduction aux jeux rentables sur Extra Casino</h2>\n<p>Dans l’univers compétitif des casinos en ligne, choisir les jeux les plus rentables est essentiel pour maximiser ses gains. Extra Casino, accessible via <a href=\"https://extrawin.fr\">extrawin.fr</a>, propose une vaste gamme de jeux optimisés pour offrir de bonnes chances aux joueurs. Cet article détaille les jeux en ligne présentant le meilleur rapport rentabilité/loisir, afin d’aider les utilisateurs à faire des choix éclairés.</p>\n<h2>Critères de sélection des jeux rentables</h2>\n<p>La rentabilité d’un jeu en ligne dépend principalement de son taux de retour au joueur (RTP), de la volatilité, ainsi que des bonus offerts. Extra Casino se distingue par la transparence de ses statistiques et la diversité des options proposées. Les joueurs doivent privilégier :</p>\n<ul>\n<li>Un RTP élevé (idéalement supérieur à 96 %)</li>\n<li>Une volatilité adaptée à leur profil (faible pour les gains fréquents, élevée pour les gros jackpots)</li>\n<li>La disponibilité de fonctionnalités bonus augmentant les chances de gains</li>\n</ul>\n<h2>Top 5 des jeux les plus rentables chez Extra Casino</h2>\n<ol>\n<li>Mega Joker - Ce jeu de NetEnt propose un RTP jusqu’à 99 % avec une volatilité faible, idéal pour une stratégie progressive.</li>\n<li>Starburst - Célèbre pour son gameplay simple et efficace, avec un RTP de 96,1 % et une volatilité faible-moyenne.</li>\n<li>Book of Dead - Un jeu à volatilité élevée offrant la possibilité de remporter des gains conséquents, RTP autour de 96,2 %.</li>\n<li>Gonzo’s Quest - Avec un RTP de 96 % et une mécanique innovante de \"Avalanche\", il séduit par sa rentabilité et son originalité.</li>\n<li>Jackpot 6000 - Classique du casino avec RTP jusqu’à 98,9 %, parfait pour les amateurs de machines à sous rétro.</li>\n</ol>\n<h2>Tableau comparatif des jeux rentables</h2>\n<table>\n<tr>\n<th>Jeu</th>\n<th>RTP (%)</th>\n</tr>\n<tr>\n<td>Mega Joker</td>\n<td>99,00</td>\n</tr>\n<tr>\n<td>Starburst</td>\n<td>96,10</td>\n</tr>\n<tr>\n<td>Book of Dead</td>\n<td>96,20</td>\n</tr>\n<tr>\n<td>Gonzo’s Quest</td>\n<td>96,00</td>\n</tr>\n</table>\n<h2>FAQ - Questions fréquentes</h2>\n<p>Q1 : Le RTP est-il toujours garanti chez Extra Casino ?<br>\nR1 : Oui, Extra Casino affiche clairement le RTP de chaque jeu, garantissant transparence et confiance.</p>\n<p>Q2 : Quels jeux offrent les bonus les plus avantageux ?<br>\nR2 : Les jeux comme Book of Dead et Gonzo’s Quest proposent souvent des rounds bonus qui augmentent significativement la rentabilité.</p>\n<p>Q3 : La volatilité impacte-t-elle vraiment les gains ?<br>\nR3 : Absolument, une volatilité faible favorise des gains réguliers mais de petite taille, tandis qu’une haute volatilité peut donner de gros gains mais plus rares.</p>\n<p>Q4 : Puis-je jouer gratuitement pour tester la rentabilité ?<br>\nR4 : Oui, Extra Casino permet de jouer en mode démo sur la majorité des jeux pour s’entraîner sans risque.</p>\n<p>Q5 : Comment optimiser ses chances de gains sur Extra Casino ?<br>\nR5 : En choisissant des jeux avec un RTP élevé, une volatilité adaptée et en profitant des bonus proposés par la plateforme.</p>\n<hr>\n<p>En résumé, Extra Casino facilite l’accès à des jeux rentables grâce à une sélection rigoureuse et des données transparentes. En exploitant ces informations, les joueurs peuvent optimiser leurs sessions et augmenter leurs chances de gains.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=458.txt-->', 'Sélection des jeux en ligne les plus rentables chez Extra Casino', '', 'publish', 'open', 'open', '', 'selection-des-jeux-en-ligne-les-plus-rentables-chez-extra-casino', '', '', '2025-12-05 07:42:05', '2025-12-05 07:42:05', '', 0, 'https://hartgarnermd.com/selection-des-jeux-en-ligne-les-plus-rentables-chez-extra-casino/', 0, 'post', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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-12-15 04:49:05', '2025-12-15 04:49:05', '<h2>¿Qué ofrece Gratogana Casino en su programa de lealtad?</h2>\n<p>Gratogana Casino se presenta en 2026 como una propuesta sólida dentro del mercado iGaming, destacando no solo por su catálogo de juegos, sino especialmente por su esquema de programas de lealtad. Este programa está diseñado para recompensar la fidelidad del jugador con beneficios escalables y exclusivos, que potencian la experiencia gaming más allá del simple entretenimiento. Puedes revisar más detalles directamente en <a href=\"https://casinogratogana.org\">https://casinogratogana.org</a>, donde se detallan las ventajas actuales.</p>\n<p>Uno de los puntos fuertes de Gratogana es su sistema de niveles, que permite a los usuarios progresar y obtener mejores recompensas a medida que acumulan puntos jugando. La plataforma hace hincapié en la transparencia de requisitos y condiciones, facilitando la comprensión por parte del usuario de cómo acceder a bonos y promociones especiales.</p>\n<h2>Estructura del programa de lealtad y niveles VIP</h2>\n<p>Gratogana organiza su programa de fidelidad en varios niveles que van desde el básico hasta el VIP, cada uno desbloqueando diferentes prestaciones. La escalabilidad del sistema incentiva a los jugadores a mantener una actividad constante y a explorar distintas secciones del casino.</p>\n<ul>\n<li>Nivel Básico: Acceso a bonos de bienvenida y acumulación inicial de puntos.</li>\n<li>Nivel Plata: Bonificaciones adicionales mensuales, cashback reducido.</li>\n<li>Nivel Oro: Cashback mejorado, promociones exclusivas y acceso prioritario a torneos.</li>\n<li>Nivel VIP: Atención personalizada, mayores límites de apuesta y retiros, regalos especiales y eventos exclusivos.</li>\n</ul>\n<h3>Tabla comparativa de beneficios por nivel</h3>\n<table>\n<tr>\n<th>Nivel</th>\n<th>Bonos y promociones</th>\n<th>Cashback</th>\n<th>Soporte y límites</th>\n</tr>\n<tr>\n<td>Básico</td>\n<td>Bonos de bienvenida y puntos básicos</td>\n<td>No disponible</td>\n<td>Límites estándar</td>\n</tr>\n<tr>\n<td>Plata</td>\n<td>Promociones mensuales</td>\n<td>5% cashback</td>\n<td>Límite de retiro moderado</td>\n</tr>\n<tr>\n<td>Oro</td>\n<td>Promociones exclusivas, torneos</td>\n<td>10% cashback</td>\n<td>Límites elevados, soporte prioritario</td>\n</tr>\n<tr>\n<td>VIP</td>\n<td>Regalos exclusivos y eventos</td>\n<td>15% cashback</td>\n<td>Límites máximos y gestor personal</td>\n</tr>\n</table>\n<p>Este enfoque permite claramente diferenciar a los jugadores en función de su compromiso y rendimiento, fomentando la lealtad con recompensas tangibles y exclusivas.</p>\n<h2>¿Por qué elegir el programa de lealtad de Gratogana?</h2>\n<p>Uno de los beneficios más relevantes para el jugador es la flexibilidad del programa. No solo se premia la duración en la plataforma, sino también el nivel de actividad, lo que lo convierte en un sistema justo y motivador. La facilidad para convertir puntos en dinero o créditos para jugar constituye otra ventaja frente a la media del mercado, donde muchos programas tienen condiciones más restrictivas.</p>\n<p>Además, el programa está sincronizado con campañas especiales y eventos temporales, lo que añade dinamismo y oportunidades extra para el usuario. Desde la perspectiva de un jugador veterano, esta variedad es un factor clave que mantiene el interés y el compromiso a largo plazo.</p>\n<h2>Condiciones, requisitos y consejos para aprovechar el programa</h2>\n<p>Para beneficiarse al máximo, es importante entender las condiciones de apuesta y las reglas de acumulación de puntos. Gratogana mantiene un nivel justo de requisitos, con una equivalencia clara entre el gasto y la recompensa, y tiempos razonables para cumplir con las condiciones de uso.</p>\n<h3>Recomendaciones para jugadores</h3>\n<ul>\n<li>Participa activamente en diferentes juegos para maximizar la acumulación de puntos.</li>\n<li>Consulta regularmente las promociones vinculadas al nivel de tu cuenta.</li>\n<li>Aprovecha el cashback para reducir pérdidas y prolongar sesiones.</li>\n<li>Mantente al día con los términos y condiciones para evitar sorpresas.</li>\n<li>Considera el avance a niveles superiores para desbloquear beneficios exclusivos.</li>\n</ul>\n<h2>FAQ sobre el programa de lealtad de Gratogana Casino</h2>\n<p>¿Es difícil alcanzar niveles VIP en Gratogana Casino?<br>\nNo, el programa está diseñado para incentivar la actividad constante. Con dedicación moderada, especialmente en juegos con mayor aportación de puntos, es factible alcanzar niveles altos.</p>\n<p>¿Qué ventajas concretas tiene el cashback?<br>\nEl cashback en Gratogana devuelve un porcentaje de las pérdidas netas, reduciendo el riesgo y mejorando la rentabilidad de las sesiones de juego.</p>\n<p>¿Puedo usar los puntos acumulados en cualquier juego?<br>\nSí, los puntos pueden convertirse en créditos utilizables en la mayoría de los juegos del casino, favoreciendo la libertad de elección.</p>\n<p>¿Cómo afecta el programa a los retiros?<br>\nLos jugadores VIP disfrutan de límites de retirada más altos y procesos más rápidos, un aspecto clave para quienes gestionan grandes volúmenes.</p>\n<p>¿Hay promociones exclusivas solo para miembros del programa?<br>\nExacto, los niveles superiores tienen acceso a ofertas y torneos especiales que no están disponibles para usuarios sin nivel de lealtad.</p>\n<hr>\n<p>En resumen, el programa de lealtad de Gratogana Casino para 2026 presenta un modelo competitivo y bien estructurado. Destaca por su claridad, beneficios escalables y orientados a mantener el interés del jugador. En comparación con la media del mercado, Gratogana ofrece un sistema que combina flexibilidad y exclusividad, creando una experiencia de juego más rica y satisfactoria.</p>\n<p>Explorar el programa de lealtad es un paso recomendable para quienes buscan maximizar el valor de su estancia en esta plataforma con garantías y recompensas reales.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=195.txt-->', 'Programas de lealtad en Gratogana Casino análisis actualizado 2026', '', 'publish', 'open', 'open', '', 'programas-de-lealtad-en-gratogana-casino-analisis-actualizado-2026', '', '', '2025-12-15 04:49:05', '2025-12-15 04:49:05', '', 0, 'https://hartgarnermd.com/programas-de-lealtad-en-gratogana-casino-analisis-actualizado-2026/', 0, 'post', '', 0),
(1240, 1, '2025-11-20 18:31:05', '2025-11-20 18:31:05', '<p>Como analista de plataformas online con experiencia en iGaming, hoy abordo un aspecto crucial para la experiencia de cualquier jugador: las opciones de retiro en SG Casino y cómo optimizarlas para evitar esperas innecesarias. Sacar ganancias sin complicaciones es el objetivo, y entender el sistema de pagos es clave para no frustrarse.</p>\n<p>SG Casino es conocido por ofrecer una amplia variedad de métodos de pago adaptados al mercado español, lo que facilita la gestión financiera para los usuarios. Desde tarjetas bancarias tradicionales hasta monederos electrónicos y criptomonedas, la variedad es considerable. Esta diversidad no solo aporta comodidad, sino también velocidad en el procesamiento de retiros, siempre que se conozcan las condiciones.</p>\n<p>Para profundizar en cómo funciona el sistema de retiros de SG Casino y qué puede hacerse para que el dinero llegue rápido, puedes visitar el sitio oficial de <a href=\"https://sgcasino-espana.com\">sg casino</a>, donde se detallan los métodos y términos vigentes.</p>\n<h2>¿Qué métodos de retiro ofrece SG Casino y cuál es su tiempo de procesamiento?</h2>\n<p>SG Casino dispone de múltiples opciones para retirar fondos, cada una con tiempos y límites específicos. La rapidez del retiro está influenciada por el método elegido y el proceso de verificación previo, obligatorio por ley para evitar fraudes y blanqueo de capitales.</p>\n<ul>\n<li>Transferencia bancaria: generalmente tarda entre 2 y 5 días hábiles. Es seguro pero más lento que otros métodos.</li>\n<li>Tarjetas Visa/Mastercard: los retiros suelen demorar entre 1 y 3 días hábiles.</li>\n<li>Monederos electrónicos (Skrill, Neteller, PayPal): el método más rápido, con pagos en menos de 24 horas.</li>\n<li>Criptomonedas (Bitcoin, Ethereum): rápidos y con bajos costes, pueden tardar desde minutos hasta unas pocas horas según la red.</li>\n</ul>\n<p>Elegir bien el método se traduce en evitar la frustración por esperas excesivas. También es indispensable tener la verificación de identidad completa antes de solicitar el retiro para no sufrir retrasos derivados de la revisión documental.</p>\n<h2>¿Por qué ocurren retrasos en los retiros y cómo evitarlos?</h2>\n<p>Los retrasos más frecuentes no dependen del casino directamente, sino de las circunstancias que rodean la solicitud de retiro. En SG Casino, los principales motivos son:</p>\n<ol>\n<li>Falta de verificación completa: documentos pendientes o inconsistencias en la información personal frenan el proceso.</li>\n<li>Solicitudes en horarios no laborables: los pagos suelen procesarse en días hábiles.</li>\n<li>Método de retiro elegido: algunos requieren intermediarios bancarios o plataformas externas que ralentizan el pago.</li>\n<li>Revisión manual por importes elevados: para montos altos, el equipo de seguridad puede tomar más tiempo para validar.</li>\n</ol>\n<p>Para evitar estas situaciones, recomiendo:</p>\n<ul>\n<li>Completar el proceso KYC (Know Your Customer) apenas se registre la cuenta.</li>\n<li>Solicitar retiros durante días hábiles y en horarios comerciales.</li>\n<li>Preferir monederos electrónicos o criptomonedas para mayor rapidez.</li>\n<li>No abrir varias solicitudes simultáneas para evitar bloqueos.</li>\n</ul>\n<h2>Mini-comparativa: SG Casino vs promedio del mercado</h2>\n<table>\n<tr>\n<th>Aspecto</th>\n<th>SG Casino</th>\n<th>Promedio mercado</th>\n</tr>\n<tr>\n<td>Variedad métodos retiro</td>\n<td>Alta (bancos, e-wallets, cripto)</td>\n<td>Media (bancos y e-wallets principales)</td>\n</tr>\n<tr>\n<td>Tiempo retiro promedio</td>\n<td>24h-5 días</td>\n<td>2-7 días</td>\n</tr>\n<tr>\n<td>Soporte en español</td>\n<td>Sí</td>\n<td>Variable</td>\n</tr>\n<tr>\n<td>Transparencia en términos</td>\n<td>Claros y accesibles</td>\n<td>Frecuentemente confusos</td>\n</tr>\n</table>\n<p>SG Casino destaca claramente por la variedad y rapidez, especialmente si se eligen las opciones más ágiles.</p>\n<h2>Recomendaciones para un retiro sin contratiempos en SG Casino</h2>\n<p>Al planificar un retiro, sigue estos pasos para evitar retrasos:</p>\n<ul>\n<li>Asegúrate de tener toda la documentación validada.</li>\n<li>Revisa las condiciones del método elegido en la sección de pagos.</li>\n<li>Prefiere métodos de pago instantáneos cuando sea posible.</li>\n<li>Atiende cualquier requerimiento del servicio al cliente sin demoras.</li>\n<li>Consulta horarios de procesamiento para no enviar la retirada en fin de semana.</li>\n</ul>\n<p>La correcta planificación te ahorrará tiempo y estrés, garantizando que disfrutes plenamente de tus ganancias.</p>\n<h2>Preguntas frecuentes (FAQ)</h2>\n<p>¿Puedo retirar dinero antes de verificar mi cuenta?<br>\nNo. SG Casino exige la verificación KYC para proteger a los jugadores y cumplir con la legislación vigente. Sin esta revisión, los retiros no se procesan.</p>\n<p>¿Cuál es el método de retiro más rápido?<br>\nLos monederos electrónicos como Skrill o PayPal suelen ser los más rápidos, con tiempos inferiores a 24 horas.</p>\n<p>¿Qué pasa si mi retiro tarda más de lo esperado?<br>\nContacta con el servicio de atención al cliente para verificar el estado. Puede tratarse de validaciones adicionales o problemas externos.</p>\n<p>¿Hay límites mínimos y máximos para los retiros?<br>\nSí, cada método tiene sus propios límites, que se especifican en las condiciones de pago dentro de SG Casino.</p>\n<p>¿Puedo cancelar un retiro una vez solicitado?<br>\nDepende del estado de procesamiento, pero generalmente se permite cancelar solo si no se ha iniciado el pago.</p>\n<hr>\n<p>Entender las opciones y procesos de retiro en SG Casino es fundamental para evitar esperas innecesarias y disfrutar de una experiencia fluida. Conociendo bien los métodos, cumpliendo con las verificaciones y gestionando los tiempos, retirar tus ganancias será simple y rápido. Esta plataforma cumple con los estándares del mercado, pero como en toda experiencia iGaming, el conocimiento es poder.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=187.txt-->', 'Análisis de las opciones de retiro en SG Casino para evitar retrasos', '', 'publish', 'open', 'open', '', 'analisis-de-las-opciones-de-retiro-en-sg-casino-para-evitar-retrasos', '', '', '2025-11-20 18:31:05', '2025-11-20 18:31:05', '', 0, 'https://hartgarnermd.com/analisis-de-las-opciones-de-retiro-en-sg-casino-para-evitar-retrasos/', 0, 'post', '', 0),
(1241, 1, '2025-12-12 23:23:05', '2025-12-12 23:23:05', '<p>Como analista de plataformas de juegos online, es fundamental evaluar no solo el catálogo de juegos, sino también la fluidez y seguridad en la gestión de los fondos. En este artículo, te ofrezco una guía clara y detallada sobre cómo optimizar tus depósitos y retiradas en <a href=\"https://magiuscasinos.app\">casino magius</a>, una plataforma que destaca por su infraestructura de pagos y experiencia de usuario centrada en el jugador.</p>\n<h2>¿Por qué es clave entender los métodos de pago en Magius Casino?</h2>\n<p>La rapidez y seguridad de los pagos influyen directamente en la experiencia de juego. Magius Casino ofrece una variedad de métodos para depositar y retirar dinero que se adaptan a diferentes perfiles de jugadores, desde los que prefieren opciones tradicionales hasta los usuarios más habituados a criptomonedas. Conocer bien cada método te ayuda a evitar contratiempos y a tomar decisiones informadas que optimicen tu tiempo y capital.</p>\n<h2>Mejores prácticas para hacer depósitos efectivos en Magius Casino</h2>\n<p>Depositar fondos en Magius Casino es sencillo, pero existen ciertos consejos que permiten sacar el máximo provecho sin riesgos innecesarios:</p>\n<ul>\n<li>Verifica tu cuenta antes de depositar: Completar el proceso de verificación (KYC) agiliza futuros retiros.</li>\n<li>Elige métodos con procesamientos instantáneos: Tarjetas, monederos electrónicos y ciertas criptomonedas tienen tiempos inmediatos, ideales para empezar a jugar rápido.</li>\n<li>Consulta los límites mínimos y máximos: Así evitas errores o bloqueos en la operación.</li>\n<li>Confirma promociones asociadas: Algunos depósitos activan bonos que pueden incrementar tu saldo inicial.</li>\n<li>Evita usar tarjetas o cuentas no a tu nombre: Esto puede generar bloqueos y retrasos en pagos.</li>\n</ul>\n<h2>Retirar fondos en Magius Casino: consejos para una experiencia sin fricciones</h2>\n<p>Retirar tus ganancias es tan importante como jugarlas. Magius Casino presenta opciones variadas con tiempos de procesamiento competitivos, pero la experiencia depende de algunos factores clave:</p>\n<ul>\n<li>Solicita retiros después de cumplir con los requisitos de bonos: Para evitar cancelaciones o bloqueos.</li>\n<li>Revisa los métodos disponibles para retiradas: No siempre coinciden con los de depósito.</li>\n<li>Prepárate para la verificación documental: Magius puede pedir documentos para asegurar la identidad.</li>\n<li>Controla los límites y tiempos: Algunos métodos demoran más, otros tienen topes diarios.</li>\n<li>Mantén tus datos bancarios actualizados: Errores en la información son causas comunes de retrasos.</li>\n</ul>\n<h3>Tabla comparativa: Depósitos vs Retiros en Magius Casino</h3>\n<table>\n<tr>\n<th>Característica</th>\n<th>Depósitos</th>\n<th>Retiros</th>\n</tr>\n<tr>\n<td>Métodos comunes</td>\n<td>Tarjetas, e-wallets, cripto</td>\n<td>Transferencias, e-wallets</td>\n</tr>\n<tr>\n<td>Tiempo de procesamiento</td>\n<td>Instantáneo a 24 horas</td>\n<td>24 horas a 5 días hábiles</td>\n</tr>\n<tr>\n<td>Límites mínimos</td>\n<td>Desde 10 €</td>\n<td>Desde 20 €</td>\n</tr>\n<tr>\n<td>Requisitos de verificación</td>\n<td>Antes o después del primer depósito</td>\n<td>Obligatoria antes del primer retiro</td>\n</tr>\n</table>\n<h2>¿Qué hace a Magius Casino diferente en su infraestructura de pagos?</h2>\n<p>A diferencia de muchos casinos en línea, Magius combina opciones tradicionales y modernas de pago, creando un equilibrio entre seguridad y rapidez. Además, el soporte al cliente está capacitado para resolver cualquier incidencia relacionada con pagos, lo que minimiza los tiempos muertos y frustraciones. Desde la perspectiva de un jugador experimentado, esta plataforma reduce efectivamente el riesgo de operaciones fallidas, un punto crítico cuando se manejan fondos reales.</p>\n<h3>Quick facts</h3>\n<ul>\n<li>Más del 90% de los depósitos se procesan de forma instantánea.</li>\n<li>Los retiros tienen una tasa promedio de aprobación en menos de 24 horas.</li>\n<li>Soporta monedas fiat y criptomonedas populares como Bitcoin y Ethereum.</li>\n</ul>\n<h2>Preguntas frecuentes sobre depósitos y retiros en Magius Casino</h2>\n<p>¿Qué métodos de pago puedo utilizar para depositar en Magius Casino?<br>\nPuedes usar tarjetas Visa y Mastercard, monederos electrónicos como Skrill y Neteller, y criptomonedas aceptadas por la plataforma.</p>\n<p>¿Cuánto tarda en procesarse un retiro?<br>\nDepende del método elegido, pero la mayoría se completan en 24 a 72 horas. Transferencias bancarias pueden tardar más.</p>\n<p>¿Hay comisiones ocultas en los pagos?<br>\nMagius Casino no cobra comisiones por depósitos ni retiros, aunque algunos proveedores externos sí podrían aplicar pequeñas tasas.</p>\n<p>¿Puedo retirar dinero antes de cumplir con el rollover del bono?<br>\nNo, debes cumplir con los términos de apuestas para poder solicitar un retiro asociado a fondos bonificados.</p>\n<p>¿Qué hago si mi retiro es rechazado?<br>\nContacta con el soporte para verificar la documentación o el motivo del rechazo. Muchas veces se debe a verificaciones pendientes.</p>\n<hr>\n<p>Gestionar correctamente tus depósitos y retiradas en Magius Casino asegura una experiencia de juego fluida y segura. Como jugador, dominar estos procesos te permite centrarte en disfrutar sin preocupaciones, mientras maximizas las ventajas que ofrece esta plataforma moderna y transparente.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=185.txt-->', 'Magius Casino: Mejores Prácticas para Hacer Depósitos y Retirar Fondos', '', 'publish', 'open', 'open', '', 'magius-casino-mejores-practicas-para-hacer-depositos-y-retirar-fondos', '', '', '2025-12-12 23:23:05', '2025-12-12 23:23:05', '', 0, 'https://hartgarnermd.com/magius-casino-mejores-practicas-para-hacer-depositos-y-retirar-fondos/', 0, 'post', '', 0),
(1242, 1, '2025-11-29 20:45:05', '2025-11-29 20:45:05', '<h2>¿Qué hace únicos a los bonos temporales de 1Win Casino?</h2>\n<p>1Win Casino es una plataforma que destaca por su constante innovación en promociones y su enfoque en premiar tanto a jugadores nuevos como habituales. Este mes, 1Win casino trae una oferta especial que no puedes dejar pasar: bonos exclusivos por tiempo limitado que potencian tu experiencia de juego y te ofrecen oportunidades adicionales para ganar.</p>\n<p>El atractivo principal de estos bonos es su duración limitada y condiciones ventajosas, ideales para quienes buscan maximizar su presupuesto y probar nuevas modalidades dentro del amplio catálogo de juegos. A diferencia de otras promociones habituales, estos bonos especiales se actualizan periódicamente, incentivando a la comunidad a mantenerse activa y pendiente de nuevas ventajas.</p>\n<p>Para descubrir más detalles sobre estas ofertas, puedes visitar la <a href=\"https://1wincasinoes.com\">página oficial de 1Win casino</a> donde están claramente explicadas las condiciones y requisitos actuales.</p>\n<h2>Bonos por tiempo limitado: tipos y condiciones</h2>\n<p>Este mes, los bonos especiales en 1Win se dividen principalmente en tres categorías que cubren diferentes estilos de jugador y preferencias:</p>\n<ol>\n<li>\n<p>Bono de recarga semanal<br>\nCada semana, los jugadores reciben un porcentaje adicional sobre su depósito, que puede llegar hasta un 50%. Este bono impulsa la continuidad en el juego y ofrece más saldo para explorar juegos con mayor riesgo o diversión.</p>\n</li>\n<li>\n<p>Giros gratis en juegos seleccionados<br>\nVinculados a títulos nuevos o populares, estos giros gratuitos son perfectos para probar sin arriesgar saldo propio. Vienen con condiciones de apuesta moderadas, aumentando las posibilidades de convertir ganancias.</p>\n</li>\n<li>\n<p>Bonos especiales en torneos<br>\nAlgunos meses incluyen bonos que solo se pueden obtener participando en torneos específicos. Estos eventos son ideales para los jugadores competitivos y añaden una capa social al juego gracias a rankings y premios adicionales.</p>\n</li>\n</ol>\n<p>Estas ofertas vienen con términos claros y transparentes, destacando:</p>\n<ul>\n<li>Requisitos de apuesta entre 20x y 35x según el bono</li>\n<li>Plazos limitados, que varían entre 3 y 7 días para activar las promociones</li>\n<li>Juegos elegibles y exclusiones especificadas para evitar confusiones</li>\n</ul>\n<h2>¿Cómo sacar el máximo provecho a estos bonos especiales?</h2>\n<p>Para aprovechar los bonos por tiempo limitado en 1Win Casino de forma eficaz, es importante seguir una estrategia básica:</p>\n<ul>\n<li>Lee siempre los términos y condiciones: Cada bono tiene particularidades que pueden afectar tu experiencia. Entenderlos evita sorpresas desagradables al momento de retirar ganancias.</li>\n<li>Planifica tus depósitos: Ajusta tus recargas para coincidir con la activación de bonos semanales y multiplicar tu saldo.</li>\n<li>Prueba los giros gratis en juegos nuevos: Esto no solo aumenta tu saldo real, sino que también te permite familiarizarte con novedades sin coste adicional.</li>\n<li>Participa en torneos para ganar bonos extra: Este es un recurso menos explotado que puede ofrecer grandes premios y ventajas especiales en tu cuenta.</li>\n</ul>\n<p>A continuación, una tabla resumen con los bonos más relevantes del mes:</p>\n<table>\n<tr>\n<th>Tipo de bono</th>\n<th>Valor máximo</th>\n<th>Requisito de apuesta</th>\n<th>Duración de la oferta</th>\n</tr>\n<tr>\n<td>Bono de recarga semanal</td>\n<td>Hasta 50% del depósito</td>\n<td>25x</td>\n<td>7 días</td>\n</tr>\n<tr>\n<td>Giros gratis</td>\n<td>Hasta 100 giros</td>\n<td>20x</td>\n<td>5 días</td>\n</tr>\n<tr>\n<td>Bonos en torneos</td>\n<td>Variable según evento</td>\n<td>35x</td>\n<td>Según calendario</td>\n</tr>\n</table>\n<h2>¿Por qué confiar en los bonos de 1Win Casino?</h2>\n<p>Más allá de la oferta, 1Win Casino se presenta como una plataforma transparente, segura y con licencia, elementos clave para disfrutar de manera responsable y fiable. Los bonos especiales son revisados y diseñados para cumplir con las normativas de juego justo y protección al usuario, lo que garantiza que puedas jugar con tranquilidad.</p>\n<p>Además, el soporte de 1Win está disponible en español y ayuda a resolver cualquier duda sobre promociones o aspectos técnicos. La diversidad en métodos de pago y la rapidez en los procesos de retirada complementan la experiencia, consolidando a 1Win como una opción sólida para jugadores en España y América Latina.</p>\n<h2>Quick facts: Lo esencial sobre los bonos especiales de 1Win este mes</h2>\n<ul>\n<li>Bonos rotativos y ajustados al mercado para mantener la competitividad</li>\n<li>Promociones accesibles tanto para nuevos usuarios como para jugadores habituales</li>\n<li>Condiciones transparentes con atención al detalle para evitar malentendidos</li>\n<li>Integración con promociones de temporada y eventos especiales</li>\n</ul>\n<h2>FAQ - Preguntas frecuentes sobre bonos especiales en 1Win Casino</h2>\n<p>¿Los bonos por tiempo limitado están disponibles para todos los jugadores?<br>\nSí, tanto nuevos usuarios como jugadores habituales pueden acceder a estas ofertas, aunque algunas promociones pueden requerir registro previo o cumplir ciertos criterios de actividad.</p>\n<p>¿Cuál es el requisito de apuesta más común en estos bonos?<br>\nLa mayoría de los bonos especiales requieren apostar entre 20x y 35x el monto del bono antes de poder retirar las ganancias.</p>\n<p>¿Puedo usar los giros gratis en cualquier juego?<br>\nNo, los giros gratis están vinculados a juegos específicos indicados en la promoción. Esto suele incluir lanzamientos recientes o juegos destacados.</p>\n<p>¿Qué sucede si no uso el bono dentro del plazo establecido?<br>\nLos bonos por tiempo limitado expiran tras el periodo indicado y cualquier saldo proveniente de estos puede ser retirado solo si cumple con los requisitos de apuesta.</p>\n<p>¿Es seguro jugar con estos bonos en 1Win Casino?<br>\nSí, 1Win cuenta con licencias oficiales y sistemas de seguridad modernos que protegen los datos y fondos de los jugadores.</p>\n<hr>\n<p>En resumen, los bonos especiales por tiempo limitado en 1Win Casino representan una valiosa oportunidad para ampliar tu experiencia y aumentar tus posibilidades de ganar sin comprometer demasiado tu inversión inicial. Mantente atento a las actualizaciones mensuales, juega con moderación y aprovecha las ventajas que esta plataforma tiene para ofrecer.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1408_47.txt-->', 'Los bonos especiales por tiempo limitado en 1Win Casino este mes', '', 'publish', 'open', 'open', '', 'los-bonos-especiales-por-tiempo-limitado-en-1win-casino-este-mes', '', '', '2025-11-29 20:45:05', '2025-11-29 20:45:05', '', 0, 'https://hartgarnermd.com/los-bonos-especiales-por-tiempo-limitado-en-1win-casino-este-mes/', 0, 'post', '', 0),
(1243, 1, '2026-01-16 15:07:05', '2026-01-16 15:07:05', '<h2>What makes daily specials at XL Casino worth your attention?</h2>\n<p>XL Casino is a platform that stands out by offering daily specials designed to keep players engaged and provide added value beyond the usual welcome bonuses. These offers add excitement and fresh opportunities to win, especially for regular players who know how to make the most of them. You can explore XL Casino’s range of daily deals in detail at <a href=\"https://casinoxl.uk\">https://casinoxl.uk</a>, where frequent updates highlight the freshest promotions tailored to different player preferences.</p>\n<p>Players often ask: Do these daily specials translate into real advantages or just more marketing hype? In this article, we’ll dissect the core benefits, conditions, and practical usage of XL Casino’s daily specials, helping you decide if they are right for your gaming style.</p>\n<h2>Why daily specials can boost your gameplay at XL Casino</h2>\n<p>Daily specials are more than just bonus credits or free spins. XL Casino crafts these offers to encourage varied gameplay, introduce new titles, or reward loyalty. Unlike one-off welcome bonuses, daily specials can provide continuous value, turning routine sessions into more rewarding experiences.</p>\n<p>Here are some typical daily offers you might find:</p>\n<ul>\n<li>Free spins on newly launched slots that let you explore fresh games without risking your own money.</li>\n<li>Deposit match bonuses available on certain days to maximise your playing funds.</li>\n<li>Cashback deals to soften the blow of an unlucky session.</li>\n<li>Leaderboards and tournaments with daily rewards, heightening competition and engagement.</li>\n<li>Special game category bonuses to encourage trying out live dealer tables, jackpots, or favourites.</li>\n</ul>\n<p>By integrating these specials into your play, you can stretch your bankroll and discover new games while lowering the overall risk.</p>\n<h2>Daily specials vs the industry average: what’s the real edge?</h2>\n<p>It’s worth comparing XL Casino’s daily specials to the average online casino offers to appreciate their strength. Typically, daily deals across the market suffer from steep wagering requirements or limited game access, rendering bonuses less useful. XL Casino strives to keep these offers player-friendly, with relatively fair terms and accessible game pools.</p>\n<table>\n<tr>\n<th>Feature</th>\n<th>XL Casino Daily Specials</th>\n<th>Average Online Casino Offers</th>\n</tr>\n<tr>\n<td>Wagering Requirements</td>\n<td>Often 30x or lower</td>\n<td>40x or higher</td>\n</tr>\n<tr>\n<td>Eligible Games</td>\n<td>Broad - slots, live, jackpots</td>\n<td>Often restricted to slots only</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td>Multiple specials weekly</td>\n<td>Sporadic or monthly events</td>\n</tr>\n<tr>\n<td>Bonus Formats</td>\n<td>Mix of free spins, cashback, matches</td>\n<td>Mostly deposit bonuses</td>\n</tr>\n</table>\n<p>The combination of reasonable terms and frequency makes XL Casino’s daily specials a strong contender for players who seek ongoing value rather than one-time boosts.</p>\n<h2>How to make the most of XL Casino’s daily specials?</h2>\n<p>Maximising daily specials requires a strategic approach. Here’s how you can benefit:</p>\n<ol>\n<li>Stay updated: Regularly check the promotions page or subscribe to newsletters, so you never miss limited-time specials.</li>\n<li>Read the terms carefully: Pay close attention to wagering requirements, eligible games, and timeframes.</li>\n<li>Mix with other offers: Use daily specials alongside loyalty rewards or seasonal bonuses for compounded benefits.</li>\n<li>Try new games: Specials often spotlight new or less-known games, giving you a chance to diversify your playstyle profitably.</li>\n<li>Set daily limits: Specials can encourage more frequent play; keep your bankroll and time in check to play responsibly.</li>\n</ol>\n<p>An experienced player once noted that these daily offers helped turn a routine slot session into a multi-tiered winning opportunity – adding excitement and boosting potential returns without additional deposits.</p>\n<h2>Quick facts about XL Casino daily specials</h2>\n<ul>\n<li>Accessible after registration: No need for VIP status to claim daily offers.</li>\n<li>Flexible payment options: Supports multiple deposit methods, enabling swift participation.</li>\n<li>Mobile-optimised: Daily specials work smoothly on both desktop and mobile platforms.</li>\n<li>Regularly refreshed: Offers change often to keep the experience fresh.</li>\n<li>Customer support ready: Assistance available for any bonus-related queries.</li>\n</ul>\n<h2>FAQ: What players often ask about daily specials at XL Casino</h2>\n<p>1. Can I combine daily specials with the welcome bonus?<br>\nGenerally, daily specials are separate but may have terms specifying exclusivity. Check each offer’s rules to confirm.</p>\n<p>2. Are daily specials available to all players?<br>\nYes, most daily specials are open to all registered players, though some target specific game categories or deposit methods.</p>\n<p>3. How quickly do bonuses from daily specials expire?<br>\nExpiry times vary but typically range from 24 hours up to a week, so timely use is important.</p>\n<p>4. Is the wagering requirement for daily specials higher than normal bonuses?<br>\nXL Casino tends to keep wagering reasonable, often around 30x, which is competitive compared to market averages.</p>\n<p>5. Do daily specials include free spins on live dealer games?<br>\nFree spins are usually confined to slots, but other types of daily specials can apply to live dealer games and other categories.</p>\n<hr>\n<p>In summary, XL Casino’s daily specials present practical advantages for players who want ongoing incentives and variety. Their balance of fair terms, diverse formats, and frequent rollouts means players can continually find new ways to elevate their experience. For those ready to explore beyond standard bonuses, these daily offers are definitely worth checking out.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=693.txt-->', 'Can XL Casino Players Benefit from Daily Specials?', '', 'publish', 'open', 'open', '', 'can-xl-casino-players-benefit-from-daily-specials', '', '', '2026-01-16 15:07:05', '2026-01-16 15:07:05', '', 0, 'https://hartgarnermd.com/can-xl-casino-players-benefit-from-daily-specials/', 0, 'post', '', 0),
(1244, 1, '2025-11-26 19:48:05', '2025-11-26 19:48:05', '<h2>What Makes Golden Genie Stand Out for Loyal Players?</h2>\n<p>Golden Genie positions itself as a casino that values its regular players by offering an engaging loyalty rewards programme. Unlike many platforms where bonuses taper off quickly, Golden Genie sustains long-term player engagement through a structured loyalty system. This approach not only encourages repeated play but also deepens the relationship between the casino and its users. For those exploring reliable options in the UK market, golden genie presents a compelling case with its balance of enticing perks and clear, achievable conditions.</p>\n<h2>How Does the Loyalty Programme Work?</h2>\n<p>At its core, Golden Genie’s loyalty system is straightforward: players accumulate points as they wager real money across the casino’s diverse game selection. This accumulation translates into tangible perks, creating a rewarding cycle that benefits continuous play.</p>\n<p>Points accrue as follows:</p>\n<ul>\n<li>Slots and video slots typically offer the highest point ratios.</li>\n<li>Table games and live dealer games provide points at a steadier but slower rate.</li>\n<li>Special promotions occasionally multiply the points earned.</li>\n</ul>\n<p>Once enough points are collected, players can redeem them for bonuses, free spins, or even cash equivalents. This tiered approach encourages a variety of play styles and rewards those who explore beyond just slots.</p>\n<h3>Quick Facts: Loyalty Points at Golden Genie</h3>\n<table>\n<tr>\n<th>Aspect</th>\n<th>Details</th>\n</tr>\n<tr>\n<td>Points per £10 wagered</td>\n<td>Up to 20 points on slots</td>\n</tr>\n<tr>\n<td>Redemption options</td>\n<td>Bonuses, free spins, cash</td>\n</tr>\n<tr>\n<td>VIP Tiers</td>\n<td>Bronze, Silver, Gold, Platinum levels</td>\n</tr>\n<tr>\n<td>Expiry of points</td>\n<td>Points valid for 12 months from earning</td>\n</tr>\n</table>\n<p>This structure ensures that loyalty is rewarded consistently, and players are encouraged to maintain an active status to enjoy benefits.</p>\n<h2>What Privileges Do Loyal Players Unlock?</h2>\n<p>Golden Genie’s loyalty programme isn’t just about collecting points; it’s about unlocking escalating benefits as you climb the tiers. Each VIP level brings increasingly exclusive perks:</p>\n<ul>\n<li>Bronze: Entry-level rewards with standard bonuses and occasional free spins.</li>\n<li>Silver: Higher bonuses, faster withdrawal times, and personal account manager access.</li>\n<li>Gold: Invitations to exclusive tournaments, higher deposit limits, and bespoke bonuses.</li>\n<li>Platinum: Premium VIP treatment, including tailored promotions, cashback offers, and priority support.</li>\n</ul>\n<p>From a practical standpoint, these benefits can significantly enhance the player experience, particularly for high-frequency users who appreciate personalised service and faster transactions.</p>\n<p>An experienced player shares:</p>\n<p>\"As a regular, the upgrade from Silver to Gold at Golden Genie was noticeable–the exclusive tournaments and higher limits meant I could enjoy gaming without the usual constraints. It’s a platform that recognises loyalty genuinely.\"</p>\n<h2>How Does Golden Genie Compare with Market Standards?</h2>\n<p>When set against average loyalty programmes in the iGaming sector, Golden Genie stands out through a combination of transparency and value. Many casinos offer loyalty points but hide redemption conditions in complicated terms or impose short expiry periods.</p>\n<p>Golden Genie’s 12-month validity on points is notably generous. Additionally, the multi-tier VIP system is comparable to top-tier competitors but comes with clearer communication and consistent perks.</p>\n<table>\n<tr>\n<th>Feature</th>\n<th>Golden Genie</th>\n<th>Average UK Casino Loyalty</th>\n</tr>\n<tr>\n<td>Points validity</td>\n<td>12 months</td>\n<td>Typically 6 months or less</td>\n</tr>\n<tr>\n<td>VIP tier system</td>\n<td>4 clearly defined levels</td>\n<td>Often 3 or less, with vague rewards</td>\n</tr>\n<tr>\n<td>Withdrawal speed bonus</td>\n<td>Available at Silver tier and above</td>\n<td>Rarely linked to loyalty tiers</td>\n</tr>\n<tr>\n<td>Personalized support</td>\n<td>From Silver tier onwards</td>\n<td>Usually reserved for VIPs only</td>\n</tr>\n</table>\n<p>This comparative snapshot highlights Golden Genie’s commitment to creating a loyalty scheme that feels rewarding and user-friendly.</p>\n<h2>Tips to Maximise Your Loyalty Rewards</h2>\n<p>To get the most out of Golden Genie’s loyalty programme:</p>\n<ol>\n<li>Focus your play on slots where point accumulation is fastest.</li>\n<li>Keep an eye out for promotions that multiply loyalty points.</li>\n<li>Engage regularly to avoid losing points due to expiry.</li>\n<li>Explore VIP tiers by maintaining consistent deposits and wagering.</li>\n<li>Contact support or your account manager to discover personalised opportunities.</li>\n</ol>\n<p>By following these strategies, players can turn routine gaming sessions into valuable opportunities for rewards and bonuses.</p>\n<h2>Frequently Asked Questions</h2>\n<p>Q1: How quickly do I start earning loyalty points at Golden Genie?<br>\nYou begin earning points immediately after your first wager on real money games. The rate depends on the game type.</p>\n<p>Q2: Are loyalty points convertible to cash?<br>\nLoyalty points can typically be redeemed for bonuses or free spins, but some tiers also allow conversion to cash equivalents.</p>\n<p>Q3: Does Golden Genie have expiry dates on loyalty points?<br>\nYes, points expire after 12 months of inactivity, which is quite generous compared to many competitors.</p>\n<p>Q4: Can new players benefit from the loyalty programme?<br>\nAbsolutely. The programme is designed to reward both new and returning players, but benefits increase with ongoing activity.</p>\n<p>Q5: What if I don’t want to climb the VIP tiers–do I still get rewards?<br>\nYes, even at the basic Bronze level, players receive regular bonuses and occasional free spins as part of the loyalty scheme.</p>\n<hr>\n<p>For those keen on a loyalty programme that genuinely rewards repeated play with clear benefits and engaging perks, Golden Genie is worth considering. Its transparent tier system, varied rewards, and player-focused approach position it well within the UK casino market. Discover more about the platform and its loyalty advantages at <a href=\"https://golden-genie.org.uk\">golden genie</a>.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=856.txt-->', 'Golden Genie Casino Loyalty Rewards Explored for Regular Players', '', 'publish', 'open', 'open', '', 'golden-genie-casino-loyalty-rewards-explored-for-regular-players', '', '', '2025-11-26 19:48:05', '2025-11-26 19:48:05', '', 0, 'https://hartgarnermd.com/golden-genie-casino-loyalty-rewards-explored-for-regular-players/', 0, 'post', '', 0),
(1245, 1, '2026-01-10 07:53:05', '2026-01-10 07:53:05', '<h2>Qu’est-ce que le programme VIP de Roman Casino ?</h2>\n<p>Roman Casino, accessible via <a href=\"https://romanscasino.com/\">https://romanscasino.com/</a>, est une plateforme en ligne qui se distingue non seulement par son catalogue de jeux variés, mais aussi par son programme VIP conçu pour récompenser les joueurs les plus fidèles. Ce programme est souvent un critère décisif pour les joueurs réguliers souhaitant bénéficier d’avantages exclusifs. Mais Roman Casino offre-t-il réellement un programme VIP à la hauteur des attentes du marché iGaming ?</p>\n<p>Le programme VIP chez Roman Casino vise à enrichir l\'expérience des joueurs en leur apportant une série de bénéfices personnalisés, allant de bonus exclusifs à un support client premium. Le fonctionnement repose sur un système de niveaux, où chaque palier franchi ouvre droit à des privilèges supplémentaires.</p>\n<h2>Quels sont les avantages concrets du programme VIP ?</h2>\n<p>Le programme VIP de Roman Casino se structure autour de plusieurs avantages clés, renforçant la fidélité des joueurs et leur offrant une valeur ajoutée sur le long terme. Parmi les principaux bénéfices, on retrouve :</p>\n<ul>\n<li>Bonus personnalisés : Des offres exclusives adaptées au profil de chaque VIP, souvent plus généreuses que celles du grand public.</li>\n<li>Gestionnaire de compte dédié : Un interlocuteur privilégié disponible pour répondre aux questions et optimiser l’expérience de jeu.</li>\n<li>Limites adaptées : Des ajustements personnalisés des plafonds de dépôt, retrait, et mises.</li>\n<li>Accès anticipé aux nouveautés : Invitations à tester en avant-première les nouveaux jeux ou fonctionnalités.</li>\n<li>Cadeaux et invitations VIP : Participation à des événements exclusifs, concours, voire des voyages.</li>\n</ul>\n<p>Ces avantages s’articulent autour d’une expérience de jeu plus confortable et valorisante. Le programme VIP ne se limite pas à des offres monétaires, il cultive un sentiment d’appartenance et d’exclusivité, ce qui est essentiel pour fidéliser les joueurs à fort potentiel.</p>\n<h2>Comment monter en grade dans le programme VIP ?</h2>\n<p>Le système de progression VIP chez Roman Casino repose essentiellement sur l’accumulation de points de fidélité, obtenus en jouant aux différents jeux disponibles sur la plateforme. Ce modèle est classique mais efficace, car il incite à la régularité.</p>\n<table>\n<tr>\n<th>Niveau VIP</th>\n<th>Critère d’entrée</th>\n<th>Avantages clés</th>\n</tr>\n<tr>\n<td>Bronze</td>\n<td>Inscription et premiers dépôts</td>\n<td>Bonus de bienvenue</td>\n</tr>\n<tr>\n<td>Argent</td>\n<td>Accumulation de 5000 points fidélité</td>\n<td>Bonus réguliers, gestionnaire dédié</td>\n</tr>\n<tr>\n<td>Or</td>\n<td>15000 points fidélité</td>\n<td>Limites élevées, cadeaux exclusifs</td>\n</tr>\n<tr>\n<td>Platine</td>\n<td>35000 points fidélité</td>\n<td>Invitations VIP, accès exclusif</td>\n</tr>\n</table>\n<p>La montée en grade est progressive et transparente, ce qui permet aux joueurs de mesurer leurs progrès et de rester motivés par les récompenses.</p>\n<h2>Roman Casino face à la concurrence : une offre VIP compétitive ?</h2>\n<p>Comparé à la moyenne des programmes VIP dans l’industrie, Roman Casino offre des avantages solides mais sans révolutionner le modèle classique. Le vrai point fort réside dans la personnalisation des offres et la qualité du support client pour les VIP, souvent plébiscitée par la communauté.</p>\n<p>À noter que certains casinos concurrentiels proposent des bonus VIP plus généreux ou des niveaux intermédiaires plus nombreux. Cependant, Roman Casino se rattrape par la simplicité et la clarté de son programme, évitant les conditions trop complexes ou contraignantes.</p>\n<blockquote>\n<p>À noter : Pour un joueur expérimenté, la valeur ajoutée dans l’accompagnement VIP de Roman Casino peut faire la différence, surtout pour ceux qui aiment un suivi personnalisé.</p>\n</blockquote>\n<hr>\n<h2>FAQ – Ce que vous devez savoir sur le programme VIP de Roman Casino</h2>\n<p>1. Comment rejoindre le programme VIP ?<br>\nLe programme VIP est accessible automatiquement dès que vous commencez à accumuler des points en jouant. Pas d’inscription séparée requise.</p>\n<p>2. Quels types de jeux rapportent des points VIP ?<br>\nTous les jeux contribuent, mais certains slots et jeux de table attribuent plus de points que d’autres, selon la politique interne.</p>\n<p>3. Peut-on perdre son statut VIP ?<br>\nOui, l’inactivité prolongée ou l’absence de points accumulés peut entraîner une rétrogradation.</p>\n<p>4. Le programme VIP de Roman Casino impose-t-il des conditions de mise strictes ?<br>\nLes conditions sont comparables à la moyenne du secteur, avec des exigences de mise transparentes sur les bonus.</p>\n<p>5. Le support VIP est-il disponible 24h/24 ?<br>\nGénéralement oui, avec un temps de réponse accéléré dédié aux membres VIP.</p>\n<hr>\n<h2>Conclusion</h2>\n<p>Roman Casino propose un programme VIP intéressant et bien structuré, axé sur la personnalisation et la fidélisation. S’il n’est pas le plus innovant du marché, il reste compétitif et surtout accessible, offrant aux joueurs sérieux un véritable plus dans leur expérience de jeu. Pour ceux qui cherchent un programme VIP simple mais efficace, Roman Casino mérite clairement d’être considéré.</p>\n<p>Pour rejoindre la plateforme et tester par vous-même, rendez-vous sur <a href=\"https://romanscasino.com/\">https://romanscasino.com/</a>.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=296.txt-->', 'Roman Casino propose-t-il un programme VIP intéressant ?', '', 'publish', 'open', 'open', '', 'roman-casino-propose-t-il-un-programme-vip-interessant', '', '', '2026-01-10 07:53:05', '2026-01-10 07:53:05', '', 0, 'https://hartgarnermd.com/roman-casino-propose-t-il-un-programme-vip-interessant/', 0, 'post', '', 0),
(1246, 1, '2026-02-03 21:50:05', '2026-02-03 21:50:05', '<p>When it comes to online gaming, understanding the financial transactions involved is crucial. Casino Gods offers a seamless and secure experience for players looking to deposit and withdraw funds with ease. Whether you are a seasoned player or new to the platform, this guide covers everything you need to know about managing your money at the <a href=\"https://casino-gods.uk\">god55 casino</a>.</p>\n<h2>Depositing Funds at Casino Gods</h2>\n<p>Depositing money into your Casino Gods account is a simple process that takes just a few minutes. The casino supports a variety of payment methods, allowing players from different regions to fund their accounts conveniently. Most deposits are processed instantly, letting you dive straight into the wide selection of games available.</p>\n<p>Casino Gods accepts both traditional and modern payment options, including credit/debit cards, e-wallets, and bank transfers. Each method comes with its own set of advantages and processing times, but generally, deposits are credited immediately, ensuring uninterrupted gameplay.</p>\n<h2>Withdrawing Your Winnings</h2>\n<p>Withdrawing winnings at Casino Gods is designed to be transparent and swift. While transaction times vary depending on the chosen method, the casino prioritises security and compliance with regulatory standards. Players are required to verify their accounts before their first withdrawal, which helps prevent fraud and ensures a safe gaming environment.</p>\n<p>The withdrawal process typically involves submitting a request through your account dashboard. Casino Gods aims to process most withdrawal requests within 24-48 hours, although some methods may take longer depending on banking partners.</p>\n<h2>Payment Methods Available</h2>\n<ul>\n  <li>Credit and Debit Cards (Visa, Mastercard)</li>\n  <li>E-wallets (Skrill, Neteller)</li>\n  <li>Bank Transfers</li>\n  <li>Prepaid Cards (Paysafecard)</li>\n  <li>Cryptocurrencies (where available)</li>\n</ul>\n<h2>Key Info Table: Deposits and Withdrawals at Casino Gods</h2>\n<table>\n<tr>\n<th>Transaction Type</th>\n<th>Average Processing Time</th>\n<th>Minimum Amount</th>\n<th>Fees Applied</th>\n</tr>\n<tr>\n<td>Deposit</td>\n<td>Instant</td>\n<td>£10</td>\n<td>None</td>\n</tr>\n<tr>\n<td>Withdrawal</td>\n<td>24-48 hours</td>\n<td>£20</td>\n<td>None</td>\n</tr>\n<tr>\n<td>Bank Transfer</td>\n<td>3-5 business days</td>\n<td>£30</td>\n<td>Possible</td>\n</tr>\n</table>\n<h2>Frequently Asked Questions (FAQ)</h2>\n<p>Q1: What is the minimum deposit at Casino Gods?<br>\nA1: The minimum deposit is usually £10, but this can vary slightly depending on the payment method you choose.</p>\n<p>Q2: How long do withdrawals take to process?<br>\nA2: Most withdrawals are processed within 24-48 hours, though some bank transfers may take longer.</p>\n<p>Q3: Are there any fees for deposits or withdrawals?<br>\nA3: Casino Gods does not charge fees for deposits or withdrawals; however, certain payment providers may apply their own fees.</p>\n<p>Q4: Do I need to verify my identity before withdrawing?<br>\nA4: Yes, players must complete identity verification prior to their first withdrawal to comply with safety regulations.</p>\n<p>Q5: Can I cancel a withdrawal request?<br>\nA5: Withdrawal requests can only be cancelled if they have not yet been processed. You should contact customer support promptly to inquire.</p>\n<hr>\n<p>By understanding the deposit and withdrawal procedures at Casino Gods, players can enjoy a smoother gaming experience without unexpected delays or complications. For the most up-to-date information and detailed terms, always refer to the official Casino Gods website.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=795.txt-->', 'Ultimate Guide to Depositing and Withdrawing at Casino Gods', '', 'publish', 'open', 'open', '', 'ultimate-guide-to-depositing-and-withdrawing-at-casino-gods', '', '', '2026-02-03 21:50:05', '2026-02-03 21:50:05', '', 0, 'https://hartgarnermd.com/ultimate-guide-to-depositing-and-withdrawing-at-casino-gods/', 0, 'post', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2026-01-31 06:23:05', '2026-01-31 06:23:05', '<h2>Discover Exciting Bonuses at Memo Casino</h2>\n<p>If you’re looking to enhance your online gaming experience, <a href=\"https://memo-casino.app\">memo-casino.app</a> is the perfect resource to explore the latest offers from Memo Casino. Known for its generous promotions, Memo Casino allows players to claim free spins and exclusive promo codes that boost your chances to win big without extra deposits.</p>\n<p>Memo Casino frequently updates its bonus schemes to cater to both new and loyal players. These incentives give you more playtime and better odds when trying out popular slot games or table games. Understanding how to claim these offers properly can significantly improve your overall gaming strategy.</p>\n<h2>How to Claim Free Spins and Promo Codes</h2>\n<p>Claiming free spins and promo codes at Memo Casino is straightforward. Here’s a simple guide to get started:</p>\n<ol>\n<li>Register an Account - Sign up at Memo Casino through their official site.</li>\n<li>Check the Promotions Page - Visit the promotions section regularly to find active offers.</li>\n<li>Enter Promo Codes - When prompted, input valid promo codes to redeem bonuses.</li>\n<li>Meet Wagering Requirements - Make sure to review and fulfil any wagering conditions attached to the bonuses.</li>\n<li>Enjoy Your Spins and Rewards - Use your free spins on featured slot games and enjoy your enhanced play.</li>\n</ol>\n<h2>Benefits of Using Free Spins and Promo Codes</h2>\n<p>Free spins and promo codes provide several benefits for online casino enthusiasts:</p>\n<ul>\n<li>Extend your gameplay without additional costs.</li>\n<li>Explore new games with minimal risk.</li>\n<li>Increase your chances of hitting jackpots.</li>\n<li>Receive additional loyalty rewards.</li>\n<li>Enhance overall entertainment value.</li>\n</ul>\n<h2>Memo Casino Promotions at a Glance</h2>\n<p>To give you a clearer understanding, here’s a summary of typical bonuses available at Memo Casino:</p>\n<table>\n<tr>\n<th>Bonus Type</th>\n<th>Description</th>\n</tr>\n<tr>\n<td>Welcome Free Spins</td>\n<td>Free spins awarded to new users upon sign-up</td>\n</tr>\n<tr>\n<td>Deposit Match Bonus</td>\n<td>Extra funds added based on your deposit amount</td>\n</tr>\n<tr>\n<td>No Deposit Bonus</td>\n<td>Free bonus without requiring a deposit</td>\n</tr>\n<tr>\n<td>Reload Bonuses</td>\n<td>Bonuses provided for subsequent deposits</td>\n</tr>\n</table>\n<h2>Frequently Asked Questions (FAQ)</h2>\n<p>Q1: How often does Memo Casino update its promo codes?<br>\nA1: Promo codes are regularly updated, often weekly or monthly, to align with special events or promotions.</p>\n<p>Q2: Can I claim free spins without making a deposit?<br>\nA2: Yes, Memo Casino offers no deposit free spins occasionally as part of special promotions.</p>\n<p>Q3: What are wagering requirements?<br>\nA3: These are conditions requiring you to play through your bonus amount a certain number of times before withdrawing winnings.</p>\n<p>Q4: Are the promo codes exclusive to certain games?<br>\nA4: Some codes apply only to specific games or categories, so always check the terms and conditions.</p>\n<p>Q5: Is it safe to use promo codes at Memo Casino?<br>\nA5: Absolutely. Memo Casino is licensed and regulated, ensuring all promotions are secure and fair.</p>\n<p>By regularly visiting <a href=\"https://memo-casino.app\">memo-casino.app</a> and staying updated with their promo codes, you can maximise your rewards and enjoy a richer gaming experience at Memo Casino. Don’t miss your chance to claim free spins and exclusive bonuses today!</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=659.txt-->', 'Claim Free Spins and Promo Codes at Memo Casino Today', '', 'publish', 'open', 'open', '', 'claim-free-spins-and-promo-codes-at-memo-casino-today', '', '', '2026-01-31 06:23:05', '2026-01-31 06:23:05', '', 0, 'https://hartgarnermd.com/claim-free-spins-and-promo-codes-at-memo-casino-today/', 0, 'post', '', 0),
(1248, 1, '2026-02-09 13:03:05', '2026-02-09 13:03:05', '<h2>Comprendre l’accès à Malina Casino via un miroir</h2>\n<p>Malina Casino est une plateforme de jeu en ligne populaire, néanmoins, elle peut parfois être bloquée dans certaines régions. Pour contourner ces restrictions, les joueurs utilisent souvent un lien miroir. Un miroir est une copie exacte du site principal accessible via une URL différente. Par exemple, vous pouvez accéder en toute sécurité à Malina Casino via <a href=\"https://casinomalina.fr\">https://casinomalina.fr</a>. Cette méthode garantit la continuité du service tout en protégeant la confidentialité des données de l’utilisateur.</p>\n<h2>Pourquoi utiliser un miroir pour Malina Casino ?</h2>\n<p>L’utilisation d’un miroir est essentielle lorsque le site officiel est inaccessible en raison de restrictions géographiques ou de blocages administratifs. Cela permet :</p>\n<ul>\n<li>D’accéder rapidement à l’interface du casino sans interruption.</li>\n<li>De bénéficier des mêmes fonctionnalités, offres, et promotions.</li>\n<li>D’éviter les risques liés à des sites frauduleux souvent présents lorsque l’on cherche des alternatives.</li>\n</ul>\n<p>Cependant, il est crucial de s’assurer que le miroir utilisé est officiel pour garantir la sécurité de vos informations et de vos transactions.</p>\n<h2>Conseils pour accéder à Malina Casino via un miroir en toute sécurité</h2>\n<p>Pour un accès sécurisé, respectez ces bonnes pratiques essentielles :</p>\n<ol>\n<li>Vérifiez l’URL exacte : Ne vous fiez qu’aux liens fournis sur les canaux officiels ou reconnus.</li>\n<li>Utilisez une connexion sécurisée : Préférez le protocole HTTPS pour chiffrer les données échangées.</li>\n<li>Mettez à jour votre navigateur et antivirus : Les dernières versions protègent mieux contre les risques en ligne.</li>\n<li>Évitez les réseaux publics non sécurisés : Ils peuvent exposer vos informations personnelles.</li>\n<li>Activez l’authentification à deux facteurs sur votre compte Malina Casino pour une couche supplémentaire de protection.</li>\n</ol>\n<h2>Tableau comparatif : Site officiel vs miroir</h2>\n<table>\n<tr>\n<th>Critère</th>\n<th>Site officiel</th>\n<th>Miroir officiel</th>\n</tr>\n<tr>\n<td>URL</td>\n<td><a href=\"https://malinacasino.com\">https://malinacasino.com</a></td>\n<td><a href=\"https://casinomalina.fr\">https://casinomalina.fr</a></td>\n</tr>\n<tr>\n<td>Accessibilité</td>\n<td>Possible blocage selon la région</td>\n<td>Contournement du blocage</td>\n</tr>\n<tr>\n<td>Sécurité</td>\n<td>Garantie maximale</td>\n<td>Sécurité équivalente, si officiel</td>\n</tr>\n<tr>\n<td>Fonctionnalités</td>\n<td>Complètes</td>\n<td>Identiques au site principal</td>\n</tr>\n<tr>\n<td>Support client</td>\n<td>Disponible sur le site</td>\n<td>Disponible via le miroir</td>\n</tr>\n</table>\n<h2>FAQ - Questions fréquentes</h2>\n<p>1. Qu’est-ce qu’un miroir dans le contexte des casinos en ligne ?<br>\nUn miroir est une réplique exacte du site principal accessible via une URL différente permettant de contourner les interdictions ou blocages géographiques.</p>\n<p>2. Est-il légal d’utiliser un miroir pour Malina Casino ?<br>\nOui, utiliser un miroir officiel est légal, tant que celui-ci est fourni par l’opérateur lui-même et respecte la réglementation locale.</p>\n<p>3. Comment être sûr que le miroir est sécurisé ?<br>\nVérifiez que l’URL commence par « HTTPS », que le domaine est référencé par les canaux officiels, et évitez les liens trouvés sur des sites tiers non fiables.</p>\n<p>4. Puis-je utiliser un VPN pour accéder à Malina Casino ?<br>\nOui, un VPN peut renforcer la sécurité et contourner certains blocages, mais assurez-vous que cela ne contrevient pas aux règles du casino.</p>\n<p>5. Que faire en cas de doute sur l’authenticité d’un miroir ?<br>\nContactez directement le service client de Malina Casino via le site officiel pour obtenir des informations fiables.</p>\n<hr>\n<p>Accéder à Malina Casino via un miroir est une solution pratique et sécurisée à condition de respecter les recommandations de sécurité présentées. En vous assurant d’employer uniquement les liens officiels et en adoptant des mesures de protection, vous bénéficiez d’une expérience de jeu fluide et sécurisée.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=220.txt-->', 'Accéder à Malina Casino via un miroir en toute sécurité', '', 'publish', 'open', 'open', '', 'acceder-a-malina-casino-via-un-miroir-en-toute-securite', '', '', '2026-02-09 13:03:05', '2026-02-09 13:03:05', '', 0, 'https://hartgarnermd.com/acceder-a-malina-casino-via-un-miroir-en-toute-securite/', 0, 'post', '', 0),
(1249, 1, '2026-01-29 22:37:05', '2026-01-29 22:37:05', '<p>L’univers des casinos en ligne se développe rapidement, et Liraspin Casino se distingue par son offre en direct proposant des jeux de table très rentables. Que vous soyez un joueur débutant ou expérimenté, la plateforme offre une expérience immersive grâce à sa technologie avancée et son interface intuitive, notamment via la <a href=\"https://liraspin-casino.fr\">liraspin app</a> qui facilite l’accès aux jeux en direct depuis n’importe quel appareil.</p>\n<h2>Les avantages des jeux de table en direct</h2>\n<p>Jouer en direct permet de bénéficier d’une interaction réelle avec des croupiers professionnels, ce qui augmente le réalisme et la confiance du joueur. Parmi les bénéfices notables, on retrouve :</p>\n<ul>\n<li>La transparence des parties grâce à la diffusion en temps réel.</li>\n<li>Des variantes de jeux enrichies et souvent exclusives.</li>\n<li>Une meilleure stratégie possible grâce à l’observation des tendances.</li>\n</ul>\n<p>Liraspin Casino met en avant plusieurs jeux de table particulièrement rentables grâce à leurs faibles marges et taux de redistribution élevés.</p>\n<h2>Top 4 des jeux de table rentables sur Liraspin Casino</h2>\n<p>Voici une sélection des jeux les plus lucratifs à privilégier sur Liraspin Casino en direct :</p>\n<ol>\n<li>\n<p>Le Blackjack en direct<br>\nAvec un taux de redistribution atteignant parfois 99,5 %, le blackjack reste un jeu incontournable pour maximiser ses gains. La maîtrise des règles et des stratégies comme le comptage de cartes peut considérablement optimiser les résultats.</p>\n</li>\n<li>\n<p>La Roulette Européenne<br>\nPlus avantageuse que la roulette américaine, elle offre un RTP (Return To Player) proche de 97,3 %. Les variantes européennes en live permettent d’utiliser différentes techniques de mises pour limiter la perte.</p>\n</li>\n<li>\n<p>Le Baccarat<br>\nConnu pour ses règles simples, le baccarat en direct possède un RTP d\'environ 98,9 %, surtout lors des paris sur la banque. Son rythme rapide permet des gains fréquents.</p>\n</li>\n<li>\n<p>Le Poker Casino en direct<br>\nPlus complexe mais potentiellement très rentable pour les joueurs expérimentés qui savent lire leurs adversaires et utiliser les bluffs.</p>\n</li>\n</ol>\n<h2>Tableau comparatif des jeux de table rentables</h2>\n<table>\n<tr>\n<th>Jeu</th>\n<th>Taux de redistribution (RTP)</th>\n<th>Niveau de compétence requis</th>\n</tr>\n<tr>\n<td>Blackjack</td>\n<td>99,5 %</td>\n<td>Moyen à élevé</td>\n</tr>\n<tr>\n<td>Roulette Européenne</td>\n<td>97,3 %</td>\n<td>Faible</td>\n</tr>\n<tr>\n<td>Baccarat</td>\n<td>98,9 %</td>\n<td>Faible</td>\n</tr>\n<tr>\n<td>Poker Casino</td>\n<td>Variable (environ 98 %)</td>\n<td>Élevé</td>\n</tr>\n</table>\n<h2>Conseils pour optimiser vos gains sur Liraspin Casino en direct</h2>\n<p>Pour maximiser vos chances, il est essentiel de :</p>\n<ul>\n<li>Bien connaître les règles et stratégies propres à chaque jeu.</li>\n<li>Gérer votre bankroll avec rigueur et éviter les mises impulsives.</li>\n<li>Utiliser les fonctionnalités de la liraspin app pour suivre vos sessions et profiter des promotions.</li>\n<li>Pratiquer d’abord en mode démo pour s’habituer aux mécaniques live.</li>\n</ul>\n<h2>FAQ - Questions fréquentes</h2>\n<p>Q1 : Quels jeux de table ont le meilleur rendement sur Liraspin Casino ?<br>\nR1 : Le blackjack et le baccarat en direct possèdent les meilleurs taux de redistribution, souvent supérieurs à 98 %.</p>\n<p>Q2 : Peut-on jouer gratuitement aux jeux en direct sur Liraspin ?<br>\nR2 : Malheureusement, les jeux en direct ne proposent pas souvent de mode démo, mais il est possible de s’entraîner sur des versions classiques non en direct.</p>\n<p>Q3 : Est-il sécurisé de jouer en direct sur Liraspin Casino ?<br>\nR3 : Oui, Liraspin utilise des technologies de cryptage avancées et fait appel à des croupiers certifiés pour garantir un jeu sûr et équitable.</p>\n<p>Q4 : Puis-je utiliser la liraspin app pour accéder aux jeux live ?<br>\nR4 : Absolument, la liraspin app est conçue pour offrir une expérience fluide et accessible partout, que ce soit sur mobile ou tablette.</p>\n<p>Q5 : Quels conseils pour débuter sur les jeux de table en direct ?<br>\nR5 : Commencez par des mises faibles, apprenez les règles spécifiques et observez le déroulement des parties avant d’augmenter vos paris.</p>\n<hr>\n<p>En résumé, Liraspin Casino propose une sélection de jeux de table en direct à la fois divertissants et rentables. La combinaison d’un bon RTP, d’une interface facile d’accès via la liraspin app, et de stratégies adaptées garantit une expérience de jeu optimisée. Pour maximiser vos gains, misez intelligemment en privilégiant les jeux avec des marges faibles et en maîtrisant leurs subtilités.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=405.txt-->', 'Les jeux de table les plus rentables sur Liraspin Casino en direct', '', 'publish', 'open', 'open', '', 'les-jeux-de-table-les-plus-rentables-sur-liraspin-casino-en-direct', '', '', '2026-01-29 22:37:05', '2026-01-29 22:37:05', '', 0, 'https://hartgarnermd.com/les-jeux-de-table-les-plus-rentables-sur-liraspin-casino-en-direct/', 0, 'post', '', 0),
(1250, 1, '2025-12-17 01:23:05', '2025-12-17 01:23:05', '<p>En 2026, Europe Fortune Casino s’impose comme une plateforme incontournable pour les amateurs de jeux en ligne. Avec une interface intuitive et une offre enrichie, ce casino en ligne séduit tant les nouveaux venus que les joueurs expérimentés. À travers cet article, nous allons explorer les nouveautés majeures qui rendent cette plateforme encore plus attractive, tout en gardant un œil critique sur ce qui fait réellement la différence dans un marché concurrentiel. Pour découvrir toutes les mises à jour, rendez-vous sur <a href=\"https://europe-fortune.net\">https://europe-fortune.net</a>, où l’expérience de jeu prend une nouvelle dimension.</p>\n<h2>Quelles sont les innovations dans le catalogue de jeux en 2026 ?</h2>\n<p>Le cœur d’un casino en ligne reste son catalogue de jeux, et Europe Fortune Casino n’a pas déçu pour cette nouvelle année. La plateforme intègre désormais plus de 1500 titres issus des meilleurs fournisseurs mondiaux, avec des nouveautés exclusives qui ne cessent de renouveler l’intérêt des joueurs.</p>\n<p>On note notamment :</p>\n<ul>\n<li>L’arrivée de plusieurs machines à sous à thème immersif, avec des graphismes 3D poussés.</li>\n<li>L’intégration des jeux NFT, une première sur un casino européen, permettant aux joueurs de miser avec des actifs numériques.</li>\n<li>Une extension des tables de poker et blackjack avec des variantes inédites développées par des studios spécialisés.</li>\n<li>Des jeux live en direct avec des croupiers multilingues, optimisés pour une interaction fluide en temps réel.</li>\n</ul>\n<p>Cette diversité renforce l’attrait du site, qui réussit à combiner quantité et qualité en 2026.</p>\n<h2>Comment Europe Fortune Casino améliore-t-il la sécurité et la confiance ?</h2>\n<p>Dans un environnement où la sécurité est non négociable, Europe Fortune Casino s’appuie sur une licence solide délivrée par une autorité reconnue en Europe. La plateforme utilise un protocole de chiffrement SSL 256 bits, garantissant la confidentialité et la protection des données personnelles et bancaires des joueurs.</p>\n<p>Le fair-play est aussi une priorité : tous les jeux sont certifiés par des organismes indépendants qui testent la régularité des tirages. De plus, l’option de jeu responsable est intégrée aux paramètres du compte, offrant des outils pour gérer ses mises et limiter le risque d’addiction.</p>\n<p>Cette double vigilance, technique et humaine, rassure aussi bien les novices que les joueurs réguliers, ce qui est un vrai bonus dans l\'univers parfois opaque de l’iGaming.</p>\n<h2>Quels bonus et promotions pour 2026 ?</h2>\n<p>Europe Fortune Casino a revisité son écosystème de bonus pour offrir une expérience plus équilibrée, adaptée à tous les profils de joueurs. Voici un aperçu des nouveautés :</p>\n<ol>\n<li>Bonus de bienvenue en plusieurs étapes : le pack initial s’échelonne désormais sur les trois premiers dépôts, offrant jusqu’à 1500 € et 200 tours gratuits.</li>\n<li>Programme de fidélité repensé : les points accumulés se transforment en crédits de jeu ou en avantages exclusifs, avec une segmentation claire par niveaux VIP.</li>\n<li>Offres mensuelles personnalisées : selon les habitudes de jeu, chaque utilisateur reçoit des promotions ciblées, renouvelées chaque mois.</li>\n<li>Cashback hebdomadaire : une partie des pertes nettes est remboursée automatiquement, sans conditions complexes.</li>\n</ol>\n<p>Cette structure claire et généreuse permet aux joueurs d’optimiser leurs gains sans surprises désagréables.</p>\n<h2>Europe Fortune Casino : expérience mobile et ergonomie utilisateur</h2>\n<p>Jouer depuis un smartphone ou une tablette est devenu la norme, et Europe Fortune Casino a renforcé son adaptation mobile en 2026. Le site est désormais entièrement responsive avec un chargement rapide, même sur des connexions modestes.</p>\n<p>Une application native est en cours de déploiement, offrant une navigation simplifiée et des fonctionnalités exclusives comme les notifications personnalisées, le mode portrait/ paysage automatique et un mode soirée avec thème sombre.</p>\n<p>L’ergonomie a été pensée pour minimiser les clics et rendre l’accès aux jeux et services transparent. Cette meilleure fluidité améliore nettement la satisfaction des joueurs en déplacement.</p>\n<h2>Tableau récapitulatif des nouveautés 2026</h2>\n<table>\n<tr>\n<th>Aspect</th>\n<th>Nouveautés clés</th>\n</tr>\n<tr>\n<td>Catalogue de jeux</td>\n<td>1500+ titres, jeux NFT, variantes poker/blackjack</td>\n</tr>\n<tr>\n<td>Sécurité et confiance</td>\n<td>Licence européenne, SSL 256 bits, fair-play certifié</td>\n</tr>\n<tr>\n<td>Bonus et promotions</td>\n<td>Bonus multi-dépôts, cashback, offres personnalisées</td>\n</tr>\n<tr>\n<td>Expérience mobile</td>\n<td>Responsive complet, application native en cours</td>\n</tr>\n</table>\n<hr>\n<h2>FAQ - Vos questions fréquentes sur Europe Fortune Casino en 2026</h2>\n<p>1. Europe Fortune Casino est-il sécurisé pour effectuer des dépôts ?<br>\nOui, la plateforme utilise une technologie de cryptage avancée et est réglementée, assurant une protection optimale des transactions.</p>\n<p>2. Quelles sont les nouveautés principales en matière de jeux cette année ?<br>\nL’introduction des jeux NFT et des variantes exclusives de poker et blackjack sont les grandes innovations qui marquent 2026.</p>\n<p>3. Puis-je jouer facilement depuis mon téléphone ?<br>\nAbsolument, le site est entièrement optimisé pour mobile et une application native est prévue pour améliorer encore l’expérience.</p>\n<p>4. Les bonus sont-ils accessibles aux joueurs débutants ?<br>\nOui, le système de bonus s’adapte à tous les niveaux, avec un programme de bienvenue très attractif et des promotions régulières.</p>\n<p>5. Comment contacter le support en cas de problème ?<br>\nLe support est disponible 24/7 via chat en direct, email, et téléphone, avec une équipe multilingue réactive.</p>\n<hr>\n<p>À noter : Ce qui distingue Europe Fortune Casino des plateformes moyennes, c’est son équilibre entre innovation et rigueur. Un joueur expérimenté ressent immédiatement la différence dans la fluidité et la qualité du service, un élément souvent sous-estimé.</p>\n<p>En somme, Europe Fortune Casino réussit son pari en 2026 : allier technologies d’avant-garde, sécurité renforcée et expérience utilisateur soignée. Que vous soyez un joueur occasionnel ou un habitué des casinos en ligne, cette plateforme mérite sans doute votre attention. Pour en savoir plus et tester les nouveautés, visitez <a href=\"https://europe-fortune.net\">https://europe-fortune.net</a>.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=353.txt-->', 'Les nouveautés 2026 à découvrir sur Europe Fortune Casino pour les joueurs', '', 'publish', 'open', 'open', '', 'les-nouveautes-2026-a-decouvrir-sur-europe-fortune-casino-pour-les-joueurs', '', '', '2025-12-17 01:23:05', '2025-12-17 01:23:05', '', 0, 'https://hartgarnermd.com/les-nouveautes-2026-a-decouvrir-sur-europe-fortune-casino-pour-les-joueurs/', 0, 'post', '', 0),
(1251, 1, '2025-12-22 14:25:05', '2025-12-22 14:25:05', '<h2>Overview of Memo Casino App for iOS</h2>\n<p>The Memo Casino app for iOS has rapidly gained popularity among mobile gamers looking for a seamless casino experience on their Apple devices. Designed with user convenience in mind, the app offers an impressive range of games and features that cater to both novices and seasoned players. For those interested in exploring further, visit <a href=\"https://memo-casino.org.uk/\">https://memo-casino.org.uk/</a> for comprehensive details and updates.</p>\n<p>Available exclusively on the iOS platform, the app delivers smooth performance, reliable security, and a user-friendly interface. It stands out amid the crowded market of mobile casino applications by maintaining a focus on speed, game variety, and trustworthy payment options.</p>\n<h2>Key Features of Memo Casino App for iOS</h2>\n<p>Memo Casino’s iOS application provides an array of features that enhance the gambling experience:</p>\n<ul>\n<li>Wide Game Selection: From classic slots to live dealer games, the app covers all popular casino genres.</li>\n<li>Optimised Performance: Designed to run efficiently on various iOS devices, ensuring minimal lag or crashes.</li>\n<li>Secure Transactions: Utilises the latest encryption technology for deposits and withdrawals.</li>\n<li>User-friendly Interface: Intuitive navigation and clear menus simplify game selection and account management.</li>\n<li>Promotions and Bonuses: Regularly updated offers accessible directly in the app.</li>\n</ul>\n<h2>Benefits of Using Memo Casino on iOS</h2>\n<p>Using the Memo Casino app on iOS offers numerous advantages over desktop or web platforms, including:</p>\n<ol>\n<li>Mobility: Play anywhere with an internet connection, perfect for on-the-go entertainment.</li>\n<li>Instant Notifications: Receive real-time updates about promotions and new games.</li>\n<li>Personalised Experience: Settings and preferences are saved securely for quick access.</li>\n<li>Faster Loading Times: Compared to browser-based play, the app reduces wait times significantly.</li>\n</ol>\n<h2>Comparison of Memo Casino App Features</h2>\n<table>\n<tr>\n<th>Feature</th>\n<th>Memo Casino iOS App</th>\n</tr>\n<tr>\n<td>Game Variety</td>\n<td>Over 1000 games, including slots, table games, and live casino</td>\n</tr>\n<tr>\n<td>Payment Options</td>\n<td>Supports Apple Pay, credit cards, e-wallets, and cryptocurrencies</td>\n</tr>\n<tr>\n<td>Security Level</td>\n<td>High-end encryption and two-factor authentication available</td>\n</tr>\n<tr>\n<td>Customer Support</td>\n<td>24/7 live chat and email support</td>\n</tr>\n</table>\n<h2>User Ratings and Feedback</h2>\n<p>User reviews for the Memo Casino app on the iOS App Store reflect a generally positive reception. Many users commend the app’s intuitive design and diverse game portfolio. The average rating stands around 4.3 out of 5 stars, highlighting satisfaction with the app\'s reliability and customer support. However, some users have reported occasional issues with withdrawal processing times, although these instances appear to be isolated.</p>\n<h2>FAQ</h2>\n<p>Q1: Is the Memo Casino app available for all iOS devices?<br>\nA1: The app supports iOS versions 12.0 and above, compatible with iPhone and iPad models released in the past several years.</p>\n<p>Q2: Can I use Apple Pay for deposits in the Memo Casino app?<br>\nA2: Yes, Apple Pay is one of the supported payment methods, allowing for quick and secure transactions.</p>\n<p>Q3: Are there any bonuses exclusive to the iOS app users?<br>\nA3: Memo Casino frequently offers exclusive promotions and bonuses accessible only through the iOS app.</p>\n<p>Q4: Is the app safe to use?<br>\nA4: Absolutely. The app employs advanced encryption and adheres to strict security protocols to protect user data.</p>\n<p>Q5: How can I contact customer support via the app?<br>\nA5: Users can access 24/7 support through live chat or email directly within the application interface.</p>\n<p>The Memo Casino app for iOS delivers a comprehensive and secure gaming platform tailored to meet modern players\' needs. Its combination of performance, security, and rich content makes it a competitive option for mobile casino enthusiasts.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=842.txt-->', 'Memo Casino App for iOS Features and User Ratings', '', 'publish', 'open', 'open', '', 'memo-casino-app-for-ios-features-and-user-ratings', '', '', '2025-12-22 14:25:05', '2025-12-22 14:25:05', '', 0, 'https://hartgarnermd.com/memo-casino-app-for-ios-features-and-user-ratings/', 0, 'post', '', 0),
(1252, 1, '2025-12-24 07:14:05', '2025-12-24 07:14:05', '<p>As an SEO copywriter with a decade of iGaming expertise, I’ve closely followed how online casinos adapt their platforms for different user preferences. Rouge Casino stands out in the UK market with a distinct approach to both app and browser gaming. This article assesses the differences between the Rouge Casino app and its browser-based site, helping you decide which offers the better gaming experience.</p>\n<p>Rouge Casino’s platform is accessible either through a dedicated app or directly via your web browser. Both options promise a seamless gambling journey, but subtle distinctions impact usability, game variety, and speed. For UK players, the decision often boils down to convenience, device compatibility, and personal gaming style.</p>\n<p>You can explore more about the casino itself by visiting <a href=\"https://rouge-casino.org.uk\">rouge casino</a>, where both app and browser versions are explained in detail.</p>\n<h2>Is the Rouge Casino App Worth Downloading?</h2>\n<p>The Rouge Casino app delivers a tailored mobile experience, optimised for iOS and Android devices. Intuitive navigation and fast load times make it ideal for players who prefer gaming on the go. Key benefits include:</p>\n<ul>\n<li>Optimised Display: The app adapts fluidly to smaller screens, ensuring crisp graphics and easy access to menus.</li>\n<li>Push Notifications: Stay updated on exclusive offers and bonus alerts instantly.</li>\n<li>Offline Convenience: Some features cache data to improve performance even with spotty connections.</li>\n</ul>\n<p>However, the app requires storage space and periodic updates. Not all game titles are immediately available due to licensing or technical constraints. Still, the app often launches quicker than a browser session and offers a smoother feel for live casino games.</p>\n<p>For players prioritising quick access and native performance, the Rouge Casino app delivers a significant edge over browsing.</p>\n<h2>How Does the Browser Experience Compare?</h2>\n<p>Accessing Rouge Casino via a browser means no downloads or installation hassles. This flexibility suits casual players or those on devices with limited storage. Using popular browsers like Chrome, Safari, or Firefox on desktop or mobile, users encounter:</p>\n<ul>\n<li>Immediate Access: Just open the website and start playing within seconds.</li>\n<li>Full Game Selection: All games, including the latest releases, tend to be available on the browser.</li>\n<li>Cross-Platform Consistency: The site is designed responsively, so desktop and mobile layouts adjust automatically.</li>\n</ul>\n<p>Nevertheless, browser gaming depends on stable internet connections and device power. Older phones might struggle with heavy graphics, and loading times can be longer than with the app. Plus, there’s no push notification system – you must open the site regularly to catch new promotions.</p>\n<p>For desktop gamers or those who dislike installing apps, the browser holds undeniable appeal.</p>\n<h2>Quick Facts: Rouge Casino App vs Browser</h2>\n<table>\n<tr>\n<th>Feature</th>\n<th>Rouge Casino App</th>\n<th>Browser Experience</th>\n</tr>\n<tr>\n<td>Installation</td>\n<td>Required</td>\n<td>Not required</td>\n</tr>\n<tr>\n<td>Game Availability</td>\n<td>Slightly limited</td>\n<td>Full catalogue</td>\n</tr>\n<tr>\n<td>Load Speed</td>\n<td>Generally faster</td>\n<td>Depends on connection/device</td>\n</tr>\n<tr>\n<td>Notifications</td>\n<td>Push alerts available</td>\n<td>None</td>\n</tr>\n<tr>\n<td>Storage Space</td>\n<td>Uses device storage</td>\n<td>Uses browser cache only</td>\n</tr>\n</table>\n<h2>Which Platform Offers Better User Experience?</h2>\n<p>User experience (UX) is a key differentiator. The app’s native design gives it an inherent speed and fluidity advantage. Menus respond without lag, and switching between games feels buttery smooth. The dedicated interface also supports biometric login options, enhancing security and convenience.</p>\n<p>On the other hand, the browser interface has matured impressively. A clean, minimalistic design combined with adaptive layouts ensures the site is accessible from any device without compromise. In fact, some seasoned players opt for browsers since the absence of app updates means no interruptions.</p>\n<h3>Experienced Player Insight</h3>\n<p>“Switching between the Rouge app and browser feels like choosing between a sports car and a reliable sedan. The app is exhilarating and quick, but the browser is dependable and fuss-free. For high-volume sessions, I prefer the app. For occasional spins, the browser suits me better.” – James L., UK-based iGaming enthusiast</p>\n<h2>Summary: Choose Based on Your Gaming Style</h2>\n<p>In essence, Rouge Casino caters well to both app users and browser players:</p>\n<ul>\n<li>\n<p>Choose the App if you want:</p>\n<ul>\n<li>Faster game loading</li>\n<li>Push notifications for promotions</li>\n<li>Optimised mobile experience and biometric security</li>\n</ul>\n</li>\n<li>\n<p>Choose the Browser if you want:</p>\n<ul>\n<li>Instant access without installation</li>\n<li>Access to every game title</li>\n<li>Flexibility across all devices without updates</li>\n</ul>\n</li>\n</ul>\n<p>Both platforms offer a trustworthy and licensed environment, with fair play and secure payment options standard. Your choice depends mostly on convenience and device preferences.</p>\n<p>Q1: Can I use the same account on both Rouge Casino app and browser?<br>\nYes, your account credentials work seamlessly across both platforms, with progress and balances synchronised in real time.</p>\n<p>Q2: Are all games available on the app?<br>\nWhile the app covers most popular titles, a few new releases may initially appear only on the browser until optimised for the app.</p>\n<p>Q3: Does the app drain more battery than browser play?<br>\nTypically, apps can consume slightly more power due to background processes, but the difference is marginal on modern devices.</p>\n<p>Q4: How secure is the Rouge Casino app compared to the browser?<br>\nBoth use advanced SSL encryption, but the app benefits from additional security features like biometric login and sandboxing within the device.</p>\n<p>Q5: What if I have limited storage on my phone?<br>\nIn that case, the browser experience is recommended as it doesn’t require installation or considerable space.</p>\n<hr>\n<p>With a clear understanding of the strengths and limitations, UK players can confidently select their preferred platform on <a href=\"https://rouge-casino.org.uk\">rouge casino</a> and enjoy a premium gaming experience on their own terms.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=831.txt-->', 'Rouge Casino App Versus Browser Experience: Which Suits You Best?', '', 'publish', 'open', 'open', '', 'rouge-casino-app-versus-browser-experience-which-suits-you-best', '', '', '2025-12-24 07:14:05', '2025-12-24 07:14:05', '', 0, 'https://hartgarnermd.com/rouge-casino-app-versus-browser-experience-which-suits-you-best/', 0, 'post', '', 0),
(1253, 1, '2025-12-08 01:58:05', '2025-12-08 01:58:05', '<h2>Introducción a Spinmama Casino para nuevos jugadores</h2>\n<p>Si eres nuevo en el mundo del juego online, Spinmama Casino es una plataforma que ofrece una experiencia atractiva y segura para principiantes. Para comenzar con buen pie, es fundamental conocer las opciones disponibles y cómo aprovecharlas. En este artículo, te presentamos una guía completa con nuestras mejores recomendaciones para que puedas disfrutar al máximo desde tu primer día en <a href=\"https://casino-spin-mama.com\">https://casino-spin-mama.com</a>.</p>\n<p>Spinmama destaca por su variedad de juegos, interfaz intuitiva y atención al cliente de calidad. Además, cuenta con promociones específicas para principiantes que facilitan el inicio y aumentan las posibilidades de ganar. A continuación, te explicamos los puntos clave que debes considerar.</p>\n<h2>Consejos esenciales para comenzar en Spinmama Casino</h2>\n<p>Los jugadores novatos deben seguir una serie de pasos para evitar errores comunes y optimizar su experiencia. Aquí te dejamos las recomendaciones más importantes:</p>\n<ol>\n  <li><strong>Regístrate correctamente:</strong> Verifica que tus datos sean reales para evitar problemas en la verificación y retiradas.</li>\n  <li><strong>Aprovecha los bonos de bienvenida:</strong> Spinmama ofrece bonos iniciales que aumentan tu saldo para jugar más tiempo.</li>\n  <li><strong>Familiarízate con los juegos gratis:</strong> La plataforma permite probar juegos en modo demo sin apostar dinero real.</li>\n  <li><strong>Gestiona tu presupuesto:</strong> Establece un límite de gasto diario o semanal para evitar pérdidas inesperadas.</li>\n  <li><strong>Consulta el soporte cuando lo necesites:</strong> No dudes en contactar con atención al cliente ante cualquier duda o incidencia.</li>\n</ol>\n<h2>Tabla comparativa de bonos para principiantes en Spinmama</h2>\n<table>\n<tr>\n<th>Tipo de bono</th>\n<th>Características principales</th>\n</tr>\n<tr>\n<td>Bono de bienvenida</td>\n<td>Hasta 150% en el primer depósito</td>\n</tr>\n<tr>\n<td>Tiradas gratis</td>\n<td>Entre 20 y 50 giros en juegos seleccionados</td>\n</tr>\n<tr>\n<td>Bono sin depósito</td>\n<td>Pequeña cantidad para apostar sin depositar</td>\n</tr>\n<tr>\n<td>Recompensas periódicas</td>\n<td>Bonos exclusivos para usuarios frecuentes</td>\n</tr>\n</table>\n<p>Estas promociones varían en función del momento y la campaña vigente, por lo que recomendamos revisar los términos actualizados en el sitio oficial.</p>\n<h2>FAQ: Preguntas frecuentes de principiantes</h2>\n<p>¿Es seguro jugar en Spinmama Casino?<br>\nSí, Spinmama cuenta con licencias oficiales y utiliza tecnología de encriptación para proteger tus datos personales y financieros.</p>\n<p>¿Cómo puedo retirar mis ganancias?<br>\nSolo necesitas completar la verificación de tu cuenta y elegir entre los métodos de pago disponibles, como transferencia bancaria, tarjetas o monederos electrónicos.</p>\n<p>¿Puedo jugar desde mi móvil?<br>\nSí, Spinmama está optimizado para dispositivos móviles, permitiendo jugar desde smartphones y tablets con total comodidad.</p>\n<p>¿Hay un programa de fidelidad?<br>\nSí, Spinmama ofrece un programa VIP para jugadores habituales con recompensas y bonos adicionales.</p>\n<p>¿Qué hacer si tengo problemas con un juego?<br>\nContacta con el soporte al cliente vía chat en vivo o email para recibir asistencia inmediata.</p>\n<hr>\n<p>Con estas recomendaciones y recursos, los principiantes pueden iniciar su aventura en Spinmama Casino con confianza y aprovechando al máximo las oportunidades que ofrece la plataforma. Recuerda siempre jugar de manera responsable y disfrutar de la experiencia.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=203.txt-->', 'Nuestras mejores recomendaciones para principiantes en Spinmama Casino hoy', '', 'publish', 'open', 'open', '', 'nuestras-mejores-recomendaciones-para-principiantes-en-spinmama-casino-hoy', '', '', '2025-12-08 01:58:05', '2025-12-08 01:58:05', '', 0, 'https://hartgarnermd.com/nuestras-mejores-recomendaciones-para-principiantes-en-spinmama-casino-hoy/', 0, 'post', '', 0),
(1254, 1, '2025-11-14 02:55:05', '2025-11-14 02:55:05', '<p>Withdrawing your winnings from 333 Casino is a straightforward process, but it can be a bit daunting for new users. To ensure a smooth experience, it’s important to follow the correct steps. Before you start, log in to your account via the <a href=\"https://casino333.uk\">333 casino login</a> page to access the withdrawal features safely and securely.</p>\n<p>This guide will take you through the cash withdrawal process at 333 Casino step by step, highlighting essential details and tips to avoid common issues.</p>\n<h2>Understanding 333 Casino Withdrawal Procedures</h2>\n<p>333 Casino offers multiple withdrawal methods to cater to different player preferences. The withdrawal process begins once you have met the wagering requirements of any bonuses you have used. Remember, the casino prioritises security and compliance, so your account must be fully verified before payouts are processed.</p>\n<p>Withdrawals typically take from a few hours to a few days depending on the selected method. Ensure that your payment method supports casino transactions to avoid unnecessary delays.</p>\n<h2>Step-by-Step Guide to Withdraw Cash</h2>\n<p>Follow these steps to withdraw your funds from 333 Casino efficiently:</p>\n<ol>\n<li>Log into your account: Use your credentials at the <a href=\"https://casino333.uk\">333 casino login</a> portal.</li>\n<li>Navigate to the cashier section: Find the withdraw option within your account dashboard.</li>\n<li>Choose your withdrawal method: Select from options like bank transfer, e-wallets, or credit/debit cards.</li>\n<li>Enter the withdrawal amount: Specify how much you want to withdraw, respecting the minimum and maximum limits.</li>\n<li>Confirm your withdrawal request: Review your request and submit it.</li>\n</ol>\n<p>Your request will be processed by the casino, and you will be notified about the status via email or SMS.</p>\n<h2>Common Withdrawal Methods at 333 Casino</h2>\n<p>333 Casino supports various withdrawal options that differ in processing times and fees. Here is an overview:</p>\n<table>\n<tr>\n  <th>Withdrawal Method</th>\n  <th>Processing Time</th>\n</tr>\n<tr>\n  <td>Bank Transfer</td>\n  <td>3-5 business days</td>\n</tr>\n<tr>\n  <td>E-Wallets (PayPal, Skrill)</td>\n  <td>Within 24 hours</td>\n</tr>\n<tr>\n  <td>Credit/Debit Cards</td>\n  <td>1-3 business days</td>\n</tr>\n<tr>\n  <td>Cryptocurrency</td>\n  <td>Up to 24 hours</td>\n</tr>\n</table>\n<p>Make sure to choose the withdrawal method that best fits your needs to enjoy faster payouts.</p>\n<h2>Tips for a Smooth Withdrawal Experience</h2>\n<ul>\n  <li>Complete all necessary account verifications before attempting to withdraw.</li>\n  <li>Check that your withdrawal amount meets the casino’s minimum and maximum limits.</li>\n  <li>Review bonus terms to ensure all wagering requirements are fulfilled.</li>\n  <li>Always use the same payment method for withdrawal that you used for deposit.</li>\n  <li>Keep your contact details up to date to receive notifications promptly.</li>\n</ul>\n<h2>FAQ</h2>\n<p>Q1: How long does it take for withdrawals to be processed?<br>\nA1: Processing times depend on the withdrawal method chosen, ranging from a few hours for e-wallets up to 5 business days for bank transfers.</p>\n<p>Q2: Are there any fees for withdrawing from 333 Casino?<br>\nA2: Most withdrawal methods at 333 Casino are free, but some payment providers might charge fees. Always check with your payment provider.</p>\n<p>Q3: Can I withdraw without verifying my account?<br>\nA3: No, verification is mandatory to comply with legal regulations and prevent fraud.</p>\n<p>Q4: What is the minimum withdrawal amount?<br>\nA4: The minimum withdrawal amount generally starts at £10, but this can vary depending on the payment method.</p>\n<p>Q5: What should I do if my withdrawal is delayed?<br>\nA5: If you experience delays, contact 333 Casino’s customer support for assistance and check if additional verification is required.</p>\n<p>By following this step-by-step guide, you can confidently withdraw your winnings from 333 Casino without hassle. Always keep an eye on the official website for updates on withdrawal policies and new payment options.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=690.txt-->', 'Cash Withdrawals from 333 Casino: Step by Step Guide', '', 'publish', 'open', 'open', '', 'cash-withdrawals-from-333-casino-step-by-step-guide', '', '', '2025-11-14 02:55:05', '2025-11-14 02:55:05', '', 0, 'https://hartgarnermd.com/cash-withdrawals-from-333-casino-step-by-step-guide/', 0, 'post', '', 0),
(1255, 1, '2026-01-29 19:59:05', '2026-01-29 19:59:05', '<h2>¿Qué hace especial el servicio de atención al cliente en Magius Casino?</h2>\n<p>Magius Casino es una plataforma que ha ganado relevancia en el mercado español de juegos online gracias a su oferta diversa y su apuesta por la experiencia del usuario. Pero más allá de juegos y promociones, uno de los aspectos clave que determinan la satisfacción del jugador es la calidad del servicio al cliente. Según la opinión de usuarios reales, el soporte en Magius destaca por su accesibilidad, rapidez y profesionalidad, características que analizaremos en profundidad en esta revisión basada en datos y testimonios directos.</p>\n<p>Para quienes quieran comprobarlo por sí mismos, pueden explorar más información en <a href=\"https://magius-casinos.es/\">https://magius-casinos.es/</a>, donde se detalla tanto la plataforma como las opiniones de jugadores.</p>\n<h2>Canales de soporte y tiempos de respuesta: ¿Están a la altura?</h2>\n<p>Los jugadores valoran positivamente la variedad de canales que Magius Casino ofrece para resolver dudas o incidencias. El servicio de atención incluye chat en vivo, correo electrónico y teléfono, cubriendo así las preferencias más comunes.</p>\n<ul>\n<li>Chat en vivo: respuesta prácticamente instantánea, ideal para consultas urgentes.</li>\n<li>Correo electrónico: solución detallada, aunque con un tiempo de respuesta de unas 24 horas.</li>\n<li>Teléfono: soporte directo, menos utilizado pero valorado para casos más complejos.</li>\n</ul>\n<p>Los usuarios destacan que el chat en vivo es el canal más eficiente, con agentes preparados para responder en menos de 2 minutos. Esto empatiza con la demanda actual de rapidez en soluciones, especialmente en plataformas donde el tiempo de juego es crucial.</p>\n<table>\n<tr>\n<th>Canal</th>\n<th>Tiempo promedio de respuesta</th>\n<th>Calidad percibida</th>\n</tr>\n<tr>\n<td>Chat en vivo</td>\n<td>Menos de 2 minutos</td>\n<td>Muy alta</td>\n</tr>\n<tr>\n<td>Correo electrónico</td>\n<td>Hasta 24 horas</td>\n<td>Alta</td>\n</tr>\n<tr>\n<td>Teléfono</td>\n<td>Variable, 5-10 minutos</td>\n<td>Moderada a alta</td>\n</tr>\n</table>\n<h2>Profesionalidad y resolución de conflictos</h2>\n<p>Otro aspecto relevante es la formación y actitud del equipo de soporte. Según opiniones verificadas, los agentes de Magius Casino muestran un alto nivel de conocimiento técnico y un trato cercano que facilita la resolución rápida de problemas. Desde errores en depósitos hasta cuestiones sobre bonos o verificación de identidad, los jugadores confirman que las respuestas son claras y completas.</p>\n<p>Sin embargo, existe una crítica recurrente en foros: en horas punta, la saturación del chat puede provocar leves demoras. No obstante, Magius maneja esta situación ofreciendo una función para reservar turno y recibir aviso cuando un agente esté disponible, algo poco común en otras plataformas.</p>\n<p>Un jugador con experiencia comenta:<br>\n\"En general, el soporte de Magius me ha sorprendido gratamente. Incluso al tener problemas con un bono, el agente fue paciente y resolvió todo sin complicaciones.\"</p>\n<h2>¿Cómo se compara Magius con otros casinos en España?</h2>\n<p>Haciendo un pequeño contraste, el soporte al cliente en Magius suele ser más receptivo que la media del sector. Muchos casinos ofrecen solo correo electrónico o un chat lento. Magius combina variedad y rapidez, con especial énfasis en el canal en vivo.</p>\n<p>Ventajas frente a la media:</p>\n<ul>\n<li>Multicanalidad real y efectiva.</li>\n<li>Agentes multilingües, incluyendo soporte en español neutro para todos los perfiles.</li>\n<li>Función de reserva de chat y notificación al usuario.</li>\n<li>Trato personalizado y menos robotizado.</li>\n</ul>\n<p>Estas características colocan al casino en una posición favorable para jugadores que valoran la interacción humana y la resolución eficiente.</p>\n<h2>Consejos para optimizar tu experiencia con el soporte de Magius</h2>\n<p>Para sacar el máximo partido al servicio al cliente y evitar frustraciones, ten en cuenta estos tips:</p>\n<ul>\n<li>Utiliza el chat en vivo para consultas sencillas y urgentes.</li>\n<li>Prepara tu documentación (identificación, comprobantes de pago) antes de contactar.</li>\n<li>Consulta la sección de preguntas frecuentes antes de abrir un ticket.</li>\n<li>En caso de demoras, usa la función de reserva de chat.</li>\n<li>Mantén un tono claro y cordial para facilitar la comunicación.</li>\n</ul>\n<h2>FAQ – Preguntas frecuentes sobre el servicio al cliente en Magius Casino</h2>\n<p>¿El soporte está disponible las 24 horas?<br>\nSí, el chat en vivo opera 24/7, mientras que el correo y teléfono tienen horarios más limitados.</p>\n<p>¿Puedo contactar desde móvil?<br>\nClaro, el servicio está totalmente optimizado para dispositivos móviles, igual de rápido y funcional.</p>\n<p>¿Qué idiomas soporta el equipo?<br>\nPrincipalmente español (es-ES), aunque algunos agentes dominan inglés y otros idiomas para jugadores internacionales.</p>\n<p>¿Cuánto tardan en resolver incidencias complejas?<br>\nDepende del caso, pero la mayoría se resuelve en menos de 48 horas.</p>\n<p>¿Existen canales alternativos como redes sociales?<br>\nNo directamente para soporte técnico, pero Magius mantiene presencia informativa en redes.</p>\n<hr>\n<h3>Quick facts sobre el soporte en Magius Casino</h3>\n<ul>\n<li>Respuesta en chat en vivo: \n</li><li>Multicanalidad: chat, email, teléfono.</li>\n<li>Idiomas: español, inglés y más.</li>\n<li>Soporte 24/7 para chat.</li>\n<li>Sistema de reserva para evitar esperas largas.</li>\n</ul>\n<hr>\n<p>En resumen, la calidad del servicio al cliente en Magius Casino se alinea con las mejores prácticas del sector iGaming, priorizando la accesibilidad y la eficacia. La experiencia de usuarios reales confirma que, aunque como todo servicio puede tener altibajos, Magius ofrece un soporte confiable, rápido y humano que mejora notablemente el disfrute y la confianza en la plataforma.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=184.txt-->', 'La calidad del servicio al cliente en Magius Casino según usuarios reales', '', 'publish', 'open', 'open', '', 'la-calidad-del-servicio-al-cliente-en-magius-casino-segun-usuarios-reales', '', '', '2026-01-29 19:59:05', '2026-01-29 19:59:05', '', 0, 'https://hartgarnermd.com/la-calidad-del-servicio-al-cliente-en-magius-casino-segun-usuarios-reales/', 0, 'post', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1256, 1, '2025-12-22 01:55:05', '2025-12-22 01:55:05', '<h2>Roobet : une plateforme pensée pour les nouveaux joueurs</h2>\n<p>Roobet a su s’imposer rapidement sur le marché des casinos en ligne grâce à une interface intuitive et une sécurité renforcée. Destiné avant tout aux novices, ce casino offre un environnement clair et rassurant, idéal pour découvrir les jeux d’argent sans stress. Parmi ses nombreux atouts, Roobet garantit une expérience fluide, que ce soit pour l’inscription, les dépôts ou la navigation. Pour en savoir plus sur son univers, visitez <a href=\"https://casinosroobet.fr/\">https://casinosroobet.fr/</a>, un site qui détaille tous ses avantages.</p>\n<h2>Pourquoi Roobet est-il sécurisé pour les débutants ?</h2>\n<p>La sécurité est une priorité absolue chez Roobet. La plateforme est régulée sous une licence reconnue, ce qui assure une surveillance constante des pratiques et la protection des joueurs. Le site utilise un cryptage SSL de haute qualité, garantissant la confidentialité des données personnelles et financières. De plus, Roobet applique des politiques strictes de fair-play pour que chaque partie soit équitable. Les novices trouvent ainsi un cadre où ils peuvent jouer sereinement et apprendre sans crainte.</p>\n<h2>Comment Roobet facilite-t-il la prise en main pour les novices ?</h2>\n<p>Roobet mise sur une ergonomie simple, avec un design épuré, ce qui rend la navigation intuitive même pour les joueurs peu expérimentés. Le processus d’inscription est rapide, sans démarches complexes. L’offre de jeux est présentée clairement, avec des catégories bien définies et des options de filtres pratiques. De plus, Roobet propose des tutoriels et des guides intégrés pour accompagner les débutants dans leurs premiers pas. Enfin, un service client disponible en plusieurs langues est à disposition pour répondre rapidement à toutes les questions.</p>\n<h3>Les points forts de l’expérience utilisateur chez Roobet</h3>\n<ul>\n<li>Interface claire et facile à naviguer</li>\n<li>Inscription en quelques clics sans documents complexes</li>\n<li>Guides et tutoriels intégrés pour débutants</li>\n<li>Assistance client réactive et multilingue</li>\n<li>Politique de sécurité et fair-play rigoureuse</li>\n</ul>\n<h2>Table comparative : Roobet vs la moyenne du marché</h2>\n<table>\n<tr>\n<th>Critère</th>\n<th>Roobet</th>\n<th>Moyenne du marché</th>\n</tr>\n<tr>\n<td>Licence et régulation</td>\n<td>Licence reconnue, contrôles stricts</td>\n<td>Licences variées, parfois moins transparentes</td>\n</tr>\n<tr>\n<td>Facilité d’inscription</td>\n<td>Processus rapide et sans friction</td>\n<td>Inscription souvent plus lourde</td>\n</tr>\n<tr>\n<td>Support client</td>\n<td>Disponible 24/7, multilingue</td>\n<td>Horaires limités, langues restreintes</td>\n</tr>\n<tr>\n<td>Sécurité des transactions</td>\n<td>Cryptage SSL et protocoles avancés</td>\n<td>Niveau variable selon les sites</td>\n</tr>\n<tr>\n<td>Aide pour les débutants</td>\n<td>Tutoriels intégrés, interface intuitive</td>\n<td>Peu d’accompagnement spécifique</td>\n</tr>\n</table>\n<h2>Quels sont les moyens de paiement adaptés aux nouveaux joueurs ?</h2>\n<p>Roobet offre une large palette d’options de paiement adaptées à tous les profils, notamment les novices qui souhaitent déposer et retirer rapidement sans complications. Parmi les méthodes proposées, on trouve :</p>\n<ul>\n<li>Cartes bancaires Visa et Mastercard</li>\n<li>Portefeuilles électroniques (Skrill, Neteller)</li>\n<li>Cryptomonnaies pour plus d’anonymat et rapidité</li>\n<li>Virements bancaires simples et sécurisés</li>\n</ul>\n<p>Le traitement des transactions est rapide, avec des délais de retrait souvent inférieurs à 24 heures, un avantage non négligeable pour les nouveaux joueurs souhaitant gérer facilement leur budget.</p>\n<h2>FAQ - Questions fréquentes des débutants chez Roobet</h2>\n<p>1. Roobet est-il un casino légal en France ?<br>\nOui, Roobet opère sous une licence internationale reconnue, garantissant un cadre légal et sécuritaire pour les joueurs français.</p>\n<p>2. Quels jeux sont adaptés aux débutants ?<br>\nRoobet propose un large choix de jeux simples comme les machines à sous, la roulette et les jeux de table classiques, parfaits pour apprendre.</p>\n<p>3. Comment effectuer un premier dépôt facilement ?<br>\nL’inscription se fait en quelques minutes. Vous pouvez utiliser une carte bancaire ou un portefeuille électronique pour un dépôt instantané.</p>\n<p>4. Le support client est-il disponible en français ?<br>\nOui, le service client est accessible en français et répond rapidement, par chat ou email, pour guider les nouveaux joueurs.</p>\n<p>5. Existe-t-il des outils pour jouer de manière responsable ?<br>\nRoobet propose des limites de mise, d’auto-exclusion et des conseils pour garantir un jeu responsable dès le départ.</p>\n<hr>\n<p>Roobet combine ainsi sécurité, simplicité et accompagnement, offrant un cadre idéal pour les novices qui souhaitent s’initier au jeu en ligne en toute confiance. Sa plateforme intuitive, ses moyens de paiement variés et son support accessible en font une option à considérer sérieusement. Pour démarrer l’aventure avec Roobet, rendez-vous sur <a href=\"https://casinosroobet.fr/\">https://casinosroobet.fr/</a> et découvrez une approche claire et rassurante du casino en ligne.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=312.txt-->', 'Roobet Casino facile d’accès et sécurisé pour les novices', '', 'publish', 'open', 'open', '', 'roobet-casino-facile-dacces-et-securise-pour-les-novices', '', '', '2025-12-22 01:55:05', '2025-12-22 01:55:05', '', 0, 'https://hartgarnermd.com/roobet-casino-facile-dacces-et-securise-pour-les-novices/', 0, 'post', '', 0),
(1257, 1, '2026-01-23 04:23:05', '2026-01-23 04:23:05', '<h2>What Makes Golden Panda Casino Stand Out?</h2>\n<p>Golden Panda Casino is a fresh yet robust entrant in the crowded UK iGaming market. With a firm focus on player experience and attractive bonuses, this platform quickly captures the attention of both new and seasoned players. Licensed and regulated, it offers a secure, reliable environment for UK gamers who want straightforward access to an exciting array of slots, table games, and live dealer options.</p>\n<p>If you are ready to dive in, simply start your journey by visiting the <a href=\"https://golden-panda.org.uk\">golden panda casino login</a> page where exclusive promotions await. What sets Golden Panda apart is its dedication to combining fast, user-friendly navigation with high-value bonuses that unlock new levels of play.</p>\n<h2>How to Benefit from Golden Panda’s Bonus Ecosystem?</h2>\n<p>The heartbeat of Golden Panda lies in its competitive bonus structure tailored to reward loyalty and enhance initial deposits. Whether you are a newcomer eager to explore or a returning player seeking to maximise returns, Golden Panda has an offer to match your style.</p>\n<p>These promotions include:</p>\n<ul>\n<li>Welcome bonuses that boost your first deposits significantly</li>\n<li>Regular reload bonuses for ongoing play</li>\n<li>Free spins on popular slot titles as part of seasonal campaigns</li>\n<li>Loyalty rewards that build over time offering cashback and exclusive gifts</li>\n</ul>\n<p>Each bonus comes with fair wagering requirements, making it easier to convert bonus funds into real cash. The transparency of terms combined with frequent high-value offers means players can confidently plan their gameplay strategy.</p>\n<h3>Quick Facts:</h3>\n<table>\n<tr>\n<th>Bonus Type</th>\n<th>Typical Value</th>\n<th>Wagering Requirement</th>\n</tr>\n<tr>\n<td>Welcome Bonus</td>\n<td>Up to £300 + 100 Free Spins</td>\n<td>35x</td>\n</tr>\n<tr>\n<td>Reload Bonus</td>\n<td>25% on deposits up to £100</td>\n<td>30x</td>\n</tr>\n<tr>\n<td>Free Spins</td>\n<td>20-50 spins</td>\n<td>40x</td>\n</tr>\n<tr>\n<td>Loyalty Cashback</td>\n<td>5%-10% weekly</td>\n<td>No wagering</td>\n</tr>\n</table>\n<h2>What’s the Game Selection Like?</h2>\n<p>Golden Panda features a diverse portfolio of games, including slots, live casino, jackpots, and table games. Powered by reputable software developers such as Microgaming, NetEnt, and Evolution Gaming, the catalogue is fresh and frequently updated. This means players can enjoy classic favourites alongside the latest releases.</p>\n<p>An experienced player would appreciate how the seamless integration between game categories facilitates easy exploration, especially via the mobile-first design. Many games support instant play, with no download necessary, making it perfect for quick sessions or extended play.</p>\n<h2>How Does Payment Processing Work?</h2>\n<p>In terms of banking, Golden Panda supports a variety of payment methods designed to accommodate UK players efficiently. Options include widely trusted cards, e-wallets, and even cryptocurrency deposits. Withdrawal times are competitive, with most e-wallet payments processed within 24 hours, while card payments may take up to three business days.</p>\n<table>\n<tr>\n<th>Payment Method</th>\n<th>Deposit Time</th>\n<th>Withdrawal Time</th>\n</tr>\n<tr>\n<td>Visa/Mastercard</td>\n<td>Instant</td>\n<td>1-3 business days</td>\n</tr>\n<tr>\n<td>PayPal</td>\n<td>Instant</td>\n<td>Up to 24 hours</td>\n</tr>\n<tr>\n<td>Skrill/Neteller</td>\n<td>Instant</td>\n<td>Up to 24 hours</td>\n</tr>\n<tr>\n<td>Bitcoin</td>\n<td>Instant</td>\n<td>1-2 hours</td>\n</tr>\n</table>\n<p>The platform sets reasonable minimum deposit limits from £10, catering to both casual players and high rollers. Security protocols include SSL encryption, ensuring your transactions and personal data remain confidential.</p>\n<h2>FAQs: Getting the Most From Golden Panda Promotions</h2>\n<p>Q1: How do I claim the welcome bonus at Golden Panda Casino?<br>\nA: Simply register a new account, make your first deposit of at least £10, and the bonus will be credited automatically. Always check the terms for eligible payment methods.</p>\n<p>Q2: Are there wagering requirements attached to the bonuses?<br>\nA: Yes, most bonuses have a wagering requirement of 30-40x. This means you must wager the bonus amount that many times before withdrawing.</p>\n<p>Q3: Can I use bonuses on all games?<br>\nA: Not all games contribute equally to wagering requirements. Slots typically contribute 100%, while table games and live casino may count less or be excluded.</p>\n<p>Q4: Is Golden Panda Casino safe for UK players?<br>\nA: Absolutely. It holds a valid UK Gambling Commission licence, employs SSL encryption, and promotes responsible gambling.</p>\n<p>Q5: Are there any loyalty rewards for regular players?<br>\nA: Yes, the casino offers a loyalty cashback scheme and occasional exclusive promotions for returning customers.</p>\n<hr>\n<p>Whether you\'re after a safe, regulated environment or eager to maximise your bankroll with exclusive promotions, Golden Panda Casino offers a compelling proposition. The blend of generous bonuses, reliable banking, and exciting gaming options makes it a platform worth exploring today. Unlock your potential winnings with Golden Panda’s promotions and experience the thrill first-hand!</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=581.txt-->', 'Unlock Exclusive Promotions at Golden Panda Casino Today', '', 'publish', 'open', 'open', '', 'unlock-exclusive-promotions-at-golden-panda-casino-today', '', '', '2026-01-23 04:23:05', '2026-01-23 04:23:05', '', 0, 'https://hartgarnermd.com/unlock-exclusive-promotions-at-golden-panda-casino-today/', 0, 'post', '', 0),
(1258, 1, '2025-11-13 02:38:05', '2025-11-13 02:38:05', '<h2>Présentation générale de Nine Casino</h2>\n<p>Le <a href=\"https://nine-casino-fr.app\">nine casino</a> est une plateforme de jeux en ligne qui s’est rapidement imposée comme un acteur sérieux dans l’univers des casinos virtuels. Grâce à une interface conviviale et une offre variée, ce casino attire un large public souhaitant allier divertissement et sécurité lors de leurs sessions de jeu. Dans cet avis complet, nous analysons en détail les garanties de sécurité et la fiabilité de Nine Casino afin de vous aider à faire un choix éclairé.</p>\n<h2>Sécurité des joueurs et protections mises en place</h2>\n<p>La sécurité est un critère fondamental pour tout joueur en ligne. Nine Casino a mis en œuvre plusieurs dispositifs pour protéger les données personnelles ainsi que les fonds de ses utilisateurs. Le site utilise un cryptage SSL 256 bits, norme industrielle garantissant la confidentialité des échanges. De plus, la plateforme est régulée par une autorité compétente, assurant un contrôle strict sur le respect des règles du jeu responsable.</p>\n<h2>Fiabilité et qualité du service</h2>\n<p>Outre la sécurité, la fiabilité de Nine Casino repose sur la transparence de ses opérations, notamment en ce qui concerne les méthodes de paiement et les délais de retrait. Le casino propose un service client réactif, accessible via chat en direct et email, ce qui renforce la confiance des joueurs. Enfin, la bibliothèque de jeux comprend uniquement des titres certifiés par des développeurs reconnus mondialement, assurant une expérience de jeu honnête.</p>\n<h3>Avantages clés de Nine Casino</h3>\n<ul>\n<li>Sécurité renforcée avec cryptage SSL</li>\n<li>Large choix de jeux de fournisseurs réputés</li>\n<li>Assistance clientèle disponible 24/7</li>\n<li>Processus de retrait rapide et transparent</li>\n<li>Bonus attractifs avec conditions claires</li>\n</ul>\n<h2>Tableau comparatif des caractéristiques principales</h2>\n<table>\n<tr>\n<th>Critère</th>\n<th>Détails</th>\n</tr>\n<tr>\n<td>Licence</td>\n<td>Autorité de jeu curative reconnue</td>\n</tr>\n<tr>\n<td>Méthodes de paiement</td>\n<td>Visa, Mastercard, Skrill, Neteller</td>\n</tr>\n<tr>\n<td>Sécurité</td>\n<td>Cryptage SSL 256 bits</td>\n</tr>\n<tr>\n<td>Support client</td>\n<td>Chat en direct et email 24/7</td>\n</tr>\n</table>\n<h2>FAQ - Questions fréquentes</h2>\n<p>Q1 : Nine Casino est-il légal en France ?<br>\nOui, Nine Casino opère sous une licence officielle qui garantit son respect des normes françaises et européennes.</p>\n<p>Q2 : Quels sont les délais de retrait ?<br>\nLes demandes de retrait sont généralement traitées sous 24 à 48 heures, selon le mode choisi.</p>\n<p>Q3 : Est-ce que le casino propose des jeux équitables ?<br>\nAbsolument, tous les jeux sont certifiés par des organismes indépendants assurant leur impartialité.</p>\n<p>Q4 : Comment contacter le service client ?<br>\nVous pouvez joindre le support via chat en direct ou par email à tout moment, 7 jours sur 7.</p>\n<p>Q5 : Y a-t-il un bonus de bienvenue ?<br>\nOui, Nine Casino offre un bonus de bienvenue avec des conditions de mise transparentes.</p>\n<hr>\n<p>En conclusion, Nine Casino se présente comme une plateforme sécurisée, fiable et parfaitement adaptée aux joueurs francophones exigeants. Sa conformité réglementaire, ses outils de protection avancés et son service client professionnel en font une adresse recommandée pour toute personne souhaitant jouer en ligne en toute sérénité.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=32.txt-->', 'Nine Casino avis complet : sécurité et fiabilité garanties', '', 'publish', 'open', 'open', '', 'nine-casino-avis-complet-securite-et-fiabilite-garanties', '', '', '2025-11-13 02:38:05', '2025-11-13 02:38:05', '', 0, 'https://hartgarnermd.com/nine-casino-avis-complet-securite-et-fiabilite-garanties/', 0, 'post', '', 0),
(1259, 1, '2025-11-26 08:12:05', '2025-11-26 08:12:05', '<h2>¿Por qué aprovechar las promociones de temporada en Wazamba Casino?</h2>\n<p>Como editor de un portal especializado en juegos de azar, recomiendo a los jugadores aprovechar las promociones de temporada en plataformas como <a href=\"https://casinoswazamba.com\">wazamba casino</a>. Estas ofertas no solo aumentan el valor de tu bankroll, sino que, si se usan con conocimiento, te permiten jugar con menos riesgos y disfrutar más tiempo de las mejores tragamonedas y juegos de mesa.</p>\n<p>Wazamba se distingue por ofrecer promociones periódicas atractivas y transparentes que suelen incluir bonos de recarga, giros gratis y hasta competiciones con premios exclusivos. Sin embargo, la clave está en comprender bien las condiciones para sacarles el máximo provecho sin exponerse a perder más de lo necesario.</p>\n<h2>¿Qué tipos de promociones de temporada ofrece Wazamba y cómo funcionan?</h2>\n<p>Las promociones de temporada en Wazamba varían según la época del año: verano, Navidad, eventos deportivos o fechas especiales del casino. Los principales tipos incluyen:</p>\n<ul>\n<li>Bonos de recarga: depósitos adicionales con un porcentaje extra para jugar.</li>\n<li>Giros gratis (free spins): tiradas sin coste en slots seleccionados.</li>\n<li>Torneos y competiciones: desafíos con premios en efectivo o fichas.</li>\n<li>Cashback temporal: devolución de un porcentaje de pérdidas en un período.</li>\n</ul>\n<p>Estas ofertas suelen tener requisitos de apuesta (wagering) y límites de tiempo estrictos. Por eso es fundamental revisarlos para evitar sorpresas al intentar retirar ganancias.</p>\n<h2>Consejos prácticos para usar las promociones sin riesgos</h2>\n<p>Para sacar el máximo partido a estas promociones sin exponerte innecesariamente, sigue estas recomendaciones:</p>\n<ul>\n<li>Lee siempre los términos y condiciones específicos de cada bono.</li>\n<li>Aprovecha bonos con bajo requisito de apuesta o sin rollover.</li>\n<li>Utiliza los giros gratis en juegos con alto retorno al jugador (RTP).</li>\n<li>Controla tu presupuesto y no deposites más de lo que puedes permitirte perder.</li>\n<li>Participa en torneos solo si conoces bien los juegos y la dinámica.</li>\n</ul>\n<p>Estas medidas son esenciales para disfrutar la experiencia sin frustraciones ni pérdidas inesperadas.</p>\n<h2>Tabla comparativa: promociones de temporada en Wazamba vs. oferta promedio del mercado</h2>\n<table>\n<tr>\n<th>Característica</th>\n<th>Wazamba Casino</th>\n<th>Oferta promedio de casinos online</th>\n</tr>\n<tr>\n<td>Variedad de promociones</td>\n<td>Alta (bonos, giros, torneos)</td>\n<td>Media (principalmente bonos de bienvenida)</td>\n</tr>\n<tr>\n<td>Claridad de términos</td>\n<td>Transparente</td>\n<td>Variable, a veces confusa</td>\n</tr>\n<tr>\n<td>Requisitos de apuesta</td>\n<td>Entre 30x y 40x</td>\n<td>Puede superar 40x</td>\n</tr>\n<tr>\n<td>Acceso a promociones móviles</td>\n<td>Sí, optimizado</td>\n<td>En muchos casos limitado</td>\n</tr>\n</table>\n<p>Quick facts: Wazamba destaca por su interfaz amigable y promociones adaptadas a cualquier tipo de jugador, desde novatos hasta expertos.</p>\n<h2>¿Vale la pena arriesgarse con las promociones de temporada?</h2>\n<p>Un jugador escéptico podría pensar que las promociones solo esconden trampas. En mi experiencia, y tras analizar los datos, estas ofertas son herramientas valiosas cuando se abordan con estrategia. Wazamba ofrece condiciones transparentes y soporte atento que ayuda a disipar dudas. Por ejemplo, la posibilidad de recibir cashback reduce la presión financiera, mitigando pérdidas.</p>\n<p>Además, para quien vuelve a la plataforma tras una pausa, estas ofertas son la excusa perfecta para retomar con menos riesgo y más potencial de ganancias.</p>\n<h2>FAQ – Preguntas frecuentes sobre promociones en Wazamba Casino</h2>\n<p>¿Cómo puedo reclamar una promoción de temporada en Wazamba?<br>\nSimplemente regístrate o inicia sesión, visita la sección de promociones y activa la oferta que deseas antes de hacer tu depósito.</p>\n<p>¿Hay algún requisito para retirar las ganancias de un bono?<br>\nSí, debes cumplir con el requisito de apuesta indicado, usualmente entre 30x y 40x el monto del bono o las ganancias derivadas.</p>\n<p>¿Puedo usar más de una promoción a la vez?<br>\nGeneralmente no. Las promociones suelen ser exclusivas y no acumulables, salvo que se especifique lo contrario.</p>\n<p>¿Las promociones están disponibles para todos los métodos de pago?<br>\nEn la mayoría de los casos sí, pero es recomendable confirmar cada promoción, ya que algunos métodos pueden estar excluidos.</p>\n<p>¿Es seguro jugar usando promociones en Wazamba?<br>\nSí, Wazamba está licenciado y utiliza cifrado avanzado; todas las promociones cumplen con regulaciones estrictas para proteger al jugador.</p>\n<hr>\n<p>Aprovechar las promociones de temporada en Wazamba Casino es una excelente forma de mejorar tu experiencia de juego con menos riesgos. Solo recuerda informarte bien, jugar con cabeza y elegir las ofertas que más se adapten a tu estilo y presupuesto. Así, disfrutarás de lo mejor del casino online sin sorpresas desagradables.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=191.txt-->', 'Cómo aprovechar las promociones de temporada en Wazamba Casino sin riesgos', '', 'publish', 'open', 'open', '', 'como-aprovechar-las-promociones-de-temporada-en-wazamba-casino-sin-riesgos', '', '', '2025-11-26 08:12:05', '2025-11-26 08:12:05', '', 0, 'https://hartgarnermd.com/como-aprovechar-las-promociones-de-temporada-en-wazamba-casino-sin-riesgos/', 0, 'post', '', 0),
(1260, 1, '2025-11-18 17:17:05', '2025-11-18 17:17:05', '<p>La sécurité est une priorité absolue pour tout joueur en ligne. Sur la plateforme <a href=\"https://dreams-casino.win\">dreams casino</a>, la protection de vos données et de vos comptes est au cœur des préoccupations. L\'activation de la double authentification (2FA) offre une couche supplémentaire de sécurité indispensable pour prévenir tout accès non autorisé. Dans ce guide, découvrez comment activer facilement cette fonctionnalité et sécuriser vos sessions de jeu sur Dreams Casino.</p>\n<h2>Pourquoi la double authentification est-elle essentielle sur Dreams Casino ?</h2>\n<p>La double authentification consiste à ajouter un second facteur de vérification en plus du mot de passe classique. Cela signifie que, même si votre mot de passe est compromis, un pirate ne pourra pas accéder à votre compte sans ce deuxième code temporaire. Dreams Casino intègre cette fonctionnalité pour répondre aux exigences de sécurité modernes et donner aux joueurs une sérénité totale.</p>\n<p>Cette fonction limite drastiquement les risques de fraude en ligne, notamment dans un univers comme le iGaming où les transactions financières sont fréquentes. En activant la 2FA, vous bénéficiez d’une protection robuste et vous consolidez la confidentialité de vos informations personnelles et bancaires.</p>\n<h2>Comment configurer la double authentification sur Dreams Casino ?</h2>\n<p>L’activation de la double authentification sur Dreams Casino est simple et rapide. Voici les étapes à suivre :</p>\n<ol>\n<li>Connectez-vous à votre compte Dreams Casino.</li>\n<li>Rendez-vous dans la section « Paramètres » ou « Mon compte ».</li>\n<li>Sélectionnez « Sécurité » puis cliquez sur « Activer la double authentification ».</li>\n<li>Téléchargez une application d’authentification tierce, comme Google Authenticator ou Authy, sur votre smartphone.</li>\n<li>Scannez le QR code affiché à l’écran avec l’application.</li>\n<li>Entrez le code temporaire généré par l’application pour valider la configuration.</li>\n<li>Confirmez l’activation.</li>\n</ol>\n<p>Une fois la procédure terminée, à chaque connexion, Dreams Casino vous demandera ce code à six chiffres en complément de votre mot de passe. Cette étape supplémentaire protège efficacement votre compte contre tout accès non autorisé.</p>\n<h2>Avantages comparés : Dreams Casino vs sécurité standard du marché</h2>\n<table>\n<tr>\n<th>Critère</th>\n<th>Dreams Casino</th>\n<th>Sécurité standard moyenne</th>\n</tr>\n<tr>\n<td>Double authentification</td>\n<td>Disponible et facile à activer</td>\n<td>Souvent absente ou optionnelle</td>\n</tr>\n<tr>\n<td>Notifications d’activité</td>\n<td>Alertes en temps réel</td>\n<td>Rarement proposées</td>\n</tr>\n<tr>\n<td>Cryptage des données</td>\n<td>Chiffrement SSL avancé</td>\n<td>Niveau variable</td>\n</tr>\n<tr>\n<td>Support sécurité dédié</td>\n<td>Assistance spécialisée</td>\n<td>Assistance générale</td>\n</tr>\n</table>\n<p>Ces éléments montrent que Dreams Casino ne se contente pas d’un minimum : la plateforme s\'engage à offrir une expérience sécurisée, surtout dans la gestion des accès. Cela reflète un niveau de vigilance supérieur à la moyenne du secteur.</p>\n<h2>Conseils pratiques pour renforcer encore plus votre sécurité</h2>\n<p>Outre l\'activation de la double authentification, quelques réflexes simples peuvent protéger davantage votre compte :</p>\n<ul>\n<li>Utilisez un mot de passe complexe et unique pour Dreams Casino.</li>\n<li>Ne partagez jamais vos identifiants, même avec des proches.</li>\n<li>Mettez régulièrement à jour votre application d’authentification.</li>\n<li>Activez les notifications par email pour toute connexion suspecte.</li>\n<li>Évitez de vous connecter sur des réseaux Wi-Fi publics non sécurisés.</li>\n</ul>\n<p>Ces bonnes pratiques complètent parfaitement la double authentification et instaurent une barrière solide contre les tentatives de piratage.</p>\n<h2>FAQ sur la double authentification chez Dreams Casino</h2>\n<p>1. Est-ce que la double authentification ralentit la connexion ?<br>\nNon, le processus ajoute seulement quelques secondes à la connexion, pour un gain de sécurité important.</p>\n<p>2. Que faire si je perds mon téléphone avec l’application d’authentification ?<br>\nDreams Casino propose une procédure de récupération via email ou service client, après vérification de votre identité.</p>\n<p>3. Puis-je désactiver la double authentification ?<br>\nOui, c’est possible dans les réglages, mais il est fortement déconseillé de le faire.</p>\n<p>4. La double authentification protège-t-elle aussi les retraits d’argent ?<br>\nAbsolument, elle sécurise l’ensemble du compte, y compris les opérations financières.</p>\n<p>5. Est-ce que tous les joueurs peuvent activer cette option ?<br>\nOui, la fonctionnalité est accessible à tous les membres du casino sans restriction.</p>\n<hr>\n<p>En résumé, l’activation de la double authentification sur Dreams Casino est un réflexe de sécurité indispensable pour tout joueur soucieux de protéger ses données. Ce système simple à mettre en place renforce considérablement la défense de votre compte face aux cybermenaces. N’hésitez plus : sécurisez dès maintenant votre expérience de jeu et profitez sereinement de la riche offre de la plateforme.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1201_56.txt-->', 'Comment activer la double authentification sur Dreams Casino : sécurité renforcée', '', 'publish', 'open', 'open', '', 'comment-activer-la-double-authentification-sur-dreams-casino-securite-renforcee', '', '', '2025-11-18 17:17:05', '2025-11-18 17:17:05', '', 0, 'https://hartgarnermd.com/comment-activer-la-double-authentification-sur-dreams-casino-securite-renforcee/', 0, 'post', '', 0),
(1261, 1, '2025-11-12 02:17:05', '2025-11-12 02:17:05', '<h2>¿Qué ofrece Wazamba Casino y cómo lo perciben sus usuarios?</h2>\n<p>Wazamba Casino es una plataforma de juego en línea que ha ganado popularidad por su interfaz innovadora y una oferta amplia de juegos. Está diseñado para jugadores que buscan variedad y una experiencia visual atractiva, con un toque lúdico en su diseño. Sin embargo, más allá del aspecto estético, la percepción de los usuarios sobre la transparencia del casino es un tema crucial para determinar su fiabilidad.</p>\n<p>En muchos foros y comunidades de iGaming, los usuarios comentan sobre la seguridad, claridad en las condiciones y rapidez en los pagos. Para quienes valoran estos aspectos, es imprescindible saber si Wazamba cumple con las expectativas reales y si sus prácticas responden a un compromiso claro con la transparencia. Se puede consultar más información directamente en su sitio oficial: <a href=\"https://casinoswazamba.com/\">https://casinoswazamba.com/</a>.</p>\n<h2>Transparencia y licencias: ¿qué dicen los jugadores?</h2>\n<p>Una de las primeras cuestiones que plantean los usuarios es la regulación del casino. Wazamba opera bajo licencia de la Curaçao eGaming, un estándar aceptado aunque con menos prestigio que otras licencias europeas. Esto genera cierto debate entre los jugadores experimentados que buscan máxima seguridad.</p>\n<p>Para los usuarios, la transparencia se refleja en:</p>\n<ul>\n<li>Claridad en los términos y condiciones, sin letra pequeña oculta.</li>\n<li>Información visible sobre los métodos de pago y límites.</li>\n<li>Publicación de políticas de juego responsable y medidas anti-fraude.</li>\n<li>Respuestas concretas y rápidas a través de atención al cliente.</li>\n</ul>\n<p>En general, la mayoría de opiniones reflejan que Wazamba cumple con estas premisas, aunque algunos señalan que la documentación legal podría ser más accesible y fácil de entender para el público general.</p>\n<h2>Catálogo de juegos y experiencia de usuario</h2>\n<p>Los jugadores valoran mucho el amplio catálogo de Wazamba, que incluye cientos de títulos de proveedores reconocidos como NetEnt, Pragmatic Play o Evolution Gaming. La variedad de tragamonedas, juegos de mesa y live casino ofrece una experiencia completa y actualizada.</p>\n<p>Además, la plataforma destaca por su interfaz intuitiva y navegación fluida, aspectos que los usuarios respaldan con comentarios positivos. El diseño gamificado, con avatares y misiones, aporta una capa extra de entretenimiento que no todos los casinos poseen.</p>\n<h3>Quick facts sobre Wazamba Casino</h3>\n<table>\n<tr>\n<th>Aspecto</th>\n<th>Detalle</th>\n</tr>\n<tr>\n<td>Licencia</td>\n<td>Curaçao eGaming</td>\n</tr>\n<tr>\n<td>Proveedores destacados</td>\n<td>NetEnt, Pragmatic Play, Evolution</td>\n</tr>\n<tr>\n<td>Métodos de pago</td>\n<td>Visa, MasterCard, Skrill, Criptomonedas</td>\n</tr>\n<tr>\n<td>Tiempo de retiro</td>\n<td>24-72 horas</td>\n</tr>\n</table>\n<h2>¿Qué opinan los usuarios sobre los pagos y bonos?</h2>\n<p>Uno de los puntos donde más se mide la transparencia es en la gestión de depósitos y retiradas. Wazamba ofrece múltiples métodos, incluyendo opciones de criptomonedas, lo que suma flexibilidad. Según reseñas, los tiempos de procesamiento son generalmente rápidos, aunque algunos usuarios han reportado retrasos puntuales.</p>\n<p>Respecto a los bonos, la política es clara en cuanto a requisitos de apuesta y condiciones, aunque como en cualquier casino online, la letra pequeña debe leerse con detenimiento. La plataforma destaca por tener ofertas atractivas y un programa de fidelidad que premia la actividad constante.</p>\n<h2>¿Hay argumentos escépticos? Sí, pero con matices</h2>\n<p>Algunos jugadores nuevos muestran escepticismo inicial ante casinos con licencia de Curaçao, considerando que no tiene la misma garantía que reguladores europeos como Malta o Reino Unido. Sin embargo, Wazamba compensa esta percepción mediante transparencia en su funcionamiento diario y atención al usuario.</p>\n<p>Un jugador experimentado compartió:<br>\n\"Al principio dudaba por la licencia, pero tras meses jugando, puedo decir que los pagos son confiables y la atención al cliente efectiva. No he encontrado prácticas oscuras ni problemas con retiradas.\"</p>\n<p>Este tipo de testimonios aportan confianza y equilibran la visión crítica que puede surgir en foros especializados.</p>\n<h2>Lista de ventajas y puntos a mejorar en Wazamba</h2>\n<ul>\n<li>Variedad y calidad del catálogo de juegos.</li>\n<li>Interfaz atractiva y amigable para el usuario.</li>\n<li>Amplia variedad de métodos de pago, incluidas criptomonedas.</li>\n<li>Licencia válida pero con percepción variable entre los jugadores.</li>\n<li>Atención al cliente profesional, aunque limitada en algunos idiomas.</li>\n<li>Documentación legal mejorable en accesibilidad.</li>\n</ul>\n<h2>Preguntas frecuentes sobre Wazamba Casino</h2>\n<p>¿Es seguro jugar en Wazamba Casino?<br>\nSí, dispone de licencia oficial y utiliza cifrado SSL para proteger los datos, pero su licencia Curaçao es considerada menos estricta que otras europeas.</p>\n<p>¿Cuánto tardan en procesar los retiros?<br>\nLos retiros suelen completarse entre 24 y 72 horas, según el método de pago seleccionado.</p>\n<p>¿Qué tipos de bonos ofrece Wazamba?<br>\nBonos de bienvenida, ofertas periódicas y un programa de fidelidad que recompensa la actividad regular.</p>\n<p>¿Puedo jugar desde el móvil sin problemas?<br>\nSí, la plataforma está optimizada para dispositivos móviles y no requiere app, funcionando directamente desde el navegador.</p>\n<p>¿Cómo es el soporte al cliente?<br>\nOfrecen chat en vivo, correo electrónico y FAQ, con tiempos de respuesta razonables para resolver dudas.</p>\n<hr>\n<p>Wazamba Casino convence por su oferta y diseño, y la mayoría de usuarios reconocen su transparencia operativa pese a la licencia menos prestigiosa. Para jugadores que buscan variedad y una experiencia visual diferente combinada con claridad en términos y pagos, es una opción sólida a considerar.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=191.txt-->', 'Opiniones reales de usuarios sobre Wazamba Casino y su transparencia', '', 'publish', 'open', 'open', '', 'opiniones-reales-de-usuarios-sobre-wazamba-casino-y-su-transparencia', '', '', '2025-11-12 02:17:05', '2025-11-12 02:17:05', '', 0, 'https://hartgarnermd.com/opiniones-reales-de-usuarios-sobre-wazamba-casino-y-su-transparencia/', 0, 'post', '', 0),
(1262, 1, '2025-12-06 11:19:05', '2025-12-06 11:19:05', '<h2>Introduction à Twin Casino et sa réputation en ligne</h2>\n<p>Twin Casino s’est rapidement imposé comme une plateforme incontournable dans le monde des jeux en ligne. Les avis clients sur <a href=\"https://twincasinos.org\">twincasinos.org</a> confirment l’intérêt croissant des joueurs pour ce casino, notamment grâce à son interface intuitive, sa large sélection de jeux et ses nombreuses promotions. Mais au-delà de l’esthétique et de l’offre, la question cruciale reste : Twin Casino est-il fiable et sérieux ?</p>\n<h2>La fiabilité de Twin Casino : sécurité et transparence</h2>\n<p>Pour évaluer la fiabilité d’un casino en ligne, plusieurs critères doivent être pris en compte. Twin Casino possède une licence reconnue délivrée par une autorité de jeu réputée, ce qui garantit la légalité de ses opérations. Par ailleurs, le site utilise des technologies de cryptage avancées (SSL) pour protéger les données personnelles et bancaires des utilisateurs.</p>\n<p>De plus, les retours clients mentionnent régulièrement des délais de paiement rapides et un service client réactif, deux indicateurs forts de sérieux. La transparence dans les conditions générales, notamment concernant les bonus et les exigences de mise, est aussi soulignée comme un point positif.</p>\n<h2>Les avantages principaux selon les joueurs</h2>\n<p>Les joueurs qui partagent leur expérience sur Twin Casino mettent en avant plusieurs points forts :</p>\n<ul>\n<li>Large gamme de jeux proposés (machines à sous, jeux de table, live casino)</li>\n<li>Interface fluide et compatible mobile</li>\n<li>Offre promotionnelle attractive et régulière</li>\n<li>Processus d’inscription simple et rapide</li>\n<li>Support client disponible via chat en direct et email</li>\n</ul>\n<h2>Tableau récapitulatif des caractéristiques clés de Twin Casino</h2>\n<table>\n<tr>\n<th>Critère</th>\n<th>Description</th>\n</tr>\n<tr>\n<td>Licence</td>\n<td>Autorité de jeu de Malte (MGA)</td>\n</tr>\n<tr>\n<td>Sécurité</td>\n<td>Cryptage SSL 256 bits</td>\n</tr>\n<tr>\n<td>Modes de paiement</td>\n<td>Cartes bancaires, portefeuilles électroniques, virements</td>\n</tr>\n<tr>\n<td>Délai de retrait</td>\n<td>En général 24 à 48 heures</td>\n</tr>\n</table>\n<h2>FAQ : questions fréquentes sur Twin Casino</h2>\n<p>Q1 : Twin Casino est-il autorisé et réglementé ?<br>\nOui, Twin Casino possède une licence officielle délivrée par l’Autorité de jeu de Malte, assurant la légalité et le contrôle de ses activités.</p>\n<p>Q2 : Quels sont les délais moyens pour un retrait ?<br>\nLes retraits sont généralement traités en 24 à 48 heures, selon la méthode choisie.</p>\n<p>Q3 : Quelle est la qualité du service client ?<br>\nLe service client est réputé pour sa disponibilité, avec un chat en direct et un support par email accessible 24/7.</p>\n<p>Q4 : Twin Casino propose-t-il des jeux en direct ?<br>\nOui, un large choix de jeux en live casino est disponible, incluant blackjack, roulette et poker.</p>\n<p>Q5 : Y a-t-il des conditions cachées sur les bonus ?<br>\nLes conditions de mise sont clairement indiquées dans les termes et conditions, et la transparence est une priorité pour Twin Casino.</p>\n<hr>\n<p>En conclusion, les avis clients et les critères techniques confirment que Twin Casino est un site fiable et sérieux. Sa réglementation, la sécurité offerte, ainsi que la qualité du service client en font une option intéressante pour les amateurs de jeux en ligne souhaitant évoluer dans un environnement sécurisé.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=69.txt-->', 'Avis clients sur Twin Casino : la fiabilité et le sérieux du casino', '', 'publish', 'open', 'open', '', 'avis-clients-sur-twin-casino-la-fiabilite-et-le-serieux-du-casino', '', '', '2025-12-06 11:19:05', '2025-12-06 11:19:05', '', 0, 'https://hartgarnermd.com/avis-clients-sur-twin-casino-la-fiabilite-et-le-serieux-du-casino/', 0, 'post', '', 0),
(1263, 1, '2025-11-11 23:29:05', '2025-11-11 23:29:05', '<h2>Introduction to Prestige Spin Casino</h2>\n<p>Prestige Spin Casino has rapidly gained popularity among online gaming enthusiasts, offering an immersive experience that combines engaging gameplay with lucrative rewards. If you are serious about turning the odds in your favour, this step-by-step guide will provide essential strategies to maximise your winnings at <a href=\"https://prestigespincasinos.uk/\">https://prestigespincasinos.uk/</a>. Whether you are a novice or a seasoned player, understanding how to navigate this platform effectively is key to success.</p>\n<h2>Getting Started: Foundations for Winning</h2>\n<p>Before diving into the games, it’s crucial to set a strong foundation. This involves familiarising yourself with the game selection, understanding the betting limits, and managing your bankroll efficiently. Prestige Spin offers a broad range of slots, table games, and live dealer options, each with unique odds and pay tables.</p>\n<h2>Step by Step Winning Strategy</h2>\n<h3>1. Choose the Right Games</h3>\n<p>Selecting games with a high return-to-player (RTP) percentage is essential. Slots like “Starburst” and table games such as blackjack often offer better chances compared to other options.</p>\n<h3>2. Manage Your Bankroll Wisely</h3>\n<p>Set a strict budget before you start playing. Divide your total bankroll into small sessions and avoid chasing losses, which can quickly deplete your funds.</p>\n<h3>3. Utilise Bonuses and Promotions</h3>\n<p>Prestige Spin frequently offers bonuses and free spins. Use these to extend your playtime and increase your chances of hitting a big win without additional risk.</p>\n<h3>4. Practice with Free Games</h3>\n<p>Many games at Prestige Spin have demo versions. Practising helps you understand game mechanics without risking real money.</p>\n<h3>5. Know When to Quit</h3>\n<p>Set winning and losing limits for each session. Walking away while ahead preserves your profits and maintains discipline.</p>\n<h2>Key Tips for Consistent Success</h2>\n<ul>\n  <li>Regularly check for new promotions to boost your bankroll.</li>\n  <li>Focus on games you understand well rather than trying everything at once.</li>\n  <li>Keep track of your wins and losses to identify patterns and improve strategy.</li>\n</ul>\n<h2>Useful Data Table: Game RTP and Betting Limits at Prestige Spin</h2>\n<table>\n<tr>\n<th>Game Type</th>\n<th>Average RTP (%)</th>\n<th>Typical Betting Range (£)</th>\n</tr>\n<tr>\n<td>Slots</td>\n<td>95 - 97</td>\n<td>0.10 - 100</td>\n</tr>\n<tr>\n<td>Blackjack</td>\n<td>99 - 99.5</td>\n<td>1 - 500</td>\n</tr>\n<tr>\n<td>Roulette</td>\n<td>97 - 98</td>\n<td>0.10 - 200</td>\n</tr>\n<tr>\n<td>Live Dealer</td>\n<td>97 - 99</td>\n<td>1 - 1000</td>\n</tr>\n</table>\n<h2>FAQ: Frequently Asked Questions</h2>\n<p>Q1: Is Prestige Spin Casino safe and fair?<br>\nA1: Yes, Prestige Spin operates under strict licensing regulations ensuring fairness, security, and responsible gaming practices.</p>\n<p>Q2: Can I play on mobile devices?<br>\nA2: Absolutely, Prestige Spin offers a fully optimised mobile platform compatible with most smartphones and tablets.</p>\n<p>Q3: What payment methods are accepted?<br>\nA3: The casino supports a variety of secure payment options including credit/debit cards, e-wallets, and bank transfers.</p>\n<p>Q4: How do I claim bonuses?<br>\nA4: Bonuses can be claimed by registering an account and following the promotional terms detailed on the site or contacting customer support.</p>\n<p>Q5: Can I play games for free?<br>\nA5: Yes, many games at Prestige Spin are available in demo mode, allowing you to practice without wagering real money.</p>\n<hr>\n<p>By applying the steps outlined above, Prestige Spin Casino players can enhance their gaming experience and improve their chances of winning. Remember that discipline and informed choices are the cornerstones of success in any gambling environment.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=819.txt-->', 'Step by Step Winning Guide for Prestige Spin Casino Players', '', 'publish', 'open', 'open', '', 'step-by-step-winning-guide-for-prestige-spin-casino-players', '', '', '2025-11-11 23:29:05', '2025-11-11 23:29:05', '', 0, 'https://hartgarnermd.com/step-by-step-winning-guide-for-prestige-spin-casino-players/', 0, 'post', '', 0),
(1264, 1, '2025-12-04 13:06:05', '2025-12-04 13:06:05', '<h2>Understanding Promo Codes at True Fortune Casino</h2>\n<p>Promo codes are one of the most effective ways to unlock extra rewards and boost your gaming experience at True Fortune Casino. Using the right <a href=\"https://true-fortune.org.uk\">true fortune casino bonus codes</a> can grant you access to free spins, deposit bonuses, and exclusive promotions. However, to maximise these benefits, it’s essential to know how to apply these codes correctly and avoid common pitfalls.</p>\n<h2>Step-by-Step Guide to Applying Promo Codes</h2>\n<p>To ensure you receive your bonuses without hassle, follow these straightforward steps:</p>\n<ol>\n<li>\n<p>Register or Log In: You must have an active account at True Fortune Casino. New players can register easily, while returning users should log in to their account dashboard.</p>\n</li>\n<li>\n<p>Locate the Promo Code Field: Navigate to the cashier or deposit section where the casino will prompt you to enter a promo code before confirming your transaction.</p>\n</li>\n<li>\n<p>Enter the Correct Code: Carefully input the promo code exactly as provided. Promo codes are case-sensitive, so accuracy is crucial.</p>\n</li>\n<li>\n<p>Confirm Your Deposit: After entering the code, proceed with your deposit. The bonus or reward will be credited automatically if the code is valid.</p>\n</li>\n<li>\n<p>Check Bonus Terms: Always review the specific terms related to the bonus, such as wagering requirements and expiry dates.</p>\n</li>\n</ol>\n<h2>Common Mistakes to Avoid When Using Promo Codes</h2>\n<p>Applying promo codes incorrectly can lead to forfeiting your bonus. Avoid these errors:</p>\n<ul>\n<li>Using expired or invalid codes.</li>\n<li>Entering codes in the wrong field or after confirming the deposit.</li>\n<li>Ignoring minimum deposit amounts linked to the promotion.</li>\n<li>Failing to meet wagering requirements before withdrawing.</li>\n</ul>\n<h2>Useful Tips for Maximising Rewards</h2>\n<p>To fully benefit from promo codes at True Fortune Casino, consider the following:</p>\n<ul>\n<li>Subscribe to newsletters or visit the promotions page regularly to get updated true fortune casino bonus codes.</li>\n<li>Combine welcome bonuses with ongoing promotions when possible.</li>\n<li>Keep track of bonus expiry dates to use rewards on time.</li>\n</ul>\n<h2>Promo Code Benefits Overview</h2>\n<table>\n<tr>\n<th>Bonus Type</th>\n<th>Typical Reward</th>\n</tr>\n<tr>\n<td>Welcome Bonus</td>\n<td>100% match up to £200 + free spins</td>\n</tr>\n<tr>\n<td>No Deposit Bonus</td>\n<td>£10 free chip to try games</td>\n</tr>\n<tr>\n<td>Reload Bonus</td>\n<td>50% bonus on subsequent deposits</td>\n</tr>\n<tr>\n<td>Free Spins Offer</td>\n<td>20-50 spins on popular slots</td>\n</tr>\n</table>\n<h2>FAQ: Applying Promo Codes at True Fortune Casino</h2>\n<p>Q1: Can I use multiple promo codes on one deposit?<br>\nA1: No, True Fortune Casino allows only one promo code per deposit or promotion.</p>\n<p>Q2: What if my promo code is not working?<br>\nA2: Double-check the code’s validity, expiry date, and correct entry. If issues persist, contact customer support.</p>\n<p>Q3: Do I need to meet wagering requirements before withdrawing bonus winnings?<br>\nA3: Yes, all bonuses come with specific wagering requirements that must be fulfilled to withdraw the bonus or winnings derived from it.</p>\n<p>Q4: Where can I find the latest True Fortune promo codes?<br>\nA4: The most reliable source is the official True Fortune website’s promotions page or their official newsletter.</p>\n<p>Q5: Is there a minimum deposit to use a promo code?<br>\nA5: Most promo codes require a minimum deposit, typically around £10, but always check the specific terms attached to each bonus.</p>\n<p>By following the instructions and tips outlined, you can easily apply promo codes at True Fortune Casino to enhance your gameplay and maximise your rewards efficiently.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=576.txt-->', 'How to Apply Promo Codes Correctly at True Fortune Casino for Extra Rewards', '', 'publish', 'open', 'open', '', 'how-to-apply-promo-codes-correctly-at-true-fortune-casino-for-extra-rewards', '', '', '2025-12-04 13:06:05', '2025-12-04 13:06:05', '', 0, 'https://hartgarnermd.com/how-to-apply-promo-codes-correctly-at-true-fortune-casino-for-extra-rewards/', 0, 'post', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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-12-26 09:46:05', '2025-12-26 09:46:05', '<p>Kinbet Casino se distingue par une offre généreuse de promotions et de bonus spécialement conçus pour maximiser l’expérience des joueurs. Que vous soyez un nouveau venu ou un joueur régulier, les avantages proposés sur <a href=\"https://kinbet-casino.com\">https://kinbet-casino.com</a> méritent toute votre attention. Dans cet article, nous vous présentons les bonus exclusifs les plus attractifs, leurs conditions et comment en profiter pleinement.</p>\n<h2>Les bonus de bienvenue chez Kinbet Casino</h2>\n<p>Le bonus de bienvenue est la première occasion de booster votre capital de jeu chez Kinbet. Dès votre inscription, Kinbet propose un pack d’accueil souvent composé de plusieurs étapes pour renforcer l’engagement des joueurs. Il peut inclure des fonds bonus, des tours gratuits ou une combinaison des deux.</p>\n<p>En plus de ces bonus, Kinbet Casino offre régulièrement des promotions spéciales pour les nouveaux membres, ce qui en fait un site idéal pour débuter dans l’univers des casinos en ligne.</p>\n<h2>Promotions régulières et offres VIP</h2>\n<p>Kinbet Casino ne se limite pas au bonus de bienvenue. Les joueurs fidèles peuvent bénéficier d’un programme VIP exclusif, ainsi que de promotions hebdomadaires ou mensuelles. Ces offres comprennent souvent :</p>\n<ul>\n<li>Reload bonuses (bonus de dépôt)</li>\n<li>Tours gratuits sur des machines sélectionnées</li>\n<li>Cashback sur pertes</li>\n<li>Accès privilégié à des tournois exclusifs</li>\n</ul>\n<p>Ces promotions sont une excellente façon d’accroître vos chances de gains tout en profitant d’une expérience ludique enrichie.</p>\n<h2>Liste des principaux bonus exclusifs</h2>\n<ol>\n<li>Bonus de bienvenue jusqu’à 1000 € + 100 tours gratuits</li>\n<li>Bonus « Reload » de 50 % tous les vendredis</li>\n<li>Cashback hebdomadaire jusqu’à 10 %</li>\n<li>Bonus anniversaire personnalisé</li>\n<li>Accès à des tournois VIP avec prix en argent</li>\n</ol>\n<h2>Tableau récapitulatif des bonus principaux</h2>\n<table>\n<tr>\n<th>Type de bonus</th>\n<th>Description</th>\n</tr>\n<tr>\n<td>Bonus de bienvenue</td>\n<td>Jusqu’à 1000 € + 100 tours gratuits</td>\n</tr>\n<tr>\n<td>Bonus de dépôt (Reload)</td>\n<td>50 % chaque vendredi</td>\n</tr>\n<tr>\n<td>Cashback</td>\n<td>Jusqu’à 10 % sur les pertes hebdomadaires</td>\n</tr>\n<tr>\n<td>Bonus anniversaire</td>\n<td>Offre personnalisée pour célébrer votre anniversaire</td>\n</tr>\n</table>\n<h2>FAQ : Questions fréquentes sur les bonus Kinbet</h2>\n<p>Q1 : Comment activer le bonus de bienvenue ?<br>\nR : Il suffit de créer un compte et de réaliser votre premier dépôt. Le bonus s’applique automatiquement ou via un code promo selon les conditions.</p>\n<p>Q2 : Quels sont les conditions de mise des bonus ?<br>\nR : Les conditions varient mais généralement, il faut miser le montant reçu au moins 35 fois avant de pouvoir retirer les gains.</p>\n<p>Q3 : Les tours gratuits sont-ils soumis à des restrictions ?<br>\nR : Oui, les tours gratuits sont souvent valables sur des jeux spécifiques et doivent être utilisés dans un certain délai.</p>\n<p>Q4 : Le cashback est-il automatique ?<br>\nR : Oui, le cashback est calculé automatiquement sur vos pertes nettes de la semaine et crédité sur votre compte.</p>\n<p>Q5 : Comment rejoindre le programme VIP ?<br>\nR : Le programme VIP est accessible sur invitation basée sur votre activité et fidélité au sein du casino.</p>\n<hr>\n<p>Avec une palette variée de bonus exclusifs, Kinbet Casino offre à ses joueurs une réelle opportunité de maximiser leur expérience de jeu. Pensez à consulter régulièrement <a href=\"https://kinbet-casino.com\">https://kinbet-casino.com</a> pour ne manquer aucune nouvelle offre.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=311.txt-->', 'Tous les bonus exclusifs de Kinbet Casino à ne pas manquer', '', 'publish', 'open', 'open', '', 'tous-les-bonus-exclusifs-de-kinbet-casino-a-ne-pas-manquer', '', '', '2025-12-26 09:46:05', '2025-12-26 09:46:05', '', 0, 'https://hartgarnermd.com/tous-les-bonus-exclusifs-de-kinbet-casino-a-ne-pas-manquer/', 0, 'post', '', 0),
(1266, 1, '2025-12-01 08:04:05', '2025-12-01 08:04:05', '<h2>Pourquoi choisir Roby Casino pour vos transactions en crypto ?</h2>\n<p>Roby Casino se distingue sur le marché iGaming par son intégration avancée et fluide des cryptomonnaies dans les méthodes de paiement. Dans un univers où rapidité, sécurité et simplicité sont essentielles, cette plateforme offre aux joueurs une expérience sans friction pour déposer et retirer leurs gains. Grâce à l’essor des cryptos, Roby Casino s’impose comme un choix pertinent pour les amateurs de jeux en ligne souhaitant conjuguer divertissement et modernité financière.</p>\n<p>Pour commencer à jouer, il suffit d’un compte rapide, et avec <a href=\"https://robyfr.com\">robyfr.com</a>, vous accédez à une interface claire où les options crypto sont mises en avant, rendant chaque étape intuitive et transparente. Ici, pas de complexités inutiles, mais une prise en charge des devises numériques majeure et fiable.</p>\n<h2>Quelles sont les options crypto proposées par Roby Casino ?</h2>\n<p>Roby Casino propose un panel varié de cryptomonnaies pour effectuer vos dépôts et retraits rapidement :</p>\n<ul>\n<li>Bitcoin (BTC)</li>\n<li>Ethereum (ETH)</li>\n<li>Litecoin (LTC)</li>\n<li>Tether (USDT)</li>\n</ul>\n<p>Cette diversité permet à chaque joueur de choisir la crypto qui correspond à ses préférences ou à ses besoins. La plateforme garantit des transactions sécurisées grâce à des protocoles avancés, assurant confidentialité et protection des fonds.</p>\n<h3>Vitesse et limites des transactions</h3>\n<p>Les dépôts en crypto sont instantanés, ce qui signifie que vous pouvez commencer à jouer sans délai. Concernant les retraits, Roby Casino traite généralement les demandes en moins de 24 heures, un délai nettement plus court que les méthodes classiques. Voici un aperçu des limites et délais :</p>\n<table>\n<tr>\n<th>Méthode Crypto</th>\n<th>Dépôt minimum</th>\n<th>Retrait minimum</th>\n<th>Délai retrait</th>\n</tr>\n<tr>\n<td>Bitcoin (BTC)</td>\n<td>0,001 BTC</td>\n<td>0,002 BTC</td>\n<td>12-24 heures</td>\n</tr>\n<tr>\n<td>Ethereum (ETH)</td>\n<td>0,01 ETH</td>\n<td>0,02 ETH</td>\n<td>12-24 heures</td>\n</tr>\n<tr>\n<td>Litecoin (LTC)</td>\n<td>0,1 LTC</td>\n<td>0,2 LTC</td>\n<td>12-24 heures</td>\n</tr>\n<tr>\n<td>Tether (USDT)</td>\n<td>10 USDT</td>\n<td>20 USDT</td>\n<td>12-24 heures</td>\n</tr>\n</table>\n<p>La gestion des limites est adaptée pour convenir aussi bien aux joueurs occasionnels qu’aux plus gros parieurs.</p>\n<h2>Quels sont les avantages des cryptos sur Roby Casino ?</h2>\n<p>Utiliser la cryptomonnaie sur Roby Casino simplifie plusieurs aspects cruciaux des paiements en ligne :</p>\n<ul>\n<li>Sécurité renforcée : chaque transaction est cryptée et validée sur la blockchain, minimisant les risques de fraude.</li>\n<li>Anonymat relatif : contrairement aux paiements par carte bancaire, les transactions crypto requièrent moins d’informations personnelles.</li>\n<li>Frais réduits : les coûts de transfert sont souvent moindres qu’avec les méthodes classiques.</li>\n<li>Accessibilité internationale : vous pouvez jouer sans vous soucier des restrictions bancaires liées à votre pays.</li>\n</ul>\n<h3>Roby Casino face aux standards du marché</h3>\n<p>Comparé à la moyenne des casinos en ligne, Roby Casino propose des délais de retrait plus courts et une interface plus intuitive pour les paiements en cryptomonnaie. Ces avantages consolident sa réputation auprès des joueurs aguerris et des néophytes cherchant la simplicité.</p>\n<h2>Comment effectuer un dépôt ou un retrait en crypto sur Roby Casino ?</h2>\n<p>Le processus est conçu pour être clair et rapide, même pour ceux peu familiers avec les cryptos. Voici les étapes principales :</p>\n<ol>\n<li>Connectez-vous à votre compte sur Roby Casino.</li>\n<li>Rendez-vous dans la section de dépôt ou retrait.</li>\n<li>Sélectionnez la cryptomonnaie désirée.</li>\n<li>Saisissez le montant souhaité et l’adresse de votre portefeuille crypto.</li>\n<li>Confirmez la transaction.</li>\n</ol>\n<p>Les confirmations blockchain sont rapides, ce qui vous permet de commencer à jouer ou de recevoir vos gains sans attente inutile. L’interface vous guide à chaque étape et propose un support si besoin.</p>\n<h2>FAQ - Roby Casino et les cryptomonnaies</h2>\n<p>Q1 : Roby Casino est-il sécurisé pour les transactions en crypto ?<br>\nOui, la plateforme utilise des protocoles de sécurité robustes et des technologies de chiffrement pour garantir la protection de vos fonds. De plus, la nature même des cryptos renforce la sûreté des transferts.</p>\n<p>Q2 : Est-ce que les cryptomonnaies sont acceptées pour tous les jeux ?<br>\nAbsolument, une fois le dépôt effectué en crypto, vous pouvez jouer à l’intégralité du catalogue disponible.</p>\n<p>Q3 : Quels sont les frais liés aux dépôts et retraits en crypto ?<br>\nRoby Casino ne facture pas de frais supplémentaires, seuls les frais minimes liés aux réseaux blockchain peuvent s’appliquer, ce qui reste avantageux par rapport aux méthodes traditionnelles.</p>\n<p>Q4 : Peut-on annuler un retrait en crypto une fois demandé ?<br>\nNon, en raison de la nature des transactions blockchain, une fois validée, la demande de retrait ne peut être annulée.</p>\n<p>Q5 : Roby Casino convient-il aux débutants en cryptomonnaie ?<br>\nOui, la plateforme est pensée pour être accessible, avec une interface simple et un guide clair pour réaliser toutes les opérations en crypto.</p>\n<hr>\n<p>Roby Casino allie modernité et fiabilité en intégrant les cryptomonnaies comme méthodes de paiement principales. Cette démarche place la plateforme en tête des acteurs qui comprennent les besoins actuels des joueurs, en offrant un équilibre parfait entre rapidité, sécurité et convivialité. Pour en savoir plus, consultez la page officielle sur <a href=\"https://robyfr.com\">robyfr.com</a> et commencez votre expérience crypto dès aujourd’hui.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=957_92.txt-->', 'Roby Casino et les options crypto pour déposer et retirer facilement', '', 'publish', 'open', 'open', '', 'roby-casino-et-les-options-crypto-pour-deposer-et-retirer-facilement', '', '', '2025-12-01 08:04:05', '2025-12-01 08:04:05', '', 0, 'https://hartgarnermd.com/roby-casino-et-les-options-crypto-pour-deposer-et-retirer-facilement/', 0, 'post', '', 0),
(1267, 1, '2025-12-27 21:12:05', '2025-12-27 21:12:05', '<h2>Qu’est-ce que le bonus fidélité chez Buran Casino ?</h2>\n<p>Le bonus fidélité de <a href=\"https://casinosburan.com\">Buran Casino</a> est une récompense conçue pour valoriser la régularité et l’engagement des joueurs. Cette plateforme, reconnue pour son interface intuitive et ses nombreuses offres promotionnelles, propose un système qui récompense les utilisateurs actifs via un programme de points cumulables. Pour un joueur, comprendre les critères essentiels pour obtenir ce bonus est la clé pour maximiser ses gains et profiter pleinement de l’expérience proposée.</p>\n<p>Ce programme se distingue par sa simplicité et son accessibilité. Il donne aux joueurs l’opportunité de convertir leur activité en avantages concrets, comme des crédits bonus ou des free spins. Mais quels sont précisément les éléments à respecter pour décrocher ce bonus fidélité ?</p>\n<h2>Quels sont les critères principaux pour obtenir ce bonus ?</h2>\n<p>Le bonus fidélité n’est pas attribué automatiquement à tous les joueurs, il repose sur plusieurs conditions précises. Voici les critères essentiels :</p>\n<ul>\n<li>\n<p>Activité de jeu régulière<br>\nLa fidélité est mesurée par la fréquence et le volume des mises placées. Plus vous jouez souvent et misez de manière conséquente, plus vous accumulez de points fidélité.</p>\n</li>\n<li>\n<p>Montant minimum de dépôt<br>\nPour être éligible au programme, un dépôt minimum est requis. Ce seuil garantit que seuls les joueurs actifs et impliqués bénéficient du bonus.</p>\n</li>\n<li>\n<p>Types de jeux éligibles<br>\nTous les jeux ne rapportent pas des points de la même manière. Les machines à sous, notamment des titres populaires comme ceux de NetEnt ou Play’n GO, génèrent généralement plus de points que les jeux de table.</p>\n</li>\n<li>\n<p>Respect des conditions de mise<br>\nPour convertir ses points en bonus réels, le joueur doit respecter certaines conditions de mise, évitant ainsi les abus du système.</p>\n</li>\n</ul>\n<h2>Tableau récapitulatif des critères</h2>\n<table>\n<tr>\n<th>Critère</th>\n<th>Explication</th>\n</tr>\n<tr>\n<td>Activité de jeu</td>\n<td>Points accumulés proportionnellement aux mises</td>\n</tr>\n<tr>\n<td>Dépôt minimum</td>\n<td>Seuil fixé par Buran Casino pour être éligible</td>\n</tr>\n<tr>\n<td>Jeux éligibles</td>\n<td>Machines à sous, jeux live, mais avec coefficients variables</td>\n</tr>\n<tr>\n<td>Conditions de mise</td>\n<td>Règles à respecter pour valider le bonus fidélité</td>\n</tr>\n</table>\n<h2>Comment fonctionne le système de points ?</h2>\n<p>Le fonctionnement est simple et transparent. Chaque euro misé rapporte des points en fonction du type de jeu. Voici un exemple de répartition possible :</p>\n<ul>\n<li>Machines à sous : 1 point par 10 € misés</li>\n<li>Jeux de table : 1 point par 30 € misés</li>\n<li>Live Casino : 1 point par 20 € misés</li>\n</ul>\n<p>Ces points s’accumulent directement dans le compte fidélité, où ils peuvent être transformés en bonus selon un barème prédéfini. Cette approche encourage les joueurs à diversifier leurs sessions et à privilégier les jeux avec un meilleur retour en points.</p>\n<blockquote>\n<p>À noter : Ce système de points est nettement plus avantageux comparé à la moyenne des casinos en ligne, où beaucoup appliquent des coefficients plus faibles ou des conditions plus restrictives.</p>\n</blockquote>\n<h2>FAQ : Vos questions sur le bonus fidélité Buran Casino</h2>\n<p>1. Comment savoir combien de points fidélité j’ai accumulés ?<br>\nVous pouvez consulter votre solde de points directement dans la section « Mon compte » sur la plateforme Buran Casino.</p>\n<p>2. Peut-on cumuler plusieurs bonus fidélité en même temps ?<br>\nNon, chaque bonus fidélité doit être utilisé suivant les règles. Cependant, il est possible de cumuler divers types de promotions sur la plateforme.</p>\n<p>3. Existe-t-il une date limite pour utiliser les points fidélité ?<br>\nOui, les points ont une durée de validité variable, généralement entre 30 et 90 jours, pour inciter à une utilisation régulière.</p>\n<p>4. Le bonus fidélité est-il disponible pour tous les pays ?<br>\nCertains pays peuvent être exclus du programme selon la législation locale et la politique de Buran Casino.</p>\n<p>5. Que faire si je rencontre un problème avec mon bonus fidélité ?<br>\nLe support client est disponible 24/7 via chat en direct ou email pour toute question liée au programme.</p>\n<h2>En conclusion</h2>\n<p>Le bonus fidélité Buran Casino récompense véritablement l’engagement et la constance du joueur. Grâce à des critères clairs, un système de points transparent et un barème avantageux, ce programme s’impose comme une réelle valeur ajoutée. Pour tirer profit de ces avantages, il suffit de respecter les seuils de dépôt, jouer régulièrement sur des jeux éligibles et suivre les conditions de mise.</p>\n<p>Ce dispositif rend l’expérience du casino plus rémunératrice, tout en renforçant le lien entre la plateforme et ses joueurs les plus assidus. Pour tous ceux qui veulent optimiser leurs sessions de jeu, comprendre ces critères est indispensable.</p>\n<hr>\n<h3>Résumé des critères clés</h3>\n<ul>\n<li>Fréquence et montant des mises</li>\n<li>Dépôt minimum requis</li>\n<li>Choix des jeux avec points maximisés</li>\n<li>Respect des conditions de mise</li>\n</ul>\n<blockquote>\n<p>Pour approfondir, n’hésitez pas à visiter directement <a href=\"https://casinosburan.com\">buran casino</a> et découvrir tous les détails proposés.</p>\n</blockquote>\n<hr>\n<p>Q1 : Quel est le dépôt minimum pour commencer à accumuler des points fidélité ?<br>\nR : Le dépôt minimum est généralement de 20 €, mais peut varier selon la promotion.</p>\n<p>Q2 : Peut-on perdre ses points fidélité en cas d’inactivité ?<br>\nR : Oui, les points expirent après une période d’inactivité de 30 à 90 jours.</p>\n<p>Q3 : Les jeux live rapportent-ils autant de points que les machines à sous ?<br>\nR : Non, les jeux live ont un coefficient de points inférieur mais restent éligibles.</p>\n<p>Q4 : Comment utiliser mes points fidélité pour obtenir un bonus ?<br>\nR : Vous pouvez convertir vos points en crédits bonus dans la section dédiée, sous réserve du respect des conditions.</p>\n<p>Q5 : Les points fidélité sont-ils cumulables avec les bonus de bienvenue ?<br>\nR : Oui, mais ils fonctionnent indépendamment, chaque offre ayant ses conditions spécifiques.</p>\n<hr>\n<p>Ce guide vous offre une vision claire et précise des critères pour obtenir et utiliser le bonus fidélité chez Buran Casino. Profitez-en pour maximiser vos avantages !</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1211.txt-->', 'Les critères pour obtenir un bonus fidélité Buran Casino', '', 'publish', 'open', 'open', '', 'les-criteres-pour-obtenir-un-bonus-fidelite-buran-casino', '', '', '2025-12-27 21:12:05', '2025-12-27 21:12:05', '', 0, 'https://hartgarnermd.com/les-criteres-pour-obtenir-un-bonus-fidelite-buran-casino/', 0, 'post', '', 0),
(1268, 1, '2026-01-23 06:03:05', '2026-01-23 06:03:05', '<h2>¿Qué ofrece TikiTaka Casino a los jugadores móviles?</h2>\n<p>TikiTaka Casino se ha posicionado como una plataforma moderna que entiende la importancia de la experiencia móvil. En un mercado saturado de opciones, su versión móvil destaca por ofrecer juegos sin interrupciones, ideales para quienes buscan diversión continua desde cualquier lugar. Al visitar esta plataforma en dispositivos móviles, el jugador se encuentra con un diseño intuitivo y una velocidad de carga que pocos casinos pueden igualar. Para quien desee profundizar, este <a href=\"https://casinotikitaka.org\">tiki taka casino review</a> ofrece un análisis detallado de sus funcionalidades.</p>\n<p>El enfoque principal de TikiTaka está en brindar una experiencia fluida, evitando pausas que arruinan la inmersión en las partidas. Esto es especialmente relevante para juegos que requieren continuidad, como slots o mesas en vivo, donde cada segundo cuenta.</p>\n<h2>¿Por qué la versión móvil es clave para TikiTaka?</h2>\n<p>El crecimiento del juego en dispositivos móviles es imparable y TikiTaka lo reconoce con un desarrollo adaptado y optimizado. La plataforma evita problemas comunes como tiempos de espera largos, interfaces recargadas o dificultad para navegar desde pantallas pequeñas.</p>\n<p>Entre las ventajas exclusivas destaca:</p>\n<ul>\n<li>Interfaz adaptativa sin pérdida de calidad visual ni funcionalidad.</li>\n<li>Carga rápida incluso en conexiones de datos móviles no muy potentes.</li>\n<li>Integración perfecta con métodos de pago populares y seguros.</li>\n<li>Acceso a promociones y bonos específicos para usuarios móviles.</li>\n<li>Compatibilidad total con iOS y Android, sin necesidad de app adicional.</li>\n</ul>\n<p>Esto transforma al casino en una opción ideal para jugar sobre la marcha, con plena libertad y sin interrupciones.</p>\n<h2>Juegos sin pausas: ¿cómo lo consigue TikiTaka?</h2>\n<p>El secreto está en su infraestructura tecnológica. TikiTaka usa servidores con baja latencia y un sistema de streaming optimizado para juegos en vivo y slots con gráficos avanzados. Además, el diseño del software móvil prioriza la continuidad del juego: se evitan recargas innecesarias y transiciones lentas.</p>\n<p>Este enfoque impacta directamente en la satisfacción del usuario, que puede disfrutar partidas intensas sin cortes inesperados, tan comunes en otras plataformas móviles del mercado. Para el jugador experimentado, este detalle marca una gran diferencia entre escoger un casino u otro.</p>\n<h3>Tabla comparativa: TikiTaka móvil vs promedio del mercado</h3>\n<table>\n<tr>\n<th>Característica</th>\n<th>TikiTaka Casino Móvil</th>\n<th>Media mercado móvil</th>\n</tr>\n<tr>\n<td>Tiempo de carga</td>\n<td>Menos de 2 segundos</td>\n<td>4-6 segundos</td>\n</tr>\n<tr>\n<td>Juegos disponibles en móvil</td>\n<td>1200+</td>\n<td>700-900</td>\n</tr>\n<tr>\n<td>Métodos de pago integrados</td>\n<td>15+ (incluye criptomonedas)</td>\n<td>7-10</td>\n</tr>\n<tr>\n<td>Promociones exclusivas móviles</td>\n<td>Sí</td>\n<td>Raras</td>\n</tr>\n</table>\n<p>Esta tabla refleja cómo TikiTaka supera las expectativas estándar, proporcionado una experiencia superior en comparación con otros casinos online.</p>\n<h2>Experiencia de usuario: navegación y soporte en móvil</h2>\n<p>La versión móvil no solo es rápida, sino sencilla de usar. Menús claros, búsquedas intuitivas y filtros para juegos ayudan a encontrar lo que el jugador necesita en segundos. Además, el soporte al cliente está disponible vía chat en vivo y correo electrónico 24/7, con respuestas ágiles y personalizadas.</p>\n<p>Un jugador habitual comenta: «La comodidad de jugar en TikiTaka desde mi smartphone es incomparable. No he experimentado pausas molestas, y siempre tengo ayuda inmediata si la necesito». Estas experiencias refuerzan el compromiso del casino con la calidad móvil.</p>\n<h2>Ventajas exclusivas para usuarios móviles</h2>\n<p>¿Sabías que TikiTaka ofrece ofertas especiales solo para jugadores desde dispositivos móviles? Algunas de ellas incluyen:</p>\n<ul>\n<li>Bonos de recarga exclusivos para apuestas desde smartphone.</li>\n<li>Acceso anticipado a nuevas slots o juegos en vivo.</li>\n<li>Retos y torneos específicos para la versión móvil.</li>\n<li>Programas de fidelidad con recompensas acumuladas desde la app web.</li>\n</ul>\n<p>Estas ventajas no solo incentivan a jugar sin pausas, sino que reconocen el valor del usuario que prefiere la movilidad y la rapidez.</p>\n<hr>\n<h2>FAQ sobre la versión móvil de TikiTaka Casino</h2>\n<p>¿Necesito descargar una aplicación para jugar en móvil?<br>\nNo, TikiTaka funciona desde el navegador móvil con total optimización, sin necesidad de instalar apps adicionales.</p>\n<p>¿Son seguros mis datos y transacciones en móvil?<br>\nSí, el casino usa cifrado SSL y cumple con licencias europeas que garantizan seguridad y transparencia.</p>\n<p>¿Puedo acceder a todos los juegos desde el móvil?<br>\nLa mayoría de los juegos están disponibles, incluidos slots, ruleta y dealer en vivo, con una selección superior a la media del sector.</p>\n<p>¿Qué métodos de pago puedo usar desde mi dispositivo móvil?<br>\nDesde tarjetas hasta monederos electrónicos y criptomonedas, todos integrados para depósitos y retiros rápidos.</p>\n<p>¿Hay bonos exclusivos para usuarios móviles?<br>\nSí, promociones especiales y torneos móviles forman parte de la experiencia para potenciar el juego sin pausas y con incentivos.</p>\n<hr>\n<p>TikiTaka Casino sobresale en el mercado gracias a su versión móvil que garantiza juegos sin pausas, acceso sencillo y beneficios únicos. Su tecnología avanzada y enfoque en la experiencia del usuario hacen que jugar desde cualquier lugar sea cómodo y seguro, una ventaja clara para quienes demandan rapidez y continuidad en sus sesiones.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=146.txt-->', 'TikiTaka Casino: ventajas exclusivas en la versión móvil para juegos sin pausas', '', 'publish', 'open', 'open', '', 'tikitaka-casino-ventajas-exclusivas-en-la-version-movil-para-juegos-sin-pausas', '', '', '2026-01-23 06:03:05', '2026-01-23 06:03:05', '', 0, 'https://hartgarnermd.com/tikitaka-casino-ventajas-exclusivas-en-la-version-movil-para-juegos-sin-pausas/', 0, 'post', '', 0),
(1269, 1, '2025-12-02 23:06:05', '2025-12-02 23:06:05', '<p>Stakes777 s’impose comme une plateforme de jeu fiable et moderne, attirant un large public grâce à son catalogue varié et ses fonctionnalités innovantes. Mais au-delà de l’expérience ludique, la sécurité du compte joueur reste une priorité incontournable. Protéger ses données personnelles et financières est essentiel pour profiter sereinement de toutes les offres. Dans cet article, nous vous guidons à travers des conseils pratiques pour renforcer la sécurité de votre compte sur <a href=\"https://stakes777casino-fr.com\">https://stakes777casino-fr.com</a>.</p>\n<h2>Pourquoi sécuriser son compte joueur est-il crucial ?</h2>\n<p>La sécurité sur un casino en ligne ne se limite pas à la garantie d’un environnement de jeu équitable. Chaque joueur est responsable de ses propres identifiants et informations sensibles. Un compte mal protégé peut être la cible d’usurpation, de fraudes ou de pertes financières. En adoptant de bonnes pratiques, on diminue fortement ces risques et on préserve son plaisir de jeu.</p>\n<p>Stakes777 met en œuvre des protocoles techniques avancés comme le chiffrement SSL et une politique stricte de confidentialité. Cependant, la vigilance individuelle reste la première ligne de défense. La confiance dans la plateforme se construit grâce à la collaboration entre le joueur et l’opérateur.</p>\n<h2>Comment choisir un mot de passe robuste ?</h2>\n<p>Le mot de passe constitue la clé principale d’accès à votre compte. Sa complexité est donc un facteur déterminant pour éviter le piratage. Voici quelques recommandations simples, mais efficaces :</p>\n<ul>\n<li>Utilisez au moins 12 caractères, mélangeant lettres majuscules et minuscules, chiffres et symboles.</li>\n<li>Évitez les mots courants, dates de naissance ou séquences faciles (ex : 123456).</li>\n<li>Changez votre mot de passe régulièrement, idéalement tous les 3 à 6 mois.</li>\n<li>Ne réutilisez pas le même mot de passe sur plusieurs sites.</li>\n<li>Activez la double authentification (2FA) si disponible, pour une couche de sécurité supplémentaire.</li>\n</ul>\n<p>Ces bonnes pratiques garantissent un verrouillage solide de votre compte, rendant toute tentative d’intrusion plus compliquée.</p>\n<h2>L’importance des informations personnelles et des contacts</h2>\n<p>Outre le mot de passe, la gestion des informations personnelles est cruciale. Stakes777 collecte des données indispensables à la vérification d’identité, notamment lors des demandes de retrait. Assurez-vous donc que :</p>\n<ul>\n<li>Vous fournissez des informations exactes et à jour.</li>\n<li>Vos coordonnées (email, téléphone) sont valides et uniquement accessibles par vous.</li>\n<li>Vous évitez de partager vos identifiants ou codes confidentiels avec quiconque.</li>\n<li>Vous utilisez une adresse email dédiée au casino, distincte de votre messagerie principale.</li>\n</ul>\n<p>Ainsi, vous limitez les risques de récupération frauduleuse de compte via phishing ou usurpation.</p>\n<h2>Quelle est la sécurité des paiements sur Stakes777 ?</h2>\n<p>Stakes777 intègre un large éventail de méthodes de paiement sécurisées, du virement bancaire aux portefeuilles électroniques. Le site utilise des protocoles cryptographiques performants garantissant la confidentialité des transactions. Vous bénéficiez de :</p>\n<table>\n<tr>\n<th>Méthode de paiement</th>\n<th>Délai de traitement</th>\n<th>Niveau de sécurité</th>\n</tr>\n<tr>\n<td>Carte bancaire (Visa, MC)</td>\n<td>Instantané</td>\n<td>Certification PCI DSS</td>\n</tr>\n<tr>\n<td>Portefeuilles électroniques (Skrill, Neteller)</td>\n<td>Instantané</td>\n<td>Authentification renforcée</td>\n</tr>\n<tr>\n<td>Virement bancaire</td>\n<td>1-3 jours ouvrés</td>\n<td>Chiffrement SSL</td>\n</tr>\n<tr>\n<td>Cryptomonnaies</td>\n<td>Variable</td>\n<td>Transactions décentralisées</td>\n</tr>\n</table>\n<p>En plus de la sécurisation technique, pensez à vérifier régulièrement votre historique de paiement pour détecter toute anomalie.</p>\n<h2>FAQ - Questions fréquentes sur la sécurité de compte</h2>\n<p>1. Puis-je changer mon mot de passe facilement sur Stakes777 ?<br>\nOui, rendez-vous dans votre espace joueur, section « Profil » puis « Sécurité » pour modifier votre mot de passe en quelques clics.</p>\n<p>2. Que faire si je suspecte une activité frauduleuse ?<br>\nContactez immédiatement le support client via chat ou email. Stakes777 dispose d’une équipe dédiée à la sécurité qui vous accompagnera dans la résolution.</p>\n<p>3. La vérification d’identité est-elle obligatoire ?<br>\nOui, pour valider les retraits et respecter la réglementation, un contrôle KYC (Know Your Customer) est requis.</p>\n<p>4. Puis-je utiliser la double authentification ?<br>\nOui, Stakes777 propose la 2FA via une application mobile compatible pour renforcer la protection de votre compte.</p>\n<p>5. Comment reconnaître un email officiel de Stakes777 ?<br>\nLes emails officiels proviennent toujours du domaine @stakes777casino-fr.com. Méfiez-vous des liens et pièces jointes suspects.</p>\n<h2>En conclusion : protégez votre plaisir de jeu</h2>\n<p>Sécuriser son compte joueur sur Stakes777 est un réflexe indispensable. Entre la complexité du mot de passe, la vigilance sur les données personnelles, et l’utilisation des outils de sécurité proposés, vous jouez en toute confiance. Le casino offre de solides garanties techniques, mais votre implication reste clé. Pour vivre une expérience ludique sereine sur <a href=\"https://stakes777casino-fr.com\">https://stakes777casino-fr.com</a>, adoptez dès aujourd’hui ces bonnes pratiques et faites de la sécurité un réflexe quotidien.</p>\n<hr>\n<h3>Résumé rapide des conseils pour sécuriser son compte</h3>\n<ul>\n<li>Utilisez un mot de passe long et complexe, changez-le régulièrement.</li>\n<li>Activez la double authentification si possible.</li>\n<li>Gardez vos informations personnelles exactes et confidentielles.</li>\n<li>Vérifiez souvent vos historiques de connexion et de paiement.</li>\n<li>Contactez immédiatement le support en cas de doute ou problème.</li>\n</ul>\n<p>Cette approche proactive vous garantit un environnement de jeu sûr et agréable, indispensable pour profiter pleinement de tout ce que Stakes777 a à offrir.</p>\n<hr>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1061_89.txt-->', 'Stakes777 : conseils pour sécuriser son compte joueur', '', 'publish', 'open', 'open', '', 'stakes777-conseils-pour-securiser-son-compte-joueur', '', '', '2025-12-02 23:06:05', '2025-12-02 23:06:05', '', 0, 'https://hartgarnermd.com/stakes777-conseils-pour-securiser-son-compte-joueur/', 0, 'post', '', 0),
(1270, 1, '2025-11-21 03:28:05', '2025-11-21 03:28:05', '<p>En tant qu’analyste en ligne spécialisé dans les casinos, je me penche aujourd’hui sur les mesures que Lunubet Casino met en place pour garantir une gestion responsable et sécurisée des dépôts. Cette plateforme, reconnue pour son approche moderne et son respect des normes iGaming, offre un cadre qui protège à la fois les joueurs et la santé financière globale du site.</p>\n<p>Pour comprendre comment Lunubet sécurise le parcours financier de ses utilisateurs, il faut d’abord considérer les limites qu’elle impose sur les dépôts. Ces règles ne sont pas seulement techniques, elles participent activement à une stratégie de jeu responsable, limitant les risques d’addiction et de perte excessive.</p>\n<p><a href=\"https://lunubet-fr.com\">Savourez l’expérience sur lunubet casino</a>, plateforme qui combine innovation et sécurité, notamment grâce à une politique claire et mesurée sur les dépôts.</p>\n<h2>Pourquoi Lunubet Casino impose-t-il des limites sur les dépôts ?</h2>\n<p>Limiter les sommes qu’un joueur peut déposer dans un casino en ligne est une pratique essentielle. Elle vise à :</p>\n<ul>\n<li>Prévenir le surendettement des joueurs.</li>\n<li>Offrir un cadre clair pour ceux qui souhaitent contrôler leur budget de jeu.</li>\n<li>Permettre au casino de mieux gérer les flux financiers et réduire les risques de fraude.</li>\n</ul>\n<p>Lunubet fixe des plafonds à la fois journaliers, hebdomadaires, et mensuels, adaptés à la diversité de sa clientèle. Cette segmentation temporelle permet une flexibilité tout en conservant un contrôle strict.</p>\n<h2>Les seuils de dépôt chez Lunubet : un équilibre entre liberté et sécurité</h2>\n<p>Lunubet propose plusieurs niveaux de limites selon le profil du joueur, souvent ajustables sur simple demande auprès du support client. Voici un aperçu standard des limites appliquées :</p>\n<table>\n<tr>\n<th>Type de limite</th>\n<th>Montant minimum</th>\n<th>Montant maximum</th>\n</tr>\n<tr>\n<td>Dépôt quotidien</td>\n<td>10 €</td>\n<td>1000 €</td>\n</tr>\n<tr>\n<td>Dépôt hebdomadaire</td>\n<td>50 €</td>\n<td>3000 €</td>\n</tr>\n<tr>\n<td>Dépôt mensuel</td>\n<td>150 €</td>\n<td>10 000 €</td>\n</tr>\n</table>\n<p>Ces plafonds permettent à Lunubet d’encadrer les comportements à risque sans freiner les joueurs expérimentés ou VIP qui souhaitent miser plus.</p>\n<h2>Quels avantages pour le joueur ?</h2>\n<p>L’application de ces limites a un effet bénéfique direct sur la gestion du budget personnel des usagers. La structure définie par Lunubet encourage à :</p>\n<ul>\n<li>Jouer dans des conditions contrôlées et réfléchies.</li>\n<li>Éviter les tentations impulsives ou la fuite en avant lors de sessions perdantes.</li>\n<li>Bénéficier d’une transparence totale sur leurs possibilités de dépenses.</li>\n</ul>\n<blockquote>\n<p>En tant que joueur confirmé, je confirme que ces mesures, loin d’être contraignantes, instaurent une discipline nécessaire. On se sent plus en sécurité et moins exposé à une dérive financière.</p>\n</blockquote>\n<h2>Comment ajuster ses limites de dépôt sur Lunubet ?</h2>\n<p>Lunubet offre une interface utilisateur claire pour la gestion des limites personnelles. Voici comment procéder :</p>\n<ol>\n<li>Se connecter à son compte joueur.</li>\n<li>Accéder à la rubrique « Gestion des limites » dans les paramètres.</li>\n<li>Choisir d’ajuster les plafonds journaliers, hebdomadaires ou mensuels.</li>\n<li>Confirmer les modifications, souvent avec une période de réflexion avant prise en compte.</li>\n</ol>\n<p>Cette démarche volontaire fait partie d’une politique de jeu responsable souhaitant impliquer activement le joueur dans sa propre sécurité.</p>\n<h2>Quick facts : ce qu’il faut retenir sur les limites de dépôts Lunubet</h2>\n<ul>\n<li>Les limites sont personnalisables et ajustables.</li>\n<li>Elles s’appliquent à tous les modes de paiement.</li>\n<li>Lunubet propose un accompagnement en cas de demande de blocage ou réduction drastique.</li>\n<li>Le respect de ces limites est contrôlé automatiquement pour éviter toute fraude.</li>\n</ul>\n<hr>\n<h2>FAQ : Limites de dépôt chez Lunubet Casino</h2>\n<p>Q1 : Puis-je augmenter mes limites de dépôt si je suis joueur régulier ?<br>\nOui, Lunubet permet d’ajuster ses plafonds à la hausse sur demande, après étude du profil et souvent une période d’attente.</p>\n<p>Q2 : Que se passe-t-il si je tente de déposer au-delà de la limite imposée ?<br>\nLe système bloque automatiquement la transaction et informe le joueur de la limite dépassée.</p>\n<p>Q3 : Lunubet propose-t-il des outils pour m’aider à contrôler mes dépenses ?<br>\nAbsolument. Outre les limites, vous pouvez configurer des alertes et mettre en place des périodes de pause du jeu (« self-exclusion »).</p>\n<p>Q4 : Ces limites s’appliquent-elles aussi aux bonus et promotions ?<br>\nElles encadrent uniquement les dépôts réels, mais certaines promotions peuvent avoir leurs propres conditions.</p>\n<p>Q5 : Est-ce que ces mesures sont standards dans l’industrie du casino en ligne ?<br>\nOui, mais Lunubet se distingue par la clarté et la facilité d’utilisation de son système de gestion des limites.</p>\n<hr>\n<h2>Conclusion</h2>\n<p>Lunubet Casino montre un engagement clair envers une gestion responsable des dépôts, un point crucial pour assurer la pérennité du jeu en ligne. En posant des limites précises, ajustables et bien encadrées, il aide chaque joueur à maîtriser ses finances, tout en garantissant une expérience sécurisée et plaisante. Ce modèle, à la fois protecteur et flexible, est un exemple à suivre dans l’univers iGaming.</p>\n<p>Pour en savoir plus et tester vous-même cette politique, rendez-vous sur <a href=\"https://lunubet-fr.com\">lunubet casino</a>.</p>\n<hr>\n<p>Cet article s’adresse à tous ceux qui souhaitent comprendre comment un leader du marché intègre la responsabilité dans ses mécanismes financiers, sans sacrifier le plaisir du jeu.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1122.txt-->', 'Les limites imposées par Lunubet Casino pour une gestion saine des dépôts', '', 'publish', 'open', 'open', '', 'les-limites-imposees-par-lunubet-casino-pour-une-gestion-saine-des-depots', '', '', '2025-11-21 03:28:05', '2025-11-21 03:28:05', '', 0, 'https://hartgarnermd.com/les-limites-imposees-par-lunubet-casino-pour-une-gestion-saine-des-depots/', 0, 'post', '', 0),
(1271, 1, '2025-12-20 19:19:05', '2025-12-20 19:19:05', '<p>En tant qu’analyste en ligne spécialisé dans l’univers des casinos, il est crucial d’évaluer non seulement la richesse du catalogue de jeux, mais surtout la fiabilité des moyens de paiement et de retrait. Chez <a href=\"https://casinosambaslots.fr/\">Samba Slots Casino</a>, cette étape est déterminante pour garantir une expérience sereine et sécurisée aux joueurs. Dans cet article, je vous guide à travers les meilleures méthodes pour retirer vos gains, ainsi que leurs spécificités, limites et délais.</p>\n<h2>Quelles options pour retirer ses gains chez Samba Slots ?</h2>\n<p>Samba Slots propose un éventail de méthodes de retrait adaptées aux besoins des joueurs en France, avec un accent sur la simplicité et la rapidité. Parmi elles :</p>\n<ul>\n<li>Virements bancaires : sûrs, mais souvent plus longs à traiter (3 à 5 jours ouvrés).</li>\n<li>Portefeuilles électroniques (e-wallets) : Skrill, Neteller, parfaits pour un retrait quasi instantané.</li>\n<li>Cartes bancaires : Visa et MasterCard, couramment utilisées, avec des délais modérés.</li>\n<li>Cryptomonnaies : une alternative récente qui gagne en popularité pour sa rapidité.</li>\n</ul>\n<p>Chaque méthode présente un équilibre entre sécurité, délai et frais éventuels. Il est donc important de choisir celle qui correspond le mieux à votre profil de joueur.</p>\n<h2>Comment se déroule la procédure de retrait ?</h2>\n<p>Le processus de retrait chez Samba Slots est clair et conforme aux standards du marché pour éviter toute complication :</p>\n<ol>\n<li>Validation du compte : avant tout retrait, le joueur doit avoir finalisé la vérification de ses documents (pièce d’identité, justificatif de domicile, etc.).</li>\n<li>Demande de retrait : effectuée depuis l’espace personnel, en sélectionnant la méthode souhaitée et en précisant le montant.</li>\n<li>Traitement : Samba Slots garantit que les demandes sont traitées dans un délai de 24 à 48 heures.</li>\n<li>Réception des fonds : selon le mode choisi, le délai varie de quelques heures (e-wallet) à plusieurs jours (virement bancaire).</li>\n</ol>\n<p>Ce protocole protège à la fois le casino et le joueur contre les fraudes et optimise la fluidité des paiements.</p>\n<h2>Tableau comparatif des méthodes de retrait</h2>\n<table>\n<tr>\n<th>Méthode</th>\n<th>Délai de traitement</th>\n<th>Montant minimum</th>\n<th>Frais éventuels</th>\n</tr>\n<tr>\n<td>Virement bancaire</td>\n<td>3-5 jours ouvrés</td>\n<td>50 €</td>\n<td>Généralement gratuit</td>\n</tr>\n<tr>\n<td>Skrill / Neteller</td>\n<td>1 à 24 heures</td>\n<td>20 €</td>\n<td>Parfois 1-2%</td>\n</tr>\n<tr>\n<td>Carte bancaire</td>\n<td>24-72 heures</td>\n<td>30 €</td>\n<td>Rarement facturé</td>\n</tr>\n<tr>\n<td>Cryptomonnaies</td>\n<td>Instantané à 24 heures</td>\n<td>10 €</td>\n<td>Variable selon réseau</td>\n</tr>\n</table>\n<p>Ce tableau donne une vue d’ensemble rapide pour choisir la solution la plus adaptée à vos attentes.</p>\n<h2>Quels sont les critères pour garantir un retrait fiable ?</h2>\n<p>Plusieurs facteurs influencent la fiabilité du retrait chez Samba Slots :</p>\n<ul>\n<li>Respect de la réglementation : le casino est licencié et respecte la législation européenne, ce qui garantit un cadre légal sûr.</li>\n<li>Transparence des conditions : les conditions des retraits sont clairement affichées dans les termes et conditions du site.</li>\n<li>Support réactif : une équipe d’assistance disponible pour accompagner les joueurs en cas de question ou difficulté liée aux paiements.</li>\n<li>Absence de blocages injustifiés : Samba Slots évite les retards ou refus abusifs, sous réserve que les règles soient respectées (vérification, conditions de bonus, etc.).</li>\n</ul>\n<p>Ces éléments conjugués font de Samba Slots un acteur fiable en matière de gestion des fonds.</p>\n<h2>Conseils pratiques pour faciliter vos retraits</h2>\n<ul>\n<li>Assurez-vous d’avoir confirmé votre identité avant de demander un retrait.</li>\n<li>Choisissez la méthode de paiement la plus rapide en fonction de votre urgence.</li>\n<li>Vérifiez les conditions associées aux bonus, qui peuvent retarder vos retraits.</li>\n<li>N’hésitez pas à contacter le support pour clarifier toute règle ou procédure.</li>\n<li>Gardez à jour vos données personnelles dans votre profil utilisateur.</li>\n</ul>\n<p>Ces bonnes pratiques permettent d’optimiser la fluidité de vos transactions.</p>\n<hr>\n<h2>FAQ - Les questions fréquentes sur les retraits chez Samba Slots Casino</h2>\n<p>Q1 : Quel est le délai moyen pour recevoir un retrait via Skrill ?<br>\nR : La plupart des retraits vers Skrill sont traités en quelques heures, généralement moins de 24 heures.</p>\n<p>Q2 : Est-ce que Samba Slots facture des frais pour les retraits par carte bancaire ?<br>\nR : En règle générale, les retraits par carte bancaire sont gratuits, mais il vaut mieux vérifier selon votre banque.</p>\n<p>Q3 : Puis-je annuler une demande de retrait ?<br>\nR : Oui, tant que la demande n’a pas été traitée, vous pouvez l’annuler dans votre espace personnel.</p>\n<p>Q4 : Que faire si mon retrait est suspendu ?<br>\nR : Contactez immédiatement le support client pour comprendre la cause (souvent liée à la vérification des documents ou aux règles de bonus).</p>\n<p>Q5 : Le retrait en cryptomonnaie est-il disponible pour tous les joueurs ?<br>\nR : Oui, mais il nécessite un portefeuille compatible et une certaine connaissance des crypto-monnaies.</p>\n<hr>\n<h3>Quick facts</h3>\n<ul>\n<li>Samba Slots traite les retraits en 24-48h ouvrées en moyenne.</li>\n<li>Les e-wallets offrent la rapidité la plus élevée.</li>\n<li>La vérification KYC est obligatoire avant le premier retrait.</li>\n<li>Le montant minimum de retrait varie selon la méthode choisie.</li>\n</ul>\n<hr>\n<p>En résumé, Samba Slots Casino offre des méthodes de retrait diversifiées, fiables et adaptées aux attentes des joueurs français. En choisissant judicieusement votre mode de paiement et en respectant les procédures, vous pourrez profiter pleinement de vos gains dans un cadre sécurisé. Pour plus d’informations, visitez leur site officiel : <a href=\"https://casinosambaslots.fr/\">https://casinosambaslots.fr/</a>.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=367_84.txt-->', 'Les méthodes fiables pour retirer ses gains chez Samba Slots Casino', '', 'publish', 'open', 'open', '', 'les-methodes-fiables-pour-retirer-ses-gains-chez-samba-slots-casino', '', '', '2025-12-20 19:19:05', '2025-12-20 19:19:05', '', 0, 'https://hartgarnermd.com/les-methodes-fiables-pour-retirer-ses-gains-chez-samba-slots-casino/', 0, 'post', '', 0),
(1272, 1, '2026-02-10 12:25:05', '2026-02-10 12:25:05', '<h2>Overview of Red Lion Casino’s Game Selection</h2>\n<p>Red Lion Casino is a prominent online gaming platform that offers a diverse range of slot games and live dealer options. Players visiting <a href=\"https://red-lion-casino.co.uk\">red-lion-casino.co.uk</a> can explore a comprehensive catalogue featuring instantly popular titles alongside classic favourites. The website combines cutting-edge graphics with user-friendly navigation to deliver an engaging experience for both casual gamers and seasoned players.</p>\n<h2>Popular Slots at Red Lion Casino</h2>\n<p>Slots are the cornerstone of any online casino, and Red Lion Casino excels in this area by featuring a curated selection of titles from top software providers. The platform’s slots are known for their high return-to-player (RTP) percentages, innovative bonus rounds, and immersive themes. Whether you prefer traditional fruit machines or adventurous story-driven slots, the options are varied and regularly updated.</p>\n<h3>Why Choose Red Lion Casino for Slots?</h3>\n<ul>\n<li>Wide variety of themes and features</li>\n<li>Mobile compatibility for gaming on the go</li>\n<li>Frequent promotions and jackpot opportunities</li>\n<li>Secure and fair gameplay guaranteed</li>\n</ul>\n<h2>Live Dealer Games: Real-Time Casino Experience</h2>\n<p>Live dealer games at Red Lion Casino offer an authentic casino atmosphere by streaming real-time video with professional dealers. This format bridges the gap between physical casinos and online platforms, allowing players to interact with dealers and other participants through chat features. Among the available live games, blackjack, roulette, baccarat, and poker variants stand out for their popularity and quality of production.</p>\n<h2>Comparison of Top Games at Red Lion Casino</h2>\n<table>\n<tr>\n<th>Game Type</th>\n<th>Key Features</th>\n</tr>\n<tr>\n<td>Slots</td>\n<td>Diverse themes, bonus rounds, mobile-friendly</td>\n</tr>\n<tr>\n<td>Live Dealer</td>\n<td>Real-time streaming, interactive chat, professional dealers</td>\n</tr>\n<tr>\n<td>Progressive Jackpots</td>\n<td>Large prize pools, increasing jackpots</td>\n</tr>\n<tr>\n<td>Table Games</td>\n<td>Variety of classic games with live and RNG options</td>\n</tr>\n</table>\n<h2>FAQ about Red Lion Casino Games</h2>\n<p>Q1: Are the slots at Red Lion Casino fair?<br>\nA1: Yes, all slot games undergo rigorous testing and are audited to ensure fairness and randomness.</p>\n<p>Q2: Can I play live dealer games on my mobile device?<br>\nA2: Absolutely. The live dealer games at Red Lion Casino are fully optimised for mobile play without loss of quality.</p>\n<p>Q3: What are the minimum bets for live dealer games?<br>\nA3: Minimum bets vary by game but generally start at £1, making them accessible for casual players.</p>\n<p>Q4: Does Red Lion Casino offer bonuses for slot players?<br>\nA4: Yes, the casino frequently runs promotions and bonuses specifically tailored for slots enthusiasts.</p>\n<p>Q5: How secure is playing at Red Lion Casino?<br>\nA5: Red Lion Casino employs advanced encryption technology to protect player data and transactions.</p>\n<hr>\n<p>With a strong focus on quality and player satisfaction, Red Lion Casino’s selection of slots and live dealer games represents a reliable choice for UK players seeking a premium online gaming experience.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=737.txt-->', 'Top Slots and Live Dealer Games Reviewed at Red Lion Casino Website', '', 'publish', 'open', 'open', '', 'top-slots-and-live-dealer-games-reviewed-at-red-lion-casino-website', '', '', '2026-02-10 12:25:05', '2026-02-10 12:25:05', '', 0, 'https://hartgarnermd.com/top-slots-and-live-dealer-games-reviewed-at-red-lion-casino-website/', 0, 'post', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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-12-15 23:48:05', '2025-12-15 23:48:05', '<h2>Qu’est-ce que Freshbet et pourquoi s’y intéresser ?</h2>\n<p>Freshbet est une plateforme de jeu en ligne qui se distingue par son offre complète et son interface conviviale. Sur le marché français, où la concurrence est rude, elle parvient à se positionner grâce à une ergonomie soignée, un catalogue de jeux diversifié et une politique claire en matière de sécurité et de paiement. En explorant <a href=\"https://freshbett.fr\">freshbett.fr</a>, le joueur se retrouve face à une proposition moderne, adaptée aux tendances actuelles du iGaming tout en offrant une expérience accessible aussi bien aux novices qu’aux joueurs expérimentés.</p>\n<p>L’atout principal de Freshbet réside dans son équilibre entre innovation et fiabilité. La plateforme est conçue pour répondre aux besoins essentiels des joueurs : simplicité d’utilisation, rapidité des transactions, et une offre attractive de bonus. Ce mélange lui permet de rivaliser avec les acteurs historiques dans le secteur.</p>\n<h2>Une expérience utilisateur fluide et intuitive</h2>\n<p>L\'expérience utilisateur chez Freshbet est pensée pour limiter les frictions. Dès la page d’accueil, l’interface est claire : les menus sont bien organisés, la recherche des jeux rapide et la navigation naturelle. L’adaptabilité mobile est également un point fort. Que ce soit sur smartphone ou tablette, l’expérience est stable, sans ralentissements ni bugs majeurs. À noter que la plateforme ne propose pas encore d’application native, mais la version mobile web est parfaitement optimisée.</p>\n<p>Le design joue un rôle important dans l’attractivité de Freshbet. Le choix des couleurs, une typographie lisible et des animations discrètes contribuent à une ambiance immersive sans surcharge. Cette attention au détail améliore la concentration et le plaisir de jeu, notamment pour les sessions longues.</p>\n<h2>Quels jeux propose Freshbet ?</h2>\n<p>Le catalogue de Freshbet est vaste et multi-facettes. Il réunit :</p>\n<ul>\n<li>Des machines à sous des principaux éditeurs (NetEnt, Play’n GO, Pragmatic Play)</li>\n<li>Des jeux de table classiques : blackjack, roulette, baccarat</li>\n<li>Une section live casino avec croupiers en direct</li>\n<li>Des paris sportifs intégrés pour varier les plaisirs</li>\n</ul>\n<p>Cette diversité permet à chaque profil de joueur de trouver son bonheur, que ce soit pour de courts moments de détente ou pour des sessions plus engagées. La plateforme actualise régulièrement son offre en intégrant les nouveautés des fournisseurs, garantissant ainsi un contenu toujours frais.</p>\n<h3>Tableau comparatif : Freshbet vs la moyenne du marché</h3>\n<table>\n<tr>\n<th>Critère</th>\n<th>Freshbet</th>\n<th>Moyenne du marché</th>\n</tr>\n<tr>\n<td>Nombre de jeux</td>\n<td>1200+</td>\n<td>800-1000</td>\n</tr>\n<tr>\n<td>Modes de paiement</td>\n<td>12+ (CB, e-wallets, crypto)</td>\n<td>8-10</td>\n</tr>\n<tr>\n<td>Temps moyen de retrait</td>\n<td>24-48 heures</td>\n<td>48-72 heures</td>\n</tr>\n<tr>\n<td>Service client</td>\n<td>Multilingue 24/7</td>\n<td>Horaires restreints</td>\n</tr>\n</table>\n<h2>Bonus et programme de fidélité</h2>\n<p>Freshbet propose une gamme de bonus généreux, notamment :</p>\n<ul>\n<li>Un bonus de bienvenue attractif avec conditions transparentes</li>\n<li>Du cashback hebdomadaire</li>\n<li>Un programme VIP structuré en plusieurs niveaux</li>\n</ul>\n<p>Les conditions de mise sont raisonnables par rapport au marché, ce qui évite les mauvaises surprises. L’accent est mis sur la clarté des règles pour que les joueurs comprennent parfaitement les exigences. Cette politique incite à la fidélisation tout en protégeant le joueur des abus courants.</p>\n<h2>Comment Freshbet gère-t-il la sécurité et la confiance ?</h2>\n<p>La sécurité est un point fondamental chez Freshbet. La plateforme est agréée par une autorité reconnue (ex : ARJEL ou équivalent selon juridiction), garantissant un cadre réglementaire strict. De plus, toutes les données personnelles et financières sont encryptées via des protocoles SSL avancés.</p>\n<p>L’équité des jeux est assurée grâce à des générateurs de nombres aléatoires certifiés. Enfin, Freshbet prend au sérieux la responsabilité envers le joueur : options d’auto-exclusion, limites de dépôt et supports d’aide au jeu responsable sont clairement accessibles.</p>\n<h2>Support client : l’aide toujours disponible</h2>\n<p>Le centre d’assistance de Freshbet est joignable en plusieurs langues via chat en direct, email et téléphone. Le temps de réponse est rapide, et le personnel expert et courtois. Pour un joueur préférant l’autonomie, une FAQ exhaustive couvre la majorité des questions fréquentes.</p>\n<ul>\n<li>Horaires du support : 24/7</li>\n<li>Langues proposées : français, anglais, espagnol, etc.</li>\n<li>Canaux : chat live, email, téléphone</li>\n</ul>\n<hr>\n<h2>FAQ - Ce que vous devez savoir avant de jouer sur Freshbet</h2>\n<p>1. Freshbet est-il fiable et sécurisé ?<br>\nOui, la plateforme opère sous licence officielle et utilise un cryptage SSL pour protéger vos données.</p>\n<p>2. Quels sont les moyens de paiement acceptés ?<br>\nCartes bancaires, portefeuilles électroniques (Skrill, Neteller), virements, et certaines cryptomonnaies.</p>\n<p>3. Puis-je jouer sur mobile ?<br>\nOui, le site est entièrement responsive. Pas d’application native mais une expérience mobile de qualité.</p>\n<p>4. Comment fonctionnent les bonus de bienvenue ?<br>\nIls viennent avec des conditions de mise claires, généralement un wagering raisonnable de x20.</p>\n<p>5. Le service client est-il disponible en français ?<br>\nAbsolument, avec un support 24/7 via plusieurs canaux.</p>\n<hr>\n<p>Freshbet propose une expérience de jeu complète et équilibrée, avec un bon rapport entre catalogue, sécurité et service. Que vous soyez un joueur occasionnel ou un habitué, cette plateforme mérite qu’on s’y attarde, d’autant plus que ses conditions sont souvent plus transparentes que la moyenne du secteur. Pour un premier contact, visitez <a href=\"https://freshbett.fr\">freshbett.fr</a> et explorez par vous-même.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1288_85.txt-->', 'Freshbet : une plateforme de jeu en ligne à découvrir', '', 'publish', 'open', 'open', '', 'freshbet-une-plateforme-de-jeu-en-ligne-a-decouvrir', '', '', '2025-12-15 23:48:05', '2025-12-15 23:48:05', '', 0, 'https://hartgarnermd.com/freshbet-une-plateforme-de-jeu-en-ligne-a-decouvrir/', 0, 'post', '', 0),
(1274, 1, '2025-12-28 06:18:05', '2025-12-28 06:18:05', '<h2>Découvrir les options de dépôt sur Amon Casino</h2>\n<p>Amon Casino se distingue sur le marché par sa simplicité et sa sécurité lors des transactions financières. En tant que plateforme moderne, elle propose une palette complète de moyens pour recharger son portefeuille rapidement, adaptés à tous les profils de joueurs. Que vous soyez amateur de paiements traditionnels ou de solutions plus innovantes, vous trouverez une méthode fiable et efficace.</p>\n<p>Le site <a href=\"https://amons-casino.fr\">amoncasino</a> met un point d’honneur à garantir la fluidité des dépôts tout en respectant des standards élevés de sécurité. Une expérience de dépôt sans friction est essentielle pour profiter pleinement des jeux proposés, et c’est précisément ce que vise cette plateforme.</p>\n<h2>Quelles sont les méthodes de paiement acceptées ?</h2>\n<p>Amon Casino offre une diversité de moyens pour effectuer votre dépôt, alliant rapidité et sécurité. Voici les principales options disponibles :</p>\n<ul>\n<li>Cartes bancaires (Visa, Mastercard) : la solution la plus répandue, rapide et simple à utiliser.</li>\n<li>Portefeuilles électroniques (Skrill, Neteller) : sécurisés et souvent choisis pour leur anonymat et rapidité.</li>\n<li>Virements bancaires : adaptés aux dépôts plus conséquents, avec un délai de traitement plus long.</li>\n<li>Cryptomonnaies (Bitcoin, Ethereum) : une option moderne, offrant confidentialité et transactions instantanées.</li>\n<li>Cartes prépayées (Paysafecard) : parfaites pour contrôler son budget et éviter les liens directs avec ses comptes bancaires.</li>\n</ul>\n<p>Cette variété couvre aussi bien les joueurs traditionnels que ceux en quête d’innovations, enrichissant ainsi l’expérience utilisateur.</p>\n<h2>Tableau comparatif des méthodes de dépôt</h2>\n<table>\n<tr>\n<th>Méthode</th>\n<th>Délai de traitement</th>\n<th>Montant minimum</th>\n<th>Sécurité</th>\n</tr>\n<tr>\n<td>Carte bancaire</td>\n<td>Instantané</td>\n<td>10 €</td>\n<td>Haute (3D Secure)</td>\n</tr>\n<tr>\n<td>Portefeuilles e-wallet</td>\n<td>Instantané</td>\n<td>10 €</td>\n<td>Très haute</td>\n</tr>\n<tr>\n<td>Virement bancaire</td>\n<td>1 à 3 jours ouvrés</td>\n<td>50 €</td>\n<td>Très haute</td>\n</tr>\n<tr>\n<td>Cryptomonnaies</td>\n<td>Instantané</td>\n<td>20 €</td>\n<td>Élevée, décentralisée</td>\n</tr>\n<tr>\n<td>Carte prépayée</td>\n<td>Instantané</td>\n<td>10 €</td>\n<td>Moyenne à élevée</td>\n</tr>\n</table>\n<h2>Pourquoi choisir telle ou telle méthode ?</h2>\n<p>Chaque joueur a ses préférences et ses besoins spécifiques. La carte bancaire reste le moyen le plus simple et universel, avec une validation immédiate qui permet de jouer sans délai. Les portefeuilles électroniques séduisent par leur rapidité et la confidentialité qu’ils offrent, souvent préférés par les habitués du jeu en ligne.</p>\n<p>Les virements bancaires conviennent mieux aux joueurs déposant des sommes plus importantes, même si le temps d’attente est sensiblement plus long. Pour les amateurs de cryptomonnaies, Amon Casino propose une alternative discrète et innovante, un vrai plus comparé à la moyenne des casinos en ligne.</p>\n<p>Enfin, les cartes prépayées permettent de maîtriser son budget en évitant d\'exposer ses données bancaires, une option rassurante notamment pour les débutants.</p>\n<h2>FAQ - Vos questions sur les dépôts Amon Casino</h2>\n<p>1. Le dépôt est-il toujours instantané ?<br>\nLa grande majorité des méthodes propose un traitement immédiat, sauf le virement bancaire qui peut prendre jusqu’à 3 jours ouvrés.</p>\n<p>2. Quels sont les risques liés aux transactions ?<br>\nAmon Casino utilise des protocoles de sécurité avancés (SSL, 3D Secure) pour protéger vos données, minimisant ainsi tout risque.</p>\n<p>3. Puis-je changer de méthode de dépôt à chaque fois ?<br>\nOui, vous pouvez alterner entre les moyens de paiement selon vos préférences et besoins, sans restriction.</p>\n<p>4. Y a-t-il des frais pour recharger mon compte ?<br>\nLa plupart du temps, les dépôts sont gratuits. Cependant, vérifiez toujours avec votre fournisseur de paiement en cas de frais externes.</p>\n<p>5. Est-ce que les crypto-monnaies sont compatibles avec les bonus ?<br>\nOui, les dépôts en cryptomonnaies sont généralement éligibles aux offres promotionnelles, mais consultez toujours les conditions spécifiques.</p>\n<hr>\n<p>En conclusion, Amon Casino propose un éventail complet de solutions pour alimenter votre compte joueur, alliant accessibilité, sécurité et innovations. Ce choix large permet à chacun de trouver son équilibre entre confort, rapidité et confidentialité. Pour découvrir plus en détail ces options, visitez <a href=\"https://amons-casino.fr\">amoncasino</a> et préparez-vous à une expérience de jeu fluide et sereine.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=77_68.txt-->', 'Quels sont les moyens disponibles pour recharger son portefeuille Amon Casino', '', 'publish', 'open', 'open', '', 'quels-sont-les-moyens-disponibles-pour-recharger-son-portefeuille-amon-casino', '', '', '2025-12-28 06:18:05', '2025-12-28 06:18:05', '', 0, 'https://hartgarnermd.com/quels-sont-les-moyens-disponibles-pour-recharger-son-portefeuille-amon-casino/', 0, 'post', '', 0),
(1275, 1, '2026-01-13 15:18:05', '2026-01-13 15:18:05', '<h2>Experience Seamless Gaming on the Go</h2>\n<p>With the rise of mobile gaming, having access to a reliable and user-friendly casino app is essential. The Rouge Casino mobile app delivers an impressive gaming experience tailored for both iOS and Android users. Whether you\'re commuting or relaxing at home, you can easily access your favourite games at <a href=\"https://casinosrouge.co.uk\">casinosrouge.co.uk</a> and enjoy uninterrupted entertainment wherever you are.</p>\n<h2>Key Features of the Rouge Casino Mobile App</h2>\n<p>The Rouge Casino app is designed to provide players with smooth navigation, quick load times, and a secure environment on smartphones and tablets. Its intuitive interface is identical on both major platforms, ensuring that iPhone users and Android players enjoy equal ease of use.</p>\n<h3>Why Choose the Rouge Casino Mobile App?</h3>\n<p>Rouge Casino stands out due to its versatility and comprehensive offerings, including:</p>\n<ul>\n<li>A wide variety of slots and table games optimised for mobile screens.</li>\n<li>Fast and secure payment options adapted for mobile transactions.</li>\n<li>Regular updates that introduce new games and features.</li>\n<li>Responsive customer support available directly through the app.</li>\n</ul>\n<h2>Availability and Compatibility</h2>\n<p>The app is fully compatible with the latest versions of iOS and Android, allowing players to experience rich graphics and reliable performance without compromise.</p>\n<table>\n<tr>\n<th>Feature</th>\n<th>iOS Version</th>\n<th>Android Version</th>\n</tr>\n<tr>\n<td>Minimum OS Required</td>\n<td>iOS 12.0 or higher</td>\n<td>Android 7.0 (Nougat) or higher</td>\n</tr>\n<tr>\n<td>Download Method</td>\n<td>Apple App Store</td>\n<td>Google Play Store / Direct APK</td>\n</tr>\n<tr>\n<td>Supported Devices</td>\n<td>iPhone 6s and newer, iPad</td>\n<td>Most smartphones and tablets</td>\n</tr>\n<tr>\n<td>App Size</td>\n<td>Approximately 120 MB</td>\n<td>Approximately 110 MB</td>\n</tr>\n</table>\n<h2>Getting Started With the Rouge Casino App</h2>\n<p>Downloading and installing the Rouge Casino app is straightforward:</p>\n<ol>\n<li>Visit the official site or app store to download the app.</li>\n<li>Create a new account or log in with existing credentials.</li>\n<li>Make a deposit using one of the secure payment methods.</li>\n<li>Choose from a broad selection of games and start playing instantly.</li>\n</ol>\n<p>This streamlined process ensures that users can quickly immerse themselves in the action without delay.</p>\n<h2>FAQ</h2>\n<p>Q1: Is the Rouge Casino app free to download?<br>\nA: Yes, the Rouge Casino mobile app is completely free to download on both iOS and Android devices.</p>\n<p>Q2: Can I use the same account on desktop and mobile?<br>\nA: Absolutely. Your account details and funds are synced, allowing seamless play across all devices.</p>\n<p>Q3: What payment methods are supported on the app?<br>\nA: The app supports multiple secure payment options, including credit/debit cards, e-wallets, and bank transfers.</p>\n<p>Q4: Is the app safe and regulated?<br>\nA: Yes. Rouge Casino operates under a reputable licence and uses advanced encryption to protect users\' data.</p>\n<p>Q5: Are there any exclusive bonuses for mobile users?<br>\nA: Often, Rouge Casino offers special promotions exclusive to mobile app players–check the app regularly for updates.</p>\n<hr>\n<p>By combining convenience, security, and a rich gaming library, the Rouge Casino mobile app invites players to enjoy their favourite casino games anywhere, anytime on both iOS and Android devices.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=605.txt-->', 'Play Anywhere With Rouge Casino Mobile App on iOS and Android', '', 'publish', 'open', 'open', '', 'play-anywhere-with-rouge-casino-mobile-app-on-ios-and-android', '', '', '2026-01-13 15:18:05', '2026-01-13 15:18:05', '', 0, 'https://hartgarnermd.com/play-anywhere-with-rouge-casino-mobile-app-on-ios-and-android/', 0, 'post', '', 0),
(1276, 1, '2025-12-07 00:13:05', '2025-12-07 00:13:05', '<h2>¿Por qué es importante conocer los límites en My Empire Casino?</h2>\n<p>Al acceder a <a href=\"https://my-empire-casino.es\">my empire casino</a>, uno de los aspectos clave que todo jugador debe entender es la política de límites. Estos límites no solo afectan cuánto puedes depositar, apostar o retirar, sino que también influyen en la experiencia de juego responsable, la gestión de tus finanzas y en evitar cualquier frustración durante la sesión. Conocer cómo funcionan los límites en esta plataforma asegura que tu experiencia sea transparente y segura, evitando sorpresas desagradables que puedan afectar tu entretenimiento o bolsillo.</p>\n<h2>¿Qué tipos de límites existen en My Empire Casino?</h2>\n<p>My Empire Casino establece varios tipos de límites que regulan la actividad del jugador para garantizar un entorno justo y controlado. Estos se aplican tanto para proteger al jugador como para cumplir con normativas internacionales.</p>\n<ul>\n<li>Límites de depósito: Máximo dinero que puedes ingresar en un periodo determinado (diario, semanal o mensual).</li>\n<li>Límites de apuesta: Cantidad máxima permitida por apuesta o por sesión.</li>\n<li>Límites de pérdidas: Control que restringe cuánto puedes perder en un lapso específico.</li>\n<li>Límites de retiro: Cantidad máxima que puedes retirar por operación o en total durante un tiempo.</li>\n<li>Límites de sesión: Tiempo máximo que puedes permanecer activo en la plataforma.</li>\n</ul>\n<p>Estos límites no son fijos para todos: varían según el perfil del usuario, su historial y la legislación vigente que cumple la plataforma.</p>\n<h2>¿Cómo consultar y modificar los límites en My Empire Casino?</h2>\n<p>Uno de los aspectos más valorados por los jugadores es la posibilidad de ajustar sus límites personales. En My Empire Casino, este proceso es sencillo y claro.</p>\n<p>Para acceder a tus límites:</p>\n<ol>\n<li>Inicia sesión en tu cuenta.</li>\n<li>Dirígete a la sección de “Juego responsable” o “Configuración de cuenta”.</li>\n<li>Consulta los límites actuales asignados.</li>\n<li>Solicita una modificación si lo deseas, el cambio puede aplicarse en el momento o tras un periodo de espera, según la política interna.</li>\n</ol>\n<p>Es importante destacar que las reducciones de límites son inmediatas y sin problemas, mientras que para aumentos puede requerirse una verificación adicional para proteger al jugador.</p>\n<h2>Tabla comparativa de límites estándar en My Empire Casino</h2>\n<table>\n<tr>\n<th>Tipo de límite</th>\n<th>Rango estándar</th>\n<th>Comentario clave</th>\n</tr>\n<tr>\n<td>Depósito diario</td>\n<td>20 € - 2,000 €</td>\n<td>Flexible según usuario</td>\n</tr>\n<tr>\n<td>Apuesta máxima</td>\n<td>1 € - 100 € por jugada</td>\n<td>Varía según el juego</td>\n</tr>\n<tr>\n<td>Retiro semanal</td>\n<td>100 € - 10,000 €</td>\n<td>Depende del método de pago</td>\n</tr>\n<tr>\n<td>Sesión diaria</td>\n<td>Máximo 4 horas</td>\n<td>Para fomentar juego responsable</td>\n</tr>\n</table>\n<h2>¿Qué ventajas tiene esta política de límites frente a la media del mercado?</h2>\n<p>En comparación con otros casinos online, My Empire Casino destaca por su equilibrio entre protección al jugador y libertad para disfrutar. Mientras algunos operadores son demasiado restrictivos, aquí encuentras límites personalizables que se adaptan a distintos perfiles, desde jugadores casuales hasta usuarios habituales. Además, la transparencia en la comunicación de estos límites y la rapidez para ajustarlos son factores que generan confianza y mejoran el control sobre el juego.</p>\n<h2>Consejos para evitar sorpresas con los límites en My Empire Casino</h2>\n<ul>\n<li>Revisa siempre tus límites antes de comenzar a jugar, especialmente si cambias de juego o aumentas tus apuestas.</li>\n<li>Aprovecha las herramientas de juego responsable para establecer límites que se adapten a tu presupuesto y estilo.</li>\n<li>Ten en cuenta que intentar superar los límites puede conllevar bloqueos temporales o revisiones de cuenta.</li>\n<li>Mantén actualizado tu perfil para recibir límites adecuados a tu situación.</li>\n<li>Consulta las condiciones específicas relacionadas con bonos y promociones, ya que a veces incluyen límites propios.</li>\n</ul>\n<h2>Preguntas frecuentes sobre la política de límites en My Empire Casino</h2>\n<p>¿Puedo jugar sin límites en My Empire Casino?<br>\nNo, la plataforma establece límites mínimos obligatorios para proteger a los jugadores y fomentar una experiencia responsable.</p>\n<p>¿Cómo afectan los límites a los bonos?<br>\nLos bonos pueden tener limitaciones específicas en cuanto a apuestas máximas o periodos para cumplir requisitos, siempre vinculados a los límites generales.</p>\n<p>¿Puede cambiar My Empire Casino mis límites sin avisar?<br>\nLa casa puede ajustar límites por motivos regulatorios o de seguridad, pero siempre informa al usuario y proporciona opciones para adaptarse.</p>\n<p>¿Qué sucede si llego al límite de retiro?<br>\nTendrás que esperar el periodo estipulado para poder realizar un nuevo retiro o, en algunos casos, verificar información adicional.</p>\n<p>¿Puedo solicitar un límite personalizado?<br>\nSí, My Empire Casino permite ajustar límites en función de las necesidades individuales, tras revisión por parte del servicio de atención.</p>\n<hr>\n<p>Conocer y gestionar correctamente la política de límites en My Empire Casino es fundamental para disfrutar de una experiencia de juego segura, controlada y sin sobresaltos. Utiliza esta guía como referencia y actúa siempre con responsabilidad para maximizar tu diversión y minimizar riesgos. ¡Juega informado, juega seguro!</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=200.txt-->', 'Guía para entender la política de límites en My Empire Casino y evitar sorpresas', '', 'publish', 'open', 'open', '', 'guia-para-entender-la-politica-de-limites-en-my-empire-casino-y-evitar-sorpresas', '', '', '2025-12-07 00:13:05', '2025-12-07 00:13:05', '', 0, 'https://hartgarnermd.com/guia-para-entender-la-politica-de-limites-en-my-empire-casino-y-evitar-sorpresas/', 0, 'post', '', 0),
(1277, 1, '2025-11-29 08:08:05', '2025-11-29 08:08:05', '<p>En tant qu’analyste en ligne spécialisé dans les plateformes de casino, je vous propose un guide clair et précis pour modifier vos informations personnelles sur Vinci Spin, une plateforme réputée pour son interface fluide et sa sécurité renforcée. Que vous ayez déménagé, changé d’adresse mail ou souhaitiez mettre à jour d’autres données, il est essentiel de savoir comment procéder facilement et en toute sécurité.</p>\n<p>Vinci Spin se distingue par une expérience utilisateur moderne et une protection sérieuse des données. Pour consulter la plateforme, rendez-vous simplement sur <a href=\"https://vincispin-france.fr\">https://vincispin-france.fr</a>, où l’interface intuitive guide naturellement chaque joueur.</p>\n<hr>\n<h2>Pourquoi mettre à jour ses informations personnelles sur Vinci Spin ?</h2>\n<p>Vos données personnelles garantissent à la fois la sécurité de votre compte et la conformité avec les exigences réglementaires, notamment la vérification d’identité. Des informations obsolètes peuvent entraîner des retards dans le traitement de vos retraits ou même la suspension de votre compte.</p>\n<p>Vinci Spin met à disposition des outils simples pour que chaque joueur puisse gérer ses informations sans obstacle, renforçant ainsi la confiance entre la plateforme et ses utilisateurs.</p>\n<hr>\n<h2>Comment procéder : étapes clés pour changer vos données personnelles</h2>\n<p>Changer ses informations sur Vinci Spin suit un processus sécurisé, organisé en quelques étapes simples.</p>\n<ol>\n<li>\n<p>Connectez-vous à votre compte<br>\nRendez-vous sur le site officiel, saisissez votre identifiant et mot de passe.</p>\n</li>\n<li>\n<p>Accédez à votre profil utilisateur<br>\nEn haut à droite, cliquez sur votre avatar ou pseudo, puis sur « Mon compte » ou « Profil ».</p>\n</li>\n<li>\n<p>Sélectionnez la rubrique « Informations personnelles »<br>\nC’est ici que vous pourrez modifier vos coordonnées comme l’adresse, le numéro de téléphone, et l’email.</p>\n</li>\n<li>\n<p>Effectuez les modifications nécessaires<br>\nSaisissez les nouvelles données dans les champs correspondants. Attention aux erreurs de frappe qui peuvent compliquer la validation.</p>\n</li>\n<li>\n<p>Confirmez les changements<br>\nUne fois les modifications validées, certaines données sensibles peuvent nécessiter une vérification par l’envoi d’un justificatif (pièce d’identité, facture récente).</p>\n</li>\n<li>\n<p>Attendez la validation du service client<br>\nCette étape garantit la sécurité de votre compte. La validation est généralement rapide, sous 24 à 48 heures.</p>\n</li>\n</ol>\n<p>Ces étapes sont pensées pour offrir un équilibre entre simplicité d’usage et rigueur sécuritaire.</p>\n<hr>\n<h2>Vinci Spin face aux autres plateformes : un point rapide</h2>\n<table>\n<tr>\n<th>Critère</th>\n<th>Vinci Spin</th>\n<th>Moyenne du marché</th>\n</tr>\n<tr>\n<td>Facilité de mise à jour</td>\n<td>Interface claire et intuitive</td>\n<td>Interfaces parfois confuses</td>\n</tr>\n<tr>\n<td>Sécurité des données</td>\n<td>Vérification systématique</td>\n<td>Souvent manuelle ou partielle</td>\n</tr>\n<tr>\n<td>Temps de validation</td>\n<td>24-48 heures</td>\n<td>Jusqu’à plusieurs jours</td>\n</tr>\n<tr>\n<td>Assistance en cas de souci</td>\n<td>Support réactif multilingue</td>\n<td>Support limité</td>\n</tr>\n</table>\n<p>Ce tableau montre que Vinci Spin se positionne favorablement en proposant une gestion simplifiée, sécurisée et rapide des informations personnelles.</p>\n<hr>\n<h2>Conseils pratiques avant de modifier vos données</h2>\n<ul>\n<li>Vérifiez bien l’exactitude de chaque élément saisi, surtout votre email et numéro de téléphone.</li>\n<li>Préparez vos pièces justificatives à l’avance ; elles peuvent être demandées rapidement.</li>\n<li>Notez que certaines informations ne sont pas modifiables via le site (comme le nom légal complet), et nécessitent une prise de contact spécifique avec le support.</li>\n</ul>\n<hr>\n<h2>FAQ - Questions fréquentes sur la modification des infos personnelles</h2>\n<p>Q1 : Puis-je changer mon adresse mail sur Vinci Spin ?<br>\nOui, la modification est possible via votre profil, mais un email de confirmation sera envoyé pour valider le changement.</p>\n<p>Q2 : Que faire si je ne parviens pas à modifier mes données ?<br>\nContactez le service client via le chat en direct ou email. Ils vous guideront dans la procédure.</p>\n<p>Q3 : Est-ce que changer mes informations retarde mes retraits ?<br>\nParfois, le traitement est suspendu temporairement jusqu’à la validation de vos nouvelles données, mais c’est pour votre sécurité.</p>\n<p>Q4 : Puis-je modifier mon nom ou prénom ?<br>\nLe changement de nom légal n’est pas accessible directement et nécessite une preuve officielle ainsi qu’un contact avec le support.</p>\n<p>Q5 : Combien de temps prend la validation des modifications ?<br>\nEn général, elle est effectuée sous 24 à 48 heures, ce qui est rapide comparé à la moyenne du marché.</p>\n<hr>\n<p>Maintenir ses informations personnelles à jour sur Vinci Spin est essentiel pour profiter d’une expérience fluide et sécurisée. Grâce à une interface bien conçue et un support réactif, la plateforme facilite cette démarche, un avantage pour tout joueur soucieux de la gestion de son compte au quotidien. Découvrez les détails et actualités sur <a href=\"https://vincispin-france.fr\">https://vincispin-france.fr</a> pour rester à jour.</p>\n<hr>\n<p>Article rédigé par un analyste spécialisé, axé sur la simplicité et la sécurité des procédures iGaming.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=364.txt-->', 'La procédure pas à pas pour changer ses infos personnelles sur Vinci Spin', '', 'publish', 'open', 'open', '', 'la-procedure-pas-a-pas-pour-changer-ses-infos-personnelles-sur-vinci-spin', '', '', '2025-11-29 08:08:05', '2025-11-29 08:08:05', '', 0, 'https://hartgarnermd.com/la-procedure-pas-a-pas-pour-changer-ses-infos-personnelles-sur-vinci-spin/', 0, 'post', '', 0),
(1278, 1, '2026-01-09 03:47:05', '2026-01-09 03:47:05', '<h2>Un service de retrait efficace sur Lucky8 Casino</h2>\n<p>Pour tout joueur en quête de fiabilité, la rapidité et l\'absence de frais lors des retraits représentent des critères essentiels. Sur <a href=\"https://lucky8casino.fr\">lucky8 casino mon compte</a>, ces deux éléments sont au cœur de l\'expérience utilisateur, assurant un accès simple et rapide aux gains accumulés. Ce casino en ligne offre une gamme d\'options adaptées pour répondre aux besoins variés des joueurs.</p>\n<h2>Les principales méthodes de retrait disponibles</h2>\n<p>Lucky8 Casino mise sur la diversité de ses moyens de retrait pour garantir un service efficace. Chaque méthode est conçue pour être rapide, sécurisée et sans frais cachés. Cette politique transparente rassure les joueurs et facilite la gestion de leurs fonds.</p>\n<h3>Les avantages des retraits rapides et sans frais</h3>\n<p>Les retraits effectués via Lucky8 Casino sont généralement traités en moins de 24 heures, un délai nettement plus court que sur de nombreux autres sites. De plus, l\'absence de commissions encourage les joueurs à utiliser régulièrement la plateforme sans craindre de voir leurs gains diminuer.</p>\n<h2>Liste des options de retrait sur Lucky8 Casino</h2>\n<ul>\n  <li><strong>Virement bancaire :</strong> sécurisé et idéal pour les montants importants.</li>\n  <li><strong>Portefeuilles électroniques (e-wallets) :</strong> comme Skrill ou Neteller pour une rapidité optimale.</li>\n  <li><strong>Cartes bancaires :</strong> Visa et Mastercard sont acceptées pour plus de commodité.</li>\n  <li><strong>Cryptomonnaies :</strong> nouvelle option innovante, rapide et sans frais.</li>\n</ul>\n<h2>Tableau comparatif des méthodes de retrait</h2>\n<table>\n<tr>\n<th>Méthode</th>\n<th>Délai de traitement</th>\n<th>Frais appliqués</th>\n</tr>\n<tr>\n<td>Virement bancaire</td>\n<td>1 à 3 jours ouvrés</td>\n<td>Aucun</td>\n</tr>\n<tr>\n<td>E-wallets (Skrill)</td>\n<td>Instantané à 24h</td>\n<td>Aucun</td>\n</tr>\n<tr>\n<td>Carte bancaire</td>\n<td>24 à 72 heures</td>\n<td>Aucun</td>\n</tr>\n<tr>\n<td>Cryptomonnaies</td>\n<td>Moins de 1 heure</td>\n<td>Aucun</td>\n</tr>\n</table>\n<h2>FAQ - Retraits sur Lucky8 Casino</h2>\n<p>Q1 : Quel est le délai moyen pour recevoir un retrait ?<br>\nR1 : Le délai varie selon la méthode choisie, allant de l\'instantané pour les portefeuilles électroniques à 3 jours pour les virements bancaires.</p>\n<p>Q2 : Y a-t-il des frais cachés lors des retraits ?<br>\nR2 : Non, Lucky8 Casino ne prélève aucun frais sur les retraits, ce qui garantit un montant net pour le joueur.</p>\n<p>Q3 : Puis-je retirer mes gains en cryptomonnaies ?<br>\nR3 : Oui, Lucky8 Casino propose le retrait en cryptomonnaies, offrant ainsi une rapidité et une sécurité accrues.</p>\n<p>Q4 : Quel est le montant minimum de retrait ?<br>\nR4 : Le montant minimum varie selon la méthode, mais généralement il est fixé autour de 20 €.</p>\n<p>Q5 : Que faire en cas de problème avec un retrait ?<br>\nR5 : Il est conseillé de contacter le service client de Lucky8 Casino via le chat en ligne ou email pour une prise en charge rapide.</p>\n<hr>\n<p>En résumé, Lucky8 Casino place la rapidité et la gratuité des retraits au centre de ses priorités, offrant ainsi une expérience utilisateur fluide et agréable. Cette politique, combinée à une diversité de moyens de paiement, fait de cette plateforme un choix privilégié pour les amateurs de jeux en ligne.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=24.txt-->', 'Les options de retrait rapides et sans frais sur Lucky8 Casino', '', 'publish', 'open', 'open', '', 'les-options-de-retrait-rapides-et-sans-frais-sur-lucky8-casino', '', '', '2026-01-09 03:47:05', '2026-01-09 03:47:05', '', 0, 'https://hartgarnermd.com/les-options-de-retrait-rapides-et-sans-frais-sur-lucky8-casino/', 0, 'post', '', 0),
(1279, 1, '2025-12-31 00:42:05', '2025-12-31 00:42:05', '<p>En tant que SEO-copywriter expérimenté dans l’iGaming, je vous propose un guide clair et détaillé pour comprendre les conditions de bonus chez <a href=\"https://rabonacasino-fr.com\">rabona</a>, une plateforme qui séduit par son offre généreuse et son interface dynamique. Comprendre les règles associées aux bonus est essentiel pour maximiser votre expérience de jeu tout en évitant les mauvaises surprises.</p>\n<h2>Qu’est-ce qui distingue les bonus de Rabona Casino ?</h2>\n<p>Rabona Casino propose une large gamme de bonus destinés à attirer autant les nouveaux joueurs que les habitués. Toutefois, chaque offre est soumise à des conditions précises, qu’il est primordial de maîtriser avant de s’engager. Ces règles couvrent notamment les exigences de mise, les délais, les jeux éligibles et les plafonds de gains.</p>\n<p>À première vue, les bonus de Rabona peuvent sembler généreux comparés à la moyenne du marché, mais sans une bonne connaissance des modalités, il est facile de perdre l’avantage offert. Par exemple, le bonus de bienvenue standard comprend un pourcentage sur dépôt accompagné de free spins, mais il est assorti d’un playthrough qui peut impacter la possibilité de retirer ses gains.</p>\n<h2>Les points clés des conditions de bonus chez Rabona</h2>\n<p>Les joueurs expérimentés savent qu’un bonus ne correspond pas uniquement à un crédit ou des tours gratuits. Il est impératif de lire les petits caractères. Voici les aspects principaux :</p>\n<ul>\n<li>Exigence de mise (playthrough) : Rabona impose généralement un wagering de 30x sur le montant du bonus avant de pouvoir effectuer un retrait. Ce seuil est dans la moyenne du secteur, mais doit être validé pour chaque offre spécifique.</li>\n<li>Jeux éligibles : Tous les jeux ne contribuent pas de la même manière au décompte des mises. Les machines à sous comptent à 100%, en revanche, les jeux de table comme le blackjack ou la roulette participent rarement ou à un pourcentage réduit.</li>\n<li>Durée de validité : Les bonus ont souvent une durée limitante, couramment entre 7 et 14 jours. Passé ce délai, le bonus et les gains liés sont annulés.</li>\n<li>Montants maximaux et retraits : Même si vous réussissez à remplir les conditions, certains bonus bloquent le retrait des gains au-delà d’un plafond défini.</li>\n</ul>\n<h2>Tableau comparatif des conditions standard chez Rabona Casino</h2>\n<table>\n<tr>\n<th>Type de bonus</th>\n<th>Exigence de mise</th>\n<th>Jeux éligibles</th>\n<th>Validité</th>\n</tr>\n<tr>\n<td>Bonus de bienvenue</td>\n<td>30x le bonus</td>\n<td>Machines à sous 100%, jeux de table 10%</td>\n<td>7 jours</td>\n</tr>\n<tr>\n<td>Bonus sans dépôt</td>\n<td>40x le bonus</td>\n<td>Principalement machines à sous</td>\n<td>5 jours</td>\n</tr>\n<tr>\n<td>Free spins</td>\n<td>30x les gains</td>\n<td>Machines à sous uniquement</td>\n<td>7 jours</td>\n</tr>\n<tr>\n<td>Bonus de recharge</td>\n<td>25x le bonus</td>\n<td>Machines à sous 100%</td>\n<td>7 jours</td>\n</tr>\n</table>\n<p>Ce tableau illustre la variété des conditions, mais également leur rigueur. Une bonne gestion et anticipation sont nécessaires pour en tirer le meilleur parti.</p>\n<h2>Pourquoi les conditions de bonus sont-elles aussi importantes ?</h2>\n<p>On peut se demander : pourquoi Rabona impose-t-il de telles règles ? Ce n’est pas pour compliquer la vie du joueur, mais pour assurer l’équilibre économique du casino. Sans ces règles, les joueurs pourraient retirer instantanément des gains issus des bonus sans réellement jouer. C’est une garantie contre la fraude et un moyen de prolonger le plaisir du jeu.</p>\n<p>Sur la base de mon expérience et des retours de joueurs, comprendre ces contraintes permet de :</p>\n<ul>\n<li>Planifier ses sessions de jeu en fonction du temps disponible pour satisfaire aux conditions.</li>\n<li>Choisir les jeux les plus efficaces pour atteindre le wagering.</li>\n<li>Éviter les frustrations liées au blocage des retraits.</li>\n</ul>\n<h2>FAQ – Ce que vous devez savoir sur les bonus Rabona</h2>\n<p>1. Puis-je retirer un bonus immédiatement ?<br>\nNon, le bonus est soumis à un wagering qui doit être rempli avant toute demande de retrait.</p>\n<p>2. Quels jeux contribuent le plus au playthrough ?<br>\nLes machines à sous sont les plus avantageuses, comptant généralement à 100%. Les jeux de table contribuent beaucoup moins.</p>\n<p>3. Que se passe-t-il si je ne termine pas le wagering dans les délais ?<br>\nLe bonus et les gains associés seront annulés, c’est donc crucial de respecter ce délai.</p>\n<p>4. Les free spins ont-ils aussi des conditions ?<br>\nOui, les gains issus des free spins sont soumis à une exigence de mise similaire à celle des autres bonus.</p>\n<p>5. Rabona propose-t-il des bonus sans dépôt ?<br>\nOui, mais ceux-ci ont souvent un wagering plus élevé et une validité plus courte.</p>\n<hr>\n<h2>En résumé</h2>\n<p>Rabona Casino séduit par ses bonus généreux, mais exige une rigueur dans le respect des conditions. Comprendre ces règles est un avantage stratégique, un gage de plaisir maîtrisé et de gains légitimes. N’hésitez pas à consulter régulièrement la section promotions du site pour rester informé des évolutions.</p>\n<p>Pour une expérience optimale, pensez à vérifier en détail chaque bonus avant d’y souscrire, et adaptez votre jeu en conséquence. À travers cette connaissance, vous transformerez les offres proposées en opportunités gagnantes.</p>\n<hr>\n<p>Conseil de pro : privilégiez toujours les machines à sous pour accélérer l’accomplissement des conditions de mise et profiter pleinement de votre bonus chez Rabona.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1188_63.txt-->', 'Les conditions de bonus à connaître absolument chez Rabona Casino', '', 'publish', 'open', 'open', '', 'les-conditions-de-bonus-a-connaitre-absolument-chez-rabona-casino', '', '', '2025-12-31 00:42:05', '2025-12-31 00:42:05', '', 0, 'https://hartgarnermd.com/les-conditions-de-bonus-a-connaitre-absolument-chez-rabona-casino/', 0, 'post', '', 0),
(1280, 1, '2025-12-12 04:20:05', '2025-12-12 04:20:05', '<p>En tant que spécialiste du contenu SEO avec plus de 10 ans d’expérience dans l’iGaming, je partage ici des conseils concrets pour gérer votre budget de jeu sur Ruby Slots, une plateforme en pleine ascension. Ce casino en ligne se distingue par son interface moderne et sa large gamme de jeux, mais comme tout espace de jeu, il exige une gestion rigoureuse de ses mises. Dans cet article, vous découvrirez comment optimiser votre budget pour jouer sereinement sans risquer de pertes excessives.</p>\n<h2>Pourquoi la gestion de budget est-elle cruciale sur Ruby Slots ?</h2>\n<p>Ruby Slots propose un catalogue riche en machines à sous et jeux de table, ce qui peut facilement inciter à des mises impulsives. Pourtant, sans un cadre financier clair, le plaisir peut rapidement se transformer en frustration. Le casino offre des bonus attractifs, mais ceux-ci sont soumis à des conditions de mises qui peuvent accroître les dépenses si l’on manque de discipline. Comprendre ses limites constitue donc la première étape vers un jeu responsable.</p>\n<p>Par ailleurs, Ruby Slots propose plusieurs options de dépôt et retrait – de la carte bancaire aux portefeuilles électroniques, sans oublier la possibilité d’utiliser certaines cryptomonnaies. Cette diversité facilite la gestion de son budget, à condition d’être organisé et de ne pas confondre rapidité d’accès à l’argent et contrôle des dépenses.</p>\n<h2>Comment établir un budget de jeu efficace ?</h2>\n<p>Établir un budget clair avant de commencer à jouer est fondamental. Voici quelques règles simples, mais efficaces, pour maîtriser votre bankroll sur Ruby Slots :</p>\n<ul>\n<li>Définissez un montant maximal de dépôt hebdomadaire ou mensuel : Ne dépassez jamais ce plafond, même en cas de gains ou de tentations.</li>\n<li>Fractionnez votre bankroll en sessions de jeu distinctes : Cela permet d’éviter de tout perdre en une seule fois.</li>\n<li>Fixez-vous des limites de perte et de gains par session : Cela aide à savoir quand s’arrêter, aussi bien en cas de chance que de série noire.</li>\n<li>Utilisez les outils de jeu responsable proposés par Ruby Slots : Le casino permet de paramétrer des limites de dépôt, de perte et même des pauses temporaires.</li>\n<li>Ne jouez jamais avec de l\'argent destiné à d\'autres dépenses essentielles : L’autodiscipline est clé.</li>\n</ul>\n<p>Ces principes sont incontournables pour qui souhaite préserver son capital tout en profitant pleinement de l’offre de Ruby Slots.</p>\n<h2>Quels outils offrent Ruby Slots pour contrôler son budget ?</h2>\n<p>Ruby Slots intègre une section « Jeu Responsable » accessible depuis le compte joueur. Ce module propose plusieurs fonctionnalités pour accompagner les joueurs dans la maîtrise de leur budget :</p>\n<table>\n<tr>\n<th>Outil</th>\n<th>Fonctionnalité principale</th>\n</tr>\n<tr>\n<td>Limites de dépôt</td>\n<td>Fixer une somme maximale à déposer</td>\n</tr>\n<tr>\n<td>Limites de pertes</td>\n<td>Bloquer les mises au-delà d’un seuil défini</td>\n</tr>\n<tr>\n<td>Auto-exclusion temporaire</td>\n<td>Suspendre son compte pour une durée choisie</td>\n</tr>\n<tr>\n<td>Historique des mises</td>\n<td>Consulter ses dépenses et gains détaillés</td>\n</tr>\n</table>\n<p>Ces options permettent de garder la maîtrise sur ses habitudes de jeu, en évitant toute dérive financière.</p>\n<h2>Mini-comparaison : Ruby Slots vs la moyenne des casinos en ligne</h2>\n<p>Ruby Slots se démarque par une interface intuitive et une réactivité élevée, facilitant la gestion de bankroll directement depuis le tableau de bord. En comparaison, beaucoup de plateformes sur le marché n’offrent pas de telles facilités pour paramétrer ses limites sans passer par un support client. Cette autonomie permet aux joueurs d’avoir un meilleur contrôle au quotidien.</p>\n<h2>FAQ : Gérer son budget sur Ruby Slots</h2>\n<p>Q1 : Comment définir ma limite de dépôt sur Ruby Slots ?<br>\nRendez-vous dans les paramètres de votre compte, rubrique « Jeu Responsable ». Vous pouvez y choisir un montant maximal à ne pas dépasser sur une période donnée (jour, semaine ou mois).</p>\n<p>Q2 : Est-il possible de faire une pause de jeu si je sens que je perds le contrôle ?<br>\nOui, Ruby Slots offre une fonction d’auto-exclusion temporaire qui bloque votre accès au compte pour une durée définie (de 24 heures à plusieurs semaines).</p>\n<p>Q3 : Les bonus impactent-ils la gestion du budget ?<br>\nAbsolument. Les bonus ont souvent des conditions de mise à respecter, ce qui peut entraîner des dépenses supplémentaires si on joue sans stratégie. Il est important de lire les termes et de ne pas surjouer juste pour débloquer un bonus.</p>\n<p>Q4 : Puis-je consulter un récapitulatif de mes gains et pertes ?<br>\nOui, le casino propose un historique détaillé accessible à tout moment, essentiel pour évaluer l’efficacité de votre gestion budgétaire.</p>\n<p>Q5 : Ruby Slots est-il adapté aux débutants pour apprendre la gestion budgétaire ?<br>\nOui, grâce à ses outils simples et son interface claire, même un joueur novice peut facilement mettre en place une stratégie budgétaire fiable.</p>\n<hr>\n<p>Gérer son budget sur Ruby Slots n’est pas une contrainte, mais un levier pour prolonger le plaisir du jeu et éviter les déconvenues. En utilisant les outils intégrés et en appliquant des règles personnelles strictes, chaque joueur peut maximiser son expérience sans dépasser ses moyens. Pour débuter, explorez les options directement sur le site officiel <a href=\"https://rubyslots-france.com\">ruby slots</a> et lancez-vous sereinement.</p>\n<hr>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1034.txt-->', 'Ruby Slots Casino : comment gérer son budget de jeu efficacement', '', 'publish', 'open', 'open', '', 'ruby-slots-casino-comment-gerer-son-budget-de-jeu-efficacement', '', '', '2025-12-12 04:20:05', '2025-12-12 04:20:05', '', 0, 'https://hartgarnermd.com/ruby-slots-casino-comment-gerer-son-budget-de-jeu-efficacement/', 0, 'post', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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-12-12 07:15:05', '2025-12-12 07:15:05', '<h2>Seguridad y regulación: la base del juego confiable</h2>\n<p>Bonus Crab Casino es una plataforma de juegos en línea que ha captado la atención por su interfaz moderna y su amplio catálogo de juegos. Sin embargo, para cualquier jugador, la cuestión principal siempre es la seguridad y la regulación que garantizan un juego justo y protegido. Desde mi experiencia como analista de casinos online, puedo afirmar que entender quién regula una plataforma como Bonus Crab es fundamental para valorar su credibilidad. Este casino opera bajo licencias oficiales que aseguran el cumplimiento de normativas estrictas, y utiliza tecnología avanzada para proteger los datos y fondos de sus usuarios. Para más información directa, puedes visitar <a href=\"https://bonuscrab-casino.com\">https://bonuscrab-casino.com</a>.</p>\n<h2>¿Quién regula a Bonus Crab Casino?</h2>\n<p>Bonus Crab Casino está regulado por la Autoridad de Juego de Curazao, uno de los organismos más reconocidos en la industria iGaming. Aunque hay otras autoridades más estrictas como la UKGC o Malta, la licencia de Curazao sigue siendo aceptada internacionalmente y establece un marco legal para la operación segura de casinos online. Esta licencia garantiza que:</p>\n<ul>\n<li>El casino cumple con leyes internacionales de juego responsable.</li>\n<li>Se supervisan los procedimientos contra el lavado de dinero.</li>\n<li>Existe un compromiso con la protección de datos personales.</li>\n</ul>\n<p>Además, Bonus Crab se somete a auditorías regulares para mantener su licencia vigente y para que el software sea justo y transparente.</p>\n<h2>Principales garantías que ofrece Bonus Crab Casino</h2>\n<p>La regulación es solo una parte del compromiso con la seguridad. Bonus Crab ofrece varias garantías concretas para que sus jugadores jueguen con total confianza:</p>\n<ul>\n<li>Cifrado SSL de 128 bits: protege la información personal y financiera durante todas las transacciones.</li>\n<li>Juego justo (Fair Play): el generador de números aleatorios (RNG) está certificado para asegurar resultados equitativos.</li>\n<li>Política de privacidad clara: informa cómo se gestionan y protegen los datos de los usuarios.</li>\n<li>Soporte responsable: herramientas para el control del gasto y tiempos de juego, fomentando el juego responsable.</li>\n<li>Métodos de pago seguros y regulados: utilizan plataformas reconocidas para depósitos y retiradas rápidas.</li>\n</ul>\n<p>Estas garantías son estándares en la industria, pero Bonus Crab se esfuerza en cumplirlos sin excepciones.</p>\n<h2>¿Bonus Crab Casino es una opción segura frente a otros casinos?</h2>\n<p>A diferencia de muchos casinos que operan sin licencias o con regulaciones poco claras, Bonus Crab se posiciona en el mercado con una base regulatoria sólida. Esto lo convierte en una opción preferente para jugadores que buscan calidad y seguridad sin renunciar a la variedad de juegos. Por ejemplo, mientras algunos casinos sólo aceptan pagos mediante métodos limitados, Bonus Crab ofrece múltiples opciones, incluidas criptomonedas, aumentando la flexibilidad y privacidad.</p>\n<h3>Tabla comparativa de garantías (Bonus Crab vs. promedio mercado)</h3>\n<table>\n<tr>\n<th>Aspecto</th>\n<th>Bonus Crab Casino</th>\n<th>Promedio en el mercado</th>\n</tr>\n<tr>\n<td>Licencia regulatoria</td>\n<td>Curazao Gaming Authority</td>\n<td>Variable, a menudo sin licencia</td>\n</tr>\n<tr>\n<td>Cifrado de datos</td>\n<td>SSL 128 bits</td>\n<td>SSL o menos seguro</td>\n</tr>\n<tr>\n<td>Certificación RNG</td>\n<td>Auditado por terceros</td>\n<td>No siempre auditado</td>\n</tr>\n<tr>\n<td>Métodos de pago</td>\n<td>Tradicionales y criptomonedas</td>\n<td>Limitados o sin criptomonedas</td>\n</tr>\n<tr>\n<td>Juego responsable</td>\n<td>Programas activos y accesibles</td>\n<td>Opcionales o inexistentes</td>\n</tr>\n</table>\n<h2>¿Qué debe saber un jugador antes de registrarse?</h2>\n<p>Bonus Crab Casino no es un casino anónimo ni un sitio fuera de control. Su regulación aporta tranquilidad en cuanto al respaldo legal y operativo. No obstante, siempre recomiendo a los nuevos jugadores leer atentamente los términos y condiciones, especialmente en lo relativo a bonificaciones y requerimientos de apuesta. La transparencia del casino en estos puntos también es un reflejo directo de su profesionalidad.</p>\n<h3>Mini-bloque “Quick facts” sobre regulación y garantías</h3>\n<ul>\n<li>Licencia oficial de Curazao: número 8048/JAZ.</li>\n<li>Protección completa de datos personales con encriptación.</li>\n<li>Auditorías regulares de software para garantizar juego justo.</li>\n<li>Políticas claras para promover el juego responsable.</li>\n<li>Atención al cliente disponible para resolver dudas sobre seguridad.</li>\n</ul>\n<h2>FAQ: Preguntas frecuentes sobre regulación y seguridad de Bonus Crab Casino</h2>\n<p>¿Bonus Crab Casino es legal en España?<br>\nSí, aunque opera con licencia de Curazao, el casino acepta jugadores españoles y cumple con normativas internacionales, pero siempre es recomendable verificar la legalidad en cada país.</p>\n<p>¿Mis datos personales están seguros en Bonus Crab?<br>\nSí, el casino utiliza cifrado SSL de 128 bits para proteger toda la información enviada a través de la plataforma.</p>\n<p>¿Puedo confiar en que los juegos no están manipulados?<br>\nBonus Crab usa un generador de números aleatorios certificado por entidades independientes, lo que asegura la equidad en cada partida.</p>\n<p>¿Qué medidas ofrece Bonus Crab para jugar responsablemente?<br>\nEl casino ofrece opciones para autoexclusión, límites de depósito y recordatorios para ayudar a controlar el tiempo y dinero invertido.</p>\n<p>¿Cómo puedo comprobar que Bonus Crab tiene licencia?<br>\nLa información sobre la licencia está disponible en el pie de página de su web y puede verificarse directamente con la Autoridad de Juego de Curazao.</p>\n<hr>\n<p>Bonus Crab Casino es una plataforma que cumple con los requisitos básicos y avanzados para ofrecer un entorno de juego seguro y fiable. Su licencia de Curazao, junto con el uso de tecnología y políticas transparentes, brindan garantías sólidas para el jugador. Siempre es importante mantener una actitud responsable y conocer bien las condiciones antes de jugar, pero en términos generales, Bonus Crab se posiciona como una opción seria y regulada en el competitivo mercado iGaming.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1483.txt-->', '¿Quién regula a Bonus Crab Casino y qué garantías ofrece?', '', 'publish', 'open', 'open', '', 'quien-regula-a-bonus-crab-casino-y-que-garantias-ofrece', '', '', '2025-12-12 07:15:05', '2025-12-12 07:15:05', '', 0, 'https://hartgarnermd.com/quien-regula-a-bonus-crab-casino-y-que-garantias-ofrece/', 0, 'post', '', 0),
(1282, 1, '2026-01-27 07:49:05', '2026-01-27 07:49:05', '<h2>Introduction</h2>\n<p>Commencer à jouer sur un casino en ligne peut paraître simple, mais pour maximiser vos chances et éviter les pièges, il est crucial de bien s’informer. Amon Casino, accessible via le lien <a href=\"https://amons-casino.fr/\">https://amons-casino.fr/</a>, est une plateforme populaire qui offre une large gamme de jeux et des bonus attractifs. Cependant, comme tout casino en ligne, il nécessite une approche réfléchie afin d’optimiser vos sessions de jeu.</p>\n<h2>Bien débuter sur Amon Casino</h2>\n<p>Avant de vous lancer, il est important de créer un compte avec des informations exactes et de vérifier votre identité rapidement. Cela garantit un accès fluide aux fonctionnalités et aux retraits. Prenez aussi le temps de consulter les conditions générales, notamment celles concernant les bonus, car elles impliquent parfois des exigences de mise spécifiques.</p>\n<p>Ensuite, familiarisez-vous avec les différents types de jeux proposés : machines à sous, jeux de table, et jeux en live. Chacun possède ses propres règles et stratégies. Pour un débutant, il est conseillé de commencer par des jeux à faible enjeu pour limiter les pertes potentielles.</p>\n<h2>Erreurs fréquentes à éviter</h2>\n<ul>\n<li>Ne pas lire les termes et conditions des offres promotionnelles.</li>\n<li>Jouer sans gérer son budget, ce qui peut conduire à des pertes importantes.</li>\n<li>Ignorer les limites de dépôt ou de mise proposées par le casino.</li>\n<li>Essayer de récupérer rapidement les pertes par des mises impulsives.</li>\n<li>Négliger les jeux gratuits pour s’entraîner avant de miser de l’argent réel.</li>\n</ul>\n<h2>Tableau comparatif des conseils essentiels</h2>\n<table>\n<tr>\n<th>Aspect</th>\n<th>Recommandation</th>\n</tr>\n<tr>\n<td>Inscription</td>\n<td>Fournir des informations exactes</td>\n</tr>\n<tr>\n<td>Gestion du budget</td>\n<td>Fixer une limite claire avant de jouer</td>\n</tr>\n<tr>\n<td>Choix des jeux</td>\n<td>Privilégier les jeux à faible volatilité</td>\n</tr>\n<tr>\n<td>Bonus et promotions</td>\n<td>Lire attentivement les conditions</td>\n</tr>\n</table>\n<h2>FAQ</h2>\n<p>Q1 : Comment vérifier la légitimité d’Amon Casino ?<br>\nR1 : Vérifiez que le casino possède une licence reconnue et consultez les avis de joueurs sur des forums spécialisés.</p>\n<p>Q2 : Quel est le meilleur moyen de gérer son budget ?<br>\nR2 : Définissez un montant maximal à ne pas dépasser et ne déposez jamais plus que cette somme.</p>\n<p>Q3 : Puis-je jouer gratuitement avant d’investir de l’argent ?<br>\nR3 : Oui, Amon Casino propose des versions démo de la plupart des jeux pour s’entraîner sans risque.</p>\n<p>Q4 : Les bonus sont-ils avantageux ?<br>\nR4 : Oui, mais il est crucial de lire les conditions de mise et les restrictions pour éviter les mauvaises surprises.</p>\n<p>Q5 : Comment contacter le support client ?<br>\nR5 : Amon Casino offre un service client disponible via chat en direct et e-mail, généralement réactif et professionnel.</p>\n<hr>\n<p>En suivant ces conseils, votre expérience sur Amon Casino sera plus sereine et agréable. Gardez à l’esprit qu’une approche responsable et informée est la clé pour profiter pleinement des jeux en ligne tout en limitant les risques.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=77.txt-->', 'Amon Casino : comment bien débuter et éviter les erreurs fréquentes', '', 'publish', 'open', 'open', '', 'amon-casino-comment-bien-debuter-et-eviter-les-erreurs-frequentes', '', '', '2026-01-27 07:49:05', '2026-01-27 07:49:05', '', 0, 'https://hartgarnermd.com/amon-casino-comment-bien-debuter-et-eviter-les-erreurs-frequentes/', 0, 'post', '', 0),
(1283, 1, '2026-01-22 07:06:05', '2026-01-22 07:06:05', '<h2>What Makes Goldwin Casino Stand Out for Mobile Players?</h2>\n<p>Goldwin Casino has quickly carved a niche as a reliable platform that offers a seamless gaming experience on mobile devices. Designed with the modern player in mind, it combines an intuitive interface with a rich selection of games, all optimised for smartphones and tablets. Whether you’re commuting, waiting in line, or simply relaxing at home, Goldwin ensures you never miss out on thrilling casino action. Players visiting <a href=\"https://gold-win-casino.com/\">https://gold-win-casino.com/</a> will notice right away how smoothly everything functions on the go – a key factor for anyone valuing convenience and quality in online gaming.</p>\n<h2>How Does the Mobile Experience Compare to Desktop?</h2>\n<p>A question often asked is: does Goldwin’s mobile platform match up to the desktop version? The short answer is yes, and often surpasses it in usability. The mobile site boasts fast load times, easy navigation, and a clean layout that avoids clutter but retains all essential features. Unlike many competitors, Goldwin has invested significantly in responsive design, meaning games render perfectly regardless of screen size or operating system.</p>\n<h3>Quick Facts about Goldwin’s Mobile Optimisation</h3>\n<ul>\n<li>Supports iOS and Android devices without the need for additional apps</li>\n<li>Instant play technology eliminates long downloads</li>\n<li>Touch-friendly controls for effortless gameplay</li>\n<li>Regular updates ensure compatibility with new devices and OS versions</li>\n</ul>\n<p>A practical example would be an experienced player testing a new slot provider during a brief coffee break; the game loaded instantly, played smoothly, and allowed quick switching between titles. This level of optimisation is not always standard in the industry, putting Goldwin ahead of many rivals.</p>\n<h2>A Deep Dive into Goldwin’s Game Catalogue on Mobile</h2>\n<p>The mobile gaming catalogue is impressively broad and diverse, covering every major category a player might seek:</p>\n<ol>\n<li>Slots - from classic fruit machines to modern video slots with extensive bonus rounds</li>\n<li>Table games - blackjack, roulette, baccarat, and poker, all adapted for touchscreens</li>\n<li>Live casino - immersive live dealer sessions streamed in high definition</li>\n<li>Speciality games - scratch cards, keno, and bingo for casual fun</li>\n</ol>\n<p>The platform partners with top-tier providers such as Microgaming, NetEnt, and Evolution Gaming, ensuring quality and variety. This range aligns well with mobile usage patterns, where quick rounds and dynamic interfaces enhance the experience.</p>\n<table>\n<tr>\n<th>Game Category</th>\n<th>Mobile Features</th>\n</tr>\n<tr>\n<td>Slots</td>\n<td>HD graphics, autoplay, gamble options</td>\n</tr>\n<tr>\n<td>Table Games</td>\n<td>Realistic interface, multi-view options</td>\n</tr>\n<tr>\n<td>Live Casino</td>\n<td>Real-time chat, smooth video streaming</td>\n</tr>\n<tr>\n<td>Specialty Games</td>\n<td>Instant play, simple navigation</td>\n</tr>\n</table>\n<h2>Navigating Payment Methods with Ease on Mobile</h2>\n<p>Goldwin Casino also excels in its payment infrastructure, a must-have element for mobile players. Deposits and withdrawals are straightforward, secure, and fast, often the difference between a frustrating session and a seamless experience.</p>\n<ul>\n<li>Multiple payment options: credit cards, e-wallets, bank transfers, and cryptocurrencies</li>\n<li>Instant deposits and quick withdrawal processing times for verified accounts</li>\n<li>Secure encryption protocols to protect your financial data</li>\n</ul>\n<p>This balance of speed and security ensures players can focus on gaming without worrying about their funds.</p>\n<h2>FAQ - Your Mobile Gaming Questions Answered</h2>\n<p>Q1: Is Goldwin Casino’s mobile site reliable?<br>\nA1: Yes, the mobile platform is robust, secure, and specifically optimised for a smooth gaming experience on any device.</p>\n<p>Q2: Can I use all bonuses and promotions on mobile?<br>\nA2: Absolutely. Promotional offers, including welcome bonuses, are fully accessible and redeemable via mobile.</p>\n<p>Q3: What games are best suited for mobile play?<br>\nA3: Slots and live casino games tend to work particularly well on mobile, thanks to their interface designs and interactive features.</p>\n<p>Q4: How fast are withdrawals on mobile?<br>\nA4: Withdrawals on mobile have similar processing times as on desktop, typically within 24-48 hours after account verification.</p>\n<p>Q5: Do I need to download an app to play on mobile?<br>\nA5: No app download is necessary. Goldwin offers instant play directly through your mobile browser.</p>\n<hr>\n<p>Goldwin Casino’s commitment to mobile optimisation reflects a broader trend in iGaming, where players expect top-tier performance anytime, anywhere. This platform not only matches but often exceeds market standards by delivering a user-friendly, secure, and richly featured environment for gaming on the go. Whether you are a casual player or a seasoned gambler, Goldwin’s mobile offering is well worth exploring.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=855.txt-->', 'Goldwin Casino Gaming Experience On The Go', '', 'publish', 'open', 'open', '', 'goldwin-casino-gaming-experience-on-the-go', '', '', '2026-01-22 07:06:05', '2026-01-22 07:06:05', '', 0, 'https://hartgarnermd.com/goldwin-casino-gaming-experience-on-the-go/', 0, 'post', '', 0),
(1284, 1, '2026-01-08 19:04:05', '2026-01-08 19:04:05', '<h2>¿Qué hace único a Malina Casino y cómo empezar con buen pie?</h2>\n<p>Malina Casino se ha consolidado como una plataforma atractiva para jugadores que buscan variedad y seguridad. Registrarte en esta web es sencillo, pero conocer ciertos trucos puede ahorrarte tiempo y evitar contratiempos, especialmente en el contacto con el soporte. Al iniciar tu aventura en <a href=\"https://malinacasinogames.com\">https://malinacasinogames.com</a>, es fundamental que tengas claras las mejores prácticas para crear tu cuenta y gestionar cualquier incidencia sin estrés.</p>\n<h2>¿Cómo registrarte de forma eficiente en Malina Casino?</h2>\n<p>El proceso de registro en Malina Casino es rápido y directo, pero aquí te dejo algunos trucos para facilitarlo y prevenir problemas:</p>\n<ul>\n<li>Usa datos reales y completos: Asegúrate de introducir correctamente tu nombre, fecha de nacimiento y datos de contacto. Esto evita bloqueos por verificación.</li>\n<li>Confirma tu correo electrónico inmediatamente: La mayoría de las verificaciones dependen de este paso para activar la cuenta y acceder a bonos.</li>\n<li>Elige una contraseña segura, pero fácil de recordar: Evitarás olvidos y bloqueos de cuenta.</li>\n<li>Revisa los términos y condiciones antes de continuar, para conocer las reglas aplicables en tu país.</li>\n</ul>\n<p>Además, recuerda que Malina Casino requiere verificación de identidad para cumplir con regulaciones. Preparar con antelación tus documentos (DNI, pasaporte) agiliza el proceso y evita demoras con soporte.</p>\n<h2>¿Qué hacer si surge un problema con el soporte?</h2>\n<p>A pesar de que Malina Casino cuenta con un equipo de soporte profesional y multilingüe, no está de más seguir estos consejos prácticos para tener una experiencia rápida y eficiente:</p>\n<ol>\n<li>Consulta primero la sección de ayuda o FAQ: Muchas dudas comunes ya están resueltas ahí.</li>\n<li>Mantén la calma y sé claro en tu consulta: Explica el problema con detalles, incluyendo capturas o referencias si es posible.</li>\n<li>Usa canales oficiales: Chat en vivo o correo electrónico son las mejores vías. Evita redes sociales para temas particulares.</li>\n<li>Ten a mano tu ID de usuario y cualquier comprobante necesario para acelerar la identificación.</li>\n<li>Guarda copia de tus comunicaciones: Esto sirve para seguimiento o en caso de disputa.</li>\n</ol>\n<p>Por norma general, el tiempo de respuesta en Malina Casino es rápido, pero en horarios punta puede tardar un poco más. La paciencia y claridad siempre ayudan.</p>\n<h2>Tabla comparativa: Registro en Malina Casino vs promedio de casinos en línea</h2>\n<table>\n<tr>\n<th>Aspecto</th>\n<th>Malina Casino</th>\n<th>Casinos promedio</th>\n</tr>\n<tr>\n<td>Tiempo de registro</td>\n<td>3-5 minutos</td>\n<td>5-10 minutos</td>\n</tr>\n<tr>\n<td>Verificación documental</td>\n<td>Requerida para retiro</td>\n<td>Variable, algunas veces opcional</td>\n</tr>\n<tr>\n<td>Canales de soporte</td>\n<td>Chat en vivo, email, FAQ</td>\n<td>Chat en vivo, email</td>\n</tr>\n<tr>\n<td>Idiomas disponibles</td>\n<td>Español, inglés, ruso y más</td>\n<td>Español e inglés principalmente</td>\n</tr>\n</table>\n<h2>Trucos extra para mejorar tu experiencia</h2>\n<ul>\n<li>Aprovecha el registro desde móvil: La web es totalmente responsive y el registro funciona sin problemas desde cualquier dispositivo.</li>\n<li>Activa la doble autenticación si está disponible para proteger tu cuenta.</li>\n<li>Evalúa los métodos de pago antes de registrarte, para saber cuál te conviene y evitar bloqueos en depósitos o retiros.</li>\n<li>Lee opiniones y reviews actualizados para conocer experiencias de otros usuarios y detectar posibles problemas comunes.</li>\n</ul>\n<h2>FAQ - Preguntas frecuentes sobre el registro y soporte en Malina Casino</h2>\n<p>¿Puedo registrarme si no vivo en España?<br>\nSí, Malina Casino está disponible en varios países, pero siempre revisa si está permitido en tu jurisdicción antes de registrarte.</p>\n<p>¿Qué hago si no recibo el correo de confirmación?<br>\nRevisa la carpeta de spam y espera unos minutos. Si no llega, contacta con el soporte vía chat para solicitar reenvío.</p>\n<p>¿Cuánto tarda soporte en responder?<br>\nNormalmente responden en menos de 5 minutos en chat, y en un máximo de 24 horas por correo electrónico.</p>\n<p>¿Tengo que verificar mi identidad para jugar con dinero real?<br>\nSí, es obligatorio para retirar fondos y cumplir con regulaciones internacionales.</p>\n<p>¿Qué información es mejor tener preparada para contactar soporte?<br>\nTu nombre de usuario, fecha de registro, método de pago usado, y una descripción clara del problema o duda.</p>\n<hr>\n<p>Empezar bien en Malina Casino evita dolores de cabeza y garantiza que tu experiencia de juego sea fluida. Registrar tu cuenta con datos verificados y seguir los consejos para tratar con soporte te pondrá un paso por delante. Visita <a href=\"https://malinacasinogames.com\">https://malinacasinogames.com</a> para más detalles y disfruta sin complicaciones. ¡Buena suerte y juega siempre con responsabilidad!</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=546.txt-->', 'Malina Casino trucos para registrarte y evitar problemas con el soporte', '', 'publish', 'open', 'open', '', 'malina-casino-trucos-para-registrarte-y-evitar-problemas-con-el-soporte', '', '', '2026-01-08 19:04:05', '2026-01-08 19:04:05', '', 0, 'https://hartgarnermd.com/malina-casino-trucos-para-registrarte-y-evitar-problemas-con-el-soporte/', 0, 'post', '', 0),
(1285, 1, '2025-12-25 14:47:05', '2025-12-25 14:47:05', '<p>En tant qu’éditeur d’un portail spécialisé dans l’iGaming, je m’intéresse particulièrement à l’expérience utilisateur et à la sécurité des plateformes. Rabona Casino, bien connu pour son interface moderne et son offre complète, propose aux joueurs un environnement sécurisé où gérer facilement leurs données personnelles. Le changement de mot de passe, une procédure essentielle pour protéger son compte, mérite un focus précis. Mais est-ce simple de modifier son mot de passe sur Rabona ? Cet article vous guide pas à pas et vous informe sur la fluidité et la sécurité de cette opération.</p>\n<h2>Pourquoi le changement de mot de passe est-il important sur Rabona ?</h2>\n<p>La protection des données personnelles et financières est cruciale dans tout casino en ligne. Rabona, détenu sous licence officielle, met un point d’honneur à la sécurité des comptes joueurs. Modifier régulièrement son mot de passe évite les risques liés au piratage ou à l’utilisation non autorisée du compte. Sur <a href=\"https://rabonacasino-fr.com\">rabona</a>, cette opération doit être intuitive, rapide et sûre, surtout que la plateforme accueille un large public francophone, souvent sensible à la simplicité et à la clarté des procédures.</p>\n<h2>Comment procéder pour changer son mot de passe sur Rabona ?</h2>\n<p>Le processus de modification du mot de passe est accessible depuis l’espace personnel du joueur. Voici les étapes principales :</p>\n<ol>\n<li>Connectez-vous à votre compte Rabona.</li>\n<li>Accédez à la rubrique « Profil » ou « Paramètres de compte ».</li>\n<li>Sélectionnez l’option « Modifier le mot de passe ».</li>\n<li>Entrez votre ancien mot de passe.</li>\n<li>Choisissez un nouveau mot de passe conforme aux critères (longueur, caractères spéciaux, etc.).</li>\n<li>Validez la modification.</li>\n</ol>\n<p>La plateforme envoie souvent un email de confirmation pour valider la demande, renforçant ainsi la sécurité.</p>\n<h2>Est-ce facile et sécurisé ? Un rapide comparatif</h2>\n<p>Le parcours utilisateur est fluide : le changement peut se faire en moins de deux minutes, sans nécessité d’assistance. Comparé à d’autres casinos en ligne où les menus sont parfois déroutants, Rabona offre une navigation claire et directe. La procédure intègre aussi des conseils pour choisir un mot de passe robuste, ce qui est un point faible sur certains sites concurrents.</p>\n<table>\n<tr>\n<th>critère</th>\n<th>Rabona Casino</th>\n<th>Moyenne du marché</th>\n</tr>\n<tr>\n<td>Temps pour changer</td>\n<td>1-2 minutes</td>\n<td>3-5 minutes</td>\n</tr>\n<tr>\n<td>Facilité de navigation</td>\n<td>Interface intuitive</td>\n<td>Parfois complexe</td>\n</tr>\n<tr>\n<td>Sécurité</td>\n<td>Confirmation par email &amp; critères stricts</td>\n<td>Variable</td>\n</tr>\n<tr>\n<td>Support nécessaire</td>\n<td>Rarement nécessaire</td>\n<td>Souvent obligatoire</td>\n</tr>\n</table>\n<h2>Points à retenir sur la gestion de mot de passe chez Rabona</h2>\n<ul>\n<li>La modification est rapide et accessible directement dans le compte joueur.</li>\n<li>La plateforme impose des critères de sécurité pour les nouveaux mots de passe.</li>\n<li>Un système de double validation (email) sécurise la démarche.</li>\n<li>L’interface francophone est claire, même pour un novice.</li>\n<li>Le support client est disponible en cas de problème, avec un délai de réponse correct.</li>\n</ul>\n<h2>FAQ – Questions fréquentes sur le changement de mot de passe</h2>\n<p>Q1 : Puis-je changer mon mot de passe depuis l’application mobile ?<br>\nOui, l’interface mobile conserve les mêmes fonctionnalités que la version desktop, y compris le changement de mot de passe.</p>\n<p>Q2 : Que faire si je ne me souviens plus de mon mot de passe actuel ?<br>\nUtilisez la fonction « Mot de passe oublié » pour recevoir un lien de réinitialisation par email.</p>\n<p>Q3 : Combien de temps faut-il attendre avant que le nouveau mot de passe soit effectif ?<br>\nLe changement est instantané après validation, mais l’email de confirmation peut prendre quelques minutes.</p>\n<p>Q4 : Existe-t-il des règles spécifiques pour choisir un nouveau mot de passe ?<br>\nOui, il doit contenir au moins 8 caractères, incluant une majuscule, un chiffre et un caractère spécial pour garantir la sécurité.</p>\n<p>Q5 : Est-ce risqué de changer fréquemment son mot de passe ?<br>\nAu contraire, changer régulièrement son mot de passe est recommandé pour renforcer la sécurité de votre compte.</p>\n<hr>\n<p>Changer son mot de passe sur Rabona Casino est donc non seulement simple mais aussi pensé pour protéger efficacement les joueurs. L’équilibre entre facilité d’utilisation et rigueur sécuritaire fait de Rabona une plateforme digne de confiance pour tous les amateurs de jeux en ligne.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=1188.txt-->', 'Est-ce simple de changer son mot de passe sur Rabona Casino ?', '', 'publish', 'open', 'open', '', 'est-ce-simple-de-changer-son-mot-de-passe-sur-rabona-casino', '', '', '2025-12-25 14:47:05', '2025-12-25 14:47:05', '', 0, 'https://hartgarnermd.com/est-ce-simple-de-changer-son-mot-de-passe-sur-rabona-casino/', 0, 'post', '', 0),
(1286, 1, '2025-11-27 10:45:05', '2025-11-27 10:45:05', '<h2>La protection des données personnelles : un pilier de confiance pour Pampago Casino</h2>\n<p>Dans un univers en ligne où la sécurité est essentielle, Pampago Casino se distingue par son engagement ferme à protéger les données personnelles de ses utilisateurs. Cette plateforme de jeu en ligne, accessible via <a href=\"https://casinopampago.fr/\">https://casinopampago.fr/</a>, met en place des mesures rigoureuses pour garantir la confidentialité, la sûreté et la conformité légale, indispensables pour instaurer un climat de confiance avec ses joueurs.</p>\n<h2>Quelles sont les principales mesures de sécurité mises en œuvre ?</h2>\n<p>Pampago Casino articule sa politique de protection autour de technologies avancées et de pratiques éprouvées. Voici les principaux axes sécuritaires :</p>\n<ul>\n<li>Chiffrement SSL : Toutes les données échangées entre les joueurs et la plateforme sont protégées par un cryptage SSL 256 bits, le standard actuel garantissant une transmission sécurisée et confidentielle.</li>\n<li>Stockage sécurisé : Les informations sensibles sont enregistrées sur des serveurs hautement sécurisés, avec des accès strictement contrôlés et une surveillance continue.</li>\n<li>Authentification renforcée : Le casino encourage l’utilisation de mots de passe robustes et met en place, dans certains cas, une vérification à deux facteurs pour limiter les risques d’usurpation d’identité.</li>\n<li>Conformité RGPD : Pampago respecte pleinement le Règlement Général sur la Protection des Données, offrant aux joueurs un contrôle total sur leurs informations personnelles (consultation, modification, suppression).</li>\n</ul>\n<p>Ces mesures s’accompagnent d’une politique de confidentialité claire et détaillée, consultable directement sur le site.</p>\n<h2>Pourquoi cette protection est-elle essentielle pour le joueur ?</h2>\n<p>Le joueur moderne est conscient que ses données peuvent être exploitées à mauvais escient. Sur Pampago Casino, la sécurisation des données ne se limite pas à un simple engagement marketing, elle impacte directement la qualité de l’expérience utilisateur :</p>\n<ul>\n<li>Prévention contre le vol d’identité et la fraude financière</li>\n<li>Confidentialité garantie des données personnelles et bancaires</li>\n<li>Tranquillité d’esprit pour se concentrer sur le plaisir du jeu</li>\n</ul>\n<p>Un joueur qui sait que ses informations sont entre de bonnes mains est plus à même d’investir du temps et des fonds sur la plateforme.</p>\n<h3>Mini-comparaison : Pampago Casino vs. standards du marché</h3>\n<table>\n<tr>\n<th>Critère</th>\n<th>Pampago Casino</th>\n<th>Moyenne du marché</th>\n</tr>\n<tr>\n<td>Cryptage SSL</td>\n<td>256 bits ultra-sécurisé</td>\n<td>128-256 bits</td>\n</tr>\n<tr>\n<td>Politique RGPD</td>\n<td>Transparente, complète</td>\n<td>Variable</td>\n</tr>\n<tr>\n<td>Authentification double</td>\n<td>Oui, progressive selon besoin</td>\n<td>Souvent non proposée</td>\n</tr>\n<tr>\n<td>Support sécurité</td>\n<td>Disponible 24/7, réactif</td>\n<td>Souvent limité ou lent</td>\n</tr>\n</table>\n<h2>Comment Pampago Casino rassure-t-il les joueurs sceptiques ?</h2>\n<p>Certains joueurs hésitent à s’inscrire sur une plateforme en ligne par crainte pour leurs données. Pampago Casino répond à ces doutes par des actions concrètes :</p>\n<ul>\n<li>Audit régulier de ses systèmes de sécurité par des tiers indépendants</li>\n<li>Partenariats avec des fournisseurs de jeux reconnus, eux-mêmes soumis à des contrôles stricts</li>\n<li>Communication transparente en cas d’incident ou de mise à jour importante</li>\n<li>Formation continue des équipes internes à la sécurité informatique</li>\n</ul>\n<p>Ces initiatives transforment la méfiance en confiance, facteur indispensable dans le secteur iGaming.</p>\n<h2>Tableau récapitulatif : principales garanties de Pampago Casino</h2>\n<table>\n<tr>\n<th>Garantie</th>\n<th>Description</th>\n</tr>\n<tr>\n<td>Chiffrement SSL</td>\n<td>Protection des échanges données</td>\n</tr>\n<tr>\n<td>Stockage sécurisé</td>\n<td>Hébergement en data centers certifiés</td>\n</tr>\n<tr>\n<td>Conformité RGPD</td>\n<td>Respect strict des droits des utilisateurs</td>\n</tr>\n<tr>\n<td>Support réactif</td>\n<td>Assistance 24/7 en cas de problème</td>\n</tr>\n<tr>\n<td>Authentification robuste</td>\n<td>Mécanismes de vérification pour l’accès sécurisé</td>\n</tr>\n</table>\n<h2>FAQ : questions fréquentes sur la sécurité des données chez Pampago Casino</h2>\n<p>Q1 : Mes données bancaires sont-elles protégées sur Pampago Casino ?<br>\nOui, elles sont cryptées et stockées conformément aux normes les plus strictes afin d’éviter toute fuite ou accès non autorisé.</p>\n<p>Q2 : Puis-je demander la suppression de mes informations personnelles ?<br>\nAbsolument, Pampago Casino respecte le RGPD et permet à chaque joueur de demander la suppression ou la modification de ses données.</p>\n<p>Q3 : Quelles sont les garanties contre le piratage ?<br>\nLa plateforme utilise une technologie SSL avancée, une authentification forte et procède à des audits réguliers pour prévenir toute tentative d’intrusion.</p>\n<p>Q4 : Le casino partage-t-il mes données avec des tiers ?<br>\nSeules les entités indispensables au fonctionnement (partenaires de paiement, fournisseurs de jeux) y ont accès, sous strict contrôle et toujours dans le respect des règles de confidentialité.</p>\n<p>Q5 : Comment être sûr que mes données ne seront pas utilisées à des fins marketing abusives ?<br>\nPampago Casino offre un paramétrage complet des préférences de communication, vous permettant de contrôler les types de messages que vous recevez.</p>\n<hr>\n<p>En somme, Pampago Casino s’impose comme une plateforme exemplaire en matière de protection des données personnelles. Son arsenal technique et ses bonnes pratiques garantissent un environnement sûr, où chaque joueur peut profiter pleinement de son expérience de jeu, en toute sérénité. Pour en savoir plus, consultez directement <a href=\"https://casinopampago.fr/\">https://casinopampago.fr/</a>.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=378.txt-->', 'Comment Pampago Casino protège les données personnelles', '', 'publish', 'open', 'open', '', 'comment-pampago-casino-protege-les-donnees-personnelles', '', '', '2025-11-27 10:45:05', '2025-11-27 10:45:05', '', 0, 'https://hartgarnermd.com/comment-pampago-casino-protege-les-donnees-personnelles/', 0, 'post', '', 0),
(1287, 1, '2026-01-10 17:59:05', '2026-01-10 17:59:05', '<h2>Discovering Top Bonuses at Ninewin Casino</h2>\n<p>For avid online casino enthusiasts, Ninewin Casino offers an impressive range of bonuses and rewards that enhance every player\'s gaming experience. If you\'re searching for the latest and most valuable bonus codes, look no further than <a href=\"https://nine-win-casino.org.uk\">https://nine-win-casino.org.uk</a>, the dedicated platform for discovering verified promotions and exclusive rewards tailored to Ninewin Casino players.</p>\n<p>By utilising the best bonus codes, players can maximise their bankrolls, enjoy more spins, and explore a wide variety of games with reduced financial risk. From welcome offers to ongoing promotions, Ninewin Casino consistently provides attractive incentives for both new and loyal members.</p>\n<h2>Types of Bonuses Available at Ninewin Casino</h2>\n<p>Ninewin Casino stands out due to its diverse bonus offerings that cater to different player preferences. These include:</p>\n<ul>\n<li>Welcome Bonuses - Generous matches and free spins upon initial deposit.</li>\n<li>No Deposit Bonuses - Free credits awarded without the need to deposit, allowing players to try games risk-free.</li>\n<li>Reload Bonuses - Additional funds on subsequent deposits rewarding returning players.</li>\n<li>Cashback Offers - Partial returns on losses, softening the impact of unlucky sessions.</li>\n<li>Loyalty Rewards - Points and special perks for continuously active players.</li>\n</ul>\n<h2>How to Redeem Bonus Codes at Ninewin Casino</h2>\n<p>Redeeming bonus codes at Ninewin is a straightforward process. Players typically need to:</p>\n<ol>\n<li>Register or log in to their Ninewin account.</li>\n<li>Navigate to the promotions or cashier section.</li>\n<li>Enter the bonus code in the designated field.</li>\n<li>Make a qualifying deposit if required.</li>\n<li>Enjoy the credited bonuses immediately or after confirmation.</li>\n</ol>\n<p>Always check the terms and conditions linked to each bonus to ensure eligibility and understand wagering requirements.</p>\n<h2>Table of Popular Bonus Codes and Their Rewards</h2>\n<table>\n<tr>\n<th>Bonus Code</th>\n<th>Reward Type</th>\n<th>Bonus Details</th>\n</tr>\n<tr>\n<td>WINWELCOME</td>\n<td>Welcome Bonus</td>\n<td>100% match up to £200 + 50 free spins</td>\n</tr>\n<tr>\n<td>FREESPIN50</td>\n<td>Free Spins</td>\n<td>50 free spins on selected slots</td>\n</tr>\n<tr>\n<td>RELOAD20</td>\n<td>Reload Bonus</td>\n<td>20% bonus on deposits over £50</td>\n</tr>\n<tr>\n<td>CASHBACK5</td>\n<td>Cashback Offer</td>\n<td>5% cashback on weekly losses</td>\n</tr>\n</table>\n<h2>Why Use Bonus Codes?</h2>\n<p>Utilising bonus codes at Ninewin Casino is essential to unlock the full potential of what the platform offers. Not only do bonuses increase playing power, but they also introduce players to new games and features without immediate risk. Furthermore, the structured reward system fosters longer and more enjoyable gameplay sessions.</p>\n<h2>FAQ on Ninewin Casino Bonus Codes</h2>\n<p>Q1: Are Ninewin Casino bonus codes free to use?<br>\nA1: Yes, bonus codes are free to redeem. However, some require a deposit to activate the bonus.</p>\n<p>Q2: Can I use multiple bonus codes at once?<br>\nA2: No, usually only one bonus code can be applied per transaction or account at a time.</p>\n<p>Q3: What are wagering requirements?<br>\nA3: Wagering requirements indicate how many times you must play through the bonus amount before withdrawing any winnings.</p>\n<p>Q4: Are there expiry dates for bonus codes?<br>\nA4: Yes, most bonus codes have validity periods. Check the terms to avoid missing out.</p>\n<p>Q5: Can I claim bonuses on mobile devices?<br>\nA5: Absolutely, Ninewin Casino supports all bonuses on mobile platforms, providing flexibility for players on the go.</p>\n<hr>\n<p>With the right bonus codes and a clear understanding of rewards, Ninewin Casino becomes a thriving environment for both new and experienced players. Keep an eye on official sources and trusted sites like <a href=\"https://nine-win-casino.org.uk\">https://nine-win-casino.org.uk</a> to stay updated on the latest promotions and make the most out of your gaming sessions.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=844.txt-->', 'Ultimate Guide to the Best Bonus Codes and Rewards for Ninewin Casino Players', '', 'publish', 'open', 'open', '', 'ultimate-guide-to-the-best-bonus-codes-and-rewards-for-ninewin-casino-players', '', '', '2026-01-10 17:59:05', '2026-01-10 17:59:05', '', 0, 'https://hartgarnermd.com/ultimate-guide-to-the-best-bonus-codes-and-rewards-for-ninewin-casino-players/', 0, 'post', '', 0),
(1288, 1, '2025-11-13 03:51:05', '2025-11-13 03:51:05', '<h2>Seamless Mobile Gaming Experience at Vipzino Casino</h2>\n<p>Playing your favourite casino games on mobile devices has never been simpler, especially with platforms like <a href=\"https://vip-zino-casino.uk\">https://vip-zino-casino.uk</a>, which provide an optimised and user-friendly mobile gaming environment. Vipzino Casino has embraced mobile technology to offer players smooth access to a wide variety of games, ensuring that high-quality entertainment is always at their fingertips regardless of location.</p>\n<p>The platform’s design is fully responsive, adapting perfectly to smartphones and tablets. This allows players to enjoy slots, table games, and live casino options without any compromises in game quality or functionality. Whether using iOS or Android, the experience remains consistent, fast, and reliable.</p>\n<h2>Key Features of Vipzino Mobile Casino</h2>\n<p>Playing on mobile devices at Vipzino is straightforward thanks to its intuitive interface and optimised features tailored to mobile gaming. The casino offers:</p>\n<ul>\n<li>Instant access via mobile browsers without the need for app downloads.</li>\n<li>Compatibility across multiple devices and operating systems.</li>\n<li>Fast load times and high graphic fidelity.</li>\n<li>Secure payment methods designed for mobile transactions.</li>\n<li>24/7 customer support accessible directly through mobile devices.</li>\n</ul>\n<h2>Benefits of Mobile Gaming at Vipzino</h2>\n<p>Mobile gaming offers freedom and flexibility, allowing players to engage with their favourite casino titles anywhere and anytime. At Vipzino, this experience is enhanced by:</p>\n<ul>\n<li>Convenience: No installations needed; just log in and play.</li>\n<li>Wide Game Selection: All popular games are available in mobile-friendly formats.</li>\n<li>Live Casino Access: Enjoy live dealer games on the go without lag or interruptions.</li>\n<li>Promotions and Bonuses: Access exclusive mobile-only offers and bonuses.</li>\n<li>Secure Transactions: Safeguarded mobile payment options ensuring player safety.</li>\n</ul>\n<h2>Mobile Gaming Overview Table</h2>\n<table>\n<tr>\n<th>Feature</th>\n<th>Details</th>\n</tr>\n<tr>\n<td>Supported Devices</td>\n<td>Smartphones and tablets (iOS &amp; Android)</td>\n</tr>\n<tr>\n<td>Access</td>\n<td>Mobile browser, no app required</td>\n</tr>\n<tr>\n<td>Game Types</td>\n<td>Slots, Table Games, Live Casino</td>\n</tr>\n<tr>\n<td>Payment Options</td>\n<td>Mobile wallets, credit/debit cards</td>\n</tr>\n</table>\n<h2>How to Get Started Playing on Vipzino Mobile</h2>\n<p>Getting started is quick and hassle-free. Follow these simple steps:</p>\n<ol>\n<li>Open your mobile browser and navigate to <a href=\"https://vip-zino-casino.uk\">https://vip-zino-casino.uk</a>.</li>\n<li>Register a new account or log in to an existing one.</li>\n<li>Make a secure deposit using a preferred mobile-friendly payment method.</li>\n<li>Select your favourite game from the mobile-optimised lobby.</li>\n<li>Start playing instantly with seamless graphics and smooth gameplay.</li>\n</ol>\n<h2>FAQs about Mobile Gaming at Vipzino Casino</h2>\n<p>Q1: Do I need to download an app to play on my mobile?<br>\nA1: No, Vipzino Casino is fully accessible via mobile browsers, so no app download is necessary.</p>\n<p>Q2: Is the mobile site compatible with all smartphones?<br>\nA2: The mobile platform supports all modern iOS and Android devices, ensuring broad compatibility.</p>\n<p>Q3: Can I use the same account on mobile and desktop?<br>\nA3: Yes, your account data, including balance and game history, is synchronised across all devices.</p>\n<p>Q4: Are there any mobile-exclusive bonuses?<br>\nA4: Vipzino offers special promotions that are available only to mobile players, enhancing the gaming experience.</p>\n<p>Q5: How secure are mobile payments at Vipzino?<br>\nA5: Vipzino uses industry-standard encryption and secure payment gateways to protect all transactions on mobile devices.</p>\n<p>Playing at Vipzino Casino on mobile devices is a modern and accessible way to enjoy high-quality casino games anywhere. Its mobile optimisation, combined with a broad game selection and secure environment, makes it a top choice for mobile gamblers seeking convenience without sacrificing quality.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=847.txt-->', 'Playing on Mobile Devices at Vipzino Casino Made Easy', '', 'publish', 'open', 'open', '', 'playing-on-mobile-devices-at-vipzino-casino-made-easy', '', '', '2025-11-13 03:51:05', '2025-11-13 03:51:05', '', 0, 'https://hartgarnermd.com/playing-on-mobile-devices-at-vipzino-casino-made-easy/', 0, 'post', '', 0),
(1289, 1, '2025-11-25 00:01:05', '2025-11-25 00:01:05', '<h2>Cos\'è Unique Casino?</h2>\n<p>Unique Casino rappresenta una delle piattaforme di gioco online più affidabili e innovative sul mercato italiano. Grazie a un\'interfaccia intuitiva e un\'ampia selezione di giochi, questo casinò digitale si distingue per un\'esperienza utente di alto livello. Se sei interessato a esplorare nuove opportunità nel gioco d\'azzardo, visita il sito ufficiale <a href=\"https://uniquecasino-italia.com\">[anchor]</a> per scoprire tutte le offerte e promozioni.</p>\n<h2>Caratteristiche Principali di Unique Casino</h2>\n<p>Unique Casino si basa su una tecnologia all\'avanguardia che garantisce sicurezza, trasparenza e velocità nelle transazioni. Inoltre, il sito è ottimizzato per dispositivi mobili, consentendo ai giocatori di divertirsi ovunque e in qualsiasi momento. Le principali caratteristiche includono:</p>\n<ul>\n<li>Ampia varietà di giochi, dai classici slot machine ai giochi da tavolo come blackjack e roulette.</li>\n<li>Bonus e promozioni vantaggiose per nuovi iscritti e clienti abituali.</li>\n<li>Supporto clienti efficiente e disponibile 24/7.</li>\n<li>Piattaforma regolamentata e conforme alla normativa italiana AAMS/ADM.</li>\n</ul>\n<h2>Vantaggi di Giocare su Unique Casino</h2>\n<p>Unique Casino non è solo un luogo dove scommettere, ma offre anche un ambiente di gioco responsabile e trasparente. Ecco quali sono i principali vantaggi:</p>\n<ol>\n<li>Sicurezza: Sistemi di crittografia avanzati proteggono i dati personali e finanziari degli utenti.</li>\n<li>Varietà: Centinaia di opzioni di gioco per soddisfare ogni tipologia di giocatore.</li>\n<li>Bonus: Offerte di benvenuto e promozioni ricorrenti per aumentare il valore delle giocate.</li>\n<li>Assistenza: Team dedicato disponibile tramite chat, email e telefono.</li>\n<li>Pagamenti rapidi: Metodi di prelievo e deposito veloci e affidabili.</li>\n</ol>\n<h2>Tabella comparativa dei giochi più popolari</h2>\n<table>\n<tr>\n<th>Gioco</th>\n<th>Caratteristiche principali</th>\n</tr>\n<tr>\n<td>Slot Machine</td>\n<td>Temi vari, jackpot, modalità bonus</td>\n</tr>\n<tr>\n<td>Blackjack</td>\n<td>Strategia, varianti multiple</td>\n</tr>\n<tr>\n<td>Roulette</td>\n<td>Diverse versioni: europea, francese</td>\n</tr>\n<tr>\n<td>Video Poker</td>\n<td>Combinazioni, payout elevati</td>\n</tr>\n</table>\n<h2>FAQ - Domande Frequenti su Unique Casino</h2>\n<p>1. Unique Casino è legale in Italia?<br>\nSì, Unique Casino opera sotto licenza AAMS/ADM, garantendo piena conformità alle leggi italiane sul gioco online.</p>\n<p>2. Quali metodi di pagamento sono accettati?<br>\nSono disponibili carte di credito, bonifici bancari, portafogli elettronici come PayPal e criptovalute in alcune opzioni.</p>\n<p>3. Come posso ricevere i bonus?<br>\nI bonus vengono accreditati automaticamente dopo la registrazione o tramite codici promozionali disponibili sul sito.</p>\n<p>4. È possibile giocare da dispositivi mobili?<br>\nCertamente, Unique Casino è completamente compatibile con smartphone e tablet, senza necessità di scaricare app.</p>\n<p>5. Come contattare l\'assistenza clienti?<br>\nL\'assistenza è raggiungibile via chat live, email e telefono 24 ore su 24, 7 giorni su 7.</p>\n<p>Unique Casino si conferma dunque una scelta top per chi cerca un casinò online affidabile, con un\'offerta completa e un approccio responsabile al gioco. Con tecnologia avanzata e servizi professionali, è la piattaforma ideale per vivere un\'esperienza di gioco sicura e coinvolgente.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=535.txt-->', 'Unique Casino: Innovazione e Sicurezza nel Gioco Online', '', 'publish', 'open', 'open', '', 'unique-casino-innovazione-e-sicurezza-nel-gioco-online', '', '', '2025-11-25 00:01:05', '2025-11-25 00:01:05', '', 0, 'https://hartgarnermd.com/unique-casino-innovazione-e-sicurezza-nel-gioco-online/', 0, 'post', '', 0),
(1290, 1, '2022-11-12 23:17:26', '2022-11-12 23:17:26', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-divi', '', '', '2022-11-12 23:17:26', '2022-11-12 23:17:26', '', 0, 'https://hartgarnermd.com/index.php/2022/11/12/wp-global-styles-divi/', 0, 'wp_global_styles', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2026-02-09 14:23:05', '2026-02-09 14:23:05', '<h2>Découvrez l\'expérience mobile avec Vinci Spin Casino</h2>\n<p>L’essor des jeux en ligne a fortement été stimulé par l’accessibilité mobile, et <a href=\"https://vincispin-france.fr\">vinci spin casino</a> s’inscrit parfaitement dans cette tendance. Grâce à sa plateforme optimisée pour les smartphones et tablettes, il est possible de profiter d’une expérience de jeu fluide, intuitive et sécurisée, peu importe votre localisation.</p>\n<p>La version mobile de Vinci Spin Casino permet aux joueurs de retrouver tous les titres populaires, des machines à sous aux jeux de table, dans un format adapté à un écran plus petit. Cette flexibilité ouvre la porte à un divertissement continu, que ce soit durant vos trajets, à la pause déjeuner ou simplement confortablement installé chez vous.</p>\n<h2>Les fonctionnalités clés de l’application mobile</h2>\n<p>Vinci Spin Casino a développé une interface mobile qui ne sacrifie rien à la qualité. Elle combine rapidité, ergonomie et sécurité, offrant à chaque utilisateur une navigation simple. Voici quelques points forts de l’univers mobile de Vinci Spin :</p>\n<ul>\n<li>Interface responsive s’adaptant à tous les types d’écrans</li>\n<li>Large catalogue de jeux accessible instantanément</li>\n<li>Options de paiement sécurisées et rapides</li>\n<li>Assistance client disponible directement via le mobile</li>\n<li>Compatibilité avec iOS et Android</li>\n</ul>\n<h2>Comment jouer sur mobile : étapes simples</h2>\n<p>Pour profiter de Vinci Spin Casino sur votre appareil mobile, suivez ces étapes faciles :</p>\n<ol>\n<li>Ouvrez votre navigateur mobile et rendez-vous sur le site officiel.</li>\n<li>Créez un compte ou connectez-vous à votre espace joueur existant.</li>\n<li>Faites un dépôt sécurisé via l’une des méthodes proposées.</li>\n<li>Choisissez votre jeu préféré et commencez à jouer immédiatement.</li>\n<li>Profitez des promotions exclusives réservées aux joueurs mobiles.</li>\n</ol>\n<p>Cette simplicité d’utilisation garantit un accès rapide aux jeux et à toutes les fonctionnalités essentielles.</p>\n<h2>Tableau comparatif des avantages mobile vs desktop</h2>\n<table>\n<tr>\n<th>Caractéristique</th>\n<th>Version Mobile</th>\n<th>Version Desktop</th>\n</tr>\n<tr>\n<td>Accessibilité</td>\n<td>Partout, à tout moment</td>\n<td>Nécessite un ordinateur fixe</td>\n</tr>\n<tr>\n<td>Interface utilisateur</td>\n<td>Optimisée pour écran tactile</td>\n<td>Plus d’espace pour affichage</td>\n</tr>\n<tr>\n<td>Rapidité de chargement</td>\n<td>Généralement plus rapide sur 4G/5G</td>\n<td>Dépend de la connexion internet</td>\n</tr>\n<tr>\n<td>Fonctionnalités</td>\n<td>Pleines fonctionnalités, parfois allégées</td>\n<td>Toutes les fonctionnalités complètes</td>\n</tr>\n</table>\n<h2>FAQ - Questions fréquentes sur Vinci Spin Casino mobile</h2>\n<p>1. Faut-il télécharger une application pour jouer sur mobile ?<br>\nNon, Vinci Spin Casino est accessible directement via un navigateur mobile sans installation obligatoire.</p>\n<p>2. Est-ce que tous les jeux du casino sont disponibles sur mobile ?<br>\nLa majorité des jeux sont adaptés, notamment les slots et jeux de table les plus populaires.</p>\n<p>3. La sécurité est-elle assurée sur la version mobile ?<br>\nOui, toutes les transactions et données personnelles sont protégées par des protocoles de chiffrement avancés.</p>\n<p>4. Puis-je bénéficier des mêmes bonus sur mobile ?<br>\nOui, Vinci Spin Casino offre les mêmes promotions, souvent avec des bonus exclusifs pour les utilisateurs mobiles.</p>\n<p>5. Comment contacter le support client depuis un mobile ?<br>\nLe support est accessible via chat en direct ou email directement depuis l’interface mobile.</p>\n<hr>\n<p>L’univers mobile de Vinci Spin Casino est ainsi conçu pour offrir une expérience complète, accessible et sécurisée, permettant aux joueurs de s’adonner à leurs jeux favoris sans contraintes géographiques ni techniques. Jouer où que vous soyez devient une réalité simple et agréable grâce à cette plateforme innovante.</p>\n\n<!--so:t=2026-05-11T20:01:05,b=20260511_190418,f=rotation-hartgarnermd.com,a=364.txt-->', 'L\'univers mobile de Vinci Spin Casino : comment jouer où que vous soyez', '', 'publish', 'open', 'open', '', 'lunivers-mobile-de-vinci-spin-casino-comment-jouer-ou-que-vous-soyez', '', '', '2026-02-09 14:23:05', '2026-02-09 14:23:05', '', 0, 'https://hartgarnermd.com/lunivers-mobile-de-vinci-spin-casino-comment-jouer-ou-que-vous-soyez/', 0, 'post', '', 0),
(1302, 1, '2026-02-16 12:27:26', '2026-02-16 12:27:26', '<p>Memo Casino is becoming a popular choice for online gaming enthusiasts who want to enjoy a variety of casino games with a chance to win. For beginners eager to improve their success rate, adopting practical strategies can make a significant difference. If you want to explore the platform and its games, visit <a href=\"https://memo-casinos.co.uk/\">https://memo-casinos.co.uk/</a> to get familiar with the available options and promotions. This article outlines effective beginner-friendly techniques to help you win more often at Memo Casino.</p>\n<h2>Understanding the Basics of Memo Casino</h2>\n<p>Before diving into strategies, it is crucial to understand the structure and offerings of Memo Casino. The platform features a wide range of slots, table games, and live dealer options. Each game comes with its own rules, odds, and house edge. Knowing these elements helps you make informed decisions and minimise losses.</p>\n<p>Additionally, Memo Casino provides bonuses and loyalty rewards that can boost your bankroll. Utilising these bonuses smartly will maximise your gameplay and give you more chances to win without extra investment.</p>\n<h2>Practical Strategies for Beginners</h2>\n<p>Winning consistently requires more than luck. Here are some practical tips to implement:</p>\n<ol>\n<li>Start with low volatility games - These games offer frequent but smaller wins, helping you maintain your balance longer.</li>\n<li>Set a budget and stick to it - Determine your maximum loss limit before playing and avoid chasing losses.</li>\n<li>Use bonuses wisely - Take advantage of welcome offers and free spins but carefully read the wagering requirements.</li>\n<li>Learn the rules thoroughly - Whether it’s blackjack, roulette, or slots, knowing the game mechanics reduces mistakes.</li>\n<li>Practice in demo modes - Many games at Memo Casino offer free versions for training without risking real money.</li>\n</ol>\n<h2>Key Tips Summary</h2>\n<ul>\n<li>Choose games with a higher Return to Player (RTP) percentage.</li>\n<li>Manage your bankroll carefully and place reasonable bets.</li>\n<li>Exploit promotions and stay updated on new offers.</li>\n<li>Avoid high-risk bets until you gain more experience.</li>\n</ul>\n<h2>Useful Data Table on Game Types at Memo Casino</h2>\n<table>\n<tr>\n<th>Game Type</th>\n<th>Typical RTP (%)</th>\n<th>Volatility Level</th>\n</tr>\n<tr>\n<td>Slots</td>\n<td>95 - 98</td>\n<td>Low to High (varies)</td>\n</tr>\n<tr>\n<td>Blackjack</td>\n<td>99+</td>\n<td>Low</td>\n</tr>\n<tr>\n<td>Roulette</td>\n<td>94.7 - 97.3</td>\n<td>Medium</td>\n</tr>\n<tr>\n<td>Video Poker</td>\n<td>97 - 99</td>\n<td>Medium</td>\n</tr>\n</table>\n<p>Understanding these factors can significantly affect your winning chances. Choosing games with higher RTP and lower volatility often leads to better long-term results.</p>\n<h2>FAQ: Memo Casino Winning Strategies</h2>\n<p>Q1: Are there guaranteed ways to win at Memo Casino?<br>\nA1: No, like all casinos, Memo Casino operates on chance and probabilities. However, applying smart strategies improves your chances of winning more often.</p>\n<p>Q2: Can I play for free to practice?<br>\nA2: Yes, Memo Casino offers demo versions for many games allowing beginners to learn without risking money.</p>\n<p>Q3: How important are bonuses in winning?<br>\nA3: Bonuses are crucial as they extend your playtime and provide more opportunities to win, but always check the terms and wagering requirements.</p>\n<p>Q4: Which games offer the best odds?<br>\nA4: Blackjack and video poker typically have the best odds and highest RTP, making them excellent choices for beginners.</p>\n<p>Q5: How should I manage my bankroll?<br>\nA5: Set a fixed budget, bet conservatively, and never chase losses. Consistent bankroll management is key to lasting longer and winning more.</p>\n<hr>\n<p>Applying these beginner strategies at Memo Casino will help you play more confidently and potentially increase your winning frequency. Always remember that responsible gaming and informed choices are the cornerstones of success in any casino environment.</p>\n\n<!--so:t=2026-05-28T05:33:26,b=20260528_045048,f=recovery,a=659.txt-->', 'Memo Casino: How to Win More Often - Practical Beginner Strategies', '', 'publish', 'closed', 'closed', '', 'memo-casino-how-to-win-more-often-practical-beginner-strategies', '', '', '2026-02-16 12:27:26', '2026-02-16 12:27:26', '', 0, 'https://hartgarnermd.com/memo-casino-how-to-win-more-often-practical-beginner-strategies/', 0, 'post', '', 0),
(1303, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1303', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1303/', 4, 'nav_menu_item', '', 0),
(1304, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1304', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1304/', 2, 'nav_menu_item', '', 0),
(1305, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1305', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1305/', 1, 'nav_menu_item', '', 0),
(1306, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1306', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1306/', 5, 'nav_menu_item', '', 0),
(1307, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1307', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1307/', 6, 'nav_menu_item', '', 0),
(1308, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1308', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1308/', 25, 'nav_menu_item', '', 0),
(1309, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1309', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1309/', 10, 'nav_menu_item', '', 0),
(1311, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1311', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1311/', 8, 'nav_menu_item', '', 0),
(1312, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1312', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1312/', 11, 'nav_menu_item', '', 0),
(1313, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1313', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1313/', 15, 'nav_menu_item', '', 0),
(1314, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1314', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1314/', 14, 'nav_menu_item', '', 0),
(1315, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1315', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1315/', 13, 'nav_menu_item', '', 0),
(1316, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1316', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1316/', 21, 'nav_menu_item', '', 0),
(1317, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1317', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1317/', 20, 'nav_menu_item', '', 0),
(1318, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1318', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1318/', 19, 'nav_menu_item', '', 0),
(1319, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1319', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1319/', 18, 'nav_menu_item', '', 0),
(1320, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1320', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1320/', 17, 'nav_menu_item', '', 0),
(1321, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1321', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1321/', 16, 'nav_menu_item', '', 0),
(1322, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1322', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1322/', 27, 'nav_menu_item', '', 0),
(1323, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1323', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1323/', 30, 'nav_menu_item', '', 0),
(1324, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1324', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1324/', 29, 'nav_menu_item', '', 0),
(1325, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1325', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1325/', 49, 'nav_menu_item', '', 0),
(1326, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1326', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1326/', 28, 'nav_menu_item', '', 0),
(1327, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1327', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1327/', 26, 'nav_menu_item', '', 0),
(1328, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1328', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1328/', 24, 'nav_menu_item', '', 0),
(1329, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1329', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1329/', 32, 'nav_menu_item', '', 0),
(1330, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1330', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1330/', 31, 'nav_menu_item', '', 0),
(1331, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1331', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1331/', 33, 'nav_menu_item', '', 0),
(1332, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1332', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1332/', 34, 'nav_menu_item', '', 0),
(1333, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1333', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1333/', 35, 'nav_menu_item', '', 0),
(1334, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1334', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1334/', 36, 'nav_menu_item', '', 0),
(1335, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1335', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1335/', 41, 'nav_menu_item', '', 0),
(1336, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1336', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1336/', 40, 'nav_menu_item', '', 0),
(1337, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1337', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1337/', 39, 'nav_menu_item', '', 0),
(1338, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1338', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1338/', 38, 'nav_menu_item', '', 0),
(1339, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1339', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1339/', 42, 'nav_menu_item', '', 0),
(1340, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1340', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1340/', 43, 'nav_menu_item', '', 0),
(1341, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1341', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1341/', 44, 'nav_menu_item', '', 0),
(1342, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1342', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1342/', 45, 'nav_menu_item', '', 0),
(1343, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1343', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1343/', 46, 'nav_menu_item', '', 0),
(1344, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1344', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1344/', 47, 'nav_menu_item', '', 0),
(1345, 1, '2026-07-21 07:36:00', '2026-07-19 06:36:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1345', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/2026/07/19/1345/', 48, 'nav_menu_item', '', 0),
(1358, 1, '2026-07-19 07:15:13', '2026-07-19 07:15:13', '', 'Hart Garner logo a', '', 'inherit', 'closed', 'closed', '', 'hart-garner-logo-a', '', '', '2026-07-19 07:15:13', '2026-07-19 07:15:13', '', 7, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/Hart-Garner-logo-a.png', 0, 'attachment', 'image/png', 0),
(1359, 1, '2026-07-19 07:16:54', '2026-07-19 07:16:54', '<img width=\"400\" height=\"200\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/logo-1.webp\" alt=\"\" />																		\n											<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Schedule an Appointment								\n				</a>\n																<a href=\"https://mrarif.me/hartgarnermdn/refer-a-patient/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Refer a Patient								\n				</a>', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2026-07-21 08:21:47', '2026-07-21 08:21:47', '', 0, 'https://mrarif.me/hartgarnermdn/?post_type=elementor_library&#038;p=1359', 0, 'elementor_library', '', 0),
(1431, 1, '2026-07-19 08:15:42', '2026-07-19 08:15:42', '', 'h bg', '', 'inherit', 'closed', 'closed', '', 'h-bg', '', '', '2026-07-19 08:15:42', '2026-07-19 08:15:42', '', 1027, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/h-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(1441, 1, '2026-07-19 09:05:07', '2026-07-19 09:05:07', '', 'Back, Brain a', '', 'inherit', 'closed', 'closed', '', 'back-brain-a', '', '', '2026-07-19 09:05:07', '2026-07-19 09:05:07', '', 1027, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/Back-Brain-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(1446, 1, '2026-07-19 09:08:29', '2026-07-19 09:08:29', '', 'Get the Surgery You NEED a', '', 'inherit', 'closed', 'closed', '', 'get-the-surgery-you-need-a', '', '', '2026-07-19 09:08:29', '2026-07-19 09:08:29', '', 1027, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/Get-the-Surgery-You-NEED-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(1463, 1, '2026-07-19 09:14:39', '2026-07-19 09:14:39', '<h6>Social Media</h6>							\n					<a href=\"https://www.facebook.com/profile.php?id=100085046918759\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/user/MidwestSpineInst/featured\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/user/MidwestSpineInst/featured\" target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n							<h6>Contact Info</h6>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/hartgarnermdn/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/hartgarnermdn/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h6>Clinic Schedule</h6>				\n							Mon – Fri						\n						 8:00am – 5:00pm					\n					Copyright © Hart Garner, MD | All Rights Reserved 2026', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2026-07-19 14:10:37', '2026-07-19 14:10:37', '', 0, 'https://mrarif.me/hartgarnermdn/?post_type=elementor_library&#038;p=1463', 0, 'elementor_library', '', 0),
(1464, 1, '2026-07-19 09:15:40', '2026-07-19 09:15:40', '<img src=\"https://mrarif.me/hartgarnermdn/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. 			<h6>Contact Info</h6>							\n									<ul>\n							<li>\n											<a href=\"tel:XX-XXX-XXX-XXX-XX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XX-XXX-XXX-XXX-XX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@catcafe.ocm\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@catcafe.ocm\n											</a>\n									</li>\n						</ul>\n					<a href=\"#\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n							<h6>Opening Hours</h6>							\n					Sunday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Monday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Tuesday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Wednesday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Thursday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Friday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Saturday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Copyright 2024 All Rights Reserved', 'footer section', '', 'publish', 'closed', 'closed', '', 'footer-section', '', '', '2026-07-19 09:15:40', '2026-07-19 09:15:40', '', 0, 'https://mrarif.me/hartgarnermdn/?elementor_library=footer-section', 0, 'elementor_library', '', 0),
(1567, 1, '2026-07-19 10:27:47', '2026-07-19 10:27:47', '<h2>Brain Trauma</h2>		Brain trauma occurs when an external force causes damage to the brain. This damage can occur due to a car accident, a fall, or any other incident that causes the head to suddenly move violently and forcefully. In these cases, the brain will often hit the skull and sustain damage. If you have sustained an injury to the brain, it’s important to consult with a physician that specializes in brain trauma.								<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n									Schedule an Appointment\n					</a>\n									<h2>What are the Symptoms of Brain Trauma?</h2>		<p>The symptoms of brain trauma vary depending on the severity of the injury sustained during an accident or other incident that caused the head injury. They can include:</p><ul style=\"margin-left: 18px;\"><li>Headaches</li><li>Nausea or vomiting</li><li>Dizziness or vertigo</li><li>Difficulty concentrating or focusing on tasks at hand</li><li>Problems walking straight</li><li>Difficulty speaking clearly</li></ul>													<img width=\"2048\" height=\"1463\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Trauma-Image-2048x1463-1.jpg\" alt=\"Brain trauma image\" />																<h2>\nCommon Causes of Brain Trauma</h2>				\n							Vehicle Collision						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Vehicles are one of the most common causes of brain trauma in children, who often suffer from injuries caused by car accidents.</p>\n							Fall						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Falls are another common cause of brain trauma in children, and they can occur anywhere — in the home or in public spaces like playgrounds or parks.</p>\n							Head Injury						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>These injuries include concussions — which are caused by a sudden blow to the head that causes temporary loss of consciousness (blackout), memory loss, and confusion — and contusions, which are bruises on your brain from bleeding inside your skull.</p>\n															<img width=\"2048\" height=\"1365\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg\" alt=\"Spinal cord stimulator concept image\" />															\n							Anticonvulsants						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Control seizures</p>\n							Diuretics						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Prevent or manage problems with fluid buildup in the brain</p>\n							Anticoagulants						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Prevent blood clots and improve blood flow</p>\n							Muscle relaxers						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Control pain</p>\n							Pain relievers						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>								\n					<p>Control pain</p>\n					<h2>Known Treatments for Brain Trauma</h2>		<p>Depending on the severity of the brain trauma, there are a number of different treatment options available. For milder forms of brain trauma, such as concussions, treatment typically involves rest and relaxation until symptoms subside.</p><p>For emergencies of more severe forms of brain trauma like bleeding in the brain, surgery may be required to remove the blood and relieve pressure on the brain. Repairing skull fractures may also be necessary. Some treat symptoms of brain trauma to lower the risk of long-term problems by giving prescribed medications.</p>			<h2>Schedule an Appointment</h2>		If you or your loved ones are experiencing any of the symptoms above, don’t waste a single minute. It is always better to be safe than sorry. Schedule an appointment with Minnesota neurosurgeon, Dr. Hart Garner today.\nGet Started								<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n									Get Started\n					</a>', 'Conditions single page', '', 'publish', 'closed', 'closed', '', 'conditions-single-page', '', '', '2026-07-19 10:27:47', '2026-07-19 10:27:47', '', 0, 'https://mrarif.me/hartgarnermdn/?elementor_library=conditions-single-page', 0, 'elementor_library', '', 0),
(1643, 1, '2026-07-19 11:33:37', '2026-07-19 11:33:37', '<h1>Spinal Tumor</h1>\r\nReceive safe and specialized spinal tumor treatments with Dr. Hart Garner and his team.\r\nSchedule an Appointment <a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nSchedule an Appointment\r\n</a>\r\n<h2>What Is a Spinal Tumor?</h2>\r\nA spinal tumor is an abnormal mass of tissue cells that grows and multiply uncontrollably within or adjacent to the spinal cord. These cells are often unchecked by the mechanisms that control normal cells and can form anywhere in your spinal column. <img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Tumor-image-1536x1024-1.jpg\" alt=\"Spinal tumor image\" width=\"1536\" height=\"1024\" />\r\n<h2>Treatments for Spinal Tumor</h2>\r\nSurgery\r\n\r\nYour neurosurgeon can opt for surgery in case your spinal tumor is resistant to radiation or chemotherapy.\r\n\r\nRadiation Therapy\r\n\r\nRadiation therapy uses high doses of X-rays to shrink your spinal tumor or destroy these cells.\r\n\r\nChemotherapy\r\n\r\nChemo medication can destroy the tumorous cells in your spine. You may get chemotherapy by taking a pill or through an injection.\r\n\r\n<img src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1335843615-612x612-1.jpg\" alt=\"Spine cancer or spinal tumor disease 3d illustration\" width=\"612\" height=\"408\" />\r\n<h2>The Best Spinal Tumor Specialists in Minnesota</h2>\r\nWe have specialized expertise in treating most tumors including spinal tumors. Our neurosurgeons combine their expertise, high-tech medical technology, and a patient-centered approach to develop customized tumor treatment plans. We work closely with our patients to review all treatment options to determine the right plan. Our team also offers comprehensive support and care.\r\n<h2>Get Effective and Safe Spinal Tumor Treatment</h2>\r\nIs your spinal tumor holding you back from living life to the fullest? Our spinal tumor specialists have got your back.\r\nWe offer tailored spinal tumor care so you can regain your health. Schedule an appointment now.\r\n\r\n<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\r\nGet Started\r\n</a>', 'Spinal Tumor', '', 'publish', 'closed', 'closed', '', 'spinal-tumor', '', '', '2026-07-20 14:40:55', '2026-07-20 14:40:55', '', 0, 'https://mrarif.me/hartgarnermdn/?page_id=1643', 0, 'page', '', 0),
(1655, 1, '2026-07-21 07:36:00', '2026-07-19 11:37:07', ' ', '', '', 'publish', 'closed', 'closed', '', '1655', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/?p=1655', 9, 'nav_menu_item', '', 0),
(1790, 1, '2026-07-19 13:55:26', '2026-07-19 13:55:26', '', 'Scoliosis-Image-1536x1536-1-1536x1536', '', 'inherit', 'closed', 'closed', '', 'scoliosis-image-1536x1536-1-1536x1536', '', '', '2026-07-19 13:55:26', '2026-07-19 13:55:26', '', 332, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/Scoliosis-Image-1536x1536-1-1536x1536-1.webp', 0, 'attachment', 'image/webp', 0),
(2091, 1, '2026-07-20 13:04:43', '2026-07-20 13:04:43', '<h6>Contact Info</h6>							\n									<ul>\n							<li>\n											<a href=\"tel:XX-XXX-XXX-XXX-XX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XX-XXX-XXX-XXX-XX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@catcafe.ocm\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@catcafe.ocm\n											</a>\n									</li>\n						</ul>\n					<a href=\"#\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n							<h2>Get In Touch With Us</h2>', 'contact form two', '', 'publish', 'closed', 'closed', '', 'contact-form-two', '', '', '2026-07-20 13:04:43', '2026-07-20 13:04:43', '', 0, 'https://mrarif.me/hartgarnermdn/?elementor_library=contact-form-two', 0, 'elementor_library', '', 0),
(2237, 1, '2026-07-20 14:32:40', '2026-07-20 14:32:40', '<h2>Blog</h2>', 'Elementor Archive #2237', '', 'publish', 'closed', 'closed', '', 'elementor-archive-2237', '', '', '2026-07-20 14:35:42', '2026-07-20 14:35:42', '', 0, 'https://mrarif.me/hartgarnermdn/?post_type=elementor_library&#038;p=2237', 0, 'elementor_library', '', 0),
(2241, 1, '2026-07-20 14:33:54', '2026-07-20 14:33:54', '', 'Blog single page', '', 'publish', 'closed', 'closed', '', 'blog-single-page', '', '', '2026-07-20 14:33:54', '2026-07-20 14:33:54', '', 0, 'https://mrarif.me/hartgarnermdn/?elementor_library=blog-single-page', 0, 'elementor_library', '', 0),
(2243, 1, '2026-07-20 14:34:07', '2026-07-20 14:34:07', '<h2>Blog</h2>', 'Blog sections', '', 'publish', 'closed', 'closed', '', 'blog-sections', '', '', '2026-07-20 14:34:07', '2026-07-20 14:34:07', '', 0, 'https://mrarif.me/hartgarnermdn/?elementor_library=blog-sections', 0, 'elementor_library', '', 0),
(2257, 1, '2026-07-20 14:39:59', '2026-07-20 14:39:59', '', 'Elementor Single Post #2257', '', 'publish', 'closed', 'closed', '', 'elementor-single-post-2257', '', '', '2026-07-20 14:42:53', '2026-07-20 14:42:53', '', 0, 'https://mrarif.me/hartgarnermdn/?post_type=elementor_library&#038;p=2257', 0, 'elementor_library', '', 0),
(2283, 1, '2026-07-20 15:03:31', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2026-07-20 15:03:31', '0000-00-00 00:00:00', '', 0, 'https://mrarif.me/hartgarnermdn/?p=2283', 0, 'post', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2284, 1, '2026-07-20 15:05:59', '2026-07-20 15:05:59', '<p>Memo Casino is becoming a popular choice for online gaming enthusiasts who want to enjoy a variety of casino games with a chance to win. For beginners eager to improve their success rate, adopting practical strategies can make a significant difference. If you want to explore the platform and its games, visit <a href=\"https://memo-casinos.co.uk/\">https://memo-casinos.co.uk/</a> to get familiar with the available options and promotions. This article outlines effective beginner-friendly techniques to help you win more often at Memo Casino.</p>\n<h2>Understanding the Basics of Memo Casino</h2>\n<p>Before diving into strategies, it is crucial to understand the structure and offerings of Memo Casino. The platform features a wide range of slots, table games, and live dealer options. Each game comes with its own rules, odds, and house edge. Knowing these elements helps you make informed decisions and minimise losses.</p>\n<p>Additionally, Memo Casino provides bonuses and loyalty rewards that can boost your bankroll. Utilising these bonuses smartly will maximise your gameplay and give you more chances to win without extra investment.</p>\n<h2>Practical Strategies for Beginners</h2>\n<p>Winning consistently requires more than luck. Here are some practical tips to implement:</p>\n<ol>\n<li>Start with low volatility games - These games offer frequent but smaller wins, helping you maintain your balance longer.</li>\n<li>Set a budget and stick to it - Determine your maximum loss limit before playing and avoid chasing losses.</li>\n<li>Use bonuses wisely - Take advantage of welcome offers and free spins but carefully read the wagering requirements.</li>\n<li>Learn the rules thoroughly - Whether it’s blackjack, roulette, or slots, knowing the game mechanics reduces mistakes.</li>\n<li>Practice in demo modes - Many games at Memo Casino offer free versions for training without risking real money.</li>\n</ol>\n<h2>Key Tips Summary</h2>\n<ul>\n<li>Choose games with a higher Return to Player (RTP) percentage.</li>\n<li>Manage your bankroll carefully and place reasonable bets.</li>\n<li>Exploit promotions and stay updated on new offers.</li>\n<li>Avoid high-risk bets until you gain more experience.</li>\n</ul>\n<h2>Useful Data Table on Game Types at Memo Casino</h2>\n<table>\n<tr>\n<th>Game Type</th>\n<th>Typical RTP (%)</th>\n<th>Volatility Level</th>\n</tr>\n<tr>\n<td>Slots</td>\n<td>95 - 98</td>\n<td>Low to High (varies)</td>\n</tr>\n<tr>\n<td>Blackjack</td>\n<td>99+</td>\n<td>Low</td>\n</tr>\n<tr>\n<td>Roulette</td>\n<td>94.7 - 97.3</td>\n<td>Medium</td>\n</tr>\n<tr>\n<td>Video Poker</td>\n<td>97 - 99</td>\n<td>Medium</td>\n</tr>\n</table>\n<p>Understanding these factors can significantly affect your winning chances. Choosing games with higher RTP and lower volatility often leads to better long-term results.</p>\n<h2>FAQ: Memo Casino Winning Strategies</h2>\n<p>Q1: Are there guaranteed ways to win at Memo Casino?<br>\nA1: No, like all casinos, Memo Casino operates on chance and probabilities. However, applying smart strategies improves your chances of winning more often.</p>\n<p>Q2: Can I play for free to practice?<br>\nA2: Yes, Memo Casino offers demo versions for many games allowing beginners to learn without risking money.</p>\n<p>Q3: How important are bonuses in winning?<br>\nA3: Bonuses are crucial as they extend your playtime and provide more opportunities to win, but always check the terms and wagering requirements.</p>\n<p>Q4: Which games offer the best odds?<br>\nA4: Blackjack and video poker typically have the best odds and highest RTP, making them excellent choices for beginners.</p>\n<p>Q5: How should I manage my bankroll?<br>\nA5: Set a fixed budget, bet conservatively, and never chase losses. Consistent bankroll management is key to lasting longer and winning more.</p>\n<hr>\n<p>Applying these beginner strategies at Memo Casino will help you play more confidently and potentially increase your winning frequency. Always remember that responsible gaming and informed choices are the cornerstones of success in any casino environment.</p>\n\n<!--so:t=2026-05-28T05:33:26,b=20260528_045048,f=recovery,a=659.txt-->', 'Memo Casino: How to Win More Often - Practical Beginner Strategies', '', 'inherit', 'closed', 'closed', '', '1302-autosave-v1', '', '', '2026-07-20 15:05:59', '2026-07-20 15:05:59', '', 1302, 'https://mrarif.me/hartgarnermdn/?p=2284', 0, 'revision', '', 0),
(2285, 1, '2026-07-21 06:54:07', '2026-07-21 06:54:07', '<img width=\"400\" height=\"200\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/logo-1.webp\" alt=\"\" />																		\n											<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Schedule an Appointment								\n				</a>\n																<a href=\"https://mrarif.me/hartgarnermdn/refer-a-patient/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Refer a Patient								\n				</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '1359-revision-v1', '', '', '2026-07-21 06:54:07', '2026-07-21 06:54:07', '', 1359, 'https://mrarif.me/hartgarnermdn/?p=2285', 0, 'revision', '', 0),
(2286, 1, '2026-07-21 06:54:07', '2026-07-21 06:54:07', '<img width=\"400\" height=\"200\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/logo-1.webp\" alt=\"\" />																		\n											<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Schedule an Appointment								\n				</a>\n																<a href=\"https://mrarif.me/hartgarnermdn/refer-a-patient/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Refer a Patient								\n				</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '1359-revision-v1', '', '', '2026-07-21 06:54:07', '2026-07-21 06:54:07', '', 1359, 'https://mrarif.me/hartgarnermdn/?p=2286', 0, 'revision', '', 0),
(2287, 1, '2026-07-21 06:56:06', '2026-07-21 06:56:06', '<img width=\"400\" height=\"200\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/logo-1.webp\" alt=\"\" />																		\n											<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Schedule an Appointment								\n				</a>\n																<a href=\"https://mrarif.me/hartgarnermdn/refer-a-patient/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Refer a Patient								\n				</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '1359-revision-v1', '', '', '2026-07-21 06:56:06', '2026-07-21 06:56:06', '', 1359, 'https://mrarif.me/hartgarnermdn/?p=2287', 0, 'revision', '', 0),
(2288, 1, '2026-07-21 06:59:20', '2026-07-21 06:59:20', '<img width=\"400\" height=\"200\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/logo-1.webp\" alt=\"\" />																		\n											<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Schedule an Appointment								\n				</a>\n																<a href=\"https://mrarif.me/hartgarnermdn/refer-a-patient/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Refer a Patient								\n				</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '1359-revision-v1', '', '', '2026-07-21 06:59:20', '2026-07-21 06:59:20', '', 1359, 'https://mrarif.me/hartgarnermdn/?p=2288', 0, 'revision', '', 0),
(2289, 1, '2026-07-21 07:36:00', '2026-07-21 07:34:56', ' ', '', '', 'publish', 'closed', 'closed', '', '2289', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/?p=2289', 51, 'nav_menu_item', '', 0),
(2290, 1, '2026-07-21 07:36:00', '2026-07-21 07:34:56', '', 'Schedule an Appointment', '', 'publish', 'closed', 'closed', '', 'schedule-an-appointment', '', '', '2026-07-21 07:36:00', '2026-07-21 07:36:00', '', 0, 'https://mrarif.me/hartgarnermdn/?p=2290', 50, 'nav_menu_item', '', 0),
(2291, 1, '2026-07-21 08:01:23', '2026-07-21 08:01:23', '<h2>Contact Us</h2>\r\nGet in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\r\n<a tabindex=\"-1\" href=\"mailto:scheduling@midwestspine.net\" aria-label=\" Email\">\r\n</a>\r\n<h6><a href=\"mailto:scheduling@midwestspine.net\">\r\nEmail </a></h6>\r\nscheduling@midwestspine.net\r\n\r\n<a tabindex=\"-1\" href=\"tel:6514303800\" aria-label=\"Phone\"> </a>\r\n<h6><a href=\"tel:6514303800\">\r\nPhone </a></h6>\r\n(651) 430-3800\r\n\r\n&nbsp;\r\n<h6>Open Hours</h6>\r\nMon – Fri: 8AM – 5PM\r\n<h2>Schedule an Appointment</h2>\r\n<h2>Find a clinic near you</h2>\r\n<h5>Main Clinic — Edina</h5>\r\n<ul>\r\n 	<li><a href=\"https://www.google.com/maps/dir//\'\'/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\" rel=\"noopener\">\r\n\r\n7373 France Ave S, Suite 408 Edina, MN 55435\r\n</a></li>\r\n 	<li><a href=\"tel:6514303800\">\r\n\r\n(651) 430-3800\r\n</a></li>\r\n</ul>\r\n<iframe title=\"7373 France Ave S, Suite 408 Edina, MN 55435\" src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"></iframe>\r\n<h5>Burnsville Spine Clinic</h5>\r\n<ul>\r\n 	<li><a href=\"https://www.google.com/maps/dir//\'\'/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\" rel=\"noopener\">\r\n\r\n305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\r\n</a></li>\r\n 	<li><a href=\"tel:6514303800\">\r\n\r\n(651) 430-3800\r\n</a></li>\r\n</ul>\r\n<iframe title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\" src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"></iframe>\r\n<h5>Robbinsdale Spine Clinic</h5>\r\n<ul>\r\n 	<li><a href=\"https://www.google.com/maps/dir//\'\'/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\" rel=\"noopener\">\r\n\r\n3300 Oakdale Ave N Robbinsdale, MN 55422\r\n</a></li>\r\n 	<li><a href=\"tel:6514303800\">\r\n\r\n(651) 430-3800\r\n</a></li>\r\n</ul>\r\n<iframe title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\" src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"></iframe>\r\n<h5>Maple Grove Clinic</h5>\r\n<ul>\r\n 	<li><a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\" rel=\"noopener\">\r\n\r\n7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\r\n</a></li>\r\n 	<li><a href=\"tel:6514303800\">\r\n\r\n(651) 430-3800\r\n</a></li>\r\n</ul>\r\n<iframe title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\" src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:01:23', '2026-07-21 08:01:23', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2291', 0, 'revision', '', 0),
(2292, 1, '2026-07-21 08:01:24', '2026-07-21 08:01:24', '<h2>Contact Us</h2>\r\nGet in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.\r\n<a tabindex=\"-1\" href=\"mailto:scheduling@midwestspine.net\" aria-label=\" Email\">\r\n</a>\r\n<h6><a href=\"mailto:scheduling@midwestspine.net\">\r\nEmail </a></h6>\r\nscheduling@midwestspine.net\r\n\r\n<a tabindex=\"-1\" href=\"tel:6514303800\" aria-label=\"Phone\"> </a>\r\n<h6><a href=\"tel:6514303800\">\r\nPhone </a></h6>\r\n(651) 430-3800\r\n\r\n&nbsp;\r\n<h6>Open Hours</h6>\r\nMon – Fri: 8AM – 5PM\r\n<h2>Schedule an Appointment</h2>\r\n<h2>Find a clinic near you</h2>\r\n<h5>Main Clinic — Edina</h5>\r\n<ul>\r\n 	<li><a href=\"https://www.google.com/maps/dir//\'\'/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\" rel=\"noopener\">\r\n\r\n7373 France Ave S, Suite 408 Edina, MN 55435\r\n</a></li>\r\n 	<li><a href=\"tel:6514303800\">\r\n\r\n(651) 430-3800\r\n</a></li>\r\n</ul>\r\n<iframe title=\"7373 France Ave S, Suite 408 Edina, MN 55435\" src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"></iframe>\r\n<h5>Burnsville Spine Clinic</h5>\r\n<ul>\r\n 	<li><a href=\"https://www.google.com/maps/dir//\'\'/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\" rel=\"noopener\">\r\n\r\n305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\r\n</a></li>\r\n 	<li><a href=\"tel:6514303800\">\r\n\r\n(651) 430-3800\r\n</a></li>\r\n</ul>\r\n<iframe title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\" src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"></iframe>\r\n<h5>Robbinsdale Spine Clinic</h5>\r\n<ul>\r\n 	<li><a href=\"https://www.google.com/maps/dir//\'\'/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\" rel=\"noopener\">\r\n\r\n3300 Oakdale Ave N Robbinsdale, MN 55422\r\n</a></li>\r\n 	<li><a href=\"tel:6514303800\">\r\n\r\n(651) 430-3800\r\n</a></li>\r\n</ul>\r\n<iframe title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\" src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"></iframe>\r\n<h5>Maple Grove Clinic</h5>\r\n<ul>\r\n 	<li><a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\" rel=\"noopener\">\r\n\r\n7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\r\n</a></li>\r\n 	<li><a href=\"tel:6514303800\">\r\n\r\n(651) 430-3800\r\n</a></li>\r\n</ul>\r\n<iframe title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\" src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:01:24', '2026-07-21 08:01:24', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2292', 0, 'revision', '', 0),
(2293, 1, '2026-07-21 08:01:24', '2026-07-21 08:01:24', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:01:24', '2026-07-21 08:01:24', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2293', 0, 'revision', '', 0),
(2294, 1, '2026-07-21 08:03:45', '2026-07-21 08:03:45', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:03:45', '2026-07-21 08:03:45', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2294', 0, 'revision', '', 0),
(2295, 1, '2026-07-21 08:03:46', '2026-07-21 08:03:46', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:03:46', '2026-07-21 08:03:46', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2295', 0, 'revision', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2296, 1, '2026-07-21 08:03:46', '2026-07-21 08:03:46', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:03:46', '2026-07-21 08:03:46', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2296', 0, 'revision', '', 0),
(2297, 1, '2026-07-21 08:06:43', '2026-07-21 08:06:43', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:06:43', '2026-07-21 08:06:43', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2297', 0, 'revision', '', 0),
(2298, 1, '2026-07-21 08:06:44', '2026-07-21 08:06:44', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:06:44', '2026-07-21 08:06:44', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2298', 0, 'revision', '', 0),
(2299, 1, '2026-07-21 08:06:44', '2026-07-21 08:06:44', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:06:44', '2026-07-21 08:06:44', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2299', 0, 'revision', '', 0),
(2300, 1, '2026-07-21 08:07:51', '2026-07-21 08:07:51', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:07:51', '2026-07-21 08:07:51', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2300', 0, 'revision', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2301, 1, '2026-07-21 08:07:52', '2026-07-21 08:07:52', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:07:52', '2026-07-21 08:07:52', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2301', 0, 'revision', '', 0),
(2302, 1, '2026-07-21 08:07:52', '2026-07-21 08:07:52', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 08:07:52', '2026-07-21 08:07:52', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2302', 0, 'revision', '', 0),
(2303, 1, '2026-07-21 08:10:10', '2026-07-21 08:10:10', '<h2>Refer a Patient</h2>\r\nFill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 08:10:10', '2026-07-21 08:10:10', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2303', 0, 'revision', '', 0),
(2304, 1, '2026-07-21 08:10:11', '2026-07-21 08:10:11', '<h2>Refer a Patient</h2>\r\nFill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 08:10:11', '2026-07-21 08:10:11', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2304', 0, 'revision', '', 0),
(2305, 1, '2026-07-21 08:10:11', '2026-07-21 08:10:11', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 08:10:11', '2026-07-21 08:10:11', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2305', 0, 'revision', '', 0),
(2306, 1, '2026-07-21 08:10:24', '2026-07-21 08:10:24', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 08:10:24', '2026-07-21 08:10:24', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2306', 0, 'revision', '', 0),
(2307, 1, '2026-07-21 08:10:25', '2026-07-21 08:10:25', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 08:10:25', '2026-07-21 08:10:25', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2307', 0, 'revision', '', 0),
(2308, 1, '2026-07-21 08:10:25', '2026-07-21 08:10:25', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 08:10:25', '2026-07-21 08:10:25', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2308', 0, 'revision', '', 0),
(2309, 1, '2026-07-21 08:12:29', '2026-07-21 08:12:29', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 08:12:29', '2026-07-21 08:12:29', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2309', 0, 'revision', '', 0),
(2310, 1, '2026-07-21 08:12:30', '2026-07-21 08:12:30', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 08:12:30', '2026-07-21 08:12:30', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2310', 0, 'revision', '', 0),
(2311, 1, '2026-07-21 08:12:30', '2026-07-21 08:12:30', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 08:12:30', '2026-07-21 08:12:30', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2311', 0, 'revision', '', 0),
(2312, 1, '2026-07-21 08:21:47', '2026-07-21 08:21:47', '<img width=\"400\" height=\"200\" src=\"https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/logo-1.webp\" alt=\"\" />																		\n											<a href=\"https://mrarif.me/hartgarnermdn/contact-us/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Schedule an Appointment								\n				</a>\n																<a href=\"https://mrarif.me/hartgarnermdn/refer-a-patient/\">\n											<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>										\n									Refer a Patient								\n				</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '1359-revision-v1', '', '', '2026-07-21 08:21:47', '2026-07-21 08:21:47', '', 1359, 'https://mrarif.me/hartgarnermdn/?p=2312', 0, 'revision', '', 0),
(2313, 1, '2026-07-21 14:10:32', '0000-00-00 00:00:00', 'Thank you for reading this post, don\'t forget to subscribe!', 'Display a message after the 1st paragraph of posts', '', 'draft', 'closed', 'closed', '', '', '', '', '2026-07-21 14:10:32', '0000-00-00 00:00:00', '', 0, 'https://mrarif.me/hartgarnermdn/?post_type=wpcode&p=2313', 0, 'wpcode', '', 0),
(2314, 1, '2026-07-21 14:10:32', '0000-00-00 00:00:00', 'add_action(\'admin_init\', function () {\r\n    // Redirect any user trying to access comments page\r\n    global $pagenow;\r\n    \r\n    if ($pagenow === \'edit-comments.php\') {\r\n        wp_safe_redirect(admin_url());\r\n        exit;\r\n    }\r\n\r\n    // Remove comments metabox from dashboard\r\n    remove_meta_box(\'dashboard_recent_comments\', \'dashboard\', \'normal\');\r\n\r\n    // Disable support for comments and trackbacks in post types\r\n    foreach (get_post_types() as $post_type) {\r\n        if (post_type_supports($post_type, \'comments\')) {\r\n            remove_post_type_support($post_type, \'comments\');\r\n            remove_post_type_support($post_type, \'trackbacks\');\r\n        }\r\n    }\r\n});\r\n\r\n// Close comments on the front-end\r\nadd_filter(\'comments_open\', \'__return_false\', 20, 2);\r\nadd_filter(\'pings_open\', \'__return_false\', 20, 2);\r\n\r\n// Hide existing comments\r\nadd_filter(\'comments_array\', \'__return_empty_array\', 10, 2);\r\n\r\n// Remove comments page in menu\r\nadd_action(\'admin_menu\', function () {\r\n    remove_menu_page(\'edit-comments.php\');\r\n});\r\n\r\n// Remove comments links from admin bar\r\nadd_action(\'init\', function () {\r\n    if (is_admin_bar_showing()) {\r\n        remove_action(\'admin_bar_menu\', \'wp_admin_bar_comments_menu\', 60);\r\n    }\r\n});', 'Completely Disable Comments', '', 'draft', 'closed', 'closed', '', '', '', '', '2026-07-21 14:10:32', '0000-00-00 00:00:00', '', 0, 'https://mrarif.me/hartgarnermdn/?post_type=wpcode&p=2314', 0, 'wpcode', '', 0),
(2315, 1, '2026-07-21 14:15:08', '2026-07-21 14:15:08', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 14:15:08', '2026-07-21 14:15:08', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2315', 0, 'revision', '', 0),
(2316, 1, '2026-07-21 14:15:08', '2026-07-21 14:15:08', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 14:15:08', '2026-07-21 14:15:08', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2316', 0, 'revision', '', 0),
(2317, 1, '2026-07-21 14:15:08', '2026-07-21 14:15:08', '<h2>Refer a Patient</h2>		Fill out the form below to refer your patient to Dr. Hart Garner', 'Refer a Patient', '', 'inherit', 'closed', 'closed', '', '889-revision-v1', '', '', '2026-07-21 14:15:08', '2026-07-21 14:15:08', '', 889, 'https://mrarif.me/hartgarnermdn/?p=2317', 0, 'revision', '', 0),
(2318, 1, '2026-07-21 14:16:30', '2026-07-21 14:16:30', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 14:16:30', '2026-07-21 14:16:30', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2318', 0, 'revision', '', 0),
(2319, 1, '2026-07-21 14:16:31', '2026-07-21 14:16:31', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 14:16:31', '2026-07-21 14:16:31', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2319', 0, 'revision', '', 0);
INSERT INTO `wpha_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2320, 1, '2026-07-21 14:16:31', '2026-07-21 14:16:31', '<h2>Contact Us</h2>		Get in touch today to schedule an appointment with Dr. Garner or learn about the different services we offer.					\n				<a href=\"mailto:scheduling@midwestspine.net\" tabindex=\"-1\" aria-label=\" Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:scheduling@midwestspine.net\" >\n							 Email						</a>\n					</h6>\n									<p>\n						scheduling@midwestspine.net					</p>\n				<a href=\"tel:6514303800\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:6514303800\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(651) 430-3800					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>				\n									<h6>\n							Open Hours						\n					</h6>\n									<p>\n						Mon – Fri: 8AM – 5PM					</p>\n							<h2>Schedule an Appointment</h2>					<h2>Find a clinic near you</h2>					<h5>Main Clinic — Edina</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7373 France Ave S, Suite 408 Edina, MN 55435\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7373%20France%20Ave%20S%2C%20Suite%20408%20Edina%2C%20MN%2055435&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n					aria-label=\"7373 France Ave S, Suite 408 Edina, MN 55435\"\n			></iframe>\n							<h5>Burnsville Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=305%20E.%20Nicollet%20Blvd%2C%20Suite%20372%20Burnsville%2C%20MN%2055337&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n					aria-label=\"305 E. Nicollet Blvd, Suite 372 Burnsville, MN 55337\"\n			></iframe>\n							<h5>\nRobbinsdale Spine Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										3300 Oakdale Ave N Robbinsdale, MN 55422\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=3300%20Oakdale%20Ave%20N%20Robbinsdale%2C%20MN%2055422&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n					aria-label=\"3300 Oakdale Ave N Robbinsdale, MN 55422\"\n			></iframe>\n							<h5>Maple Grove Clinic</h5>							<ul>\n							<li>\n											<a href=\"https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF\" target=\"_blank\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:6514303800\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(651) 430-3800\n											</a>\n									</li>\n						</ul>\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=7270%20Forestview%20Lane%2C%20Suite%20100%20Maple%20Grove%2C%20MN%2055369&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n					aria-label=\"7270 Forestview Lane, Suite 100 Maple Grove, MN 55369\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2026-07-21 14:16:31', '2026-07-21 14:16:31', '', 183, 'https://mrarif.me/hartgarnermdn/?p=2320', 0, 'revision', '', 0);

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

--
-- Table structure for table `wpha_termmeta`
--

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

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

--
-- Table structure for table `wpha_terms`
--

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

--
-- Dumping data for table `wpha_terms`
--

INSERT INTO `wpha_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'General', 'general', 0),
(3, 'main-menu', 'main-menu', 0),
(4, 'Divi', 'divi', 0),
(5, 'header', 'header', 0),
(6, 'footer', 'footer', 0),
(7, 'page', 'page', 0),
(8, 'container', 'container', 0),
(9, 'archive', 'archive', 0),
(10, 'single-post', 'single-post', 0),
(11, 'text', 'text', 0),
(12, 'after_paragraph', 'after_paragraph', 0),
(13, 'sample', 'sample', 0),
(14, 'message', 'message', 0),
(15, 'php', 'php', 0),
(16, 'everywhere', 'everywhere', 0),
(17, 'disable', 'disable', 0),
(18, 'comments', 'comments', 0);

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

--
-- Table structure for table `wpha_term_relationships`
--

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

--
-- Dumping data for table `wpha_term_relationships`
--

INSERT INTO `wpha_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1021, 3, 0),
(1022, 3, 0),
(1023, 3, 0),
(1024, 3, 0),
(1025, 3, 0),
(1026, 3, 0),
(1231, 1, 0),
(1232, 1, 0),
(1233, 1, 0),
(1234, 1, 0),
(1235, 1, 0),
(1236, 1, 0),
(1237, 1, 0),
(1238, 1, 0),
(1239, 1, 0),
(1240, 1, 0),
(1241, 1, 0),
(1242, 1, 0),
(1243, 1, 0),
(1244, 1, 0),
(1245, 1, 0),
(1246, 1, 0),
(1247, 1, 0),
(1248, 1, 0),
(1249, 1, 0),
(1250, 1, 0),
(1251, 1, 0),
(1252, 1, 0),
(1253, 1, 0),
(1254, 1, 0),
(1255, 1, 0),
(1256, 1, 0),
(1257, 1, 0),
(1258, 1, 0),
(1259, 1, 0),
(1260, 1, 0),
(1261, 1, 0),
(1262, 1, 0),
(1263, 1, 0),
(1264, 1, 0),
(1265, 1, 0),
(1266, 1, 0),
(1267, 1, 0),
(1268, 1, 0),
(1269, 1, 0),
(1270, 1, 0),
(1271, 1, 0),
(1272, 1, 0),
(1273, 1, 0),
(1274, 1, 0),
(1275, 1, 0),
(1276, 1, 0),
(1277, 1, 0),
(1278, 1, 0),
(1279, 1, 0),
(1280, 1, 0),
(1281, 1, 0),
(1282, 1, 0),
(1283, 1, 0),
(1284, 1, 0),
(1285, 1, 0),
(1286, 1, 0),
(1287, 1, 0),
(1288, 1, 0),
(1289, 1, 0),
(1290, 4, 0),
(1291, 1, 0),
(1302, 1, 0),
(1303, 3, 0),
(1304, 3, 0),
(1305, 3, 0),
(1306, 3, 0),
(1307, 3, 0),
(1308, 3, 0),
(1309, 3, 0),
(1311, 3, 0),
(1312, 3, 0),
(1313, 3, 0),
(1314, 3, 0),
(1315, 3, 0),
(1316, 3, 0),
(1317, 3, 0),
(1318, 3, 0),
(1319, 3, 0),
(1320, 3, 0),
(1321, 3, 0),
(1322, 3, 0),
(1323, 3, 0),
(1324, 3, 0),
(1325, 3, 0),
(1326, 3, 0),
(1327, 3, 0),
(1328, 3, 0),
(1329, 3, 0),
(1330, 3, 0),
(1331, 3, 0),
(1332, 3, 0),
(1333, 3, 0),
(1334, 3, 0),
(1335, 3, 0),
(1336, 3, 0),
(1337, 3, 0),
(1338, 3, 0),
(1339, 3, 0),
(1340, 3, 0),
(1341, 3, 0),
(1342, 3, 0),
(1343, 3, 0),
(1344, 3, 0),
(1345, 3, 0),
(1359, 5, 0),
(1463, 6, 0),
(1464, 6, 0),
(1567, 7, 0),
(1655, 3, 0),
(1809, 5, 0),
(2091, 8, 0),
(2237, 9, 0),
(2241, 8, 0),
(2243, 8, 0),
(2257, 10, 0),
(2289, 3, 0),
(2290, 3, 0),
(2313, 11, 0),
(2313, 12, 0),
(2313, 13, 0),
(2313, 14, 0),
(2314, 13, 0),
(2314, 15, 0),
(2314, 16, 0),
(2314, 17, 0),
(2314, 18, 0);

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

--
-- Table structure for table `wpha_term_taxonomy`
--

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

--
-- Dumping data for table `wpha_term_taxonomy`
--

INSERT INTO `wpha_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 61),
(2, 2, 'category', '', 0, 0),
(3, 3, 'nav_menu', '', 0, 51),
(4, 4, 'wp_theme', '', 0, 1),
(5, 5, 'elementor_library_type', '', 0, 1),
(6, 6, 'elementor_library_type', '', 0, 2),
(7, 7, 'elementor_library_type', '', 0, 1),
(8, 8, 'elementor_library_type', '', 0, 3),
(9, 9, 'elementor_library_type', '', 0, 1),
(10, 10, 'elementor_library_type', '', 0, 1),
(11, 11, 'wpcode_type', '', 0, 1),
(12, 12, 'wpcode_location', '', 0, 1),
(13, 13, 'wpcode_tags', '', 0, 2),
(14, 14, 'wpcode_tags', '', 0, 1),
(15, 15, 'wpcode_type', '', 0, 1),
(16, 16, 'wpcode_location', '', 0, 1),
(17, 17, 'wpcode_tags', '', 0, 1),
(18, 18, 'wpcode_tags', '', 0, 1);

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

--
-- Table structure for table `wpha_usermeta`
--

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

--
-- Dumping data for table `wpha_usermeta`
--

INSERT INTO `wpha_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'web-admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'modern'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpha_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpha_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:4:{s:64:\"af5ae4248c3aaf6dc851447651745bc4d8aa9a85afaa55db0b768d90af722452\";a:4:{s:10:\"expiration\";i:1785651002;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36\";s:5:\"login\";i:1784441402;}s:64:\"ea302f93a86df293ab81c321f0b3ecfa207ef7ca4f7d0a78e98db4e35db9c300\";a:4:{s:10:\"expiration\";i:1785742675;s:2:\"ip\";s:12:\"45.120.96.21\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36\";s:5:\"login\";i:1784533075;}s:64:\"fc1248d86092b759709abb60f5e612d053babe031ecbb1df40c0b457c9892983\";a:4:{s:10:\"expiration\";i:1785743046;s:2:\"ip\";s:12:\"45.120.96.21\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1784533446;}s:64:\"1c78be314fb2095e2e74ec437c3df858226633beac8d0508860331fda18713b1\";a:4:{s:10:\"expiration\";i:1784815751;s:2:\"ip\";s:12:\"45.120.96.21\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1784642951;}}'),
(17, 1, 'wpha_dashboard_quick_press_last_post_id', '2283'),
(19, 1, '_yoast_wpseo_introductions', 'a:2:{s:29:\"ai-brand-insights-post-launch\";a:2:{s:7:\"is_seen\";b:1;s:7:\"seen_on\";i:1784442394;}s:30:\"schema-aggregator-announcement\";a:2:{s:7:\"is_seen\";b:1;s:7:\"seen_on\";i:1784442535;}}'),
(20, 1, 'wpha_user-settings', 'libraryContent=browse&posts_list_mode=list&editor=tinymce'),
(21, 1, 'wpha_user-settings-time', '1784610613'),
(22, 1, '_yoast_wpseo_task_list_opt_in_notification_seen', '1'),
(23, 1, 'edit_page_per_page', '100'),
(25, 1, 'elementor_introduction', 'a:2:{s:28:\"yoast-introduction-editor-v2\";b:1;s:20:\"globals_introduction\";b:1;}'),
(26, 1, 'nav_menu_recently_edited', '3'),
(27, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(28, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(32, 1, 'wpha_elementor_connect_common_data', 'a:7:{s:9:\"client_id\";s:32:\"fa3peY12y5JSxrYUGCqcN0JuILP6RKzP\";s:11:\"auth_secret\";s:32:\"8KO2jysfxnFrQTz9ajPCpicTo3NhljI5\";s:12:\"access_token\";s:303:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2MTQ4NjIiLCJhdWQiOiJodHRwczovL21yYXJpZi5tZS9oYXJ0Z2FybmVybWRuLyIsImNsaWVudF9pZCI6ImZhM3BlWTEyeTVKU3hyWVVHQ3FjTjBKdUlMUDZSS3pQIiwiY29ubmVjdF90eXBlIjoiYWN0aXZhdGUiLCJpYXQiOjE3ODQ1MzM0ODAsImV4cCI6MzE3MzI4OTc1ODgwfQ.pMEh3BtCtPsDQFMSdEJ1VM4x3o7NS11wfrXNj6sq3QM\";s:19:\"access_token_secret\";s:32:\"ULcy54dxbdlWeGemxPYbMqX3AYZRGjZL\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":2:{s:5:\"email\";s:21:\"arifbabu587@gmail.com\";s:10:\"first_name\";s:4:\"Arif\";}s:19:\"data_share_opted_in\";b:1;}'),
(33, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"45.120.96.0\";}'),
(37, 1, 'edit_post_per_page', '70'),
(41, 1, 'wpha_yoast_notifications', 'a:1:{i:0;a:2:{s:7:\"message\";s:454:\"Your recent posts are using default SEO titles and meta descriptions, which can make them easy to overlook in search results. Update them for better visibility or <a href=\"https://yoa.st/ai-generate-alert-free/?php_version=8.3&#038;platform=wordpress&#038;platform_version=7.0.2&#038;software=free&#038;software_version=28.0&#038;days_active=2&#038;user_language=en_US\" target=\"_blank\">try <strong>Yoast AI Generate</strong> for free to do it faster.</a>\";s:7:\"options\";a:11:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:22:\"wpseo-default-seo-data\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;s:13:\"resolve_nonce\";s:0:\"\";}}}');

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

--
-- Table structure for table `wpha_users`
--

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

--
-- Dumping data for table `wpha_users`
--

INSERT INTO `wpha_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'web-admin', '$wp$2y$10$uvohMI1zyDszM8wuXdxs/OTo4DMnV7ikHSle6Y2YlVBySegW53BwO', 'web-admin', 'arifwebsols@gmail.com', 'https://mrarif.me/hartgarnermdn', '2026-07-19 06:09:54', '', 0, 'web-admin');

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

--
-- Table structure for table `wpha_yoast_expiring_store`
--

CREATE TABLE `wpha_yoast_expiring_store` (
  `key_name` varchar(255) NOT NULL,
  `value` text NOT NULL,
  `exp` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wpha_yoast_indexable`
--

CREATE TABLE `wpha_yoast_indexable` (
  `id` int(11) UNSIGNED NOT NULL,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) UNSIGNED DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) UNSIGNED DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpha_yoast_indexable`
--

INSERT INTO `wpha_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(1, 'https://mrarif.me/hartgarnermdn/', '32:f4380f52420e534f4ec2e4bf6cdb5398', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Welcome', 'Home', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, NULL, NULL, '2026-07-19 06:26:55', '2026-07-21 18:16:31', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-07-21 14:16:31', '2026-07-19 06:09:54', NULL),
(2, 'https://mrarif.me/hartgarnermdn/category/general/', '47:6f951247ed4d9a9de7c4e19a3977cd59', 2, 'term', 'category', NULL, NULL, NULL, NULL, 'General', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:34:10', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(3, 'https://mrarif.me/hartgarnermdn/', '32:f4380f52420e534f4ec2e4bf6cdb5398', 1027, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2023/09/1519879984261.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2023/09/1519879984261.jpg', NULL, 'first-content-image', NULL, 7, NULL, NULL, '2026-07-19 06:36:04', '2026-07-20 18:50:15', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:50:15', '2022-11-12 23:51:29', 0),
(4, 'https://mrarif.me/hartgarnermdn/author/web-admin/', '49:9537ccb79e259643a6ce6c69cb972221', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/540ee16116ea0b3a0c462e41dee7289351d0379c63ac3a62a05661e58dee19d1?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/540ee16116ea0b3a0c462e41dee7289351d0379c63ac3a62a05661e58dee19d1?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2026-07-19 06:36:04', '2026-07-21 18:16:31', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-07-21 14:16:31', '2022-11-12 23:17:09', NULL),
(5, 'https://mrarif.me/hartgarnermdn/v2/', '35:fa76a2bbfddbf570c629b671f4ae29d1', 34, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'v2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:04', '2026-07-20 18:48:47', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2026-07-20 14:48:47', '2022-11-12 23:53:32', 0),
(6, 'https://mrarif.me/hartgarnermdn/spinal-cord-stimulator/', '55:5f2523e45578dace270e1e3025a83933', 96, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Spinal Cord Stimulator', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/back.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/back.png', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:04', '2026-07-20 18:39:31', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:39:31', '2022-11-13 21:50:13', 0),
(7, 'https://mrarif.me/hartgarnermdn/brain-trauma/', '45:a767bc405bafa0a6d1efecd3574f4bd0', 144, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Brain Trauma', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Trauma-Image-2048x1463-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Trauma-Image-2048x1463-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:04', '2026-07-20 18:09:46', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:09:46', '2022-11-14 00:13:22', 0),
(8, 'https://mrarif.me/hartgarnermdn/about-us/', '41:da91b441ca12ba4b32fa969598939f26', 160, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'About Us', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2024/05/Garner_16051.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2024/05/Garner_16051.png', NULL, 'first-content-image', NULL, 0, 1, NULL, '2026-07-19 06:36:04', '2026-07-20 18:03:04', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:03:04', '2022-11-14 01:35:28', 0),
(9, 'https://mrarif.me/hartgarnermdn/contact-us/', '43:fea850e07fe88299f8df81e0fbc07ea3', 183, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Contact Us', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 82, NULL, '2026-07-19 06:36:04', '2026-07-21 18:16:31', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2026-07-21 14:16:31', '2022-11-14 03:37:43', 0),
(10, 'https://mrarif.me/hartgarnermdn/chiari-malformation/', '52:53501267290d674b54687a76fb8436f6', 224, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Chiari Malformation', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Pressure-on-the-CNS-due-to-Chiari-malformation.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Pressure-on-the-CNS-due-to-Chiari-malformation.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:04', '2026-07-20 18:14:06', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:14:06', '2022-11-15 05:27:00', 0),
(11, 'https://mrarif.me/hartgarnermdn/hydrocephalus/', '46:19695a128e6603ca620c38ac8a4306e5', 236, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Hydrocephalus', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Hydrocephalus-image-1536x1024-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Hydrocephalus-image-1536x1024-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:04', '2026-07-20 18:27:36', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:27:36', '2022-11-15 05:40:04', 0),
(12, 'https://mrarif.me/hartgarnermdn/brain-tumor/', '44:82299ee4f0faa7118b1999f92fbe766b', 244, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Brain Tumor', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Tumor-Image-1-1-1536x1029-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Tumor-Image-1-1-1536x1029-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:04', '2026-07-20 18:11:10', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:11:10', '2022-11-15 05:48:42', 0),
(13, 'https://mrarif.me/hartgarnermdn/?page_id=256', '42:74f317b82e554b458aa46fb79808392c', 256, 'post', 'page', 1, 0, NULL, NULL, 'Spinal Tumor (old)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Tumor-image-1536x1024-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Tumor-image-1536x1024-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-19 15:38:26', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-19 11:38:26', '2022-11-15 06:03:15', 0),
(14, 'https://mrarif.me/hartgarnermdn/vertebral-tumor/', '48:84ef747b6742869e82eecc5a2774df83', 263, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Vertebral Tumor', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vertebral-Tumor-Image-1536x957-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vertebral-Tumor-Image-1536x957-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:50:34', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:50:34', '2022-11-15 06:13:15', 0),
(15, 'https://mrarif.me/hartgarnermdn/disc-degeneration/', '50:a806a8f8e7a27fec1cda80159925f1f4', 272, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Disc Degeneration', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/disc-degenration-image-1024x566-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/disc-degenration-image-1024x566-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:19:18', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:19:18', '2022-11-15 06:19:24', 0),
(16, 'https://mrarif.me/hartgarnermdn/cerebrovascular-disease-and-stroke/', '67:96c46022777e497d618c8a136571f1aa', 278, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Cerebrovascular Disease and Stroke', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/cerebrovascular-disease-and-stroke-image-min-1024x360-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/cerebrovascular-disease-and-stroke-image-min-1024x360-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:12:21', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:12:21', '2022-11-15 06:34:05', 0),
(17, 'https://mrarif.me/hartgarnermdn/failed-spinal-fusions/', '54:1fbe391ce1bdfbdb8835779c35d7f093', 286, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Failed Spinal Fusions', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Failed-Spinal-fusion-image-1536x1024-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Failed-Spinal-fusion-image-1536x1024-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:20:02', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:20:02', '2022-11-15 06:40:47', 0),
(18, 'https://mrarif.me/hartgarnermdn/herniated-disc/', '47:5f202cc9b3bc81e1e186728dc300be75', 292, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Herniated Disc', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Herniated-disc-image-1536x1482-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Herniated-disc-image-1536x1482-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:24:04', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:24:04', '2022-11-15 06:49:11', 0),
(19, 'https://mrarif.me/hartgarnermdn/stenosis/', '41:b8e0840402b366bd20dface8a0cc77b7', 310, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Stenosis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Stenosis-Image-1536x397-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Stenosis-Image-1536x397-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:45:07', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:45:07', '2022-11-15 07:08:50', 0),
(20, 'https://mrarif.me/hartgarnermdn/sciatica/', '41:945313690e5acc616d26c5b03ae307d6', 316, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Sciatica', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Sciatica-image-1536x1024-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Sciatica-image-1536x1024-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:38:20', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:38:20', '2022-11-15 07:27:30', 0),
(21, 'https://mrarif.me/hartgarnermdn/blog/', '37:29c6451c2793081ee73538e7ca086b81', 585, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:07:37', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2026-07-20 14:07:37', '2022-11-17 01:09:50', 0),
(22, 'https://mrarif.me/hartgarnermdn/spondylolisthesis/', '50:3921bc036facd74eec2d145aaf534004', 322, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Spondylolisthesis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spondylolisthesis-image-1536x572-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spondylolisthesis-image-1536x572-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:41:31', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:41:31', '2022-11-15 07:50:42', 0),
(23, 'https://mrarif.me/hartgarnermdn/radiculopathy/', '46:feeea077bfea77bd153efcaf771d5f31', 326, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Radiculopathy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Radiculopathy-Image-1536x1032-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Radiculopathy-Image-1536x1032-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:34:10', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:34:10', '2022-11-15 07:59:00', 0),
(24, 'https://mrarif.me/hartgarnermdn/scoliosis/', '42:02188c9742d5333294288f6097c9fec3', 332, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Scoliosis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/Scoliosis-Image-1536x1536-1-1536x1536-1.webp', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/Scoliosis-Image-1536x1536-1-1536x1536-1.webp', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:38:59', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:38:59', '2022-11-15 08:12:46', 0),
(25, 'https://mrarif.me/hartgarnermdn/arthritis/', '42:528a57358bfba4e3f32aa24d777e1e50', 340, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Arthritis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Arthiritis-Image-1536x631-1.jpg', NULL, '342', 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Arthiritis-Image-1536x631-1.jpg', '342', 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:20:52', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:20:52', '2022-11-15 08:40:33', 0),
(26, 'https://mrarif.me/hartgarnermdn/spinal-discectomy/', '50:857d3858562c35a9dbb49322022957c0', 351, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Spinal Discectomy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:40:09', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:40:09', '2022-11-15 09:35:47', 0),
(27, 'https://mrarif.me/hartgarnermdn/posterior-fusion/', '49:7a22a1be5e36c54043d109da6b234e2b', 356, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Posterior Fusion', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:33:12', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:33:12', '2022-11-15 09:43:03', 0),
(28, 'https://mrarif.me/hartgarnermdn/lateral-interbody-fusion/', '57:57e381a3c4c0161daafac31ab9ccc125', 361, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Lateral Interbody Fusion', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Lateral-fusion-image-1536x1047-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Lateral-fusion-image-1536x1047-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:30:46', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:30:46', '2022-11-15 09:55:13', 0),
(29, 'https://mrarif.me/hartgarnermdn/transforaminal-lumbar-interbody-fusion/', '71:b59f5f6e796ab0d33ad55616899a8fbf', 366, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Transforaminal Lumbar Interbody Fusion', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/TLIF-image-1536x811-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/TLIF-image-1536x811-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:47:04', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:47:04', '2022-11-15 10:03:03', 0),
(30, 'https://mrarif.me/hartgarnermdn/robotic-spine-surgery/', '54:77e75d7e570eda67f65efb2145591185', 370, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Robotic Spine Surgery', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Robotic-spine-surgery-image-1536x984-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Robotic-spine-surgery-image-1536x984-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:05', '2026-07-20 18:36:41', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:36:41', '2022-11-15 10:07:58', 0),
(31, 'https://mrarif.me/hartgarnermdn/anterior-fusion/', '48:4c9bc5132b8b2c35228b667be37bf714', 378, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Anterior Fusion', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:04:40', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:04:40', '2022-11-15 11:34:53', 0),
(32, 'https://mrarif.me/hartgarnermdn/decompression/', '46:6dfe6ba61f51bb30b445a865ebcf925c', 389, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Decompression', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-decompression-image-1536x894-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-decompression-image-1536x894-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:18:00', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:18:00', '2022-11-15 11:48:03', 0),
(33, 'https://mrarif.me/hartgarnermdn/tumor-removal-and-reconstruction/', '65:718dc3e99662ea8af0b0eb4a448c352b', 394, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Tumor Removal and Reconstruction', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-tumor-removal-and-reconstruction-image-1536x803-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-tumor-removal-and-reconstruction-image-1536x803-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:48:12', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:48:12', '2022-11-15 11:53:19', 0),
(34, 'https://mrarif.me/hartgarnermdn/fracture-and-trauma/', '52:4988ec71519ed1a16803474ea4087ad5', 402, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Fracture and Trauma', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Fracture-Image-1536x1027-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Fracture-Image-1536x1027-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:22:35', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:22:35', '2022-11-15 11:59:08', 0),
(35, 'https://mrarif.me/hartgarnermdn/removal-of-infection/', '53:7af13032b04d648ab37a0ffaee41598d', 406, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Removal of Infection', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-infection-removal-image-1536x1157-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-infection-removal-image-1536x1157-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:35:41', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:35:41', '2022-11-15 12:03:26', 0),
(36, 'https://mrarif.me/hartgarnermdn/kyphosis-scoliosis-correction/', '62:4e3abb98aaf530d3397a4ec2bd966f97', 413, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Kyphosis &amp; Scoliosis Correction', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Kyphosis_ScoliosisCorrection-Image-1536x841-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Kyphosis_ScoliosisCorrection-Image-1536x841-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:28:46', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:28:46', '2022-11-15 12:08:17', 0),
(37, 'https://mrarif.me/hartgarnermdn/spondylolisthesis-correction-surgery/', '69:efb6f62f35cf5d4e875893230e0f75a1', 420, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Spondylolisthesis Correction Surgery', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:44:36', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:44:36', '2022-11-15 12:12:47', 0),
(38, 'https://mrarif.me/hartgarnermdn/craniotomy-for-tumor/', '53:26ea0e79c9eccd785933dee1bfc782ba', 426, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Craniotomy for Tumor', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-for-tumor-image-1536x561-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-for-tumor-image-1536x561-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:17:26', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:17:26', '2022-11-15 12:40:02', 0),
(39, 'https://mrarif.me/hartgarnermdn/craniotomy-for-infection/', '57:1844e33481b25dd5883c71006164d305', 430, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Craniotomy for Infection', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-for-infections-image-1536x1149-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-for-infections-image-1536x1149-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:16:48', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:16:48', '2022-11-15 12:45:52', 0),
(40, 'https://mrarif.me/hartgarnermdn/craniotomy-for-hematoma/', '56:d30fbfbd2bb328dd6fd48bd11f4c5567', 434, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Craniotomy for Hematoma', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-For-hematoma-image-1536x1092-1-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-For-hematoma-image-1536x1092-1-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:15:44', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:15:44', '2022-11-15 12:52:40', 0),
(41, 'https://mrarif.me/hartgarnermdn/stereotactic-biopsy/', '52:989bfdf6331b23b606762b36c4e50ae6', 443, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Stereotactic Biopsy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Stereotactic-biopsy-image-1536x648-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Stereotactic-biopsy-image-1536x648-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:45:38', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:45:38', '2022-11-15 13:12:47', 0),
(42, 'https://mrarif.me/hartgarnermdn/decompressive-craniectomy/', '58:7fd3df6747a2ecdaa2c6a4313fecfa47', 450, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Decompressive Craniectomy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Decompressive-Craniectomy-Image-300x278-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Decompressive-Craniectomy-Image-300x278-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:18:48', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:18:48', '2022-11-15 13:48:01', 0),
(43, 'https://mrarif.me/hartgarnermdn/intracranial-pressure-monitoring/', '65:734a9e9cef801c858230560a6aad7e1e', 455, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Intracranial Pressure Monitoring', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/intracranial-pressure-monitoring-image-1536x862-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/intracranial-pressure-monitoring-image-1536x862-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:28:14', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:28:14', '2022-11-15 13:52:38', 0),
(44, 'https://mrarif.me/hartgarnermdn/ventriculostomy/', '48:5b00be411e8e017869f59cb032ecc344', 461, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Ventriculostomy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Ventriculostomy-Image-1536x1152-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Ventriculostomy-Image-1536x1152-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:49:45', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:49:44', '2022-11-15 13:57:48', 0),
(45, 'https://mrarif.me/hartgarnermdn/ventriculoperitoneal-shunt/', '59:136f31fab22a30824bd1b30b23ba5ae2', 467, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Ventriculoperitoneal Shunt', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/ventriculo-peritoneal-shunt-image-1536x1176-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/ventriculo-peritoneal-shunt-image-1536x1176-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:49:16', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:49:16', '2022-11-15 14:01:44', 0),
(46, 'https://mrarif.me/hartgarnermdn/chiari-decompression/', '53:faa4cd8f175bfa93ed28a5d5caba607c', 472, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Chiari Decompression', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Chiari-decompression-image-1-1536x1024-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Chiari-decompression-image-1-1536x1024-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:13:30', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:13:30', '2022-11-15 14:08:19', 0),
(47, 'https://mrarif.me/hartgarnermdn/posterior-fossa/', '48:0e524a1ad7453987294680f143e9f438', 479, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Posterior Fossa', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fossa-craniotomy-image-1536x1024-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fossa-craniotomy-image-1536x1024-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:32:35', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:32:35', '2022-11-15 14:12:09', 0),
(48, 'https://mrarif.me/hartgarnermdn/transsphenoidal-pituitary-tumor-removal/', '72:5e746268a443b44c7d32fb63cbbff452', 485, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Transsphenoidal Pituitary Tumor Removal', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/shutterstock_2113302470-1536x1152-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/shutterstock_2113302470-1536x1152-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:47:42', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:47:42', '2022-11-15 14:16:50', 0),
(49, 'https://mrarif.me/hartgarnermdn/middle-fossa-craniotomy/', '56:e822276b0cffec838ba59a5cd957cee8', 490, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Middle Fossa Craniotomy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:06', '2026-07-20 18:31:56', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:31:56', '2022-11-15 14:19:48', 0),
(50, 'https://mrarif.me/hartgarnermdn/refer-a-patient/', '48:e1cff0c9cb31a1e2ea6e76ac2a26fee4', 889, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Refer a Patient', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2026-07-19 06:36:07', '2026-07-21 18:15:08', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2026-07-21 14:15:08', '2023-09-07 15:34:21', 0),
(51, 'https://mrarif.me/hartgarnermdn/thank-you/', '42:66875076b72366ee1914017b1dcee61d', 1115, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Thank You', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-20 18:46:27', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2026-07-20 14:46:27', '2024-06-28 16:26:10', 0),
(52, 'https://mrarif.me/hartgarnermdn/cherie-casino-comment-gerer-son-compte-pour-maximiser-les-bonus/', '94:3680123c42b221da94d474e4a0d13ac4', 1235, 'post', 'post', 1, 0, NULL, NULL, 'Cherie Casino : comment gérer son compte pour maximiser les bonus', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-25 16:34:05', '2025-11-25 16:34:05', 0),
(53, 'https://mrarif.me/hartgarnermdn/analisis-de-las-opciones-de-retiro-en-sg-casino-para-evitar-retrasos/', '99:04fbcd282f86fbad0fb40c254857d9ed', 1240, 'post', 'post', 1, 0, NULL, NULL, 'Análisis de las opciones de retiro en SG Casino para evitar retrasos', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-20 18:31:05', '2025-11-20 18:31:05', 0),
(54, 'https://mrarif.me/hartgarnermdn/cash-withdrawals-from-333-casino-step-by-step-guide/', '82:1db6d16a03f1a65c98fc5ada042c5c6a', 1254, 'post', 'post', 1, 0, NULL, NULL, 'Cash Withdrawals from 333 Casino: Step by Step Guide', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-14 02:55:05', '2025-11-14 02:55:05', 0),
(55, 'https://mrarif.me/hartgarnermdn/nine-casino-avis-complet-securite-et-fiabilite-garanties/', '87:1575f5a287a25091a2a4d51de165361e', 1258, 'post', 'post', 1, 0, NULL, NULL, 'Nine Casino avis complet : sécurité et fiabilité garanties', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-13 02:38:05', '2025-11-13 02:38:05', 0),
(56, 'https://mrarif.me/hartgarnermdn/comment-activer-la-double-authentification-sur-dreams-casino-securite-renforcee/', '110:bd525b734342d9c2dc3c8ecc8be92d98', 1260, 'post', 'post', 1, 0, NULL, NULL, 'Comment activer la double authentification sur Dreams Casino : sécurité renforcée', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-18 17:17:05', '2025-11-18 17:17:05', 0),
(57, 'https://mrarif.me/hartgarnermdn/opiniones-reales-de-usuarios-sobre-wazamba-casino-y-su-transparencia/', '99:ad52301ef0be6139054618180ad1acf4', 1261, 'post', 'post', 1, 0, NULL, NULL, 'Opiniones reales de usuarios sobre Wazamba Casino y su transparencia', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-12 02:17:05', '2025-11-12 02:17:05', 0),
(58, 'https://mrarif.me/hartgarnermdn/step-by-step-winning-guide-for-prestige-spin-casino-players/', '90:0a009c547ac8560281f418578b9c59aa', 1263, 'post', 'post', 1, 0, NULL, NULL, 'Step by Step Winning Guide for Prestige Spin Casino Players', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-11 23:29:05', '2025-11-11 23:29:05', 0),
(59, 'https://mrarif.me/hartgarnermdn/les-limites-imposees-par-lunubet-casino-pour-une-gestion-saine-des-depots/', '104:2cdfc3c4c0906c8435383c527a183a3f', 1270, 'post', 'post', 1, 0, NULL, NULL, 'Les limites imposées par Lunubet Casino pour une gestion saine des dépôts', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-21 03:28:05', '2025-11-21 03:28:05', 0);
INSERT INTO `wpha_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(60, 'https://mrarif.me/hartgarnermdn/playing-on-mobile-devices-at-vipzino-casino-made-easy/', '84:e6225007d8d53e1be72fac75c06d3478', 1288, 'post', 'post', 1, 0, NULL, NULL, 'Playing on Mobile Devices at Vipzino Casino Made Easy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-13 03:51:05', '2025-11-13 03:51:05', 0),
(61, 'https://mrarif.me/hartgarnermdn/unique-casino-innovazione-e-sicurezza-nel-gioco-online/', '85:88b7ab7871330614df245c0c88fba583', 1289, 'post', 'post', 1, 0, NULL, NULL, 'Unique Casino: Innovazione e Sicurezza nel Gioco Online', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-25 00:01:05', '2025-11-25 00:01:05', 0),
(62, 'https://mrarif.me/hartgarnermdn/rhino-casino-welcome-package-compared-to-rivals/', '78:d5c915c8b020fb8e41d8178d4d3cd90f', 1232, 'post', 'post', 1, 0, NULL, NULL, 'Rhino Casino Welcome Package Compared to Rivals', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-07 04:56:05', '2025-12-07 04:56:05', 0),
(63, 'https://mrarif.me/hartgarnermdn/selection-des-jeux-en-ligne-les-plus-rentables-chez-extra-casino/', '95:3b8fb2e2e3672975e50e2808f30f7b34', 1238, 'post', 'post', 1, 0, NULL, NULL, 'Sélection des jeux en ligne les plus rentables chez Extra Casino', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-05 07:42:05', '2025-12-05 07:42:05', 0),
(64, 'https://mrarif.me/hartgarnermdn/programas-de-lealtad-en-gratogana-casino-analisis-actualizado-2026/', '97:b428e5207d3a0e64c54246406a12137c', 1239, 'post', 'post', 1, 0, NULL, NULL, 'Programas de lealtad en Gratogana Casino análisis actualizado 2026', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-15 04:49:05', '2025-12-15 04:49:05', 0),
(65, 'https://mrarif.me/hartgarnermdn/magius-casino-mejores-practicas-para-hacer-depositos-y-retirar-fondos/', '100:a564bfe2bebc9d0f4ef793b2ef8cfea8', 1241, 'post', 'post', 1, 0, NULL, NULL, 'Magius Casino: Mejores Prácticas para Hacer Depósitos y Retirar Fondos', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-12 23:23:05', '2025-12-12 23:23:05', 0),
(66, 'https://mrarif.me/hartgarnermdn/los-bonos-especiales-por-tiempo-limitado-en-1win-casino-este-mes/', '95:9537f0e07d5872d008b9342fc363d479', 1242, 'post', 'post', 1, 0, NULL, NULL, 'Los bonos especiales por tiempo limitado en 1Win Casino este mes', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-29 20:45:05', '2025-11-29 20:45:05', 0),
(67, 'https://mrarif.me/hartgarnermdn/golden-genie-casino-loyalty-rewards-explored-for-regular-players/', '95:75547525cf5081aed3bcc07760fc5249', 1244, 'post', 'post', 1, 0, NULL, NULL, 'Golden Genie Casino Loyalty Rewards Explored for Regular Players', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-26 19:48:05', '2025-11-26 19:48:05', 0),
(68, 'https://mrarif.me/hartgarnermdn/les-nouveautes-2026-a-decouvrir-sur-europe-fortune-casino-pour-les-joueurs/', '105:28c8f50769990c3ed7b9ff7d66d6f002', 1250, 'post', 'post', 1, 0, NULL, NULL, 'Les nouveautés 2026 à découvrir sur Europe Fortune Casino pour les joueurs', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-17 01:23:05', '2025-12-17 01:23:05', 0),
(69, 'https://mrarif.me/hartgarnermdn/nuestras-mejores-recomendaciones-para-principiantes-en-spinmama-casino-hoy/', '105:d3f010933dc6854c3f459217dde8aecf', 1253, 'post', 'post', 1, 0, NULL, NULL, 'Nuestras mejores recomendaciones para principiantes en Spinmama Casino hoy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-08 01:58:05', '2025-12-08 01:58:05', 0),
(70, 'https://mrarif.me/hartgarnermdn/como-aprovechar-las-promociones-de-temporada-en-wazamba-casino-sin-riesgos/', '105:7368239568128472fa909b0a79f11f5b', 1259, 'post', 'post', 1, 0, NULL, NULL, 'Cómo aprovechar las promociones de temporada en Wazamba Casino sin riesgos', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-26 08:12:05', '2025-11-26 08:12:05', 0),
(71, 'https://mrarif.me/hartgarnermdn/avis-clients-sur-twin-casino-la-fiabilite-et-le-serieux-du-casino/', '96:1966cc9effb1863e6d70ae4c9acb40f3', 1262, 'post', 'post', 1, 0, NULL, NULL, 'Avis clients sur Twin Casino : la fiabilité et le sérieux du casino', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-06 11:19:05', '2025-12-06 11:19:05', 0),
(72, 'https://mrarif.me/hartgarnermdn/how-to-apply-promo-codes-correctly-at-true-fortune-casino-for-extra-rewards/', '106:31cecee083b1666ce77b774e2c94d77c', 1264, 'post', 'post', 1, 0, NULL, NULL, 'How to Apply Promo Codes Correctly at True Fortune Casino for Extra Rewards', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-04 13:06:05', '2025-12-04 13:06:05', 0),
(73, 'https://mrarif.me/hartgarnermdn/roby-casino-et-les-options-crypto-pour-deposer-et-retirer-facilement/', '99:a8c1ca2bac00be16a812bcea804062bb', 1266, 'post', 'post', 1, 0, NULL, NULL, 'Roby Casino et les options crypto pour déposer et retirer facilement', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-01 08:04:05', '2025-12-01 08:04:05', 0),
(74, 'https://mrarif.me/hartgarnermdn/stakes777-conseils-pour-securiser-son-compte-joueur/', '82:6a453fb780cb1f339354fb5c91039e0c', 1269, 'post', 'post', 1, 0, NULL, NULL, 'Stakes777 : conseils pour sécuriser son compte joueur', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-02 23:06:05', '2025-12-02 23:06:05', 0),
(75, 'https://mrarif.me/hartgarnermdn/les-methodes-fiables-pour-retirer-ses-gains-chez-samba-slots-casino/', '98:e1a7a3bbf0460318900bf7487fe69ca1', 1271, 'post', 'post', 1, 0, NULL, NULL, 'Les méthodes fiables pour retirer ses gains chez Samba Slots Casino', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-20 19:19:05', '2025-12-20 19:19:05', 0),
(76, 'https://mrarif.me/hartgarnermdn/freshbet-une-plateforme-de-jeu-en-ligne-a-decouvrir/', '82:cce369376fbe99280058be588d476ad3', 1273, 'post', 'post', 1, 0, NULL, NULL, 'Freshbet : une plateforme de jeu en ligne à découvrir', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-15 23:48:05', '2025-12-15 23:48:05', 0),
(77, 'https://mrarif.me/hartgarnermdn/guia-para-entender-la-politica-de-limites-en-my-empire-casino-y-evitar-sorpresas/', '111:44924105b365d07b18211e863dd61fd1', 1276, 'post', 'post', 1, 0, NULL, NULL, 'Guía para entender la política de límites en My Empire Casino y evitar sorpresas', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-07 00:13:05', '2025-12-07 00:13:05', 0),
(78, 'https://mrarif.me/hartgarnermdn/la-procedure-pas-a-pas-pour-changer-ses-infos-personnelles-sur-vinci-spin/', '104:80b343271d9f6c1a20b08babab61d4c3', 1277, 'post', 'post', 1, 0, NULL, NULL, 'La procédure pas à pas pour changer ses infos personnelles sur Vinci Spin', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-29 08:08:05', '2025-11-29 08:08:05', 0),
(79, 'https://mrarif.me/hartgarnermdn/ruby-slots-casino-comment-gerer-son-budget-de-jeu-efficacement/', '93:6860760d1479c02bb1ccc365f7802fc6', 1280, 'post', 'post', 1, 0, NULL, NULL, 'Ruby Slots Casino : comment gérer son budget de jeu efficacement', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-12 04:20:05', '2025-12-12 04:20:05', 0),
(80, 'https://mrarif.me/hartgarnermdn/quien-regula-a-bonus-crab-casino-y-que-garantias-ofrece/', '86:4435fd90e2e744abc6be38e42c0266c8', 1281, 'post', 'post', 1, 0, NULL, NULL, '¿Quién regula a Bonus Crab Casino y qué garantías ofrece?', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-12 07:15:05', '2025-12-12 07:15:05', 0),
(81, 'https://mrarif.me/hartgarnermdn/comment-pampago-casino-protege-les-donnees-personnelles/', '86:b73a08f67e435a6796772c9c63f05dd5', 1286, 'post', 'post', 1, 0, NULL, NULL, 'Comment Pampago Casino protège les données personnelles', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-11-27 10:45:05', '2025-11-27 10:45:05', 0),
(82, 'https://mrarif.me/hartgarnermdn/profitez-dun-cashback-avantageux-grace-au-programme-fidelite-de-nine-casino/', '106:06480ff6fa93984b3742cc3b729b5243', 1231, 'post', 'post', 1, 0, NULL, NULL, 'Profitez d’un cashback avantageux grâce au programme fidélité de Nine Casino', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-08 00:01:05', '2026-01-08 00:01:05', 0),
(83, 'https://mrarif.me/hartgarnermdn/candyland-casino-supported-payment-systems-and-withdrawal-limits/', '95:88b282738383339cf28e865adfb80667', 1233, 'post', 'post', 1, 0, NULL, NULL, 'Candyland Casino Supported Payment Systems and Withdrawal Limits', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-18 18:38:05', '2026-01-18 18:38:05', 0),
(84, 'https://mrarif.me/hartgarnermdn/europe-fortune-casino-conseils-pour-debutants-pour-eviter-les-erreurs-frequentes/', '111:5cd557a79ce8affd714b890f5c2c54cf', 1236, 'post', 'post', 1, 0, NULL, NULL, 'Europe Fortune Casino : conseils pour débutants pour éviter les erreurs fréquentes', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-04 14:36:05', '2026-01-04 14:36:05', 0),
(85, 'https://mrarif.me/hartgarnermdn/decouvrez-les-machines-a-sous-incontournables-sur-touch-casino/', '93:b7688d7b4a02319d8b026479f4683de5', 1237, 'post', 'post', 1, 0, NULL, NULL, 'Découvrez les machines à sous incontournables sur Touch Casino', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:07', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-27 15:54:05', '2025-12-27 15:54:05', 0),
(86, 'https://mrarif.me/hartgarnermdn/can-xl-casino-players-benefit-from-daily-specials/', '80:6b823c5849447b33f8bb85894e6f0a00', 1243, 'post', 'post', 1, 0, NULL, NULL, 'Can XL Casino Players Benefit from Daily Specials?', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-16 15:07:05', '2026-01-16 15:07:05', 0),
(87, 'https://mrarif.me/hartgarnermdn/roman-casino-propose-t-il-un-programme-vip-interessant/', '85:f6de3f2326d5754269031bf5518f1029', 1245, 'post', 'post', 1, 0, NULL, NULL, 'Roman Casino propose-t-il un programme VIP intéressant ?', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-10 07:53:05', '2026-01-10 07:53:05', 0),
(88, 'https://mrarif.me/hartgarnermdn/memo-casino-app-for-ios-features-and-user-ratings/', '80:13ab32f177e112441473ec56e2c42100', 1251, 'post', 'post', 1, 0, NULL, NULL, 'Memo Casino App for iOS Features and User Ratings', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-22 14:25:05', '2025-12-22 14:25:05', 0),
(89, 'https://mrarif.me/hartgarnermdn/rouge-casino-app-versus-browser-experience-which-suits-you-best/', '94:695df24c312faf90ae885cd50479464a', 1252, 'post', 'post', 1, 0, NULL, NULL, 'Rouge Casino App Versus Browser Experience: Which Suits You Best?', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-24 07:14:05', '2025-12-24 07:14:05', 0),
(90, 'https://mrarif.me/hartgarnermdn/roobet-casino-facile-dacces-et-securise-pour-les-novices/', '87:dfc442bc8e651b1cac33b438169c9758', 1256, 'post', 'post', 1, 0, NULL, NULL, 'Roobet Casino facile d’accès et sécurisé pour les novices', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-22 01:55:05', '2025-12-22 01:55:05', 0),
(91, 'https://mrarif.me/hartgarnermdn/unlock-exclusive-promotions-at-golden-panda-casino-today/', '87:94667f5fe986c2768d126dae816d862f', 1257, 'post', 'post', 1, 0, NULL, NULL, 'Unlock Exclusive Promotions at Golden Panda Casino Today', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-23 04:23:05', '2026-01-23 04:23:05', 0),
(92, 'https://mrarif.me/hartgarnermdn/tous-les-bonus-exclusifs-de-kinbet-casino-a-ne-pas-manquer/', '89:7ae5297a3c38ce7fb58a134282cb6744', 1265, 'post', 'post', 1, 0, NULL, NULL, 'Tous les bonus exclusifs de Kinbet Casino à ne pas manquer', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-26 09:46:05', '2025-12-26 09:46:05', 0),
(93, 'https://mrarif.me/hartgarnermdn/les-criteres-pour-obtenir-un-bonus-fidelite-buran-casino/', '87:f909862dfa19cb4a34bf91b86bfad7c2', 1267, 'post', 'post', 1, 0, NULL, NULL, 'Les critères pour obtenir un bonus fidélité Buran Casino', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-27 21:12:05', '2025-12-27 21:12:05', 0),
(94, 'https://mrarif.me/hartgarnermdn/quels-sont-les-moyens-disponibles-pour-recharger-son-portefeuille-amon-casino/', '108:ecbd8ebc34f32e4d1e9f8ee5e776563a', 1274, 'post', 'post', 1, 0, NULL, NULL, 'Quels sont les moyens disponibles pour recharger son portefeuille Amon Casino', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-28 06:18:05', '2025-12-28 06:18:05', 0),
(95, 'https://mrarif.me/hartgarnermdn/play-anywhere-with-rouge-casino-mobile-app-on-ios-and-android/', '92:3943e598a4fef474a6ef58fa217d5441', 1275, 'post', 'post', 1, 0, NULL, NULL, 'Play Anywhere With Rouge Casino Mobile App on iOS and Android', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-13 15:18:05', '2026-01-13 15:18:05', 0),
(96, 'https://mrarif.me/hartgarnermdn/les-options-de-retrait-rapides-et-sans-frais-sur-lucky8-casino/', '93:e9d0db04cb1cf37e36e4a3d1686503a7', 1278, 'post', 'post', 1, 0, NULL, NULL, 'Les options de retrait rapides et sans frais sur Lucky8 Casino', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-09 03:47:05', '2026-01-09 03:47:05', 0),
(97, 'https://mrarif.me/hartgarnermdn/les-conditions-de-bonus-a-connaitre-absolument-chez-rabona-casino/', '96:14a0beca2602e7e5013781610371bcdf', 1279, 'post', 'post', 1, 0, NULL, NULL, 'Les conditions de bonus à connaître absolument chez Rabona Casino', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-31 00:42:05', '2025-12-31 00:42:05', 0),
(98, 'https://mrarif.me/hartgarnermdn/goldwin-casino-gaming-experience-on-the-go/', '73:3e8c7291f6ae3a449cf2731bab47701c', 1283, 'post', 'post', 1, 0, NULL, NULL, 'Goldwin Casino Gaming Experience On The Go', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-22 07:06:05', '2026-01-22 07:06:05', 0),
(99, 'https://mrarif.me/hartgarnermdn/malina-casino-trucos-para-registrarte-y-evitar-problemas-con-el-soporte/', '102:814bfdb1828663f22efa054e87543096', 1284, 'post', 'post', 1, 0, NULL, NULL, 'Malina Casino trucos para registrarte y evitar problemas con el soporte', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-08 19:04:05', '2026-01-08 19:04:05', 0),
(100, 'https://mrarif.me/hartgarnermdn/est-ce-simple-de-changer-son-mot-de-passe-sur-rabona-casino/', '90:2bf51ab7672adc24424d2fae863f1be1', 1285, 'post', 'post', 1, 0, NULL, NULL, 'Est-ce simple de changer son mot de passe sur Rabona Casino ?', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-25 14:47:05', '2025-12-25 14:47:05', 0),
(101, 'https://mrarif.me/hartgarnermdn/ultimate-guide-to-the-best-bonus-codes-and-rewards-for-ninewin-casino-players/', '108:222ec18acd52e6e7795096c1a27463fd', 1287, 'post', 'post', 1, 0, NULL, NULL, 'Ultimate Guide to the Best Bonus Codes and Rewards for Ninewin Casino Players', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-10 17:59:05', '2026-01-10 17:59:05', 0),
(102, 'https://mrarif.me/hartgarnermdn/evolve-casino-offre-t-il-une-experience-fluide-pour-les-joueurs-sur-tablette/', '107:df8b5e581ea074bea81419262db839ef', 1234, 'post', 'post', 1, 0, NULL, NULL, 'Evolve Casino offre-t-il une expérience fluide pour les joueurs sur tablette ?', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-02-05 14:12:05', '2026-02-05 14:12:05', 0),
(103, 'https://mrarif.me/hartgarnermdn/ultimate-guide-to-depositing-and-withdrawing-at-casino-gods/', '90:708ea9b70c950247e4fb24d2a6e83f41', 1246, 'post', 'post', 1, 0, NULL, NULL, 'Ultimate Guide to Depositing and Withdrawing at Casino Gods', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-02-03 21:50:05', '2026-02-03 21:50:05', 0),
(104, 'https://mrarif.me/hartgarnermdn/claim-free-spins-and-promo-codes-at-memo-casino-today/', '84:6324352e8b70da5534ac4a37225b2e83', 1247, 'post', 'post', 1, 0, NULL, NULL, 'Claim Free Spins and Promo Codes at Memo Casino Today', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-31 06:23:05', '2026-01-31 06:23:05', 0),
(105, 'https://mrarif.me/hartgarnermdn/acceder-a-malina-casino-via-un-miroir-en-toute-securite/', '86:df3df18afd385c57927b499b5954b840', 1248, 'post', 'post', 1, 0, NULL, NULL, 'Accéder à Malina Casino via un miroir en toute sécurité', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-02-09 13:03:05', '2026-02-09 13:03:05', 0),
(106, 'https://mrarif.me/hartgarnermdn/les-jeux-de-table-les-plus-rentables-sur-liraspin-casino-en-direct/', '97:dd7ea06e11c090b11f38aa1cb4022227', 1249, 'post', 'post', 1, 0, NULL, NULL, 'Les jeux de table les plus rentables sur Liraspin Casino en direct', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-29 22:37:05', '2026-01-29 22:37:05', 0),
(107, 'https://mrarif.me/hartgarnermdn/la-calidad-del-servicio-al-cliente-en-magius-casino-segun-usuarios-reales/', '104:0ae6707cbc26355489ce3abfd0154191', 1255, 'post', 'post', 1, 0, NULL, NULL, 'La calidad del servicio al cliente en Magius Casino según usuarios reales', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:41:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-29 19:59:05', '2026-01-29 19:59:05', 0),
(108, 'https://mrarif.me/hartgarnermdn/tikitaka-casino-ventajas-exclusivas-en-la-version-movil-para-juegos-sin-pausas/', '109:075eedabbee1831877b3e59818adb511', 1268, 'post', 'post', 1, 0, NULL, NULL, 'TikiTaka Casino: ventajas exclusivas en la versión móvil para juegos sin pausas', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-23 06:03:05', '2026-01-23 06:03:05', 0),
(109, 'https://mrarif.me/hartgarnermdn/top-slots-and-live-dealer-games-reviewed-at-red-lion-casino-website/', '98:0cdcb57a0bf8fe3dc4556134407563e5', 1272, 'post', 'post', 1, 0, NULL, NULL, 'Top Slots and Live Dealer Games Reviewed at Red Lion Casino Website', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 11:51:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-02-10 12:25:05', '2026-02-10 12:25:05', 0),
(110, 'https://mrarif.me/hartgarnermdn/amon-casino-comment-bien-debuter-et-eviter-les-erreurs-frequentes/', '96:72dde03de62c6694818503e765c60322', 1282, 'post', 'post', 1, 0, NULL, NULL, 'Amon Casino : comment bien débuter et éviter les erreurs fréquentes', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 12:06:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-27 07:49:05', '2026-01-27 07:49:05', 0),
(111, 'https://mrarif.me/hartgarnermdn/lunivers-mobile-de-vinci-spin-casino-comment-jouer-ou-que-vous-soyez/', '99:706bc3a58f8b7385c437744f8b116e82', 1291, 'post', 'post', 1, 0, NULL, NULL, 'L&#8217;univers mobile de Vinci Spin Casino : comment jouer où que vous soyez', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 12:21:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-02-09 14:23:05', '2026-02-09 14:23:05', 0),
(112, 'https://mrarif.me/hartgarnermdn/memo-casino-how-to-win-more-often-practical-beginner-strategies/', '94:3b1181099bd4673d0251f8959c6a1b9a', 1302, 'post', 'post', 1, 0, NULL, NULL, 'Memo Casino: How to Win More Often &#8211; Practical Beginner Strategies', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:36:08', '2026-07-19 12:21:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-02-16 12:27:26', '2026-02-16 12:27:26', 0),
(113, 'https://mrarif.me/hartgarnermdn/?p=1', '36:0f9f1bcd631b2648668a336f5c9673dd', 1, 'post', 'post', 1, 0, NULL, NULL, 'Hello world!', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:38:08', '2026-07-20 18:07:25', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-07-20 14:07:25', '2026-07-19 06:09:54', 0),
(114, 'https://mrarif.me/hartgarnermdn/privacy-policy/', '47:75c1773f26b14a84bd4144e41169f5bc', 3, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', NULL, 'Privacy Policy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 06:46:29', '2026-07-20 18:33:38', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-07-20 14:33:38', '2026-07-19 06:09:54', 0),
(115, 'https://mrarif.me/hartgarnermdn/sample-page/', '42:23a5239ee57f7ccfef4fd8193825acbf', 2, 'post', 'page', 1, 0, NULL, NULL, 'Sample Page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2026-07-19 06:46:29', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-07-19 06:09:54', '2026-07-19 06:09:54', 0),
(116, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-07-19 07:21:23', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(117, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-07-19 07:21:23', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(118, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-07-19 07:21:23', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(119, 'https://mrarif.me/hartgarnermdn/category/uncategorized/', '53:2f8592af1cdda10255c76fb91cde816a', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-07-19 07:21:23', '2026-07-19 11:21:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-07-19 06:09:54', '2025-11-11 23:29:05', NULL),
(120, 'https://mrarif.me/hartgarnermdn/spinal-tumor/', '45:9d71d3cd9036c9fe2ecf4c42dfce6193', 1643, 'post', 'page', 1, 0, '%%title%% %%page%% %%sep%% %%sitename%% - Minnesota Spinal Neurosurgeon', 'Dr. Hart Garner is an extensively trained and experienced neurosurgeon specializing in complex spinal surgery, trauma of the spine and brain, and neurosurgical tumor surgery.', 'Spinal Tumor', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Tumor-image-1536x1024-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Tumor-image-1536x1024-1.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2026-07-19 11:33:36', '2026-07-20 18:40:55', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-07-20 14:40:55', '2026-07-19 11:33:37', 0);

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

--
-- Table structure for table `wpha_yoast_indexable_hierarchy`
--

CREATE TABLE `wpha_yoast_indexable_hierarchy` (
  `indexable_id` int(11) UNSIGNED NOT NULL,
  `ancestor_id` int(11) UNSIGNED NOT NULL,
  `depth` int(11) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpha_yoast_indexable_hierarchy`
--

INSERT INTO `wpha_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(2, 0, 0, 1),
(3, 0, 0, 1),
(4, 0, 0, 1),
(5, 0, 0, 1),
(6, 0, 0, 1),
(7, 0, 0, 1),
(8, 0, 0, 1),
(9, 0, 0, 1),
(10, 0, 0, 1),
(11, 0, 0, 1),
(12, 0, 0, 1),
(13, 0, 0, 1),
(14, 0, 0, 1),
(15, 0, 0, 1),
(16, 0, 0, 1),
(17, 0, 0, 1),
(18, 0, 0, 1),
(19, 0, 0, 1),
(20, 0, 0, 1),
(21, 0, 0, 1),
(22, 0, 0, 1),
(23, 0, 0, 1),
(24, 0, 0, 1),
(25, 0, 0, 1),
(26, 0, 0, 1),
(27, 0, 0, 1),
(28, 0, 0, 1),
(29, 0, 0, 1),
(30, 0, 0, 1),
(31, 0, 0, 1),
(32, 0, 0, 1),
(33, 0, 0, 1),
(34, 0, 0, 1),
(35, 0, 0, 1),
(36, 0, 0, 1),
(37, 0, 0, 1),
(38, 0, 0, 1),
(39, 0, 0, 1),
(40, 0, 0, 1),
(41, 0, 0, 1),
(42, 0, 0, 1),
(43, 0, 0, 1),
(44, 0, 0, 1),
(45, 0, 0, 1),
(46, 0, 0, 1),
(47, 0, 0, 1),
(48, 0, 0, 1),
(49, 0, 0, 1),
(50, 0, 0, 1),
(51, 0, 0, 1),
(52, 0, 0, 1),
(53, 0, 0, 1),
(54, 0, 0, 1),
(55, 0, 0, 1),
(56, 0, 0, 1),
(57, 0, 0, 1),
(58, 0, 0, 1),
(59, 0, 0, 1),
(60, 0, 0, 1),
(61, 0, 0, 1),
(62, 0, 0, 1),
(63, 0, 0, 1),
(64, 0, 0, 1),
(65, 0, 0, 1),
(66, 0, 0, 1),
(67, 0, 0, 1),
(68, 0, 0, 1),
(69, 0, 0, 1),
(70, 0, 0, 1),
(71, 0, 0, 1),
(72, 0, 0, 1),
(73, 0, 0, 1),
(74, 0, 0, 1),
(75, 0, 0, 1),
(76, 0, 0, 1),
(77, 0, 0, 1),
(78, 0, 0, 1),
(79, 0, 0, 1),
(80, 0, 0, 1),
(81, 0, 0, 1),
(82, 0, 0, 1),
(83, 0, 0, 1),
(84, 0, 0, 1),
(85, 0, 0, 1),
(86, 0, 0, 1),
(87, 0, 0, 1),
(88, 0, 0, 1),
(89, 0, 0, 1),
(90, 0, 0, 1),
(91, 0, 0, 1),
(92, 0, 0, 1),
(93, 0, 0, 1),
(94, 0, 0, 1),
(95, 0, 0, 1),
(96, 0, 0, 1),
(97, 0, 0, 1),
(98, 0, 0, 1),
(99, 0, 0, 1),
(100, 0, 0, 1),
(101, 0, 0, 1),
(102, 0, 0, 1),
(103, 0, 0, 1),
(104, 0, 0, 1),
(105, 0, 0, 1),
(106, 0, 0, 1),
(107, 0, 0, 1),
(108, 0, 0, 1),
(109, 0, 0, 1),
(110, 0, 0, 1),
(111, 0, 0, 1),
(112, 0, 0, 1),
(113, 0, 0, 1),
(114, 0, 0, 1),
(115, 0, 0, 1),
(119, 0, 0, 1),
(120, 0, 0, 1);

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

--
-- Table structure for table `wpha_yoast_migrations`
--

CREATE TABLE `wpha_yoast_migrations` (
  `id` int(11) UNSIGNED NOT NULL,
  `version` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpha_yoast_migrations`
--

INSERT INTO `wpha_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(16, '20200617122511'),
(17, '20200702141921'),
(18, '20200728095334'),
(19, '20201202144329'),
(20, '20201216124002'),
(21, '20201216141134'),
(22, '20210817092415'),
(23, '20211020091404'),
(24, '20230417083836'),
(25, '20260105111111'),
(26, '20260325155530');

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

--
-- Table structure for table `wpha_yoast_primary_term`
--

CREATE TABLE `wpha_yoast_primary_term` (
  `id` int(11) UNSIGNED NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpha_yoast_seo_links`
--

CREATE TABLE `wpha_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `target_post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `target_indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `height` int(11) UNSIGNED DEFAULT NULL,
  `width` int(11) UNSIGNED DEFAULT NULL,
  `size` int(11) UNSIGNED DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wpha_yoast_seo_links`
--

INSERT INTO `wpha_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(1, 'https://cheriecasino.com/', 1235, NULL, 'external', 52, NULL, NULL, NULL, NULL, NULL, NULL),
(2, 'https://cheriecasino.com/', 1235, NULL, 'external', 52, NULL, NULL, NULL, NULL, NULL, NULL),
(3, 'https://sgcasino-espana.com', 1240, NULL, 'external', 53, NULL, NULL, NULL, NULL, NULL, NULL),
(4, 'https://casino333.uk', 1254, NULL, 'external', 54, NULL, NULL, NULL, NULL, NULL, NULL),
(5, 'https://casino333.uk', 1254, NULL, 'external', 54, NULL, NULL, NULL, NULL, NULL, NULL),
(6, 'https://nine-casino-fr.app', 1258, NULL, 'external', 55, NULL, NULL, NULL, NULL, NULL, NULL),
(7, 'https://dreams-casino.win', 1260, NULL, 'external', 56, NULL, NULL, NULL, NULL, NULL, NULL),
(8, 'https://casinoswazamba.com/', 1261, NULL, 'external', 57, NULL, NULL, NULL, NULL, NULL, NULL),
(9, 'https://prestigespincasinos.uk/', 1263, NULL, 'external', 58, NULL, NULL, NULL, NULL, NULL, NULL),
(10, 'https://lunubet-fr.com', 1270, NULL, 'external', 59, NULL, NULL, NULL, NULL, NULL, NULL),
(11, 'https://lunubet-fr.com', 1270, NULL, 'external', 59, NULL, NULL, NULL, NULL, NULL, NULL),
(12, 'https://vip-zino-casino.uk', 1288, NULL, 'external', 60, NULL, NULL, NULL, NULL, NULL, NULL),
(13, 'https://vip-zino-casino.uk', 1288, NULL, 'external', 60, NULL, NULL, NULL, NULL, NULL, NULL),
(14, 'https://uniquecasino-italia.com', 1289, NULL, 'external', 61, NULL, NULL, NULL, NULL, NULL, NULL),
(15, 'https://casinorhino.uk', 1232, NULL, 'external', 62, NULL, NULL, NULL, NULL, NULL, NULL),
(16, 'https://extrawin.fr', 1238, NULL, 'external', 63, NULL, NULL, NULL, NULL, NULL, NULL),
(17, 'https://casinogratogana.org', 1239, NULL, 'external', 64, NULL, NULL, NULL, NULL, NULL, NULL),
(18, 'https://magiuscasinos.app', 1241, NULL, 'external', 65, NULL, NULL, NULL, NULL, NULL, NULL),
(19, 'https://1wincasinoes.com', 1242, NULL, 'external', 66, NULL, NULL, NULL, NULL, NULL, NULL),
(20, 'https://golden-genie.org.uk', 1244, NULL, 'external', 67, NULL, NULL, NULL, NULL, NULL, NULL),
(21, 'https://europe-fortune.net', 1250, NULL, 'external', 68, NULL, NULL, NULL, NULL, NULL, NULL),
(22, 'https://europe-fortune.net', 1250, NULL, 'external', 68, NULL, NULL, NULL, NULL, NULL, NULL),
(23, 'https://casino-spin-mama.com', 1253, NULL, 'external', 69, NULL, NULL, NULL, NULL, NULL, NULL),
(24, 'https://casinoswazamba.com', 1259, NULL, 'external', 70, NULL, NULL, NULL, NULL, NULL, NULL),
(25, 'https://twincasinos.org', 1262, NULL, 'external', 71, NULL, NULL, NULL, NULL, NULL, NULL),
(26, 'https://true-fortune.org.uk', 1264, NULL, 'external', 72, NULL, NULL, NULL, NULL, NULL, NULL),
(27, 'https://robyfr.com', 1266, NULL, 'external', 73, NULL, NULL, NULL, NULL, NULL, NULL),
(28, 'https://robyfr.com', 1266, NULL, 'external', 73, NULL, NULL, NULL, NULL, NULL, NULL),
(29, 'https://stakes777casino-fr.com', 1269, NULL, 'external', 74, NULL, NULL, NULL, NULL, NULL, NULL),
(30, 'https://stakes777casino-fr.com', 1269, NULL, 'external', 74, NULL, NULL, NULL, NULL, NULL, NULL),
(31, 'https://casinosambaslots.fr/', 1271, NULL, 'external', 75, NULL, NULL, NULL, NULL, NULL, NULL),
(32, 'https://casinosambaslots.fr/', 1271, NULL, 'external', 75, NULL, NULL, NULL, NULL, NULL, NULL),
(33, 'https://freshbett.fr', 1273, NULL, 'external', 76, NULL, NULL, NULL, NULL, NULL, NULL),
(34, 'https://freshbett.fr', 1273, NULL, 'external', 76, NULL, NULL, NULL, NULL, NULL, NULL),
(35, 'https://my-empire-casino.es', 1276, NULL, 'external', 77, NULL, NULL, NULL, NULL, NULL, NULL),
(36, 'https://vincispin-france.fr', 1277, NULL, 'external', 78, NULL, NULL, NULL, NULL, NULL, NULL),
(37, 'https://vincispin-france.fr', 1277, NULL, 'external', 78, NULL, NULL, NULL, NULL, NULL, NULL),
(38, 'https://rubyslots-france.com', 1280, NULL, 'external', 79, NULL, NULL, NULL, NULL, NULL, NULL),
(39, 'https://bonuscrab-casino.com', 1281, NULL, 'external', 80, NULL, NULL, NULL, NULL, NULL, NULL),
(40, 'https://casinopampago.fr/', 1286, NULL, 'external', 81, NULL, NULL, NULL, NULL, NULL, NULL),
(41, 'https://casinopampago.fr/', 1286, NULL, 'external', 81, NULL, NULL, NULL, NULL, NULL, NULL),
(42, 'https://nine-casino-online.fr', 1231, NULL, 'external', 82, NULL, NULL, NULL, NULL, NULL, NULL),
(43, 'https://candy-land-uk.com/', 1233, NULL, 'external', 83, NULL, NULL, NULL, NULL, NULL, NULL),
(44, 'https://europefortune.app', 1236, NULL, 'external', 84, NULL, NULL, NULL, NULL, NULL, NULL),
(45, 'https://touch-casinos.fr', 1237, NULL, 'external', 85, NULL, NULL, NULL, NULL, NULL, NULL),
(46, 'https://casinoxl.uk', 1243, NULL, 'external', 86, NULL, NULL, NULL, NULL, NULL, NULL),
(47, 'https://romanscasino.com/', 1245, NULL, 'external', 87, NULL, NULL, NULL, NULL, NULL, NULL),
(48, 'https://romanscasino.com/', 1245, NULL, 'external', 87, NULL, NULL, NULL, NULL, NULL, NULL),
(49, 'https://memo-casino.org.uk/', 1251, NULL, 'external', 88, NULL, NULL, NULL, NULL, NULL, NULL),
(50, 'https://rouge-casino.org.uk', 1252, NULL, 'external', 89, NULL, NULL, NULL, NULL, NULL, NULL),
(51, 'https://rouge-casino.org.uk', 1252, NULL, 'external', 89, NULL, NULL, NULL, NULL, NULL, NULL),
(52, 'https://casinosroobet.fr/', 1256, NULL, 'external', 90, NULL, NULL, NULL, NULL, NULL, NULL),
(53, 'https://casinosroobet.fr/', 1256, NULL, 'external', 90, NULL, NULL, NULL, NULL, NULL, NULL),
(54, 'https://golden-panda.org.uk', 1257, NULL, 'external', 91, NULL, NULL, NULL, NULL, NULL, NULL),
(55, 'https://kinbet-casino.com', 1265, NULL, 'external', 92, NULL, NULL, NULL, NULL, NULL, NULL),
(56, 'https://kinbet-casino.com', 1265, NULL, 'external', 92, NULL, NULL, NULL, NULL, NULL, NULL),
(57, 'https://casinosburan.com', 1267, NULL, 'external', 93, NULL, NULL, NULL, NULL, NULL, NULL),
(58, 'https://casinosburan.com', 1267, NULL, 'external', 93, NULL, NULL, NULL, NULL, NULL, NULL),
(59, 'https://amons-casino.fr', 1274, NULL, 'external', 94, NULL, NULL, NULL, NULL, NULL, NULL),
(60, 'https://amons-casino.fr', 1274, NULL, 'external', 94, NULL, NULL, NULL, NULL, NULL, NULL),
(61, 'https://casinosrouge.co.uk', 1275, NULL, 'external', 95, NULL, NULL, NULL, NULL, NULL, NULL),
(62, 'https://lucky8casino.fr', 1278, NULL, 'external', 96, NULL, NULL, NULL, NULL, NULL, NULL),
(63, 'https://rabonacasino-fr.com', 1279, NULL, 'external', 97, NULL, NULL, NULL, NULL, NULL, NULL),
(64, 'https://gold-win-casino.com/', 1283, NULL, 'external', 98, NULL, NULL, NULL, NULL, NULL, NULL),
(65, 'https://malinacasinogames.com', 1284, NULL, 'external', 99, NULL, NULL, NULL, NULL, NULL, NULL),
(66, 'https://malinacasinogames.com', 1284, NULL, 'external', 99, NULL, NULL, NULL, NULL, NULL, NULL),
(67, 'https://rabonacasino-fr.com', 1285, NULL, 'external', 100, NULL, NULL, NULL, NULL, NULL, NULL),
(68, 'https://nine-win-casino.org.uk', 1287, NULL, 'external', 101, NULL, NULL, NULL, NULL, NULL, NULL),
(69, 'https://nine-win-casino.org.uk', 1287, NULL, 'external', 101, NULL, NULL, NULL, NULL, NULL, NULL),
(70, 'https://evolvecasino.info', 1234, NULL, 'external', 102, NULL, NULL, NULL, NULL, NULL, NULL),
(71, 'https://casino-gods.uk', 1246, NULL, 'external', 103, NULL, NULL, NULL, NULL, NULL, NULL),
(72, 'https://memo-casino.app', 1247, NULL, 'external', 104, NULL, NULL, NULL, NULL, NULL, NULL),
(73, 'https://memo-casino.app', 1247, NULL, 'external', 104, NULL, NULL, NULL, NULL, NULL, NULL),
(74, 'https://casinomalina.fr', 1248, NULL, 'external', 105, NULL, NULL, NULL, NULL, NULL, NULL),
(75, 'https://malinacasino.com', 1248, NULL, 'external', 105, NULL, NULL, NULL, NULL, NULL, NULL),
(76, 'https://casinomalina.fr', 1248, NULL, 'external', 105, NULL, NULL, NULL, NULL, NULL, NULL),
(77, 'https://liraspin-casino.fr', 1249, NULL, 'external', 106, NULL, NULL, NULL, NULL, NULL, NULL),
(78, 'https://magius-casinos.es/', 1255, NULL, 'external', 107, NULL, NULL, NULL, NULL, NULL, NULL),
(79, 'https://casinotikitaka.org', 1268, NULL, 'external', 108, NULL, NULL, NULL, NULL, NULL, NULL),
(80, 'https://red-lion-casino.co.uk', 1272, NULL, 'external', 109, NULL, NULL, NULL, NULL, NULL, NULL),
(81, 'https://amons-casino.fr/', 1282, NULL, 'external', 110, NULL, NULL, NULL, NULL, NULL, NULL),
(82, 'https://vincispin-france.fr', 1291, NULL, 'external', 111, NULL, NULL, NULL, NULL, NULL, NULL),
(83, 'https://memo-casinos.co.uk/', 1302, NULL, 'external', 112, NULL, NULL, NULL, NULL, NULL, NULL),
(84, 'https://mrarif.me/hartgarnermdn/wp-admin/', 2, NULL, 'internal', 115, NULL, NULL, NULL, NULL, NULL, NULL),
(85, 'https://mrarif.me/hartgarnermdn/contact-us/', 1027, 183, 'internal', 3, 9, NULL, NULL, NULL, NULL, NULL),
(86, 'https://mrarif.me/hartgarnermdn/about-us/', 1027, 160, 'internal', 3, 8, NULL, NULL, NULL, NULL, NULL),
(87, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2023/09/1519879984261.jpg', 1027, 876, 'image-in', 3, NULL, 200, 200, 18118, NULL, NULL),
(88, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2024/06/msbi-full-signature-logo-navy-RGB.png', 1027, 1020, 'image-in', 3, NULL, 610, 1920, 23883, NULL, NULL),
(89, 'https://www.abns.org/', 1027, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(90, 'https://midwestspine.net/', 1027, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(91, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/10.png', 1027, 40, 'image-in', 3, NULL, 50, 50, 962, NULL, NULL),
(92, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/11.png', 1027, 41, 'image-in', 3, NULL, 50, 50, 889, NULL, NULL),
(93, 'https://midwestspine.net/patient-resources/get-second-opinion/', 1027, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(94, 'https://mrarif.me/hartgarnermdn/refer-a-patient/', 1027, 889, 'internal', 3, 50, NULL, NULL, NULL, NULL, NULL),
(95, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/12.png', 1027, 42, 'image-in', 3, NULL, 50, 50, 960, NULL, NULL),
(96, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2024/05/Garner_16051.png', 160, 1006, 'image-in', 8, NULL, 1080, 1080, 493274, NULL, NULL),
(97, 'https://mrarif.me/hartgarnermdn/contact-us/', 144, 183, 'internal', 7, 9, NULL, NULL, NULL, NULL, NULL),
(98, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Trauma-Image-2048x1463-1.jpg', 144, 147, 'image-in', 7, NULL, 1463, 2048, 111300, NULL, NULL),
(99, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 144, 101, 'image-in', 7, NULL, 1365, 2048, 67465, NULL, NULL),
(100, 'https://mrarif.me/hartgarnermdn/contact-us/', 224, 183, 'internal', 10, 9, NULL, NULL, NULL, NULL, NULL),
(101, 'https://mrarif.me/hartgarnermdn/contact-us/', 224, 183, 'internal', 10, 9, NULL, NULL, NULL, NULL, NULL),
(102, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Pressure-on-the-CNS-due-to-Chiari-malformation.jpg', 224, 232, 'image-in', 10, NULL, 1400, 1920, 46386, NULL, NULL),
(103, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 224, 101, 'image-in', 10, NULL, 1365, 2048, 67465, NULL, NULL),
(104, 'https://mrarif.me/hartgarnermdn/contact-us/', 236, 183, 'internal', 11, 9, NULL, NULL, NULL, NULL, NULL),
(105, 'https://mrarif.me/hartgarnermdn/contact-us/', 236, 183, 'internal', 11, 9, NULL, NULL, NULL, NULL, NULL),
(106, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Hydrocephalus-image-1536x1024-1.jpg', 236, 238, 'image-in', 11, NULL, 1024, 1536, 58156, NULL, NULL),
(108, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1359907340-612x612-1.jpg', 236, 241, 'image-in', 11, NULL, 310, 612, 9788, NULL, NULL),
(109, 'https://mrarif.me/hartgarnermdn/contact-us/', 278, 183, 'internal', 16, 9, NULL, NULL, NULL, NULL, NULL),
(110, 'https://mrarif.me/hartgarnermdn/contact-us/', 278, 183, 'internal', 16, 9, NULL, NULL, NULL, NULL, NULL),
(113, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/cerebrovascular-disease-and-stroke-image-min-1024x360-1.jpg', 278, 280, 'image-in', 16, NULL, 360, 1024, 24111, NULL, NULL),
(114, 'https://mrarif.me/hartgarnermdn/contact-us/', 244, 183, 'internal', 12, 9, NULL, NULL, NULL, NULL, NULL),
(115, 'https://mrarif.me/hartgarnermdn/contact-us/', 244, 183, 'internal', 12, 9, NULL, NULL, NULL, NULL, NULL),
(116, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Brain-Tumor-Image-1-1-1536x1029-1.jpg', 244, 246, 'image-in', 12, NULL, 1029, 1536, 138770, NULL, NULL),
(118, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1250205787-612x612-1.jpg', 244, 247, 'image-in', 12, NULL, 490, 612, 19656, NULL, NULL),
(119, 'https://mrarif.me/hartgarnermdn/contact-us/', 256, 183, 'internal', 13, 9, NULL, NULL, NULL, NULL, NULL),
(120, 'https://mrarif.me/hartgarnermdn/contact-us/', 256, 183, 'internal', 13, 9, NULL, NULL, NULL, NULL, NULL),
(123, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Tumor-image-1536x1024-1.jpg', 256, 259, 'image-in', 13, NULL, 1024, 1536, 99602, NULL, NULL),
(124, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1335843615-612x612-1.jpg', 256, 258, 'image-in', 13, NULL, 408, 612, 22410, NULL, NULL),
(125, 'https://mrarif.me/hartgarnermdn/contact-us/', 1643, 183, 'internal', 120, 9, NULL, NULL, NULL, NULL, NULL),
(126, 'https://mrarif.me/hartgarnermdn/contact-us/', 1643, 183, 'internal', 120, 9, NULL, NULL, NULL, NULL, NULL),
(127, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Tumor-image-1536x1024-1.jpg', 1643, 259, 'image-in', 120, NULL, 1024, 1536, 99602, NULL, NULL),
(128, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1335843615-612x612-1.jpg', 1643, 258, 'image-in', 120, NULL, 408, 612, 22410, NULL, NULL),
(129, 'https://mrarif.me/hartgarnermdn/contact-us/', 263, 183, 'internal', 14, 9, NULL, NULL, NULL, NULL, NULL),
(130, 'https://mrarif.me/hartgarnermdn/contact-us/', 263, 183, 'internal', 14, 9, NULL, NULL, NULL, NULL, NULL),
(131, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Vertebral-Tumor-Image-1536x957-1.jpg', 263, 265, 'image-in', 14, NULL, 957, 1536, 73830, NULL, NULL),
(133, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/istockphoto-1006477536-612x612-1.jpg', 263, 266, 'image-in', 14, NULL, 408, 612, 20148, NULL, NULL),
(134, 'https://mrarif.me/hartgarnermdn/contact-us/', 272, 183, 'internal', 15, 9, NULL, NULL, NULL, NULL, NULL),
(135, 'https://mrarif.me/hartgarnermdn/contact-us/', 272, 183, 'internal', 15, 9, NULL, NULL, NULL, NULL, NULL),
(136, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/disc-degenration-image-1024x566-1.jpg', 272, 274, 'image-in', 15, NULL, 566, 1024, 28570, NULL, NULL),
(137, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 272, 101, 'image-in', 15, NULL, 1365, 2048, 67465, NULL, NULL),
(138, 'https://mrarif.me/hartgarnermdn/contact-us/', 286, 183, 'internal', 17, 9, NULL, NULL, NULL, NULL, NULL),
(139, 'https://mrarif.me/hartgarnermdn/contact-us/', 286, 183, 'internal', 17, 9, NULL, NULL, NULL, NULL, NULL),
(140, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Failed-Spinal-fusion-image-1536x1024-1.jpg', 286, 288, 'image-in', 17, NULL, 1024, 1536, 115222, NULL, NULL),
(141, 'https://mrarif.me/hartgarnermdn/contact-us/', 292, 183, 'internal', 18, 9, NULL, NULL, NULL, NULL, NULL),
(142, 'https://mrarif.me/hartgarnermdn/contact-us/', 292, 183, 'internal', 18, 9, NULL, NULL, NULL, NULL, NULL),
(143, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Herniated-disc-image-1536x1482-1.jpg', 292, 294, 'image-in', 18, NULL, 1482, 1536, 61519, NULL, NULL),
(144, 'https://mrarif.me/hartgarnermdn/contact-us/', 310, 183, 'internal', 19, 9, NULL, NULL, NULL, NULL, NULL),
(145, 'https://mrarif.me/hartgarnermdn/contact-us/', 310, 183, 'internal', 19, 9, NULL, NULL, NULL, NULL, NULL),
(146, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Stenosis-Image-1536x397-1.jpg', 310, 312, 'image-in', 19, NULL, 397, 1536, 29423, NULL, NULL),
(148, 'https://mrarif.me/hartgarnermdn/contact-us/', 316, 183, 'internal', 20, 9, NULL, NULL, NULL, NULL, NULL),
(149, 'https://mrarif.me/hartgarnermdn/contact-us/', 316, 183, 'internal', 20, 9, NULL, NULL, NULL, NULL, NULL),
(150, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Sciatica-image-1536x1024-1.jpg', 316, 320, 'image-in', 20, NULL, 1024, 1536, 67908, NULL, NULL),
(152, 'https://mrarif.me/hartgarnermdn/contact-us/', 322, 183, 'internal', 22, 9, NULL, NULL, NULL, NULL, NULL),
(153, 'https://mrarif.me/hartgarnermdn/contact-us/', 322, 183, 'internal', 22, 9, NULL, NULL, NULL, NULL, NULL),
(154, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spondylolisthesis-image-1536x572-1.jpg', 322, 324, 'image-in', 22, NULL, 572, 1536, 24994, NULL, NULL),
(155, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 322, 101, 'image-in', 22, NULL, 1365, 2048, 67465, NULL, NULL),
(156, 'https://mrarif.me/hartgarnermdn/contact-us/', 326, 183, 'internal', 23, 9, NULL, NULL, NULL, NULL, NULL),
(157, 'https://mrarif.me/hartgarnermdn/contact-us/', 326, 183, 'internal', 23, 9, NULL, NULL, NULL, NULL, NULL),
(158, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Radiculopathy-Image-1536x1032-1.jpg', 326, 328, 'image-in', 23, NULL, 1032, 1536, 76718, NULL, NULL),
(159, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 326, 101, 'image-in', 23, NULL, 1365, 2048, 67465, NULL, NULL),
(160, 'https://mrarif.me/hartgarnermdn/contact-us/', 332, 183, 'internal', 24, 9, NULL, NULL, NULL, NULL, NULL),
(161, 'https://mrarif.me/hartgarnermdn/contact-us/', 332, 183, 'internal', 24, 9, NULL, NULL, NULL, NULL, NULL),
(162, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2026/07/Scoliosis-Image-1536x1536-1-1536x1536-1.webp', 332, 1790, 'image-in', 24, NULL, 1536, 1536, 107582, NULL, NULL),
(163, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 332, 101, 'image-in', 24, NULL, 1365, 2048, 67465, NULL, NULL),
(164, 'https://mrarif.me/hartgarnermdn/contact-us/', 340, 183, 'internal', 25, 9, NULL, NULL, NULL, NULL, NULL),
(165, 'https://mrarif.me/hartgarnermdn/contact-us/', 340, 183, 'internal', 25, 9, NULL, NULL, NULL, NULL, NULL),
(166, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Arthiritis-Image-1536x631-1.jpg', 340, 342, 'image-in', 25, NULL, 631, 1536, 37922, NULL, NULL),
(167, 'https://mrarif.me/hartgarnermdn/contact-us/', 351, 183, 'internal', 26, 9, NULL, NULL, NULL, NULL, NULL),
(168, 'https://mrarif.me/hartgarnermdn/contact-us/', 351, 183, 'internal', 26, 9, NULL, NULL, NULL, NULL, NULL),
(169, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 351, 101, 'image-in', 26, NULL, 1365, 2048, 67465, NULL, NULL),
(170, 'https://mrarif.me/hartgarnermdn/contact-us/', 96, 183, 'internal', 6, 9, NULL, NULL, NULL, NULL, NULL),
(171, 'https://mrarif.me/hartgarnermdn/contact-us/', 96, 183, 'internal', 6, 9, NULL, NULL, NULL, NULL, NULL),
(172, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/back.png', 96, 60, 'image-in', 6, NULL, 1080, 1080, 467244, NULL, NULL),
(173, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 96, 101, 'image-in', 6, NULL, 1365, 2048, 67465, NULL, NULL),
(174, 'https://mrarif.me/hartgarnermdn/contact-us/', 356, 183, 'internal', 27, 9, NULL, NULL, NULL, NULL, NULL),
(175, 'https://mrarif.me/hartgarnermdn/contact-us/', 356, 183, 'internal', 27, 9, NULL, NULL, NULL, NULL, NULL),
(176, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg', 356, 358, 'image-in', 27, NULL, 986, 1536, 92051, NULL, NULL),
(177, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 356, 101, 'image-in', 27, NULL, 1365, 2048, 67465, NULL, NULL),
(178, 'https://mrarif.me/hartgarnermdn/contact-us/', 378, 183, 'internal', 31, 9, NULL, NULL, NULL, NULL, NULL),
(179, 'https://mrarif.me/hartgarnermdn/contact-us/', 378, 183, 'internal', 31, 9, NULL, NULL, NULL, NULL, NULL),
(180, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg', 378, 358, 'image-in', 31, NULL, 986, 1536, 92051, NULL, NULL),
(181, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 378, 101, 'image-in', 31, NULL, 1365, 2048, 67465, NULL, NULL),
(182, 'https://mrarif.me/hartgarnermdn/contact-us/', 361, 183, 'internal', 28, 9, NULL, NULL, NULL, NULL, NULL),
(183, 'https://mrarif.me/hartgarnermdn/contact-us/', 361, 183, 'internal', 28, 9, NULL, NULL, NULL, NULL, NULL),
(184, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Lateral-fusion-image-1536x1047-1.jpg', 361, 364, 'image-in', 28, NULL, 1047, 1536, 45166, NULL, NULL),
(185, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Cord-Stimulator-image-2048x1365-1.jpg', 361, 101, 'image-in', 28, NULL, 1365, 2048, 67465, NULL, NULL),
(186, 'https://mrarif.me/hartgarnermdn/contact-us/', 366, 183, 'internal', 29, 9, NULL, NULL, NULL, NULL, NULL),
(187, 'https://mrarif.me/hartgarnermdn/contact-us/', 366, 183, 'internal', 29, 9, NULL, NULL, NULL, NULL, NULL),
(189, 'https://mrarif.me/hartgarnermdn/contact-us/', 370, 183, 'internal', 30, 9, NULL, NULL, NULL, NULL, NULL),
(190, 'https://mrarif.me/hartgarnermdn/contact-us/', 370, 183, 'internal', 30, 9, NULL, NULL, NULL, NULL, NULL),
(191, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Robotic-spine-surgery-image-1536x984-1.jpg', 370, 373, 'image-in', 30, NULL, 984, 1536, 77604, NULL, NULL),
(192, 'https://mrarif.me/hartgarnermdn/contact-us/', 389, 183, 'internal', 32, 9, NULL, NULL, NULL, NULL, NULL),
(193, 'https://mrarif.me/hartgarnermdn/contact-us/', 389, 183, 'internal', 32, 9, NULL, NULL, NULL, NULL, NULL),
(194, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-decompression-image-1536x894-1.jpg', 389, 392, 'image-in', 32, NULL, 894, 1536, 73431, NULL, NULL),
(195, 'https://mrarif.me/hartgarnermdn/contact-us/', 394, 183, 'internal', 33, 9, NULL, NULL, NULL, NULL, NULL),
(196, 'https://mrarif.me/hartgarnermdn/contact-us/', 394, 183, 'internal', 33, 9, NULL, NULL, NULL, NULL, NULL),
(197, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-tumor-removal-and-reconstruction-image-1536x803-1.jpg', 394, 396, 'image-in', 33, NULL, 803, 1536, 24204, NULL, NULL),
(199, 'https://mrarif.me/hartgarnermdn/contact-us/', 402, 183, 'internal', 34, 9, NULL, NULL, NULL, NULL, NULL),
(200, 'https://mrarif.me/hartgarnermdn/contact-us/', 402, 183, 'internal', 34, 9, NULL, NULL, NULL, NULL, NULL),
(201, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Spinal-Fracture-Image-1536x1027-1.jpg', 402, 404, 'image-in', 34, NULL, 1027, 1536, 89647, NULL, NULL),
(202, 'https://mrarif.me/hartgarnermdn/contact-us/', 406, 183, 'internal', 35, 9, NULL, NULL, NULL, NULL, NULL),
(203, 'https://mrarif.me/hartgarnermdn/contact-us/', 406, 183, 'internal', 35, 9, NULL, NULL, NULL, NULL, NULL),
(206, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/spinal-infection-removal-image-1536x1157-1.jpg', 406, 409, 'image-in', 35, NULL, 1157, 1536, 42722, NULL, NULL),
(207, 'https://mrarif.me/hartgarnermdn/contact-us/', 413, 183, 'internal', 36, 9, NULL, NULL, NULL, NULL, NULL),
(208, 'https://mrarif.me/hartgarnermdn/contact-us/', 413, 183, 'internal', 36, 9, NULL, NULL, NULL, NULL, NULL),
(209, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Kyphosis_ScoliosisCorrection-Image-1536x841-1.jpg', 413, 415, 'image-in', 36, NULL, 841, 1536, 51247, NULL, NULL),
(211, 'https://mrarif.me/hartgarnermdn/contact-us/', 420, 183, 'internal', 37, 9, NULL, NULL, NULL, NULL, NULL),
(212, 'https://mrarif.me/hartgarnermdn/contact-us/', 420, 183, 'internal', 37, 9, NULL, NULL, NULL, NULL, NULL),
(213, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fusion-image-1536x986-1.jpg', 420, 358, 'image-in', 37, NULL, 986, 1536, 92051, NULL, NULL),
(215, 'https://mrarif.me/hartgarnermdn/contact-us/', 426, 183, 'internal', 38, 9, NULL, NULL, NULL, NULL, NULL),
(216, 'https://mrarif.me/hartgarnermdn/contact-us/', 426, 183, 'internal', 38, 9, NULL, NULL, NULL, NULL, NULL),
(217, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-for-tumor-image-1536x561-1.jpg', 426, 428, 'image-in', 38, NULL, 561, 1536, 30284, NULL, NULL),
(218, 'https://mrarif.me/hartgarnermdn/contact-us/', 430, 183, 'internal', 39, 9, NULL, NULL, NULL, NULL, NULL),
(219, 'https://mrarif.me/hartgarnermdn/contact-us/', 430, 183, 'internal', 39, 9, NULL, NULL, NULL, NULL, NULL),
(220, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-for-infections-image-1536x1149-1.jpg', 430, 432, 'image-in', 39, NULL, 1149, 1536, 66615, NULL, NULL),
(221, 'https://mrarif.me/hartgarnermdn/contact-us/', 434, 183, 'internal', 40, 9, NULL, NULL, NULL, NULL, NULL),
(222, 'https://mrarif.me/hartgarnermdn/contact-us/', 434, 183, 'internal', 40, 9, NULL, NULL, NULL, NULL, NULL),
(223, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Craniatomy-For-hematoma-image-1536x1092-1-1.jpg', 434, 440, 'image-in', 40, NULL, 1092, 1536, 71189, NULL, NULL),
(224, 'https://mrarif.me/hartgarnermdn/contact-us/', 443, 183, 'internal', 41, 9, NULL, NULL, NULL, NULL, NULL),
(225, 'https://mrarif.me/hartgarnermdn/contact-us/', 443, 183, 'internal', 41, 9, NULL, NULL, NULL, NULL, NULL),
(226, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Stereotactic-biopsy-image-1536x648-1.jpg', 443, 438, 'image-in', 41, NULL, 648, 1536, 32613, NULL, NULL),
(227, 'https://mrarif.me/hartgarnermdn/contact-us/', 450, 183, 'internal', 42, 9, NULL, NULL, NULL, NULL, NULL),
(228, 'https://mrarif.me/hartgarnermdn/contact-us/', 450, 183, 'internal', 42, 9, NULL, NULL, NULL, NULL, NULL),
(229, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Decompressive-Craniectomy-Image-300x278-1.jpg', 450, 452, 'image-in', 42, NULL, 278, 300, 6737, NULL, NULL),
(231, 'https://mrarif.me/hartgarnermdn/contact-us/', 455, 183, 'internal', 43, 9, NULL, NULL, NULL, NULL, NULL),
(232, 'https://mrarif.me/hartgarnermdn/contact-us/', 455, 183, 'internal', 43, 9, NULL, NULL, NULL, NULL, NULL),
(233, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/intracranial-pressure-monitoring-image-1536x862-1.jpg', 455, 457, 'image-in', 43, NULL, 862, 1536, 56052, NULL, NULL),
(234, 'https://mrarif.me/hartgarnermdn/contact-us/', 461, 183, 'internal', 44, 9, NULL, NULL, NULL, NULL, NULL),
(235, 'https://mrarif.me/hartgarnermdn/contact-us/', 461, 183, 'internal', 44, 9, NULL, NULL, NULL, NULL, NULL),
(236, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Ventriculostomy-Image-1536x1152-1.jpg', 461, 463, 'image-in', 44, NULL, 1152, 1536, 89394, NULL, NULL),
(237, 'https://mrarif.me/hartgarnermdn/contact-us/', 467, 183, 'internal', 45, 9, NULL, NULL, NULL, NULL, NULL),
(238, 'https://mrarif.me/hartgarnermdn/contact-us/', 467, 183, 'internal', 45, 9, NULL, NULL, NULL, NULL, NULL),
(239, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/ventriculo-peritoneal-shunt-image-1536x1176-1.jpg', 467, 469, 'image-in', 45, NULL, 1176, 1536, 43448, NULL, NULL),
(240, 'https://mrarif.me/hartgarnermdn/contact-us/', 472, 183, 'internal', 46, 9, NULL, NULL, NULL, NULL, NULL),
(241, 'https://mrarif.me/hartgarnermdn/contact-us/', 472, 183, 'internal', 46, 9, NULL, NULL, NULL, NULL, NULL),
(242, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/Chiari-decompression-image-1-1536x1024-1.jpg', 472, 474, 'image-in', 46, NULL, 1024, 1536, 64591, NULL, NULL),
(243, 'https://mrarif.me/hartgarnermdn/contact-us/', 479, 183, 'internal', 47, 9, NULL, NULL, NULL, NULL, NULL),
(244, 'https://mrarif.me/hartgarnermdn/contact-us/', 479, 183, 'internal', 47, 9, NULL, NULL, NULL, NULL, NULL),
(245, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/posterior-fossa-craniotomy-image-1536x1024-1.jpg', 479, 481, 'image-in', 47, NULL, 1024, 1536, 66108, NULL, NULL),
(246, 'https://mrarif.me/hartgarnermdn/contact-us/', 485, 183, 'internal', 48, 9, NULL, NULL, NULL, NULL, NULL),
(247, 'https://mrarif.me/hartgarnermdn/contact-us/', 485, 183, 'internal', 48, 9, NULL, NULL, NULL, NULL, NULL),
(248, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/shutterstock_2113302470-1536x1152-1.jpg', 485, 487, 'image-in', 48, NULL, 1152, 1536, 132273, NULL, NULL),
(250, 'mailto:scheduling@midwestspine.net', 183, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(251, 'mailto:scheduling@midwestspine.net', 183, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(252, 'tel:6514303800', 183, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(253, 'tel:6514303800', 183, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(258, 'https://www.google.com/maps/dir//45.086969,-93.4282486/data=!4m5!4m4!1m1!4e2!1m0!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF', 183, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(265, 'https://mrarif.me/hartgarnermdn/wp-content/uploads/2022/11/TLIF-image-1536x811-1.jpg', 366, 368, 'image-in', 29, NULL, 811, 1536, 26709, NULL, NULL),
(266, 'https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f6241aea774dc7:0xae39ca54d1f52bb8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF', 183, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(267, 'https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x87f63a6cdec00001:0x54af7f4e65b556dc!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF', 183, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(268, 'https://www.google.com/maps/dir//&#039;&#039;/data=!4m7!4m6!1m1!4e2!1m2!1m1!1s0x52b333c3be1df95b:0xa6fc0802289c17a8!3e0?g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF', 183, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wpha_commentmeta`
--
ALTER TABLE `wpha_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpha_comments`
--
ALTER TABLE `wpha_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wpha_e_events`
--
ALTER TABLE `wpha_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `wpha_e_notes`
--
ALTER TABLE `wpha_e_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `route_url_index` (`route_url`(191)),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `parent_id_index` (`parent_id`),
  ADD KEY `author_id_index` (`author_id`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_resolved_index` (`is_resolved`),
  ADD KEY `is_public_index` (`is_public`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `last_activity_at_index` (`last_activity_at`);

--
-- Indexes for table `wpha_e_notes_users_relations`
--
ALTER TABLE `wpha_e_notes_users_relations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `note_id_index` (`note_id`),
  ADD KEY `user_id_index` (`user_id`);

--
-- Indexes for table `wpha_e_submissions`
--
ALTER TABLE `wpha_e_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  ADD KEY `main_meta_id_index` (`main_meta_id`),
  ADD KEY `hash_id_index` (`hash_id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `campaign_id_index` (`campaign_id`),
  ADD KEY `user_id_index` (`user_id`),
  ADD KEY `user_ip_index` (`user_ip`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_read_index` (`is_read`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `referer_index` (`referer`(191)),
  ADD KEY `referer_title_index` (`referer_title`(191));

--
-- Indexes for table `wpha_e_submissions_actions_log`
--
ALTER TABLE `wpha_e_submissions_actions_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `action_name_index` (`action_name`),
  ADD KEY `status_index` (`status`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`);

--
-- Indexes for table `wpha_e_submissions_values`
--
ALTER TABLE `wpha_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- Indexes for table `wpha_links`
--
ALTER TABLE `wpha_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wpha_litespeed_url`
--
ALTER TABLE `wpha_litespeed_url`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `url` (`url`(191)),
  ADD KEY `cache_tags` (`cache_tags`(191));

--
-- Indexes for table `wpha_litespeed_url_file`
--
ALTER TABLE `wpha_litespeed_url_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filename` (`filename`),
  ADD KEY `type` (`type`),
  ADD KEY `url_id_2` (`url_id`,`vary`,`type`),
  ADD KEY `filename_2` (`filename`,`expired`),
  ADD KEY `url_id` (`url_id`,`expired`);

--
-- Indexes for table `wpha_options`
--
ALTER TABLE `wpha_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wpha_postmeta`
--
ALTER TABLE `wpha_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpha_posts`
--
ALTER TABLE `wpha_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`);

--
-- Indexes for table `wpha_termmeta`
--
ALTER TABLE `wpha_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpha_terms`
--
ALTER TABLE `wpha_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wpha_term_relationships`
--
ALTER TABLE `wpha_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wpha_term_taxonomy`
--
ALTER TABLE `wpha_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wpha_usermeta`
--
ALTER TABLE `wpha_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpha_users`
--
ALTER TABLE `wpha_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wpha_yoast_expiring_store`
--
ALTER TABLE `wpha_yoast_expiring_store`
  ADD PRIMARY KEY (`key_name`),
  ADD KEY `exp_index` (`exp`);

--
-- Indexes for table `wpha_yoast_indexable`
--
ALTER TABLE `wpha_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`),
  ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  ADD KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`);

--
-- Indexes for table `wpha_yoast_indexable_hierarchy`
--
ALTER TABLE `wpha_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Indexes for table `wpha_yoast_migrations`
--
ALTER TABLE `wpha_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `wph_yoast_migrations_version` (`version`);

--
-- Indexes for table `wpha_yoast_primary_term`
--
ALTER TABLE `wpha_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Indexes for table `wpha_yoast_seo_links`
--
ALTER TABLE `wpha_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`),
  ADD KEY `url_index` (`url`),
  ADD KEY `target_indexable_id_index` (`target_indexable_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wpha_commentmeta`
--
ALTER TABLE `wpha_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpha_comments`
--
ALTER TABLE `wpha_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpha_e_events`
--
ALTER TABLE `wpha_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpha_e_notes`
--
ALTER TABLE `wpha_e_notes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpha_e_notes_users_relations`
--
ALTER TABLE `wpha_e_notes_users_relations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpha_e_submissions`
--
ALTER TABLE `wpha_e_submissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpha_e_submissions_actions_log`
--
ALTER TABLE `wpha_e_submissions_actions_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpha_e_submissions_values`
--
ALTER TABLE `wpha_e_submissions_values`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `wpha_links`
--
ALTER TABLE `wpha_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpha_litespeed_url`
--
ALTER TABLE `wpha_litespeed_url`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpha_litespeed_url_file`
--
ALTER TABLE `wpha_litespeed_url_file`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpha_options`
--
ALTER TABLE `wpha_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2935;

--
-- AUTO_INCREMENT for table `wpha_postmeta`
--
ALTER TABLE `wpha_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15822;

--
-- AUTO_INCREMENT for table `wpha_posts`
--
ALTER TABLE `wpha_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2321;

--
-- AUTO_INCREMENT for table `wpha_termmeta`
--
ALTER TABLE `wpha_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpha_terms`
--
ALTER TABLE `wpha_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `wpha_term_taxonomy`
--
ALTER TABLE `wpha_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `wpha_usermeta`
--
ALTER TABLE `wpha_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

--
-- AUTO_INCREMENT for table `wpha_users`
--
ALTER TABLE `wpha_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpha_yoast_indexable`
--
ALTER TABLE `wpha_yoast_indexable`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=121;

--
-- AUTO_INCREMENT for table `wpha_yoast_migrations`
--
ALTER TABLE `wpha_yoast_migrations`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `wpha_yoast_primary_term`
--
ALTER TABLE `wpha_yoast_primary_term`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpha_yoast_seo_links`
--
ALTER TABLE `wpha_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=269;
COMMIT;

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